[lib] path = "mod.rs" proc-macro = true [package] name = "fix-hidden-lifetime-bug-proc_macros" version = "0.2.7" authors = [ "Daniel Henry-Mantilla ", ] edition = "2018" license = "Zlib OR MIT OR Apache-2.0" description = """Proc-macro to write an automatic fix for the "hidden lifetime in impl Trait" issue""" repository = "https://github.com/danielhenrymantilla/fix-hidden-lifetime-bug.rs" documentation = "https://docs.rs/fix-hidden-lifetime-bug" readme = "../../README.md" keywords = ["impl", "lifetime", "bug", "hidden", "bound"] [dependencies] proc-macro2.version = "1.0.0" quote.version = "1.0.0" syn.version = "1.0.7" syn.features = ["full", "visit-mut"] bat.optional = true bat.version = "0.18.2" [features] default = [] showme = ["bat"] [package.metadata.docs.rs] targets = [ "x86_64-unknown-linux-gnu", ]