matrix-sdk-common 0.5.0

Collection of common types and imports used in the matrix-sdk
Documentation
[dependencies.ruma]
features = ["client-api-c"]
version = "0.6.2"

[dependencies.serde]
version = "1.0.136"

[package]
authors = ["Damir Jelić <poljar@termina.org.uk>"]
description = "Collection of common types and imports used in the matrix-sdk"
edition = "2021"
homepage = "https://github.com/matrix-org/matrix-rust-sdk"
keywords = ["matrix", "chat", "messaging", "ruma", "nio"]
license = "Apache-2.0"
name = "matrix-sdk-common"
readme = "README.md"
repository = "https://github.com/matrix-org/matrix-rust-sdk"
resolver = "2"
rust-version = "1.60"
version = "0.5.0"
[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
targets = ["x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"]
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.instant]
features = ["now"]
version = "0.1.12"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio]
default-features = false
features = ["rt", "sync"]
version = "1.17.0"
[target."cfg(target_arch = \"wasm32\")".dependencies.async-lock]
version = "2.5.0"

[target."cfg(target_arch = \"wasm32\")".dependencies.futures-util]
default-features = false
features = ["channel"]
version = "0.3.21"

[target."cfg(target_arch = \"wasm32\")".dependencies.instant]
features = ["wasm-bindgen", "inaccurate"]
version = "0.1.12"

[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures]
version = "0.4.30"