matrix-rust-sdk/testing/sliding-sync-integration-test/Cargo.toml

17 lines
586 B
TOML

[package]
name = "sliding-sync-integration-test"
version = "0.1.0"
edition = "2021"
publish = false
[dev-dependencies]
anyhow = { workspace = true }
assert_matches = "1.5.0"
eyeball = { workspace = true }
eyeball-im = { workspace = true }
futures = { version = "0.3.25" }
matrix-sdk-integration-testing = { path = "../matrix-sdk-integration-testing", features = ["helpers"] }
matrix-sdk = { path = "../../crates/matrix-sdk", features = ["experimental-sliding-sync", "testing"] }
tokio = { workspace = true, features = ["rt", "rt-multi-thread", "macros"] }
uuid = { version = "1.2.2" }