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 whenever objecthash is added without default-features = false somewhere in the dependency tree.

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.

ring objecthash-ring