matrix-rust-sdk/crates/matrix-sdk-test/Cargo.toml

26 lines
829 B
TOML

[package]
authors = ["Damir Jelić <poljar@termina.org.uk>"]
description = "Helpers to write tests for the Matrix SDK"
edition = "2018"
homepage = "https://github.com/matrix-org/matrix-rust-sdk"
keywords = ["matrix", "chat", "messaging", "ruma"]
license = "Apache-2.0"
name = "matrix-sdk-test"
readme = "README.md"
repository = "https://github.com/matrix-org/matrix-rust-sdk"
# This isn't yet supported by the stable cargo, we'll enable it when it is.
# rust-version = "1.54"
version = "0.4.0"
[features]
appservice = []
[dependencies]
http = "0.2.4"
lazy_static = "1.4.0"
matrix-sdk-common = { version = "0.4.0", path = "../matrix-sdk-common" }
matrix-sdk-test-macros = { version = "0.1.0", path = "../matrix-sdk-test-macros" }
ruma = { version = "0.4.0", features = ["client-api-c"] }
serde = "1.0.126"
serde_json = "1.0.64"