Cargo Features
[dependencies]
cyclist = { version = "0.6.3", default-features = false, features = ["std", "keccyak", "xoodyak"] }
- default = keccyak, std, xoodyak
-
These default features are set whenever
cyclist
is added without
somewhere in the dependency tree.default-features = false - std default
-
Affects
cyclist::Cyclist.squeeze
,cyclist::Cyclist.squeeze_more
,cyclist::Cyclist.squeeze_key
… - keccyak default = keccak-p
- xoodyak default = xoodoo-p
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.