# 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" rust-version = "1.70" name = "arti-hyper" version = "0.19.0" authors = [ "The Tor Project, Inc.", "Nick Mathewson ", ] description = "Adapter for making anonymous http requests using the Tor network and hyper" homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home" readme = "README.md" keywords = [ "tor", "arti", "privacy", "anonymity", "hyper", ] categories = [ "network-programming", "cryptography", ] license = "MIT OR Apache-2.0" repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.anyhow] version = "1.0.23" [dependencies.arti-client] version = "0.19.0" [dependencies.educe] version = "0.4.6" [dependencies.hyper] version = "0.14" features = [ "http1", "client", "runtime", ] [dependencies.pin-project] version = "1" [dependencies.thiserror] version = "1" [dependencies.tls-api] version = "0.9.0" [dependencies.tls-api-native-tls] version = "0.9.0" [dependencies.tokio] version = "1.7" features = [ "rt", "rt-multi-thread", "io-util", "net", "time", "macros", ] package = "tokio" [dependencies.tor-error] version = "0.19.0" [dependencies.tor-rtcompat] version = "0.19.0" features = ["tokio"] [dev-dependencies.tracing-subscriber] version = "0.3.0" [features] __is_experimental = [] __is_nonadditive = [] default = ["native-tls"] experimental = ["experimental-api"] experimental-api = ["__is_experimental"] full = [ "native-tls", "arti-client/full", "tor-error/full", "tor-rtcompat/full", ] native-tls = [ "arti-client/native-tls", "tor-rtcompat/native-tls", ] rustls = [ "arti-client/rustls", "tor-rtcompat/rustls", "__is_nonadditive", ] static = [ "arti-client/static", "__is_nonadditive", ] [target."cfg(target_vendor=\"apple\")".dev-dependencies.tls-api-openssl] version = "0.9.0"