# 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-tls" version = "0.6.0" authors = ["Sean McArthur "] description = "Default TLS implementation for use with hyper" homepage = "https://hyper.rs" documentation = "https://docs.rs/hyper-tls" readme = "README.md" keywords = [ "hyper", "tls", "http", "https", "ssl", ] license = "MIT/Apache-2.0" repository = "https://github.com/hyperium/hyper-tls" [dependencies.bytes] version = "1" [dependencies.http-body-util] version = "0.1.0" [dependencies.hyper] version = "1" [dependencies.hyper-util] version = "0.1.0" features = [ "client-legacy", "tokio", ] [dependencies.native-tls] version = "0.2.1" [dependencies.tokio] version = "1" [dependencies.tokio-native-tls] version = "0.3" [dependencies.tower-service] version = "0.3" [dev-dependencies.hyper-util] version = "0.1.0" features = ["http1"] [dev-dependencies.tokio] version = "1.0.0" features = [ "io-std", "macros", "io-util", ] [features] alpn = ["native-tls/alpn"] vendored = ["native-tls/vendored"]