Cargo Features
Hydrolink has no features set by default.
[dependencies]
hydrolink = { version = "1.0.0", features = ["lavalink-trace", "rustls-webpki-roots", "rustls-native-roots", "native-tls", "native-tls-vendored"] }
- lavalink-trace
- rustls-webpki-roots
-
Enables rustls-tls-webpki-roots of reqwest ^0.11.18 and tokio-tungstenite ^0.20.0
- rustls-native-roots
-
Enables rustls-tls-native-roots of reqwest ^0.11.18 and tokio-tungstenite ^0.20.0
- native-tls
-
Enables native-tls of reqwest ^0.11.18 and tokio-tungstenite ^0.20.0
reqwest:
Enables native-tls specific functionality not available by default.
- native-tls-vendored
-
Enables native-tls-vendored of reqwest ^0.11.18 and tokio-tungstenite ^0.20.0
Hydrolink has 5 features without comments.