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.6.0"
17authors = ["Alessandro Ghedini <alessandro@ghedini.me>"]
18build = "src/build.rs"
19include = ["/*.md", "/*.toml", "/CODEOWNERS", "/COPYING", "/benches", "/deps/boringssl/**/*.[chS]", "/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.lazy_static]
37version = "1"
38
39[dependencies.libc]
40version = "0.2"
41
42[dependencies.libm]
43version = "0.2"
44
45[dependencies.log]
46version = "0.4"
47features = ["std"]
48
49[dependencies.qlog]
50version = "0.3"
51optional = true
52
53[dependencies.ring]
54version = "0.16"
55[dev-dependencies.mio]
56version = "0.6"
57
58[dev-dependencies.url]
59version = "1"
60[build-dependencies.cmake]
61version = "0.1"
62
63[features]
64boringssl-vendored = []
65default = ["boringssl-vendored"]
66fuzzing = []
67ndk-old-gcc = []
68pkg-config-meta = []
69[target."cfg(windows)".dependencies.winapi]
70version = "0.3"
71features = ["wincrypt"]
72