# 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 = "2021" name = "derive-trait" version = "0.0.4" authors = ["SOFe "] description = "Derive a trait and a delegating impl from an inherent impl block." homepage = "https://github.com/SOF3/derive-trait" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/SOF3/derive-trait" [lib] proc-macro = true [dependencies.heck] version = "0.4.1" [dependencies.itertools] version = "0.11.0" [dependencies.proc-macro2] version = "1.0.68" [dependencies.quote] version = "1.0.33" [dependencies.syn] version = "2.0.38" features = [ "full", "visit-mut", ]