sp1-cli 6.0.0

The CLI is used for various tasks related to SP1, such as building the toolchain, compiling programs, and tracing programs.
Documentation
# 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 = "6.0.0"
build = "build.rs"
autolib = false
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"

[features]
default = ["full"]
full = [
    "dep:sp1-build",
    "dep:sp1-sdk",
]

[lib]
name = "sp1_cli"
path = "src/lib.rs"

[[bin]]
name = "cargo-prove"
path = "src/bin/cargo-prove.rs"

[dependencies.anyhow]
version = "1.0.86"
features = ["backtrace"]

[dependencies.cargo_metadata]
version = "0.18.1"

[dependencies.clap]
version = "4.5.9"
features = [
    "derive",
    "env",
]

[dependencies.dirs]
version = "5.0.1"

[dependencies.futures]
version = "0.3"

[dependencies.indicatif]
version = "0.17.8"

[dependencies.rand]
version = "0.8.5"

[dependencies.reqwest]
version = "0.12.12"
features = [
    "stream",
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.serde_json]
version = "1.0.132"

[dependencies.sp1-build]
version = "6.0.0"
optional = true

[dependencies.sp1-sdk]
version = "6.0.0"
optional = true
default-features = false

[dependencies.target-lexicon]
version = "0.12.15"

[dependencies.tokio]
version = "1.42.0"
features = ["full"]
default-features = false

[dependencies.yansi]
version = "1.0.1"

[build-dependencies.vergen]
version = "8"
features = [
    "build",
    "git",
    "git2",
]
default-features = false