# 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-2" version = "0.5.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Native TLS using futures """ homepage = "https://docs.rs/crate/async-native-tls-2/" documentation = "https://docs.rs/crate/async-native-tls-2/" readme = "README.md" categories = [ "asynchronous", "cryptography", "network-programming", ] license = "MIT/Apache-2.0" repository = "https://github.com/fu3x11/async-native-tls" [lib] name = "async_native_tls_2" path = "src/lib.rs" [[test]] name = "bad" path = "tests/bad.rs" required-features = ["runtime-async-std"] [[test]] name = "google" path = "tests/google.rs" required-features = ["runtime-async-std"] [[test]] name = "google-tokio" path = "tests/google-tokio.rs" required-features = ["runtime-tokio"] [[test]] name = "smoke" path = "tests/smoke.rs" 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"]