matrix-sdk-base 0.4.0

The base component to build a Matrix client library.
Documentation
[dependencies.chacha20poly1305]
optional = true
version = "0.9.0"

[dependencies.dashmap]
version = "4.0.2"

[dependencies.futures]
version = "0.3.15"

[dependencies.hmac]
optional = true
version = "0.11.0"

[dependencies.lru]
version = "0.6.5"

[dependencies.matrix-sdk-common]
version = "0.4.0"

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

[dependencies.pbkdf2]
default-features = false
optional = true
version = "0.9.0"

[dependencies.rand]
optional = true
version = "0.8.4"

[dependencies.ruma]
features = ["client-api-c", "unstable-pre-spec"]
version = "0.4.0"

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

[dependencies.serde_json]
version = "1.0.64"

[dependencies.sha2]
optional = true
version = "0.9.5"

[dependencies.sled]
optional = true
version = "0.34.6"

[dependencies.thiserror]
version = "1.0.25"

[dependencies.tracing]
version = "0.1.26"

[dependencies.zeroize]
features = ["zeroize_derive"]
version = "1.3.0"
[dev-dependencies.http]
version = "0.2.4"

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

[features]
default = []
docs = ["encryption", "sled_cryptostore"]
encryption = ["matrix-sdk-crypto"]
qrcode = ["matrix-sdk-crypto/qrcode"]
sled_cryptostore = ["matrix-sdk-crypto/sled_cryptostore"]
sled_state_store = ["sled", "pbkdf2", "hmac", "sha2", "rand", "chacha20poly1305"]

[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.4.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 = "1.7.1"
[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.atty]
version = "0.2.14"

[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.clap]
version = "2.33.3"

[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.rustyline]
version = "9.0.0"

[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.rustyline-derive]
version = "0.5.0"

[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.syntect]
version = "4.5.0"

[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tempfile]
version = "3.2.0"

[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio]
default-features = false
features = ["rt-multi-thread", "macros"]
version = "1.7.1"
[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test]
version = "0.3.24"