# 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-build" version = "1.1.3" description = "RISC Zero zero-knowledge VM build tool" homepage = "https://risczero.com/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/risc0/risc0/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.anyhow] version = "1.0" [dependencies.cargo_metadata] version = "0.18" [dependencies.dirs] version = "5.0" [dependencies.docker-generate] version = "0.1" [dependencies.hex] version = "0.4" [dependencies.risc0-binfmt] version = "1.1.3" default-features = false [dependencies.risc0-zkp] version = "1.1.3" features = ["std"] default-features = false [dependencies.risc0-zkvm-platform] version = "1.1.3" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0" [dependencies.tempfile] version = "3" [features] docker = [] guest-list = []