Deprecated implementation of TLS/SSL streams for Tokio; use tokio-native-tls instead.
# Cargo.toml
[dependencies]
tokio-tls = "0.3.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connect to a TLS server using the deprecated tokio-tls crate.
Replace `tokio-tls` with `tokio-native-tls` and update imports accordingly.
No dependency data recorded yet.