sp1-cli 4.1.0

The CLI is used for various tasks related to SP1, such as building the toolchain, compiling programs, and tracing programs.
Documentation
[package]
name = "sp1-cli"
description = "The CLI is used for various tasks related to SP1, such as building the toolchain, compiling programs, and tracing programs."
readme = "README.md"
version = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
keywords = { workspace = true }
categories = { workspace = true }

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

[dependencies]

anyhow = { version = "1.0.83", features = ["backtrace"] }
clap = { version = "4.5.9", features = ["derive", "env"] }
sp1-build = { workspace = true }
sp1-sdk = { workspace = true }
sp1-core-machine = { workspace = true }
reqwest = { version = "0.12.4", features = [
  "stream",
  "json",
  "rustls-tls",
], default-features = false }
indicatif = "0.17.8"
tokio = { version = "1", features = ["full"] }
dirs = "5.0"
rand = "0.8"
serde_json = { workspace = true }
yansi = "1.0.1"
hex = "0.4.3"
anstyle = "1.0.8"
target-lexicon = "0.12.15"
rustc-demangle = "0.1.18"
goblin = "0.8"
regex = "1.5.4"
prettytable-rs = "0.10"
textwrap = "0.16.0"
ctrlc = "3.4.2"
cargo_metadata = "0.18.1"