# 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 = "lelwel" version = "0.6.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Resilient LL(1) parser generator" readme = "README.md" keywords = [ "parser", "generator", "LL", "grammar", ] categories = ["parsing"] license = "MIT OR Apache-2.0" repository = "https://github.com/0x2a-42/lelwel" [lib] name = "lelwel" crate-type = [ "lib", "cdylib", ] path = "src/lib.rs" [[bin]] name = "lelwel-ls" path = "src/bin/lelwel-ls.rs" required-features = ["lsp"] [[bin]] name = "llw" path = "src/bin/llw.rs" required-features = ["cli"] [[test]] name = "frontend" path = "tests/frontend.rs" [dependencies.clap] version = "4.5" features = ["cargo"] optional = true [dependencies.codespan-lsp] version = "0.11.1" optional = true [dependencies.codespan-reporting] version = "0.11.1" [dependencies.logos] version = "0.14.2" [dependencies.lsp-types] version = "0.88.0" optional = true [dependencies.tokio] version = "1.40" features = [ "io-std", "macros", "rt", "rt-multi-thread", ] optional = true [dependencies.tower-lsp] version = "0.20.0" optional = true [dependencies.wasm-bindgen] version = "0.2.93" optional = true [features] cli = ["clap"] lsp = [ "tokio", "tower-lsp", "codespan-lsp", "lsp-types", ] wasm = ["wasm-bindgen"]