# 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 = "2018" name = "hyper-rboring" version = "2.2.2" 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/Apache-2.0" repository = "https://github.com/cloudflare/boring" [lib] name = "hyper_rboring" path = "src/lib.rs" [dependencies.antidote] version = "1.0.0" [dependencies.http] version = "0.2.11" [dependencies.hyper] version = "0.14" features = ["client"] default-features = false package = "rhyper" [dependencies.linked_hash_set] version = "0.1" [dependencies.once_cell] version = "1.0" [dependencies.rboring] version = ">=1.1.0,<3.0.0" [dependencies.tokio] version = "1" [dependencies.tokio-rboring] version = "2" [dependencies.tower-layer] version = "0.3" [dev-dependencies.futures] version = "0.3" [dev-dependencies.hyper] version = "0.14" features = ["full"] package = "rhyper" [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = ["runtime"] fips = ["tokio-rboring/fips"] runtime = ["hyper/runtime"]