[build-dependencies.anyhow]
version = "1.0"
[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"
[dependencies.hex]
version = "0.4"
[dependencies.miden-node-utils]
version = "0.7"
[dependencies.miden-objects]
version = "0.7"
[dependencies.prost]
version = "0.13"
[dependencies.thiserror]
default-features = false
version = "2.0"
[dependencies.tonic]
version = "0.12"
[dev-dependencies.proptest]
version = "1.5"
[lib]
name = "miden_node_proto"
path = "src/lib.rs"
[lints.clippy]
cast_possible_truncation = "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"
should_panic_without_expect = "allow"
[lints.clippy.pedantic]
level = "warn"
priority = -1
[package]
authors = ["Miden contributors"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "Miden node message definitions (Store, Block Producer and RPC)"
edition = "2021"
homepage = "https://polygon.technology/polygon-miden"
keywords = ["miden", "node", "protobuf", "rpc"]
license = "MIT"
name = "miden-node-proto"
readme = "README.md"
repository = "https://github.com/0xPolygonMiden/miden-node"
rust-version = "1.82"
version = "0.7.1"