# 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 = "parsel_derive" version = "0.16.0" authors = ["Árpád Goretity "] description = "Zero-code parser generation by using AST node types as the grammar" homepage = "https://h2co3.github.io/parsel/" documentation = "https://docs.rs/parsel" readme = "README.md" keywords = [ "compiler", "parser", "generator", "syntax", "ast", ] categories = [ "compilers", "parsing", "parser-implementations", "development-tools", "rust-patterns", ] license = "MIT" repository = "https://github.com/H2CO3/parsel/" [lib] proc-macro = true [dependencies.deluxe] version = "0.5.0" [dependencies.proc-macro2] version = "1.0.85" features = ["span-locations"] [dependencies.quote] version = "1.0.36" [dependencies.syn] version = "2.0.66" features = ["extra-traits"]