[dependencies.anyhow]
version = "1.0"
[dependencies.miden-node-proto]
version = "0.12"
[dependencies.miden-node-proto-build]
features = ["internal"]
version = "0.12"
[dependencies.miden-node-utils]
features = ["testing"]
version = "0.12"
[dependencies.tokio]
features = ["rt-multi-thread", "macros", "net", "rt-multi-thread"]
version = "1.46"
[dependencies.tokio-stream]
features = ["net"]
version = "0.1"
[dependencies.tonic]
features = ["transport"]
version = "0.14"
[dependencies.tonic-reflection]
version = "0.14"
[dependencies.tower-http]
features = ["cors", "trace", "util"]
version = "0.6"
[dependencies.tracing]
version = "0.1"
[dev-dependencies]
[features]
[lib]
name = "miden_node_validator"
path = "src/lib.rs"
[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 = false
description = "Miden node's validator component"
edition = "2024"
homepage = "https://miden.xyz"
keywords = ["miden", "node", "validator"]
license = "MIT"
name = "miden-node-validator"
readme = "README.md"
repository = "https://github.com/0xMiden/miden-node"
resolver = "2"
rust-version = "1.90"
version = "0.12.2"