# 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" rust-version = "1.56" name = "async-nats-tokio-rustls-deps" version = "0.24.0-ALPHA.1" authors = ["quininer kel "] description = "Fork of Asynchronous TLS/SSL streams for Tokio using Rustls." homepage = "https://github.com/tokio-rs/tls" documentation = "https://docs.rs/tokio-rustls" readme = "README.md" categories = [ "asynchronous", "cryptography", "network-programming", ] license = "MIT/Apache-2.0" repository = "https://github.com/tokio-rs/tls" [dependencies.rustls] version = "0.21.0-ALPHA.1" default-features = false [dependencies.tokio] version = "1.0" [dependencies.webpki] version = "0.22" [dev-dependencies.futures-util] version = "0.3.1" [dev-dependencies.lazy_static] version = "1" [dev-dependencies.rustls-pemfile] version = "1" [dev-dependencies.tokio] version = "1.0" features = ["full"] [dev-dependencies.webpki-roots] version = "0.22" [features] dangerous_configuration = ["rustls/dangerous_configuration"] default = [ "logging", "tls12", ] early-data = [] logging = ["rustls/logging"] tls12 = ["rustls/tls12"]