# 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 = "2018" name = "gramatica" version = "0.2.1" authors = ["Cristóbal Camarero "] description = "A compiler compiler for Rust implementing Earley's parser." documentation = "https://docs.rs/gramatica" readme = "README.md" keywords = [ "compiler", "grammar", "context-free", "bison", "parser", ] categories = [ "parsing", "development-tools", ] license = "MIT/Apache-2.0" [lib] name = "gramatica" path = "src/lib.rs" [[bin]] name = "gramatica_compiler" path = "src/compiler.rs" [dependencies.regex] version = "1.9.1"