# 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" 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] features = [ "nightly", "proc-macros", ] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "fix_hidden_lifetime_bug" path = "src/lib.rs" [[example]] name = "main" path = "examples/main.rs" [[test]] name = "main" path = "tests/main.rs" [[test]] name = "renamed" path = "tests/renamed.rs" [dependencies.proc-macros] version = "=0.2.7" optional = true package = "fix-hidden-lifetime-bug-proc_macros" [dev-dependencies.automod] version = "1.0.2" [features] default = ["proc-macros"] nightly = [] showme = ["proc-macros/showme"]