# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "hyper-boring-imp" version = "4.9.3" authors = [ "Steven Fackler ", "Ivan Nikulin ", ] build = false exclude = ["test/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Hyper TLS support via BoringSSL" documentation = "https://docs.rs/hyper-boring" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/cloudflare/boring" [package.metadata.docs.rs] features = ["pq-experimental"] rustdoc-args = [ "--cfg", "docsrs", ] [package.metadata.release] pre-release-hook = [ "git-cliff", "--workdir", "..", "-o", "../RELEASE_NOTES", "--tag", "{{version}}", ] [lib] name = "hyper_boring_imp" path = "src/lib.rs" [dependencies.antidote] version = "1.0.0" [dependencies.boring] version = "4.9.3" package = "boring-imp" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" features = ["client"] default-features = false package = "hyper_imp" [dependencies.linked_hash_set] version = "0.1" [dependencies.once_cell] version = "1.0" [dependencies.tokio] version = "1" [dependencies.tokio-boring] version = "4.9.3" package = "tokio-boring-imp" [dependencies.tower-layer] version = "0.3" [dev-dependencies.futures] version = "0.3" [dev-dependencies.hyper] version = "0.14" features = ["full"] default-features = false package = "hyper_imp" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tower] version = "0.4" features = ["util"] [features] default = ["runtime"] fips = ["tokio-boring/fips"] fips-link-precompiled = ["tokio-boring/fips-link-precompiled"] pq-experimental = ["tokio-boring/pq-experimental"] runtime = ["hyper/runtime"]