[package] name = "hime_compiler" version = "4.4.0" authors = ["Laurent Wouters "] description = "CLI tool for the generation of LR and GLR parsers for the Hime runtime." documentation = "https://cenotelie.fr/projects/hime" homepage = "https://cenotelie.fr/projects/hime" repository = "https://github.com/cenotelie/hime" readme = "README.md" keywords = ["hime", "parser", "lr", "glr", "rnglr"] categories = ["algorithms", "parsing", "parser-implementations", "text-processing"] license = "Apache-2.0" include = ["README.md", "Cargo.toml", "build.rs", "src/**/*.rs"] edition = "2021" [[bin]] name = "himecc" path = "src/main.rs" [dependencies] hime_redist = "4.3.0" hime_sdk = { version = "4.4.0", features = ["print_errors"] } clap = "4.5" serde_json = "1" miette = { version = "7.2", features = ["fancy"]} [badges] maintenance = { status = "actively-developed" }