node-builder 0.12.0

A minimal node implementation for running integration tests of the Miden client. NOT for production use.
Documentation
[[bin]]
name = "testing-node-builder"
path = "src/main.rs"

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

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

[dependencies.miden-node-block-producer]
version = "0.12"

[dependencies.miden-node-ntx-builder]
version = "0.12"

[dependencies.miden-node-rpc]
version = "0.12"

[dependencies.miden-node-store]
version = "0.12"

[dependencies.miden-node-utils]
features = ["testing", "tracing-forest"]
version = "0.12"

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

[dependencies.rand]
version = "0.9"

[dependencies.rand_chacha]
version = "0.9"

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

[dependencies.url]
features = ["serde"]
version = "2.5"

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

[[example]]
name = "simple"
path = "examples/simple.rs"

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

[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

[package]
authors = ["miden contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A minimal node implementation for running integration tests of the Miden client. NOT for production use."
edition = "2024"
keywords = ["miden", "node", "protobuf", "rpc", "testing"]
license = "MIT"
name = "node-builder"
readme = "README.md"
repository = "https://github.com/0xMiden/miden-client"
resolver = "2"
rust-version = "1.90"
version = "0.12.0"