# 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 = "nameless-peg-parser" version = "0.1.2" authors = ["Daniel Kogan"] description = "An implementation of PEG, still unstable" readme = "README.md" keywords = [ "peg", "parsing", "grammar", ] categories = [ "parsing", "parser-implementations", ] license = "MIT" repository = "https://github.com/VoidedName/nameless-peg-parser" [[example]] name = "aabbcc-success" path = "src/examples/aabbcc-success.rs" [[example]] name = "aabbcc-failure" path = "src/examples/aabbcc-failure.rs" [dependencies.log] version = "0.4.22" [dev-dependencies.env_logger] version = "0.11.3"