Files
matrix-rust-sdk/testing/matrix-sdk-test-macros/Cargo.toml
T
2025-09-04 16:05:48 +02:00

28 lines
660 B
TOML

[package]
authors = ["stoically <stoically@protonmail.com>"]
description = "Helper macros to write tests for the Matrix SDK"
edition = "2024"
homepage = "https://github.com/matrix-org/matrix-rust-sdk"
keywords = ["matrix", "chat", "messaging", "ruma"]
license = "Apache-2.0"
name = "matrix-sdk-test-macros"
readme = "README.md"
repository = "https://github.com/matrix-org/matrix-rust-sdk"
rust-version.workspace = true
version = "0.14.0"
[package.metadata.release]
release = true
[lib]
proc-macro = true
test = false
doctest = false
[dependencies]
quote = "1.0.18"
syn = { version = "2.0.43", features = ["full", "extra-traits"] }
[lints]
workspace = true