miden-node 0.5.0

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.miden-lib]
features = ["concurrent"]
version = "0.5"

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

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

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

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

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

[dependencies.rand_chacha]
version = "0.3"

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

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

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
features = ["fmt", "json", "env-filter"]
version = "0.3"

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

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

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

[package]
authors = ["Miden contributors"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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.80"
version = "0.5.0"