# 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 = "muncher" version = "0.7.0" authors = ["Devin R "] description = "Easy to use char muncher for writing a lexer." readme = "README.md" keywords = ["parse", "munch", "token", "lexer"] categories = ["parsing", "parser-implementations"] license = "MIT/Apache-2.0" repository = "https://github.com/DevinR528/muncher" [badges.travis-ci] repository = "DevinR528/muncher"