[package] name = "mastodonochrome_macros" version = "0.2.0" edition = "2021" license = "MIT" description = "proc_macros for the 'mastodonochrome' terminal-based Mastodon client." homepage = "https://www.chiark.greenend.org.uk/~sgtatham/mastodonochrome/" repository = "https://salsa.debian.org/mastodonochrome-team/mastodonochrome" [lib] proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] itertools = "0.12.1" proc-macro2 = "1.0.78" quote = "1.0.35" regex = "1.10.3" syn = "2.0.48"