# 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-zkvm-guest" version = "0.11.1" description = "RISC Zero zero-knowledge VM guest crate" homepage = "https://risczero.com/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/risc0/risc0/" resolver = "2" [dependencies.bytemuck] version = "1.9" [dependencies.risc0-zkp] version = "0.11" default-features = false [dependencies.risc0-zkvm] version = "0.11" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [build-dependencies.risc0-build] version = "0.11" [features] bazel = [] default = ["std"] doc = ["std"] std = [ "risc0-zkp/std", "serde/std", ]