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