[build-dependencies.anyhow]
version = "1.0"
[build-dependencies.miden-node-proto-build]
features = ["internal"]
version = "0.9"
[build-dependencies.prost]
version = "0.13"
[build-dependencies.prost-build]
version = "0.13"
[build-dependencies.protox]
version = "0.8"
[build-dependencies.tonic-build]
version = "0.12"
[dependencies.hex]
version = "0.4"
[dependencies.http]
version = "1.3"
[dependencies.miden-node-utils]
version = "0.9"
[dependencies.miden-objects]
version = "0.9"
[dependencies.prost]
version = "0.13"
[dependencies.thiserror]
default-features = false
version = "2.0"
[dependencies.tonic]
version = "0.12"
[dev-dependencies.proptest]
version = "1.6"
[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
autolib = false
autotests = false
build = "build.rs"
description = "Miden node message definitions (Store, Block Producer and RPC)"
edition = "2024"
homepage = "https://polygon.technology/polygon-miden"
keywords = ["miden", "node", "protobuf", "rpc"]
license = "MIT"
name = "miden-node-proto"
readme = "README.md"
repository = "https://github.com/0xMiden/miden-node"
resolver = "2"
rust-version = "1.87"
version = "0.9.1"