Cargo Features

[dependencies]
azure-cognitive-speech-services = { version = "0.0.5", default-features = false, features = ["tws-rustls-native-roots", "tws-rustls-webpki-roots", "tws-native", "tws-smol-sha1", "tws-fastrand"] }
default = tws-fastrand, tws-rustls-native-roots, tws-smol-sha1

These default features are set whenever azure-cognitive-speech-services is added without default-features = false somewhere in the dependency tree.

tws-rustls-native-roots default

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

tws-rustls-webpki-roots

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

tws-native

Enables native-tls of tokio-websockets ^0.7

tws-smol-sha1 default

Enables sha1_smol of tokio-websockets ^0.7

tws-fastrand default

Enables fastrand of tokio-websockets ^0.7

azure-cognitive-speech-services has 6 features without comments.