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

std default

Enables std of optional blake2, digest, optional merlin, subtle, and zeroize

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.

blake2 recommended?