Cargo Features

[dependencies]
risc0-groth16 = { version = "1.0.0-rc.3", default-features = false, features = ["std", "docker", "prove"] }
default = std

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

std default prove?

Enables std of anyhow, ark-bn254, ark-groth16, ark-serialize, hex, num-bigint, optional num-traits, risc0-zkp, and serde

serde:

Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.

docker = prove
prove docker? = std

Enables bytemuck, num-traits, and risc0-core, serde_json, tempfile, and tracing, prove of risc0-zkp

Affects risc0-groth16::docker