Cargo Features

[dependencies]
semaphore-rs-proof = { version = "0.2.0", default-features = false, features = ["ark"] }
default = ark

The ark feature is set by default whenever semaphore-rs-proof is added without default-features = false somewhere in the dependency tree.

ark default

Enables ark-bn254 =0.4.0, worldcoin-ark-circom, ark-ec ^0.4.2, and ark-groth16 =0.4.0

semaphore-rs-proof has 2 features without comments.