Cargo Features
[dependencies]
cdragon-hashes = { version = "0.2.0", default-features = false, features = ["bin", "rst", "wad"] }
- default = bin, rst, wad
-
These default features are set whenever
cdragon-hashes
is added without
somewhere in the dependency tree.default-features = false - bin default
-
Affects
cdragon-hashes::bin
… - rst default
-
Enables twox-hash ^1.6
Affects
cdragon-hashes::rst
… - wad default
-
Enables twox-hash ^1.6
Affects
cdragon-hashes::wad
…