# 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_sdk" version = "4.4.0" authors = ["Laurent Wouters "] build = false include = [ "README.md", "Cargo.toml", "build.rs", "src/**/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Development kit for the generation of LR and RNGLR parsers programmatically or in command line. Full API for the manipulation of context-free grammars." 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" [lib] name = "hime_sdk" path = "src/lib.rs" [dependencies.hime_redist] version = "4.3.0" [dependencies.miette] version = "7.2" optional = true [dependencies.rand] version = "0.8" [features] default = [] print_errors = ["miette"] [badges.maintenance] status = "actively-developed"