Cargo Features

[dependencies]
forest_crypto = { version = "0.5.3", default-features = false, features = ["json", "blst", "pairing"] }
default = blst

The blst feature is set by default whenever forest_crypto is added without default-features = false somewhere in the dependency tree.

json = base64

Affects signature::json, vrf::json

blst default

Enables blst of bls-signatures ^0.9

pairing

Enables pairing of bls-signatures ^0.9

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.

base64 json?

Enables base64 ^0.13