# 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 = "earlgrey" version = "0.4.1" authors = ["Rodolfo Granata "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for parsing context-free grammars using Earley algorithm" readme = "README.md" keywords = [ "parser", "earley", "grammar", "ast", "ebnf", ] categories = [ "parsing", "text-processing", ] license = "MIT" repository = "https://github.com/rodolf0/tox/tree/master/earlgrey" [lib] name = "earlgrey" path = "src/lib.rs" [[example]] name = "arith" path = "examples/arith.rs" [[example]] name = "ebnftree" path = "examples/ebnftree.rs" [[example]] name = "minisum" path = "examples/minisum.rs" [dev-dependencies.lexers] version = "0.1" [dev-dependencies.rustyline] version = "14.0.0" [features] debug = []