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 whenever unleash-types is added without default-features = false somewhere in the dependency tree.

wall-clock default

Enables clock and wasmbind of chrono

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.

base64 hashes?
utoipa openapi?
xxhash-rust hashes?