# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cargo-proc-macro" version = "0.2.0" authors = ["Brendan Molloy ", "Max Orok "] description = "Kickstart a proc-macro project with a straight-forward template." keywords = ["cargo", "proc-macro"] categories = ["command-line-utilities", "development-tools::cargo-plugins", "development-tools"] license = "EUPL-1.2+" repository = "https://github.com/bbqsrc/cargo-proc-macro" [dependencies.anyhow] version = "1.0.32" [dependencies.atty] version = "0.2.14" [dependencies.gumdrop] version = "0.8.0" [dependencies.heck] version = "0.3.1" [dependencies.termcolor] version = "1.1.2" [dependencies.thiserror] version = "1.0.20"