Cargo Features

[dependencies]
rive-gateway = { version = "1.1.0", default-features = false, features = ["native-tls", "rustls-tls-native-roots", "rustls-tls-webpki-roots"] }
default = native-tls

The native-tls feature is set by default whenever rive-gateway is added without default-features = false somewhere in the dependency tree.

native-tls default

Enables native-tls of tokio-tungstenite ^0.17

rustls-tls-native-roots

Enables rustls-tls-native-roots of tokio-tungstenite ^0.17

rustls-tls-webpki-roots

Enables rustls-tls-webpki-roots of tokio-tungstenite ^0.17

rive-gateway has 4 features without comments.