nostr-database 0.45.0

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

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

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

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

[dependencies.opaquerr]
version = "0.2"
features = ["alloc"]

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(bench)"]