# 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-proto" version = "0.6.0" authors = ["Miden contributors"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Miden node message definitions (Store, Block Producer and RPC)" homepage = "https://polygon.technology/polygon-miden" readme = "README.md" keywords = [ "miden", "node", "protobuf", "rpc", ] license = "MIT" repository = "https://github.com/0xPolygonMiden/miden-node" [lib] name = "miden_node_proto" path = "src/lib.rs" [dependencies.hex] version = "0.4" [dependencies.miden-node-utils] version = "0.6" [dependencies.miden-objects] version = "0.6" [dependencies.prost] version = "0.13" [dependencies.thiserror] version = "1.0" [dependencies.tonic] version = "0.12" [dev-dependencies.proptest] version = "1.5" [build-dependencies.miette] version = "7.2" features = ["fancy"] [build-dependencies.prost] version = "0.13" [build-dependencies.prost-build] version = "0.13" [build-dependencies.protox] version = "0.7" [build-dependencies.tonic-build] version = "0.12"