monerochan-cli 5.2.8

The CLI is used for various tasks related to MONEROCHAN, such as building the toolchain, compiling programs, and tracing programs.
Documentation
[[bin]]
name = "cargo-monerochan"
path = "src/bin/cargo-monerochan.rs"

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

[dependencies.anstyle]
version = "1.0.8"

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

[dependencies.cargo_metadata]
version = "0.18.1"

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

[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.monerochan]
version = "5.2.8"

[dependencies.monerochan-build]
version = "5.2.8"

[dependencies.monerochan-core-machine]
default-features = true
version = "5.2.8"

[dependencies.prettytable-rs]
version = "0.10"

[dependencies.rand]
version = "0.8"

[dependencies.regex]
version = "1.5.4"

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

[dependencies.rustc-demangle]
version = "0.1.18"

[dependencies.serde_json]
version = "1.0.132"

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

[dependencies.textwrap]
version = "0.16.0"

[dependencies.tokio]
features = ["full"]
version = "1"

[dependencies.yansi]
version = "1.0.1"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["cryptography"]
description = "The CLI is used for various tasks related to MONEROCHAN, such as building the toolchain, compiling programs, and tracing programs."
edition = "2021"
keywords = ["monerochan", "privacy", "runtime", "ospp", "riscv"]
license = "MIT OR Apache-2.0"
name = "monerochan-cli"
readme = "README.md"
repository = "https://github.com/monero-chan-foundation/monerochan-rs"
version = "5.2.8"