matrix-rust-sdk/testing/matrix-sdk-integration-testing/Cargo.toml

22 lines
631 B
TOML

[package]
name = "matrix-sdk-integration-testing"
description = "Internal integration testing for matrix-sdk crate"
version = "0.1.0"
edition = "2021"
publish = false
[features]
# activate to steal helper functions from this crate for other testing
helpers = []
[dependencies]
anyhow = { workspace = true }
assign = "1"
ctor = { workspace = true }
matrix-sdk = { path = "../../crates/matrix-sdk" }
once_cell = { workspace = true }
tempfile = "3.3.0"
tokio = { workspace = true, features = ["rt", "rt-multi-thread", "macros"] }
tracing = { workspace = true }
tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }