Cargo Features
[dependencies]
azure-cognitive-speech-services = { version = "0.0.7", 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
somewhere in the dependency tree.default-features = false - tws-rustls-native-roots default
-
Enables ring and rustls-webpki-roots of tokio-websockets ^0.9
- tws-rustls-webpki-roots
-
Enables ring and rustls-native-roots of tokio-websockets ^0.9
- tws-native
-
Enables native-tls of tokio-websockets ^0.9
- tws-smol-sha1 default
-
Enables sha1_smol of tokio-websockets ^0.9
- tws-fastrand default
-
Enables fastrand of tokio-websockets ^0.9
azure-cognitive-speech-services has 6 features without comments.