diff --git a/Cargo.toml b/Cargo.toml index b0b6557..27eeb29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,5 +56,5 @@ required-features = ["aws-lc-rs"] [package.metadata.docs.rs] no-default-features = true -features = ["http1", "http2", "webpki-tokio", "native-tokio", "ring", "tls12", "logging"] +features = ["http1", "http2", "webpki-tokio", "native-tokio", "ring", "tls12", "logging", "rustls-platform-verifier"] rustdoc-args = ["--cfg", "docsrs"]