# 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 = "tokio-tls-gmssl" version = "0.1.0" authors = ["Jason Honor"] description = """ An implementation of TLS/SSL streams for Tokio using native-tls giving an implementation of TLS for nonblocking I/O streams. """ homepage = "https://tokio.rs" documentation = "https://docs.rs/tokio-tls-gmssl" readme = "README.md" categories = [ "asynchronous", "network-programming", ] license = "MIT" repository = "https://github.com/acovo/tokio-tls-gmssl" [package.metadata.docs.rs] all-features = true [dependencies.native-tls-gmssl] version = "0.1" [dependencies.tokio] version = "1.0" [dev-dependencies.cfg-if] version = "1.0" [dev-dependencies.env_logger] version = "0.10" default-features = false [dev-dependencies.futures] version = "0.3.0" features = ["async-await"] [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.tempfile] version = "3.1" [dev-dependencies.tokio] version = "1.0" features = [ "macros", "rt", "rt-multi-thread", "io-util", "net", ] [features] vendored = ["native-tls-gmssl/vendored"]