Cargo Features
[dependencies]
human_bytes = { version = "0.4.3", default-features = false, features = ["si-units", "build-binary", "fast"] }
- default = si-units
-
The
si-units
feature is set by default wheneverhuman_bytes
is added without
somewhere in the dependency tree.default-features = false - si-units default
- build-binary = anyhow, lexopt
-
Required by the hb binary
- fast = ryu
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.