# 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 = "async-native-tls" version = "0.5.0" authors = ["dignifiedquire "] description = """ Native TLS using futures """ homepage = "https://docs.rs/crate/async-native-tls/" documentation = "https://docs.rs/crate/async-native-tls/" readme = "README.md" categories = [ "asynchronous", "cryptography", "network-programming", ] license = "MIT/Apache-2.0" repository = "https://github.com/async-email/async-native-tls" [[test]] name = "google" required-features = ["runtime-async-std"] [[test]] name = "google-tokio" required-features = ["runtime-tokio"] [[test]] name = "bad" required-features = ["runtime-async-std"] [[test]] name = "smoke" required-features = ["runtime-async-std"] [dependencies.futures-util] version = "0.3.1" features = ["io"] optional = true [dependencies.native-tls] version = "0.2.8" features = ["alpn"] [dependencies.thiserror] version = "1.0.9" [dependencies.tokio] version = "1.0" features = ["io-util"] optional = true default-features = false [dependencies.url] version = "2.1.1" [dev-dependencies.async-std] version = "1.6.0" features = ["attributes"] [dev-dependencies.cfg-if] version = "1.0.0" [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.futures] version = "0.3.1" [dev-dependencies.tokio] version = "1.0" features = ["full"] [features] default = ["runtime-async-std"] runtime-async-std = ["futures-util"] runtime-tokio = ["tokio"] vendored = ["native-tls/vendored"]