# 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 = "tokio-tls-helper" version = "0.3.0" authors = ["Tyr Chen "] description = "Utility tool to make TLS easy to use. Most of the code is extracted from tonic.\n" homepage = "https://github.com/tyrchen/tokio-tls-helper" documentation = "https://docs.rs/tokio-tls-helper" readme = "README.md" keywords = ["tokio", "tls"] categories = ["development-tools"] license = "MIT" repository = "https://github.com/tyrchen/tokio-tls-helper" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.rustls-native-certs] version = "0.5" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_with] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["net", "macros", "io-util"] [dependencies.tokio-rustls] version = "0.22" [dependencies.tracing] version = "0.1" [dependencies.tracing-futures] version = "0.2" [dependencies.webpki] version = "0.21" [dev-dependencies.test-helper] version = "0.1" [dev-dependencies.toml] version = "0.5" [dev-dependencies.tracing] version = "0.1" [features] tls-roots = ["rustls-native-certs"]