{"id":57784,"library":"tokio-tls","title":"Tokio TLS","description":"Deprecated implementation of TLS/SSL streams for Tokio; use tokio-native-tls instead.","status":"deprecated","version":"0.3.1","language":"rust","source_language":null,"source_url":"https://github.com/tokio-rs/tokio","tags":["tls","ssl","tokio","deprecated"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ntokio-tls = \"0.3.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add tokio-tls","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"TlsConnector","correct":"use tokio_tls::TlsConnector;"}],"quickstart":{"code":"use tokio_tls::TlsConnector;\nuse tokio::net::TcpStream;\n\n#[tokio::main]\nasync fn main() {\n    let stream = TcpStream::connect(\"example.com:443\").await.unwrap();\n    let connector = TlsConnector::new();\n    let _tls_stream = connector.connect(\"example.com\", stream).await.unwrap();\n}","lang":"rust","description":"Connect to a TLS server using the deprecated tokio-tls crate."},"warnings":[{"fix":"Replace `tokio-tls` with `tokio-native-tls` and update imports accordingly.","message":"This crate is deprecated; use `tokio-native-tls` or `tokio-rustls` instead.","severity":"breaking","affected_versions":">=0.3.0"}],"env_vars":null,"search_vec":"'deprec':3,19 'implement':4 'instead':15 'nativ':13 'ssl':17 'stream':7 'tls':2,14,16 'tls/ssl':6 'tokio':1,9,12,18 'tokio-native-tl':11 'use':10","created_at":"2026-06-16T15:58:11.451033+00:00","updated_at":"2026-06-16T15:58:11.451033+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://tokio.rs","github":"https://github.com/tokio-rs/tokio","docs":"https://docs.rs/tokio-tls/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","crypto"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}