# 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 = "web3-async-native-tls" version = "0.4.0" authors = ["dignifiedquire "] description = "Temporary package released to crates.io. Fork of async-native-tls. Please don't use.\n" 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.3" [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 = "0.1.10" [dev-dependencies.env_logger] version = "0.7.1" [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"]