# 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 = "tokio-tls-listener" version = "0.2.0" authors = ["Nur "] description = "Thin wrapper around `tokio-rustls` to make it a little easier to use" readme = "README.md" license = "MIT" repository = "https://github.com/nurmohammed840/tokio-tls-listener" [dependencies.rustls-pemfile] version = "1" [dependencies.tokio] version = "1" features = [ "io-util", "net", ] default-features = false [dependencies.tokio-rustls] version = "0.24" default-features = false [features] dangerous_configuration = ["tokio-rustls/dangerous_configuration"] early-data = ["tokio-rustls/early-data"] logging = ["tokio-rustls/logging"] tls12 = ["tokio-rustls/tls12"]