miden-node 0.11.0

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.fs-err]
version = "3"

[dependencies.humantime]
version = "2.2"

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

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

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

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

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

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

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

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

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

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

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

[lints.clippy]
cast_possible_truncation = "allow"
collapsible-if = "allow"
from_iter_instead_of_collect = "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"
needless_for_each = "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 = "build.rs"
description = "Miden node binary"
edition = "2024"
homepage = "https://miden.xyz"
keywords = ["miden", "node"]
license = "MIT"
name = "miden-node"
readme = "README.md"
repository = "https://github.com/0xMiden/miden-node"
resolver = "2"
rust-version = "1.88"
version = "0.11.0"