# 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 = "kiki" version = "7.0.0" authors = ["Kyle Lin "] build = "build.rs" description = "A minimalist parser generator for Rust." homepage = "https://github.com/kylejlin/kiki" readme = "README.md" keywords = [ "parser", "generator", "LALR", "grammar", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/kylejlin/kiki" resolver = "1" [dependencies.sha256] version = "1.1.4" [dev-dependencies.insta] version = "1.26.0" [dev-dependencies.pretty_assertions] version = "1.3.0" [build-dependencies.kiki] version = "6" [build-dependencies.sha256] version = "1" [build-dependencies.walkdir] version = "2"