matrix-rust-sdk/matrix_sdk_test/Cargo.toml

24 lines
729 B
TOML
Raw Normal View History

[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"
2021-06-22 12:57:46 +00:00
version = "0.3.0"
2021-06-04 12:16:24 +00:00
[features]
appservice = []
[dependencies]
2021-06-21 14:42:38 +00:00
http = "0.2.4"
2021-06-07 14:26:13 +00:00
lazy_static = "1.4.0"
2021-06-22 12:57:46 +00:00
matrix-sdk-common = { version = "0.3.0", path = "../matrix_sdk_common" }
matrix-sdk-test-macros = { version = "0.1.0", path = "../matrix_sdk_test_macros" }
ruma = { version = "0.2.0", features = ["client-api-c"] }
2021-06-21 14:42:38 +00:00
serde = "1.0.126"
serde_json = "1.0.64"