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