# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "quiche" version = "0.9.0" authors = ["Alessandro Ghedini "] build = "src/build.rs" include = ["/*.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"] description = "🥧 Savoury implementation of the QUIC transport protocol and HTTP/3" readme = "README.md" keywords = ["quic", "http3"] categories = ["network-programming"] license = "BSD-2-Clause" repository = "https://github.com/cloudflare/quiche" [package.metadata.docs.rs] no-default-features = true [profile.bench] debug = true [profile.release] debug = true [lib] crate-type = ["lib", "staticlib", "cdylib"] [dependencies.boring-sys] version = "1.0.2" optional = true [dependencies.lazy_static] version = "1" [dependencies.libc] version = "0.2" [dependencies.libm] version = "0.2" [dependencies.log] version = "0.4" features = ["std"] [dependencies.qlog] version = "0.4" optional = true [dependencies.ring] version = "0.16" [dev-dependencies.mio] version = "0.6" [dev-dependencies.url] version = "1" [build-dependencies.cmake] version = "0.1" [features] boringssl-vendored = [] default = ["boringssl-vendored"] ffi = [] fuzzing = [] ndk-old-gcc = [] pkg-config-meta = [] [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["wincrypt"]