miden-node 0.7.2

Miden node binary
[[bin]]
name = "miden-node"
path = "src/main.rs"

[build-dependencies.miden-node-utils]
features = ["vergen"]
version = "0.7"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.miden-lib]
version = "0.7"

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

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

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

[dependencies.miden-node-utils]
version = "0.7"

[dependencies.miden-objects]
version = "0.7"

[dependencies.rand]
version = "0.8"

[dependencies.rand_chacha]
version = "0.3"

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

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

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.miden-node-utils]
features = ["tracing-forest"]
version = "0.7"

[features]
tracing-forest = ["miden-node-block-producer/tracing-forest"]

[lints.clippy]
cast_possible_truncation = "allow"
ignored_unit_patterns = "allow"
large_types_passed_by_value = "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
autotests = false
build = "build.rs"
description = "Miden node binary"
edition = "2021"
homepage = "https://polygon.technology/polygon-miden"
keywords = ["miden", "node"]
license = "MIT"
name = "miden-node"
readme = "README.md"
repository = "https://github.com/0xPolygonMiden/miden-node"
rust-version = "1.82"
version = "0.7.2"