miden-node-store 0.12.7

Miden node's state store component
Documentation
[[bench]]
harness = false
name = "account_tree_historical"
path = "benches/account_tree_historical.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.deadpool]
default-features = false
features = ["managed", "rt_tokio_1"]
version = "0.12"

[dependencies.deadpool-diesel]
features = ["sqlite"]
version = "0.6"

[dependencies.deadpool-sync]
version = "0.1"

[dependencies.diesel]
features = ["numeric", "sqlite"]
version = "2.2"

[dependencies.diesel_migrations]
features = ["sqlite"]
version = "2.2"

[dependencies.hex]
version = "0.4"

[dependencies.indexmap]
version = "2.12"

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

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

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

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

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

[dependencies.pretty_assertions]
version = "1.4"

[dependencies.rand]
version = "0.9"

[dependencies.rand_chacha]
version = "0.9"

[dependencies.serde]
features = ["derive"]
version = "1"

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

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

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

[dependencies.toml]
version = "0.9"

[dependencies.tonic]
version = "0.14"

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

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

[dependencies.tracing]
version = "0.1"

[dev-dependencies.assert_matches]
version = "1.5"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.fs-err]
version = "3"

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

[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.rand]
version = "0.9"

[dev-dependencies.regex]
version = "1.11"

[dev-dependencies.termtree]
version = "0.5"

[lib]
name = "miden_node_store"
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's state store component"
edition = "2024"
homepage = "https://miden.xyz"
keywords = ["miden", "node", "store"]
license = "MIT"
name = "miden-node-store"
readme = "README.md"
repository = "https://github.com/0xMiden/miden-node"
resolver = "2"
rust-version = "1.90"
version = "0.12.7"