# 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 = "decent-synquote-alternative" version = "0.4.0" authors = ["Loïc Lecrenier "] description = "An alternative to the syn and quote crates for when you want to write your own derive proc-macro. It was originally based on the microserde code, but has grown a lot since then. It is not as complete, documented, or well-tested as syn or quote, but it fits my needs, and it compiles quite quickly." keywords = ["proc-macro"] categories = ["development-tools::procedural-macro-helpers"] license = "MIT" repository = "https://git.sr.ht/~loic/decent-synquote-alternative" [dependencies.proc-macro2] version = "1.0"