[package] name = "lwb-parser" version = "0.1.7" edition = "2021" authors = ["Jonathan Brouwer", "Jonathan Dönszelmann "] license = "MIT" description = "parser framwork with automatically generated ASTs for the LWB project" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] itertools = "0.10.3" serde = { version = "1.0.136", features = ["derive"] } miette = { version = "3.3.0", features = ["fancy"] } thiserror = "1.0.31" derive_more = "0.99.17" enum-iterator = "0.7.0" lazy_static = "1.4.0" convert_case = "0.5.0" by_address = "1.0.4" proc-macro2 = "1.0.40" quote = "1.0.20" typed-arena = "2.0.1" chrono = "0.4.19" bincode = "1.3.3" toml = "0.5.9" regex = "1.6.0" [dev-dependencies] bnf = "0.3.4"