miden-client-tools 0.2.4

A wrapper on top of the Miden client that simplifies interactions with the Miden blockchain.
Documentation
[dependencies.miden-assembly]
version = "0.15.0"

[dependencies.miden-client]
features = ["testing", "tonic", "sqlite"]
version = "0.10.0"

[dependencies.miden-crypto]
features = ["executable"]
version = "0.15.5"

[dependencies.miden-lib]
default-features = false
version = "0.10.0"

[dependencies.miden-objects]
default-features = false
version = "0.10.0"

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

[dependencies.rand]
version = "0.9"

[dependencies.rand_chacha]
version = "0.9.0"

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

[dependencies.serde_json]
features = ["raw_value"]
version = "1.0"

[dependencies.tokio]
features = ["rt-multi-thread", "net", "macros", "fs"]
version = "1.40"

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

[package]
authors = ["partylikeits1983 <aleqvids@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A wrapper on top of the Miden client that simplifies interactions with the Miden blockchain."
documentation = "https://docs.rs/miden-client-tools"
edition = "2024"
license = "MIT"
name = "miden-client-tools"
readme = "README.md"
repository = "https://github.com/partylikeits1983/miden-client-tools"
version = "0.2.4"

[[test]]
name = "tools_tests"
path = "tests/tools_tests.rs"