# 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.70" name = "matrix-sdk-store-media-cache-wrapper" version = "0.1.1" authors = [ "Benjamin Kampmann ", "Acter Team ", ] description = "Wrap any matrix-sdk State Store to store media files in a separate directory instead" readme = "Readme.md" keywords = [ "matrix-sdk", "cache", "store", ] license = "MIT OR Apache-2.0" repository = "https://github.com/acterglobal/a3/tree/main/native/media-cache-wrapper" [dependencies.async-trait] version = "0.1.60" [dependencies.base64ct] version = "1.6.0" features = ["alloc"] [dependencies.matrix-sdk-base] version = "0.7.0" [dependencies.matrix-sdk-store-encryption] version = "0.7.0" [dependencies.rmp-serde] version = "1.1.2" [dependencies.ruma-common] version = "0.12.1" [dependencies.ruma-events] version = "0.27.11" [dependencies.serde_json] version = "1" [dependencies.tracing] version = "0.1.40" [dev-dependencies.anyhow] version = "1.0.79" [dev-dependencies.matrix-sdk-sqlite] version = "0.7.0" [dev-dependencies.matrix-sdk-test] version = "0.7.0" [dev-dependencies.tempfile] version = "3.9.0" [dev-dependencies.tokio] version = "1.35.1" [dev-dependencies.uuid] version = "1.6.1" features = ["v4"]