miden-node-store 0.7.2

Miden node's state store component
Documentation
[dependencies.deadpool-sqlite]
features = ["rt_tokio_1"]
version = "0.9.0"

[dependencies.hex]
version = "0.4"

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

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

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

[dependencies.miden-objects]
version = "0.7"

[dependencies.rusqlite]
features = ["array", "buildtime_bindgen", "bundled"]
version = "0.32.1"

[dependencies.rusqlite_migration]
version = "1.3"

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

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

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

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

[dependencies.tonic]
version = "0.12"

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.miden-node-utils]
features = ["tracing-forest"]
version = "0.7"

[dev-dependencies.miden-objects]
features = ["testing"]
version = "0.7"

[lib]
name = "miden_node_store"
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 state store component"
edition = "2021"
homepage = "https://polygon.technology/polygon-miden"
keywords = ["miden", "node", "store"]
license = "MIT"
name = "miden-node-store"
readme = "README.md"
repository = "https://github.com/0xPolygonMiden/miden-node"
rust-version = "1.82"
version = "0.7.2"