Cargo Features
[dependencies]
risc0-binfmt = { version = "1.1.3", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverrisc0-binfmt
is added without
somewhere in the dependency tree.default-features = false - 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.