{"id":59041,"library":"futures-rustls","title":"Futures Rustls","description":"Asynchronous TLS/SSL streams for futures using Rustls.","status":"active","version":"0.26.0","language":"rust","source_language":null,"source_url":"https://github.com/quininer/futures-rustls","tags":["tls","async","rustls","futures","networking"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nfutures-rustls = \"0.26.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add futures-rustls","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"TlsConnector","correct":"use futures_rustls::TlsConnector;"}],"quickstart":{"code":"use futures_rustls::TlsConnector;\nuse std::sync::Arc;\nuse rustls::ClientConfig;\n\nlet config = Arc::new(ClientConfig::builder().with_safe_defaults().with_no_client_auth().with_root_certificates(rustls::RootCertStore::empty()));\nlet connector = TlsConnector::from(config);","lang":"rust","description":"Creates a TLS connector for async streams."},"warnings":[{"fix":"Ensure you have a runtime like tokio with the appropriate feature flags.","message":"Requires an async runtime (e.g., tokio or async-std) to work.","severity":"gotcha","affected_versions":">=0.20.0"}],"env_vars":null,"search_vec":"'async':11 'asynchron':3 'futur':1,7,13 'network':14 'rustl':2,9,12 'stream':5 'tls':10 'tls/ssl':4 'use':8","created_at":"2026-06-16T16:48:14.048513+00:00","updated_at":"2026-06-16T16:48:14.048513+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://github.com/quininer/futures-rustls","github":"https://github.com/quininer/futures-rustls","docs":"https://docs.rs/futures-rustls/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","async"],"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}}