[dependencies.base64]
optional = true
version = "0.22"
[dependencies.hex]
features = ["serde"]
optional = true
version = "0.4"
[dependencies.log]
version = "0.4"
[dependencies.openmls_traits]
version = "0.4.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "2.0"
[dev-dependencies]
[features]
persistence = ["base64"]
test-utils = ["hex", "openmls_traits/test-utils"]
[lib]
name = "openmls_memory_storage"
path = "src/lib.rs"
[package]
authors = ["OpenMLS Authors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A very basic storage for OpenMLS implementing openmls_traits."
documentation = "https://docs.rs/openmls_memory_storage"
edition = "2021"
license = "MIT"
name = "openmls_memory_storage"
readme = "README.md"
repository = "https://github.com/openmls/openmls/tree/main/memory_storage"
version = "0.4.0"
[[test]]
name = "proposals"
path = "tests/proposals.rs"