Cargo Features
[dependencies]
azure-speech = { version = "0.8.0", default-features = false, features = ["tws-rustls-native-roots", "tws-rustls-webpki-roots", "tws-native-tls", "tws-smol-sha1", "tws-fastrand", "tws-rand"] }
- default = tws-rand, tws-rustls-native-roots, tws-smol-sha1
-
These default features are set whenever
azure-speech
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
- tws-rustls-webpki-roots
-
Enables ring and rustls-native-roots of tokio-websockets
- tws-native-tls
-
Enables native-tls of tokio-websockets
- tws-smol-sha1 default
-
Enables sha1_smol of tokio-websockets
- tws-fastrand
-
Enables fastrand of tokio-websockets
- tws-rand default
-
Enables rand of tokio-websockets
azure-speech has 7 features without comments.