Cargo Features
[dependencies]
objecthash = { version = "0.4.1", default-features = false, features = ["octet-strings", "objecthash-ring"] }
- default = objecthash-ring
-
The
objecthash-ring
feature is set by default wheneverobjecthash
is added without
somewhere in the dependency tree.default-features = false - octet-strings
-
Affects
types::OCTET_TAG
… - objecthash-ring default = ring
-
Affects
hasher::ring
,hasher::default
,objecthash::digest
…
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.