miden-node-proto 0.12.5

Miden node message definitions (Store, Block Producer and RPC)
Documentation
[build-dependencies.fs-err]
version = "3"

[build-dependencies.miden-node-proto-build]
features = ["internal"]
version = "0.12"

[build-dependencies.miette]
version = "7.6"

[build-dependencies.tonic-prost-build]
version = "0.14"

[dependencies.anyhow]
version = "1.0"

[dependencies.hex]
version = "0.4"

[dependencies.http]
version = "1.3"

[dependencies.miden-node-grpc-error-macro]
version = "0.12"

[dependencies.miden-node-utils]
version = "0.12"

[dependencies.miden-objects]
default-features = false
version = "0.12.4"

[dependencies.prost]
version = "0.14"

[dependencies.thiserror]
default-features = false
version = "2.0"

[dependencies.tonic]
version = "0.14"

[dependencies.tonic-prost]
version = "0.14"

[dependencies.url]
features = ["serde"]
version = "2.5"

[dev-dependencies.proptest]
version = "1.7"

[lib]
name = "miden_node_proto"
path = "src/lib.rs"

[lints.clippy]
cast_possible_truncation = "allow"
collapsible-if = "allow"
from_iter_instead_of_collect = "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"
needless_for_each = "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://miden.xyz"
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.90"
version = "0.12.5"