Cargo Features

[dependencies]
taceo-groth16-material = { version = "0.3.0", default-features = false, features = ["full", "circom", "reqwest", "reqwest-blocking"] }
default = circom

The circom feature is set by default whenever taceo-groth16-material is added without default-features = false somewhere in the dependency tree.

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

Enables blocking of reqwest