# 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" name = "async-rustls-stream" version = "0.1.1" description = "An async tls stream library based on rustls and futures-io. Both for server/client." readme = "README.md" keywords = [ "async", "tls", "rustls", "stream", ] categories = [ "Asynchronous", "Network programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/hs-CN/async-rustls-stream" [dependencies.futures-io] version = "0.3.24" [dependencies.rustls] version = "0.20.6" [dev-dependencies.async-executor] version = "1.4.1" [dev-dependencies.async-io] version = "1.9.0" [dev-dependencies.async-net] version = "1.7.0" [dev-dependencies.blocking] version = "1.2.0" [dev-dependencies.futures-lite] version = "1.12.0" [dev-dependencies.rustls-pemfile] version = "1.0.1" [dev-dependencies.webpki-roots] version = "0.22.5"