# 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" rust-version = "1.79" name = "lady-deirdre-derive" version = "2.1.0" authors = ["Ilya Lakhin (Илья Александрович Лахин) "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Compiler front-end foundation technology. Macro crate." documentation = "https://docs.rs/lady-deirdre" readme = "readme.md" keywords = [ "parsing", "parser", "incremental", "compiler", "editor", ] categories = [ "compilers", "data-structures", "wasm", "parsing", "text-editors", ] license-file = "EULA.md" repository = "https://github.com/Eliah-Lakhin/lady-deirdre" [lib] name = "lady_deirdre_derive" path = "src/lib.rs" proc-macro = true [dependencies.convert_case] version = "0.6" [dependencies.prettyplease] version = "0.2" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = [ "default", "full", "extra-traits", ]