Cargo Features
[dependencies]
flexible-transcript = { version = "0.3.4", default-features = false, features = ["std", "recommended", "tests", "merlin"] }
- default = std
-
The
stdfeature is set by default wheneverflexible-transcriptis added withoutsomewhere in the dependency tree.default-features = false - std default
-
Enables std of optional blake2, digest, optional merlin, std-shims ^0.1.4, subtle, and zeroize
- recommended = blake2
-
Affects
flexible-transcript::RecommendedTranscript… - 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.
- blake2 recommended?
- merlin implicit feature
-
Enables merlin
merlin:
Composable proof transcripts for public-coin arguments of knowledge