# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "fix-hidden-lifetime-bug-proc_macros" version = "0.2.7" authors = ["Daniel Henry-Mantilla "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = 'Proc-macro to write an automatic fix for the "hidden lifetime in impl Trait" issue' documentation = "https://docs.rs/fix-hidden-lifetime-bug" readme = "README.md" keywords = [ "impl", "lifetime", "bug", "hidden", "bound", ] license = "Zlib OR MIT OR Apache-2.0" repository = "https://github.com/danielhenrymantilla/fix-hidden-lifetime-bug.rs" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "fix_hidden_lifetime_bug_proc_macros" path = "mod.rs" proc-macro = true [dependencies.bat] version = "0.18.2" optional = true [dependencies.proc-macro2] version = "1.0.0" [dependencies.quote] version = "1.0.0" [dependencies.syn] version = "1.0.7" features = [ "full", "visit-mut", ] [features] default = [] showme = ["bat"]