miden-node-rpc 0.12.6

Miden node's front-end RPC server
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.futures]
version = "0.3"

[dependencies.http]
version = "1.3"

[dependencies.mediatype]
version = "0.21"

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

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

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

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

[dependencies.miden-tx]
default-features = true
version = "0.12.4"

[dependencies.semver]
version = "1.0"

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

[dependencies.tokio]
features = ["rt-multi-thread", "macros", "net", "rt-multi-thread"]
version = "1.46"

[dependencies.tokio-stream]
features = ["net"]
version = "0.1"

[dependencies.tonic]
features = ["tls-native-roots", "tls-ring"]
version = "0.14"

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

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

[dependencies.tower]
version = "0.5"

[dependencies.tower-http]
features = ["cors", "trace", "trace"]
version = "0.6"

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.miden-air]
features = ["std", "testing", "testing"]
version = "0.19"

[dev-dependencies.miden-lib]
version = "0.12.4"

[dev-dependencies.miden-node-store]
version = "0.12"

[dev-dependencies.miden-node-utils]
features = ["testing", "tracing-forest"]
version = "0.12"

[dev-dependencies.miden-objects]
default-features = true
features = ["testing"]
version = "0.12.4"

[dev-dependencies.reqwest]
version = "0.12"

[dev-dependencies.rstest]
version = "0.26"

[dev-dependencies.tempfile]
version = "3.20"

[lib]
name = "miden_node_rpc"
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 = false
description = "Miden node's front-end RPC server"
edition = "2024"
homepage = "https://miden.xyz"
keywords = ["miden", "node", "rpc"]
license = "MIT"
name = "miden-node-rpc"
readme = "README.md"
repository = "https://github.com/0xMiden/miden-node"
resolver = "2"
rust-version = "1.90"
version = "0.12.6"