[badges.maintenance]
status = "experimental"
[badges.travis-ci]
repository = "mdlayher/monkey-rs"
[dependencies.getopts]
version = "0.2.18"
[package]
authors = ["Matt Layher <mdlayher@gmail.com>"]
description = "A Rust implementation of the Monkey programming language from <https://interpreterbook.com/>.\n"
documentation = "https://docs.rs/mdl_monkey"
edition = "2018"
homepage = "https://github.com/mdlayher/monkey-rs"
keywords = ["monkey"]
license = "MIT"
name = "mdl_monkey"
repository = "https://github.com/mdlayher/monkey-rs"
version = "0.0.20"