Cargo Features
[dependencies]
revolt_a2 = { version = "0.10.1", default-features = false, features = ["tracing", "ring", "openssl"] }
- default = openssl
-
The
openssl
feature is set by default wheneverrevolt_a2
is added without
somewhere in the dependency tree.default-features = false - tracing
-
Enables tracing
- ring = pem
-
Enables ring
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.