# 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 = "pancakestack" version = "0.6.0" authors = ["OpenByte "] description = "Rust implementation of the Pancake Stack esoteric programming language." homepage = "https://github.com/OpenByteDev/pancakestack" documentation = "https://docs.rs/pancakestack" readme = "README.md" keywords = [ "pancake", "stack", "esoteric", "parser", "interpreter", ] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/OpenByteDev/pancakestack" [[bench]] name = "bench" harness = false [dependencies.lazy-regex] version = "3.0" [dependencies.regex] version = "1.9" [dependencies.unicode-segmentation] version = "1.10" [dev-dependencies.criterion] version = "0.5" [badges.maintenance] status = "passively-maintained"