bdk_sqlite 0.5.0

SQLite store for BDK using sqlx
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.85.0"
name = "bdk_sqlite"
version = "0.5.0"
authors = ["Bitcoin Dev Kit Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQLite store for BDK using sqlx"
homepage = "https://bitcoindevkit.org"
documentation = "https://docs.rs/bdk_sqlite"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/bitcoindevkit/bdk-sqlite"

[features]
default = ["wallet"]
wallet = ["dep:bdk_wallet"]

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

[[example]]
name = "wallet"
path = "examples/wallet.rs"

[dependencies.bdk_chain]
version = "0.23.2"
features = ["miniscript"]

[dependencies.bdk_wallet]
version = "2.3.0"
optional = true

[dependencies.sqlx]
version = "0.8.6"
features = [
    "sqlite",
    "runtime-tokio",
]

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.bdk_esplora]
version = "0.22.1"
features = ["tokio"]

[dev-dependencies.tokio]
version = "1"
features = ["full"]
default-features = false