matrix-sdk-sqlite 0.12.0

Sqlite storage backend for matrix-sdk
Documentation
[dependencies.as_variant]
version = "1.3.0"

[dependencies.async-trait]
version = "0.1.85"

[dependencies.deadpool-sqlite]
version = "0.10.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.matrix-sdk-base]
optional = true
version = "0.12.0"

[dependencies.matrix-sdk-crypto]
optional = true
version = "0.12.0"

[dependencies.matrix-sdk-store-encryption]
version = "0.12.0"

[dependencies.num_cpus]
version = "1.16.0"

[dependencies.rmp-serde]
version = "1.3.0"

[dependencies.ruma]
features = ["client-api-c", "compat-upload-signatures", "compat-user-id", "compat-arbitrary-length-ids", "compat-tag-info", "compat-encrypted-stickers", "unstable-msc3401", "unstable-msc3266", "unstable-msc3488", "unstable-msc3489", "unstable-msc4075", "unstable-msc4140", "unstable-msc4171", "unstable-msc4278", "unstable-msc4286"]
version = "0.12.3"

[dependencies.rusqlite]
features = ["limits"]
version = "0.33.0"

[dependencies.serde]
features = ["rc"]
version = "1.0.217"

[dependencies.serde_json]
version = "1.0.138"

[dependencies.thiserror]
version = "2.0.11"

[dependencies.tokio]
default-features = false
features = ["sync", "fs"]
version = "1.43.1"

[dependencies.tracing]
default-features = false
features = ["std"]
version = "0.1.40"

[dependencies.vodozemac]
features = ["insecure-pk-encryption"]
version = "0.9.0"

[dev-dependencies.assert_matches]
version = "1.5.0"

[dev-dependencies.glob]
version = "0.3.2"

[dev-dependencies.matrix-sdk-base]
features = ["testing"]
version = "0.12.0"

[dev-dependencies.matrix-sdk-common]
version = "0.12.0"

[dev-dependencies.matrix-sdk-crypto]
features = ["testing"]
version = "0.12.0"

[dev-dependencies.matrix-sdk-test]
version = "0.12.0"

[dev-dependencies.once_cell]
version = "1.20.2"

[dev-dependencies.similar-asserts]
version = "1.6.1"

[dev-dependencies.tempfile]
version = "3.16.0"

[dev-dependencies.tokio]
default-features = false
features = ["sync", "rt-multi-thread", "macros"]
version = "1.43.1"

[features]
bundled = ["rusqlite/bundled"]
crypto-store = ["dep:matrix-sdk-crypto"]
default = ["state-store", "event-cache"]
event-cache = ["dep:matrix-sdk-base"]
state-store = ["dep:matrix-sdk-base"]
testing = ["matrix-sdk-crypto?/testing"]

[lib]
name = "matrix_sdk_sqlite"
path = "src/lib.rs"

[lints.clippy]
assigning_clones = "allow"
box_default = "allow"
cloned_instead_of_copied = "warn"
dbg_macro = "warn"
inefficient_to_string = "warn"
macro_use_imports = "warn"
mut_mut = "warn"
needless_borrow = "warn"
nonstandard_macro_braces = "warn"
redundant_clone = "warn"
str_to_string = "warn"
todo = "warn"
unused_async = "warn"

[lints.rust]
rust_2018_idioms = "warn"
semicolon_in_expressions_from_macros = "warn"
trivial_casts = "warn"
trivial_numeric_casts = "warn"
unused_extern_crates = "warn"
unused_import_braces = "warn"
unused_qualifications = "warn"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(tarpaulin_include)", "cfg(ruma_unstable_exhaustive_types)"]
level = "warn"
priority = 0

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Sqlite storage backend for matrix-sdk"
edition = "2021"
license = "Apache-2.0"
name = "matrix-sdk-sqlite"
readme = "README.md"
repository = "https://github.com/matrix-org/matrix-rust-sdk"
rust-version = "1.85"
version = "0.12.0"

[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]