nrc-mls-sqlite-storage 0.1.0

Sqlite database for nostr-mls that implements the NostrMlsStorageProvider Trait
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 = "2021"
rust-version = "1.74.0"
name = "nrc-mls-sqlite-storage"
version = "0.1.0"
authors = ["Justin Moon <justin@justinmoon.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sqlite database for nostr-mls that implements the NostrMlsStorageProvider Trait"
homepage = "https://github.com/justinmoon/nrc"
readme = "README.md"
keywords = [
    "nostr",
    "mls",
    "openmls",
    "sqlite",
]
license = "MIT"
repository = "https://github.com/justinmoon/nrc"

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

[dependencies.nostr]
version = "0.43"
features = ["std"]

[dependencies.nrc-mls-storage]
version = "0.1.0"

[dependencies.openmls]
version = "0.7.0"
default-features = false

[dependencies.openmls_sqlite_storage]
version = "0.1.0"
default-features = false

[dependencies.refinery]
version = "0.8"
features = ["rusqlite"]

[dependencies.rusqlite]
version = "0.32"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tracing]
version = "0.1"
features = ["std"]

[dev-dependencies.aes-gcm]
version = "0.10.3"

[dev-dependencies.tempfile]
version = "3.20"