miden-client-cli 0.13.2

The official command line client for interacting with the Miden network
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 = "2024"
rust-version = "1.90"
name = "miden-client-cli"
version = "0.13.2"
authors = ["miden contributors"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The official command line client for interacting with the Miden network"
documentation = "https://docs.rs/miden-client-cli"
readme = "README.md"
keywords = [
    "cli",
    "client",
    "miden",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/0xMiden/miden-client"
resolver = "2"

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

[[bin]]
name = "miden-client"
path = "src/main.rs"

[[test]]
name = "integration"
path = "tests/cli.rs"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.comfy-table]
version = "7.1"

[dependencies.dirs]
version = "6.0"

[dependencies.figment]
version = "0.10"
features = [
    "env",
    "toml",
]

[dependencies.miden-client]
version = "0.13"
features = ["tonic"]
default-features = false

[dependencies.miden-client-sqlite-store]
version = "0.13"
default-features = false

[dependencies.miette]
version = "7.6"
features = ["fancy"]

[dependencies.rand]
version = "0.9"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.thiserror]
version = "2.0"
default-features = false

[dependencies.tokio]
version = "1.48"
features = [
    "macros",
    "rt-multi-thread",
]

[dependencies.toml]
version = "0.9"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

[dev-dependencies.anyhow]
version = "1.0"
default-features = false

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.miden-client]
version = "0.13"
features = ["testing"]
default-features = false

[dev-dependencies.predicates]
version = "3.0"

[dev-dependencies.regex]
version = "1.0"

[dev-dependencies.serial_test]
version = "3.0"
features = ["file_locks"]

[dev-dependencies.uuid]
version = "1.10"
features = [
    "serde",
    "v4",
]

[build-dependencies.miden-client]
version = "0.13"
features = ["std"]
default-features = false

[lints.clippy]
ignored_unit_patterns = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
should_panic_without_expect = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1