Cargo Features
[dependencies]
blsful = { version = "3.0.0-pre6", default-features = false, features = ["rust", "blst"] }
- default = blst
-
The
blst
feature is set by default wheneverblsful
is added without
somewhere in the dependency tree.default-features = false - rust
-
Enables alloc of bls12_381_plus
- blst default = blstrs_plus
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.