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

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?