miden-node 0.13.3

Miden node binary
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.90"
name = "miden-node"
version = "0.13.3"
authors = ["Miden contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Miden node binary"
homepage = "https://miden.xyz"
readme = "README.md"
keywords = [
    "miden",
    "node",
]
license = "MIT"
repository = "https://github.com/0xMiden/miden-node"
resolver = "2"

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

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

[dependencies.anyhow]
version = "1.0"

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

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

[dependencies.hex]
version = "0.4"

[dependencies.humantime]
version = "2.2"

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

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

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

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

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

[dependencies.miden-node-validator]
version = "0.13"

[dependencies.miden-protocol]
version = "0.13"
default-features = false

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

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

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

[dev-dependencies.miden-node-utils]
version = "0.13"
features = ["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