Cargo Features

usize-set has no features set by default.

[dependencies]
usize-set = { version = "0.10.3", features = ["serialize-serde", "serialize-borsh", "testing"] }
serialize-serde testing? = serde
serialize-borsh testing? = borsh
testing = serialize-borsh, serialize-serde

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.

borsh serialize-borsh?
serde serialize-serde?