[package] name = "locutus-macros" version = "0.0.3" edition = "2021" rust-version = "1.58.0" publish = true description = "Procedural macros for Locutus P2P network project" license = "MIT OR Apache-2.0" repository = "https://github.com/freenet/locutus" [lib] proc-macro = true [dependencies] proc-macro2 = "1" quote = "1" syn = { version = "1", features = ["full"] }