mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-16 12:43:01 -04:00
23 lines
619 B
TOML
23 lines
619 B
TOML
[package]
|
|
authors = ["stoically <stoically@protonmail.com>"]
|
|
description = "Helper macros to write tests for the Matrix SDK"
|
|
edition = "2021"
|
|
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.3.0"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
test = false
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0.37"
|
|
quote = "1.0.18"
|
|
syn = { version = "1.0.91", features = ["full", "extra-traits"] }
|