Cargo Features
[dependencies]
babyjubjub-rs = { version = "0.0.11", default-features = false, features = ["aarch64", "blake-hash"] }
- default = blake-hash
-
The
blake-hash
feature is set by default wheneverbabyjubjub-rs
is added without
somewhere in the dependency tree.default-features = false - aarch64 = blake
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.
- blake-hash default
- blake aarch64?