File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 88//! TCP or unix domain socket).
99//!
1010//! # Features:
11- //! - `rustls`: Support the tokio-rustls backend for tls (default)
12- //! - `native-tls`: support the tokio-native-tls backend for tls
1311//! - `tokio-net`: Implementations for tokio socket types (default)
1412//! - `rt`: Features that depend on the tokio runtime, such as [`SpawningHandshakes`]
13+ //! - `rustls-core`: Support the tokio-rustls backend for tls
14+ //! - `rustls-aws-lc`: Include the aws-lc provider for rustls
15+ //! - `rustls-ring`: Include the ring provider for rustls
16+ //! - `rustls-fips`: Include enabling the "fips" feature for rustls
17+ //! - `native-tls`: support the tokio-native-tls backend for tls
1518
1619use futures_util:: stream:: { FuturesUnordered , Stream , StreamExt , TryStreamExt } ;
1720use pin_project_lite:: pin_project;
You can’t perform that action at this time.
0 commit comments