Cargo Features

[dependencies]
risc0-binfmt = { version = "1.0.0-rc.3", default-features = false, features = ["std"] }
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, elf, 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.

risc0-binfmt has 2 features without comments.