# 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.76" name = "matrix-sdk-redis" version = "0.1.1" authors = ["Andy Balaam "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Redis Storage backend for matrix-sdk" homepage = "https://codeberg.org/andybalaam/matrix-sdk-redis" readme = "README.md" keywords = [ "matrix", "redis", ] license = "Apache-2.0" repository = "https://codeberg.org/andybalaam/matrix-sdk-redis" [lib] name = "matrix_sdk_redis" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.60" [dependencies.futures-core] version = "0.3.28" [dependencies.futures-util] version = "0.3.26" default-features = false [dependencies.matrix-sdk-base] version = "0.8.0" [dependencies.matrix-sdk-common] version = "0.8.0" [dependencies.matrix-sdk-crypto] version = "0.8.0" optional = true [dependencies.matrix-sdk-store-encryption] version = "0.8.0" [dependencies.redis] version = "0.21" features = ["tokio-comp"] [dependencies.serde] version = "1.0.151" [dependencies.serde_json] version = "1.0.91" [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.30.0" features = ["sync"] default-features = false [dependencies.tracing] version = "0.1.40" features = ["std"] default-features = false [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.matrix-sdk-base] version = "0.8.0" features = ["testing"] [dev-dependencies.matrix-sdk-crypto] version = "0.8.0" features = ["testing"] [dev-dependencies.matrix-sdk-test] version = "0.7.0" [dev-dependencies.once_cell] version = "1.10.0" [dev-dependencies.tokio] version = "1.30.0" features = [ "rt-multi-thread", "macros", ] default-features = false [features] crypto-store = [ "dep:matrix-sdk-crypto", "matrix-sdk-base/e2e-encryption", ] default = ["crypto-store"] real-redis-tests = [] state-store = []