Cargo Features
[dependencies]
taceo-groth16-material = { version = "0.3.0", default-features = false, features = ["full", "circom", "reqwest", "reqwest-blocking"] }
- default = circom
-
The
circomfeature is set by default whenevertaceo-groth16-materialis added withoutsomewhere in the dependency tree.default-features = false - full = circom
- circom default full?
-
Enables ark-serialize, circom-witness-rs, hex, postcard, ruint, and sha2
Affects
taceo-groth16-material::circom… - reqwest reqwest-blocking?
-
Enables reqwest
- reqwest-blocking