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 whenever actor-discord is added without default-features = false somewhere in the dependency tree.

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.