• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "quiche"
16version = "0.9.0"
17authors = ["Alessandro Ghedini <alessandro@ghedini.me>"]
18build = "src/build.rs"
19include = ["/*.md", "/*.toml", "/CODEOWNERS", "/COPYING", "/benches", "/deps/boringssl/**/*.[chS]", "/deps/boringssl/**/*.asm", "/deps/boringssl/src/**/*.cc", "/deps/boringssl/**/CMakeLists.txt", "/deps/boringssl/**/sources.cmake", "/deps/boringssl/LICENSE", "/examples", "/include", "/quiche.svg", "/src"]
20description = "�� Savoury implementation of the QUIC transport protocol and HTTP/3"
21readme = "README.md"
22keywords = ["quic", "http3"]
23categories = ["network-programming"]
24license = "BSD-2-Clause"
25repository = "https://github.com/cloudflare/quiche"
26[package.metadata.docs.rs]
27no-default-features = true
28[profile.bench]
29debug = true
30
31[profile.release]
32debug = true
33
34[lib]
35crate-type = ["lib", "staticlib", "cdylib"]
36[dependencies.boring-sys]
37version = "1.0.2"
38optional = true
39
40[dependencies.lazy_static]
41version = "1"
42
43[dependencies.libc]
44version = "0.2"
45
46[dependencies.libm]
47version = "0.2"
48
49[dependencies.log]
50version = "0.4"
51features = ["std"]
52
53[dependencies.qlog]
54version = "0.4"
55optional = true
56
57[dependencies.ring]
58version = "0.16"
59[dev-dependencies.mio]
60version = "0.6"
61
62[dev-dependencies.url]
63version = "1"
64[build-dependencies.cmake]
65version = "0.1"
66
67[features]
68boringssl-vendored = []
69default = ["boringssl-vendored"]
70ffi = []
71fuzzing = []
72ndk-old-gcc = []
73pkg-config-meta = []
74[target."cfg(windows)".dependencies.winapi]
75version = "0.3"
76features = ["wincrypt"]
77