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 default-features = false somewhere in the dependency tree.

bin default

Affects cdragon-hashes::bin

rst default

Enables twox-hash

Affects cdragon-hashes::rst

wad default

Enables twox-hash

Affects cdragon-hashes::wad