# 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 = "tokio-rustls-fork-shadow-tls" version = "0.0.8-mod.5" authors = ["ChiHai "] description = "Asynchronous TLS streams wrapper for Tokio based on Rustls." homepage = "https://github.com/compdzwio/tokio-tls" readme = "README.md" categories = [ "asynchronous", "cryptography", "network-programming", ] license = "MIT/Apache-2.0" repository = "https://github.com/compdzwio/tokio-tls" resolver = "1" [dependencies.bytes] version = "1" [dependencies.rustls-fork-shadow-tls] version = "0.20.8" default-features = false [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.25.0" features = ["full"] [dev-dependencies.tokio] version = "1.25.0" [dev-dependencies.webpki-roots] version = "0.22" [features] dangerous_configuration = ["rustls-fork-shadow-tls/dangerous_configuration"] default = [ "logging", "tls12", ] logging = ["rustls-fork-shadow-tls/logging"] tls12 = ["rustls-fork-shadow-tls/tls12"] unsafe_io = []