[dependencies] serde-hex-utils = { version = "0.1.0", default-features = false, features = ["std"] }
The std feature is set by default whenever serde-hex-utils is added without default-features = false somewhere in the dependency tree.
std
serde-hex-utils
default-features = false
Enables std of anyhow, hex, and serde
serde: crates.io
crates.io