matrix-sdk-store-media-cache-wrapper 0.1.1

Wrap any matrix-sdk State Store to store media files in a separate directory instead
Documentation
[package]
name = "matrix-sdk-store-media-cache-wrapper"
description = "Wrap any matrix-sdk State Store to store media files in a separate directory instead"
version = "0.1.1"
edition = "2021"
rust-version = "1.70"
authors = ["Benjamin Kampmann <ben@gnunicorn.org>", "Acter Team <team@acter.global>"]
repository = "https://github.com/acterglobal/a3/tree/main/native/media-cache-wrapper"
website = "https://acter.global/"
keywords = ["matrix-sdk", "cache", "store"]
readme = "Readme.md"
license = "MIT OR Apache-2.0"

[dependencies]
async-trait = "0.1.60"
base64ct = { version = "1.6.0", features = ["alloc"] }
matrix-sdk-base = { version = "0.7.0" }
matrix-sdk-store-encryption = { version = "0.7.0" }
rmp-serde = "1.1.2"
ruma-common = { version = "0.12.1" }
ruma-events = { version = "0.27.11" }
serde_json = "1"
tracing = "0.1.40"

[dev-dependencies]
anyhow = "1.0.79"
matrix-sdk-sqlite = { version = "0.7.0" }
matrix-sdk-test = { version = "0.7.0" }
tempfile = "3.9.0"
tokio = "1.35.1"
uuid = { version = "1.6.1", features = ["v4"] }