[dependencies.miden-node-proto]
version = "0.7"
[dependencies.miden-node-utils]
version = "0.7"
[dependencies.miden-objects]
version = "0.7"
[dependencies.miden-tx]
version = "0.7"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.tokio]
features = ["rt-multi-thread", "rt-multi-thread", "net", "macros"]
version = "1.40"
[dependencies.tokio-stream]
features = ["net"]
version = "0.1"
[dependencies.tonic]
version = "0.12"
[dependencies.tonic-web]
version = "0.12"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.miden-node-utils]
features = ["tracing-forest"]
version = "0.7"
[lib]
name = "miden_node_rpc"
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 = false
description = "Miden node's front-end RPC server"
edition = "2021"
homepage = "https://polygon.technology/polygon-miden"
keywords = ["miden", "node", "rpc"]
license = "MIT"
name = "miden-node-rpc"
readme = "README.md"
repository = "https://github.com/0xPolygonMiden/miden-node"
rust-version = "1.82"
version = "0.7.1"