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

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.

anyhow build-binary?
lexopt build-binary?
ryu fast?