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

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.

hex serialize-hex
serde_test serialize-hex