Add feature tokio-tungstenite/rustls-tls-native-roots to rustls-native-certs (#347)

This commit is contained in:
CozyBunneh 2026-03-20 14:01:56 +01:00 committed by GitHub
parent 84aabf05e5
commit 02f19e0b11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ default = []
signature-verifier = ["dep:sha2", "dep:subtle", "dep:hmac"] signature-verifier = ["dep:sha2", "dep:subtle", "dep:hmac"]
hyper-base = ["dep:tokio", "dep:http-body-util", "dep:hyper", "dep:hyper-rustls", "dep:hyper-util", "dep:tokio-stream", "dep:tokio-tungstenite", "dep:signal-hook", "dep:signal-hook-tokio", "signature-verifier"] hyper-base = ["dep:tokio", "dep:http-body-util", "dep:hyper", "dep:hyper-rustls", "dep:hyper-util", "dep:tokio-stream", "dep:tokio-tungstenite", "dep:signal-hook", "dep:signal-hook-tokio", "signature-verifier"]
axum-base = ["hyper-base", "dep:axum", "dep:tower"] axum-base = ["hyper-base", "dep:axum", "dep:tower"]
rustls-native-certs = ["tokio-tungstenite/rustls-native-certs", "hyper-rustls/rustls-native-certs", "hyper-rustls/ring"] rustls-native-certs = ["tokio-tungstenite/rustls-native-certs", "tokio-tungstenite/rustls-tls-native-roots", "hyper-rustls/rustls-native-certs", "hyper-rustls/ring"]
hyper = ["hyper-base", "rustls-native-certs"] hyper = ["hyper-base", "rustls-native-certs"]
axum = ["axum-base", "hyper-base", "rustls-native-certs"] axum = ["axum-base", "hyper-base", "rustls-native-certs"]