# 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 = "sp1-cli" version = "3.4.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "The CLI is used for various tasks related to SP1, such as building the toolchain, compiling programs, and tracing programs." readme = "README.md" keywords = [ "sp1", "succinct", "zero-knowledge", "zkvm", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/succinctlabs/sp1" [lib] name = "sp1_cli" path = "src/lib.rs" [[bin]] name = "cargo-prove" path = "src/bin/cargo-prove.rs" [dependencies.anstyle] version = "1.0.8" [dependencies.anyhow] version = "1.0.83" features = ["backtrace"] [dependencies.clap] version = "4.5.9" features = [ "derive", "env", ] [dependencies.ctrlc] version = "3.4.2" [dependencies.dirs] version = "5.0" [dependencies.goblin] version = "0.8" [dependencies.hex] version = "0.4.3" [dependencies.indicatif] version = "0.17.8" [dependencies.prettytable-rs] version = "0.10" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.5.4" [dependencies.reqwest] version = "0.12.4" features = [ "stream", "json", "rustls-tls", ] default-features = false [dependencies.rustc-demangle] version = "0.1.18" [dependencies.serde_json] version = "1.0.121" [dependencies.sp1-build] version = "3.4.0" [dependencies.sp1-core-machine] version = "3.4.0" [dependencies.sp1-sdk] version = "3.4.0" [dependencies.target-lexicon] version = "0.12.15" [dependencies.textwrap] version = "0.16.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.yansi] version = "1.0.1" [build-dependencies.vergen] version = "8" features = [ "build", "git", "git2", ] default-features = false