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