# 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 = "2021" rust-version = "1.82" name = "miden-node" version = "0.6.0" authors = ["Miden contributors"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Miden node binary" homepage = "https://polygon.technology/polygon-miden" readme = "README.md" keywords = [ "miden", "node", ] license = "MIT" repository = "https://github.com/0xPolygonMiden/miden-node" [[bin]] name = "miden-node" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5" features = [ "derive", "string", ] [dependencies.miden-lib] version = "0.6" features = ["concurrent"] [dependencies.miden-node-block-producer] version = "0.6" [dependencies.miden-node-rpc] version = "0.6" [dependencies.miden-node-store] version = "0.6" [dependencies.miden-node-utils] version = "0.6" [dependencies.miden-objects] version = "0.6" [dependencies.rand] version = "0.8" [dependencies.rand_chacha] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1.40" features = [ "rt-multi-thread", "rt-multi-thread", "net", "macros", ] [dependencies.toml] version = "0.8" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = [ "fmt", "json", "env-filter", ] [dev-dependencies.figment] version = "0.10" features = [ "toml", "env", "test", ] [dev-dependencies.miden-node-utils] version = "0.6" features = ["tracing-forest"] [build-dependencies.miden-node-utils] version = "0.6" features = ["vergen"] [features] testing = [ "miden-lib/testing", "miden-objects/testing", ] tracing-forest = ["miden-node-block-producer/tracing-forest"]