Cargo Features
[dependencies]
unleash-types = { version = "0.15.14", default-features = false, features = ["wall-clock", "openapi", "hashes"] }
- default = wall-clock
-
The
wall-clock
feature is set by default wheneverunleash-types
is added without
somewhere in the dependency tree.default-features = false - wall-clock default
- openapi = utoipa
- hashes = base64, xxhash-rust
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.