Cargo Features

[dependencies]
rosu-render = { version = "0.4.1", default-features = false, features = ["hickory", "native-tls", "rustls-platform-verifier", "rustls-native-roots", "rustls-webpki-roots", "rustls-ring", "rustls-aws_lc_rs", "rustls-aws-lc-rs"] }
default = rustls-ring, rustls-webpki-roots

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

hickory

Enables hyper-hickory

native-tls

Enables hyper-tls, native-tls and openssl of tokio-websockets

Affects rosu-render::websocket

rustls-platform-verifier

Enables rustls, rustls-platform-verifier of hyper-rustls, rustls-platform-verifier of tokio-websockets

rustls-native-roots

Enables rustls, native-tokio of hyper-rustls, rustls-native-roots of tokio-websockets

Affects rosu-render::websocket

rustls-webpki-roots default

Enables rustls, webpki-tokio of hyper-rustls, rustls-webpki-roots of tokio-websockets

Affects rosu-render::websocket

rustls-ring default

Enables ring of optional hyper-rustls and tokio-websockets

rustls-aws_lc_rs rustls-aws-lc-rs?

Enables aws-lc-rs of optional hyper-rustls and aws_lc_rs of tokio-websockets

tokio-websockets:

Underscores for consistency with other rustls crates

rustls-aws-lc-rs = rustls-aws_lc_rs

Alias for convenience, underscores are preferred in the rustls stack