# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "risc0-circuit-rv32im" version = "1.2.1-rc.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "RISC Zero circuit for rv32im" homepage = "https://risczero.com/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/risc0/risc0/" [lib] name = "risc0_circuit_rv32im" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" default-features = false [dependencies.risc0-binfmt] version = "1.2.1-rc.0" default-features = false [dependencies.risc0-core] version = "1.2.1-rc.0" default-features = false [dependencies.risc0-zkp] version = "1.2.1-rc.0" default-features = false [dependencies.risc0-zkvm-platform] version = "1.2.1-rc.0" default-features = false [dependencies.serde] version = "1.0" features = [ "derive", "alloc", ] default-features = false [dependencies.tracing] version = "0.1" features = ["attributes"] default-features = false [dev-dependencies.test-log] version = "0.2" features = ["trace"] default-features = false [features] cuda = [ "dep:cust", "prove", "risc0-circuit-rv32im-sys?/cuda", "risc0-sys?/cuda", "risc0-zkp/cuda", "std", ] default = ["prove"] metal = ["prove"] prove = [ "dep:auto_ops", "dep:bytemuck", "dep:byteorder", "dep:cfg-if", "dep:crossbeam", "dep:crypto-bigint", "dep:derive_more", "dep:lazy-regex", "dep:num-bigint", "dep:num-derive", "dep:num-traits", "dep:rand", "dep:rayon", "dep:risc0-circuit-rv32im-sys", "dep:risc0-sys", "dep:sha2", "risc0-core/perf", "risc0-zkp/prove", "std", ] std = [ "risc0-zkp/std", "serde/std", ] [target.'cfg(any(target_os="macos", target_os="ios"))'.dependencies.metal] version = "0.29" [target.'cfg(not(target_os = "zkvm"))'.dependencies.auto_ops] version = "0.3" optional = true [target.'cfg(not(target_os = "zkvm"))'.dependencies.bytemuck] version = "1.13" optional = true [target.'cfg(not(target_os = "zkvm"))'.dependencies.byteorder] version = "1.5" optional = true [target.'cfg(not(target_os = "zkvm"))'.dependencies.cfg-if] version = "1.0" optional = true [target.'cfg(not(target_os = "zkvm"))'.dependencies.crossbeam] version = "0.8" optional = true [target.'cfg(not(target_os = "zkvm"))'.dependencies.crypto-bigint] version = "0.5" optional = true default-features = false [target.'cfg(not(target_os = "zkvm"))'.dependencies.cust] version = "0.3" optional = true [target.'cfg(not(target_os = "zkvm"))'.dependencies.derive_more] version = "1.0" features = ["debug"] optional = true [target.'cfg(not(target_os = "zkvm"))'.dependencies.lazy-regex] version = "3.3" optional = true [target.'cfg(not(target_os = "zkvm"))'.dependencies.num-bigint] version = "0.4" optional = true default-features = false [target.'cfg(not(target_os = "zkvm"))'.dependencies.num-derive] version = "0.4" optional = true [target.'cfg(not(target_os = "zkvm"))'.dependencies.num-traits] version = "0.2" optional = true [target.'cfg(not(target_os = "zkvm"))'.dependencies.rand] version = "0.8" optional = true [target.'cfg(not(target_os = "zkvm"))'.dependencies.rayon] version = "1.5" optional = true [target.'cfg(not(target_os = "zkvm"))'.dependencies.risc0-circuit-rv32im-sys] version = "1.2.1-rc.0" optional = true default-features = false [target.'cfg(not(target_os = "zkvm"))'.dependencies.risc0-sys] version = "1.2.1-rc.0" optional = true default-features = false [target.'cfg(not(target_os = "zkvm"))'.dependencies.sha2] version = "0.10" optional = true default-features = false