Skip to content

Commit ef63d06

Browse files
committed
doc: Update documentation of features
1 parent 2dc0730 commit ef63d06

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/lib.rs

+5-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@
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
1619
use futures_util::stream::{FuturesUnordered, Stream, StreamExt, TryStreamExt};
1720
use pin_project_lite::pin_project;

0 commit comments

Comments
 (0)