Cargo Features

[dependencies]
twilight-lavalink = { version = "0.16.0-rc.1", default-features = false, features = ["http-support", "native-tls", "rustls-native-roots", "rustls-webpki-roots"] }
default = http-support, rustls-native-roots

These default features are set whenever twilight-lavalink is added without default-features = false somewhere in the dependency tree.

http-support default

Enables percent-encoding

Optional dependencies.

Affects twilight-lavalink::http

native-tls

Enables native-tls and openssl of tokio-websockets ^0.5

rustls-native-roots default

Enables ring and rustls-native-roots of tokio-websockets ^0.5

rustls-webpki-roots

Enables ring and rustls-webpki-roots of tokio-websockets ^0.5