miden-client-sqlite-store 0.13.3

SQLite-backed Store implementation for miden-client
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.90"
name = "miden-client-sqlite-store"
version = "0.13.3"
authors = ["miden contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQLite-backed Store implementation for miden-client"
readme = "README.md"
license = "MIT"
repository = "https://github.com/0xMiden/miden-client"
resolver = "2"

[lib]
name = "miden_client_sqlite_store"
crate-type = ["lib"]
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"
default-features = false

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"

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

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

[dependencies.miden-client]
version = "0.13"
features = ["std"]
default-features = false

[dependencies.miden-protocol]
version = "0.13"
default-features = false

[dependencies.rusqlite]
version = "0.37"
features = [
    "array",
    "bundled",
    "vtab",
]

[dependencies.rusqlite_migration]
version = "2.1"

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

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

[dev-dependencies.miden-client]
version = "0.13"
features = ["testing"]
default-features = false

[dev-dependencies.miden-standards]
version = "0.13"
features = ["testing"]
default-features = false

[lints.clippy]
ignored_unit_patterns = "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