Cargo Features
[dependencies]
nu_plugin_hashes = { version = "0.1.3", default-features = false, features = ["ascon-hash", "belt-hash", "blake2", "fsb", "gost94", "groestl", "jh", "md2", "md4", "ripemd", "sha1", "sha2", "sha3", "shabal", "skein", "sm3", "streebog", "tiger", "whirlpool"] }
- default = ascon-hash, belt-hash, blake2, fsb, gost94, groestl, jh, md2, md4, ripemd, sha1, sha2, sha3, shabal, skein, sm3, streebog, tiger, whirlpool
-
These default features are set whenever
nu_plugin_hashes
is added without
somewhere in the dependency tree.default-features = false
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.