blob: 62b856a10da44b6cab9fcbdd137711acab0a6ba1 [file] [log] [blame]
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +01001# 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"
Joel Galenson96d408b2021-06-08 17:53:00 -070016version = "0.9.0"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +010017authors = ["Alessandro Ghedini <alessandro@ghedini.me>"]
18build = "src/build.rs"
Joel Galenson96d408b2021-06-08 17:53:00 -070019include = ["/*.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"]
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +010020description = "🥧 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"]
Joel Galenson96d408b2021-06-08 17:53:00 -070036[dependencies.boring-sys]
37version = "1.0.2"
38optional = true
39
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +010040[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]
Joel Galenson96d408b2021-06-08 17:53:00 -070054version = "0.4"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +010055optional = 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"]
Joel Galenson96d408b2021-06-08 17:53:00 -070070ffi = []
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +010071fuzzing = []
72ndk-old-gcc = []
73pkg-config-meta = []
74[target."cfg(windows)".dependencies.winapi]
75version = "0.3"
76features = ["wincrypt"]