# 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 = "kproc-parser" version = "0.0.1-beta.7" authors = ["Vincenzo Palazzo "] description = "minimal procedural macros parser that produce a convenient AST by including only the necessary code" homepage = "https://codeberg.org/vincenzopalazzo/kproc-macros" readme = "README.md" license = "MIT" repository = "https://codeberg.org/vincenzopalazzo/kproc-macros.git" resolver = "1" [dependencies.proc-macro2] version = "^1.0" optional = true [features] builtin_diagnostic = [] proc_macro_wrapper = ["dep:proc-macro2"]