# 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 = "monoio-rustls" version = "0.4.0" authors = [ "ChiHai ", "Rain Jiang ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Asynchronous TLS streams wrapper for Monoio based on Rustls." homepage = "https://github.com/monoio-rs/monoio-tls" readme = "README.md" categories = [ "asynchronous", "cryptography", "network-programming", ] license = "MIT/Apache-2.0" repository = "https://github.com/monoio-rs/monoio-tls" [lib] name = "monoio_rustls" path = "src/lib.rs" [[example]] name = "connect" path = "examples/connect.rs" [dependencies.bytes] version = "1" [dependencies.monoio] version = "0.2.0" [dependencies.monoio-io-wrapper] version = "0.1.1" [dependencies.rustls] version = "~0.23.4" features = ["std"] default-features = false [dependencies.thiserror] version = "1" [dev-dependencies.monoio] version = "0.2.0" [dev-dependencies.webpki-roots] version = "~0.26.1" [features] default = [ "logging", "tls12", ] logging = ["rustls/logging"] tls12 = ["rustls/tls12"] unsafe_io = ["monoio-io-wrapper/unsafe_io"]