[package] description = "Helper macros to write FFI bindings" edition = "2021" homepage = "https://github.com/matrix-org/matrix-rust-sdk" keywords = ["matrix", "chat", "messaging", "ruma"] license = "Apache-2.0" name = "matrix-sdk-ffi-macros" readme = "README.md" repository = "https://github.com/matrix-org/matrix-rust-sdk" rust-version = { workspace = true } version = "0.7.0" [lib] proc-macro = true test = false doctest = false [dependencies] proc-macro2 = "1.0.86" quote = "1.0.18" syn = { version = "2.0.43", features = ["full", "extra-traits"] } [lints] workspace = true