teasel 0.14.0

Lightweight CLI utilities for inspecting Miden files, local stores, and RPC endpoints
# 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.91"
name = "teasel"
version = "0.14.0"
authors = [
    "Ignacio Amigo",
    "miden contributors",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight CLI utilities for inspecting Miden files, local stores, and RPC endpoints"
readme = "README.md"
keywords = [
    "miden",
    "blockchain",
    "cli",
    "debug",
]
categories = [
    "command-line-utilities",
    "cryptography::cryptocurrencies",
]
license = "MIT"
repository = "https://github.com/igamigo/miden-tools"

[[bin]]
name = "teasel"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.crossterm]
version = "0.27"

[dependencies.dirs]
version = "6"

[dependencies.miden-client]
version = "0.14"
features = ["tonic"]

[dependencies.miden-client-cli]
version = "0.14"

[dependencies.miden-client-sqlite-store]
version = "0.14"

[dependencies.miden-crypto]
version = "0.23"

[dependencies.miden-protocol]
version = "0.14"

[dependencies.miden-standards]
version = "0.14"

[dependencies.miden-tx]
version = "0.14"

[dependencies.ratatui]
version = "0.27"

[dependencies.rusqlite]
version = "0.37"
features = ["bundled"]

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