mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2025-12-24 00:01:03 -05:00
20 lines
510 B
TOML
20 lines
510 B
TOML
[package]
|
|
homepage = "https://github.com/matrix-org/matrix-rust-sdk"
|
|
description = "Test utilities used in the Matrix Rust SDK"
|
|
keywords = ["matrix", "chat", "messaging", "ruma"]
|
|
license = "Apache-2.0"
|
|
name = "matrix-sdk-test-utils"
|
|
version = "0.16.0"
|
|
edition = "2024"
|
|
rust-version.workspace = true
|
|
|
|
[package.metadata.release]
|
|
release = true
|
|
|
|
[target.'cfg(not(target_family = "wasm"))'.dependencies]
|
|
ctor = "0.2.9"
|
|
tracing-subscriber = { workspace = true, features = ["env-filter"] }
|
|
|
|
[lints]
|
|
workspace = true
|