miden-node-store 0.5.0

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

[dependencies.directories]
version = "5.0"

[dependencies.figment]
features = ["toml", "env"]
version = "0.10"

[dependencies.hex]
version = "0.4"

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

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

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

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

[dependencies.once_cell]
version = "1.18"

[dependencies.prost]
version = "0.12"

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

[dependencies.rusqlite_migration]
version = "1.0"

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

[dependencies.thiserror]
version = "1.0"

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

[dependencies.toml]
version = "0.8"

[dependencies.tonic]
version = "0.11"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
features = ["fmt", "json", "env-filter"]
version = "0.3"

[dev-dependencies.figment]
features = ["toml", "env", "test"]
version = "0.10"

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

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

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

[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.80"
version = "0.5.0"