# 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-utils" version = "0.6.0" authors = ["Miden contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Miden node's shared utilities" homepage = "https://polygon.technology/polygon-miden" readme = "README.md" keywords = [ "miden", "node", "utils", ] license = "MIT" repository = "https://github.com/0xPolygonMiden/miden-node" [lib] name = "miden_node_utils" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.figment] version = "0.10" features = [ "toml", "env", ] [dependencies.itertools] version = "0.12" [dependencies.miden-objects] version = "0.6" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.tonic] version = "0.12" [dependencies.tracing] version = "0.1" [dependencies.tracing-forest] version = "0.1" features = ["chrono"] optional = true [dependencies.tracing-subscriber] version = "0.3" features = [ "fmt", "json", "env-filter", ] [dependencies.vergen] version = "9.0" optional = true [dependencies.vergen-gitcl] version = "1.0" features = [ "cargo", "rustc", ] optional = true [features] vergen = [ "dep:vergen", "dep:vergen-gitcl", ]