Cargo Features
[dependencies]
flexible-transcript-mirror = { version = "0.3.2", default-features = false, features = ["std", "recommended", "merlin", "tests"] }
- default = std
-
The
std
feature is set by default wheneverflexible-transcript-mirror
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of optional blake2, digest, optional merlin, subtle, and zeroize
- recommended = blake2
-
Affects
flexible-transcript-mirror::RecommendedTranscript
… - merlin
-
Enables merlin
- tests
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.