mdk-memory-storage 0.7.1

In-memory database for MDK that implements the MdkStorageProvider 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 = "2024"
rust-version = "1.90.0"
name = "mdk-memory-storage"
version = "0.7.1"
authors = [
    "Jeff Gardner <j@jeffg.me>",
    "Yuki Kishimoto <yukikishimoto@protonmail.com>",
    "MDK Developers",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "In-memory database for MDK that implements the MdkStorageProvider trait"
homepage = "https://github.com/marmot-protocol/mdk"
readme = "README.md"
keywords = [
    "nostr",
    "mls",
    "openmls",
    "memory",
]
categories = [
    "database",
    "caching",
]
license = "MIT"
repository = "https://github.com/marmot-protocol/mdk"
resolver = "2"

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

[dependencies.lru]
version = "0.16"
default-features = false

[dependencies.mdk-storage-traits]
version = "0.7.1"
default-features = false

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

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

[dependencies.openmls_traits]
version = "0.5"
default-features = false

[dependencies.parking_lot]
version = "0.12"

[dependencies.serde]
version = "1.0"
features = [
    "std",
    "derive",
]
default-features = false

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

[dev-dependencies.mdk-storage-traits]
version = "0.7.1"
features = ["test-utils"]
default-features = false