Cargo Features

[dependencies]
flexible-transcript = { version = "0.3.4", default-features = false, features = ["std", "recommended", "tests", "merlin"] }
default = std

The std feature is set by default whenever flexible-transcript is added without default-features = false somewhere in the dependency tree.

std default

Enables std of optional blake2, digest, optional merlin, std-shims ^0.1.4, subtle, and zeroize

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