# 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" rust-version = "1.82" name = "miden-cli" version = "0.6.0" authors = ["miden contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI binary application that facilitates interaction with the Miden rollup" documentation = "https://docs.rs/miden-cli/0.6.0" readme = "README.md" keywords = [ "miden", "client", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/0xPolygonMiden/miden-client" [lib] name = "miden_cli" path = "src/lib.rs" [[bin]] name = "miden" path = "src/main.rs" [[test]] name = "integration" path = "src/tests.rs" required-features = [ "testing", "concurrent", ] [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.comfy-table] version = "7.1" [dependencies.figment] version = "0.10" features = [ "toml", "env", ] [dependencies.miden-client] version = "0.6" features = [ "sqlite", "tonic", ] [dependencies.miden-tx-prover] version = "0.6" features = ["async"] [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["raw_value"] [dependencies.tokio] version = "1.40" features = [ "rt-multi-thread", "net", "macros", ] [dependencies.toml] version = "0.8" [dependencies.tonic] version = "0.12" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.uuid] version = "1.10" features = [ "serde", "v4", ] [features] concurrent = ["miden-client/concurrent"] default = [] testing = ["miden-client/testing"]