Cargo Features
[dependencies]
xor_name = { version = "5.0.0", default-features = false, features = ["serialize-hex"] }
- default = serialize-hex
-
The
serialize-hex
feature is set by default wheneverxor_name
is added without
somewhere in the dependency tree.default-features = false - serialize-hex default = hex, serde_test
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.