# 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-sqlite" version = "0.7.0" description = "Sqlite storage backend for matrix-sdk" license = "Apache-2.0" repository = "https://github.com/matrix-org/matrix-rust-sdk" [dependencies.async-trait] version = "0.1.60" [dependencies.deadpool-sqlite] version = "0.7.0" [dependencies.itertools] version = "0.12.0" [dependencies.matrix-sdk-base] version = "0.7.0" [dependencies.matrix-sdk-crypto] version = "0.7.0" optional = true [dependencies.matrix-sdk-store-encryption] version = "0.7.0" [dependencies.rmp-serde] version = "1.1.1" [dependencies.ruma] version = "0.9.3" features = [ "client-api-c", "compat-upload-signatures", "compat-user-id", "compat-arbitrary-length-ids", "unstable-msc3401", ] [dependencies.rusqlite] version = "0.30.0" features = ["limits"] [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", "fs", ] default-features = false [dependencies.tracing] version = "0.1.40" features = ["std"] default-features = false [dependencies.vodozemac] version = "0.5.0" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.glob] version = "0.3.0" [dev-dependencies.matrix-sdk-base] version = "0.7.0" features = ["testing"] [dev-dependencies.matrix-sdk-crypto] version = "0.7.0" features = ["testing"] [dev-dependencies.matrix-sdk-test] version = "0.7.0" [dev-dependencies.once_cell] version = "1.16.0" [dev-dependencies.tempfile] version = "3.3.0" [dev-dependencies.tokio] version = "1.30.0" features = [ "sync", "rt-multi-thread", "macros", ] default-features = false [features] bundled = ["rusqlite/bundled"] crypto-store = [ "dep:matrix-sdk-crypto", "matrix-sdk-base/e2e-encryption", ] default = ["state-store"] state-store = [] testing = ["matrix-sdk-crypto?/testing"]