Cargo Features

[dependencies]
risc0-binfmt = { version = "5.0.0-rc.1", default-features = false, features = ["std", "rand"] }
default = std

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

std default

Enables log and std of tracing and std of anyhow, derive_more, elf ^0.7, 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.

Affects image::Page

rand

Enables rand ^0.9, rand-09 of ruint