mirror of
https://github.com/System-End/slack-morphism-rust.git
synced 2026-04-19 14:17:02 +00:00
Add feature tokio-tungstenite/rustls-tls-native-roots to rustls-native-certs (#347)
This commit is contained in:
parent
84aabf05e5
commit
02f19e0b11
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ default = []
|
|||
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"]
|
||||
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"]
|
||||
axum = ["axum-base", "hyper-base", "rustls-native-certs"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue