matrix-sdk-base 0.2.0

The base component to build a Matrix client library.
Documentation
[dependencies.matrix-sdk-common]
version = "0.2.0"

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

[dependencies.serde]
version = "1.0.118"

[dependencies.serde_json]
version = "1.0.61"

[dependencies.thiserror]
version = "1.0.23"

[dependencies.tracing]
version = "0.1.22"

[dependencies.zeroize]
version = "1.2.0"
[dev-dependencies.futures]
version = "0.3.8"

[dev-dependencies.http]
version = "0.2.2"

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

[dev-dependencies.mockito]
version = "0.28.0"

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

[dev-dependencies.tracing-subscriber]
version = "0.2.15"

[features]
default = ["encryption", "sqlite_cryptostore", "messages"]
docs = ["encryption", "sqlite_cryptostore", "messages"]
encryption = ["matrix-sdk-crypto"]
messages = []
sqlite_cryptostore = ["matrix-sdk-crypto/sqlite_cryptostore"]
unstable-synapse-quirks = ["matrix-sdk-common/unstable-synapse-quirks"]

[package]
authors = ["Damir Jelić <poljar@termina.org.uk>"]
description = "The base component to build a Matrix client library."
edition = "2018"
homepage = "https://github.com/matrix-org/matrix-rust-sdk"
keywords = ["matrix", "chat", "messaging", "ruma", "nio"]
license = "Apache-2.0"
name = "matrix-sdk-base"
readme = "README.md"
repository = "https://github.com/matrix-org/matrix-rust-sdk"
version = "0.2.0"
[package.metadata.docs.rs]
features = ["docs"]
rustdoc-args = ["--cfg", "feature=\"docs\""]
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio]
default-features = false
features = ["sync", "fs"]
version = "0.2.24"
[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio]
default-features = false
features = ["rt-threaded", "macros"]
version = "0.2.24"
[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test]
version = "0.3.19"