# 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" rust-version = "1.66" name = "genco-macros" version = "0.17.10" authors = ["John-John Tedro "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = """ A whitespace-aware quasiquoter for beautiful code generation. """ homepage = "https://github.com/udoprog/genco" documentation = "https://docs.rs/genco" readme = "README.md" keywords = [ "code-generation", "template", ] categories = ["template-engine"] license = "MIT OR Apache-2.0" repository = "https://github.com/udoprog/genco" [lib] name = "genco_macros" path = "src/lib.rs" proc-macro = true [dependencies.proc-macro2] version = "1.0.10" features = ["span-locations"] [dependencies.q] version = "1.0.3" package = "quote" [dependencies.syn] version = "2.0.38" features = ["full"] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(proc_macro_span)"]