# 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 = "sov-risc0-adapter" version = "0.3.0" authors = ["Sovereign Labs "] description = "An adapter allowing Risc0 to be used with the Sovereign SDK" homepage = "https://www.sovereign.xyz" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/sovereign-labs/sovereign-sdk" [[test]] name = "native" required-features = ["native"] [dependencies.anyhow] version = "1.0.68" [dependencies.bincode] version = "1.3.3" [dependencies.bytemuck] version = "1.13.1" [dependencies.once_cell] version = "1.7.2" optional = true [dependencies.parking_lot] version = "0.12.1" optional = true [dependencies.risc0-circuit-rv32im] version = "0.18" optional = true [dependencies.risc0-zkp] version = "0.18" optional = true [dependencies.risc0-zkvm] version = "0.18" features = ["std"] default-features = false [dependencies.risc0-zkvm-platform] version = "0.18" [dependencies.serde] version = "1.0.188" features = [ "derive", "rc", ] [dependencies.sov-rollup-interface] version = "0.3" [dependencies.sov-zk-cycle-utils] version = "0.3" [features] bench = [ "once_cell", "parking_lot", "native", "sov-zk-cycle-utils/native", ] default = [] native = [ "risc0-zkvm/prove", "dep:risc0-zkp", "dep:risc0-circuit-rv32im", ]