# 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" rust-version = "1.63" name = "tokio-rustls-wasi" version = "0.25.0-alpha" exclude = [ "/.github", "/examples", "/scripts", ] description = "Asynchronous TLS/SSL streams for Tokio using Rustls." homepage = "https://github.com/WasmEdge/tokio-rustls" documentation = "https://docs.rs/tokio-rustls" readme = "README.md" categories = [ "asynchronous", "cryptography", "network-programming", "wasi", ] license = "MIT/Apache-2.0" repository = "https://github.com/WasmEdge/tokio-rustls" [lib] name = "tokio_rustls" path = "src/lib.rs" [dependencies.pki-types] version = "1" package = "rustls-pki-types" [dependencies.rustls] version = "0.22" default-features = false [dev-dependencies.argh] version = "0.1.1" [dev-dependencies.futures-util] version = "0.3.1" [dev-dependencies.lazy_static] version = "1.1" [dev-dependencies.rustls-pemfile] version = "2" [dev-dependencies.webpki-roots] version = "0.26" [features] default = [ "logging", "tls12", "ring", ] early-data = [] logging = ["rustls/logging"] ring = ["rustls/ring"] tls12 = ["rustls/tls12"] [target."cfg(not(target_os=\"wasi\"))".dependencies.tokio] version = "1" [target."cfg(not(target_os=\"wasi\"))".dev-dependencies.tokio] version = "1" features = ["full"] [target."cfg(target_os=\"wasi\")".dependencies.tokio_wasi] version = "1" [target."cfg(target_os=\"wasi\")".dev-dependencies.tokio_wasi] version = "1" features = ["full"]