Cargo Features
[dependencies]
mumble-protocol = { version = "0.4.1", default-features = false, features = ["webrtc-extensions", "openssl"] }
- default = openssl
-
The
openssl
feature is set by default whenevermumble-protocol
is added without
somewhere in the dependency tree.default-features = false - webrtc-extensions
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- openssl default
-
Affects
mumble-protocol::crypt
…