# 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_redist" version = "4.4.0" authors = ["Laurent Wouters "] build = false include = [ "README.md", "Cargo.toml", "build.rs", "src/**/*.rs", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Redistributable runtime library for parsers generated with Hime (LR, RNGLR)." 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_redist" path = "src/lib.rs" [dependencies.serde] version = "1" features = [ "derive", "alloc", ] default-features = false [features] debug = [] default = ["std"] std = ["serde/std"] [badges.maintenance] status = "actively-developed"