[package] name = "hannibal-derive" version = "0.10.0" authors = ["Hendrik Sollich ", "sunli "] description = "Hannibal macros" edition = "2021" publish = true license = "MIT" documentation = "https://docs.rs/hannibal/" homepage = "https://github.com/hoodie/hannibal" repository = "https://github.com/hoodie/hannibal" keywords = ["actor", "futures", "async", "hannibal", "async-std"] categories = ["network-programming", "asynchronous"] [lib] proc-macro = true [dependencies] proc-macro2 = "1" syn = { version = "2", features = ["full"] } quote = "1"