Cargo Features
[dependencies]
actor-discord = { version = "0.1.0", default-features = false, features = ["native-tls", "rust-tls"] }
- default = rust-tls
-
The
rust-tls
feature is set by default wheneveractor-discord
is added without
somewhere in the dependency tree.default-features = false - native-tls
-
Enables native-tls and tokio-native-tls of tokio-tungstenite ^0.15.0 and openssl of actix-http
actix-http:
TLS via OpenSSL
- rust-tls default
-
Enables actix-http, rustls, rustls-tls and tokio-rustls of tokio-tungstenite ^0.15.0
actor-discord has 3 features without comments.