Cargo Features
tokio-tls-listener has no features set by default.
[dependencies]
tokio-tls-listener = { version = "0.2.0", features = ["tls12", "logging", "early-data", "dangerous_configuration"] }
- tls12
-
Enables tls12 of tokio-rustls ^0.24
- logging
-
Enables logging of tokio-rustls ^0.24
- early-data
-
Enables early-data of tokio-rustls ^0.24
- dangerous_configuration
-
Enables dangerous_configuration of tokio-rustls ^0.24
tokio-tls-listener has 4 features without comments.