Cargo.toml (495B)
1 [package] 2 name = "mrsbfh-macros" 3 version = "0.4.1" 4 authors = ["MTRNord <mtrnord1@gmail.com>"] 5 edition = "2021" 6 description = "Maros for the mrsbfh crate" 7 license = "AGPL-3.0-or-later" 8 repository = "https://github.com/MTRNord/mrsbfh" 9 keywords = ["matrix", "chat", "framework", "macros", "communication"] 10 categories = ["network-programming", "parsing"] 11 12 [lib] 13 proc-macro = true 14 15 [dependencies] 16 syn = { version= "1.0", features = ["full"] } 17 quote = "1.0" 18 convert_case = "0.5.0" 19 proc-macro2 = "1.0"