nostr-sqlite 0.45.0

SQLite storage backend for nostr apps
# 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 = "nostr-sqlite"
version = "0.45.0"
authors = [
    "Yuki Kishimoto <yukikishimoto@protonmail.com>",
    "Nostr Dev Kit Developers",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQLite storage backend for nostr apps"
homepage = "https://nostrdevkit.org"
readme = "README.md"
keywords = [
    "nostr",
    "database",
    "sqlite",
]
license = "MIT"
repository = "https://github.com/nostrdevkit/nostr.git"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
bundled = ["rusqlite/bundled"]
default = ["bundled"]

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

[dependencies.async-utility]
version = "0.3"

[dependencies.nostr]
version = "0.45"
features = ["std"]
default-features = false

[dependencies.nostr-database]
version = "0.45"
default-features = false

[dependencies.rusqlite]
version = "0.38"
default-features = false

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

[dependencies.tokio]
version = ">=1.37"
features = ["sync"]
default-features = false

[dev-dependencies.tokio]
version = ">=1.37"
features = [
    "macros",
    "rt-multi-thread",
    "time",
]
default-features = false