Cargo Features
[dependencies]
risc0-binfmt = { version = "5.0.0-rc.1", default-features = false, features = ["std", "rand"] }
- default = std
-
The
stdfeature is set by default wheneverrisc0-binfmtis added withoutsomewhere in the dependency tree.default-features = false - 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