[package] name = "enum2contract-derive" version = "0.1.7" authors = ["Matthew Berger "] description = "A pub/sub style message contract library." homepage = "https://github.com/matthewjberger/enum2contract" repository = "https://github.com/matthewjberger/enum2contract" keywords = ["enum", "macro", "contract"] license = "MIT" edition = "2021" [lib] proc-macro = true [dependencies] proc-macro2 = "1.0" quote = "1.0" syn = "1.0" [features] json = [] binary = []