Cargo Features

[dependencies]
nym = { version = "0.1.0", default-features = false, features = ["property-b3sum", "property-md5sum"] }
default = property-b3sum, property-md5sum

These default features are set whenever nym is added without default-features = false somewhere in the dependency tree.

property-b3sum default = blake3
property-md5sum default = md5

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.

blake3 property-b3sum

Enables blake3 ^0.3.0

md5 property-md5sum