# 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" 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. Main 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" path = "src/lib.rs" [dependencies.lady-deirdre-derive] version = "2.1"