Cargo Features
[dependencies]
blueprint-crypto-bls = { version = "0.1.0-alpha.2", default-features = false, features = ["std", "aggregation"] }
- default = aggregation, std
-
These default features are set whenever
blueprint-crypto-bls
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of ark-serialize, blueprint-crypto-core, blueprint-std, serde, serde_bytes, serde_json, and tnt-bls
serde:
Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library. - aggregation default = sha2
-
Affects
blueprint-crypto-bls::aggregation
…
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.