# 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 = "chimpanzee" version = "0.2.5" authors = ["Yago Iglesias "] description = "Monkey programming language implementation (interpreter, compiler and formatter), with added features" homepage = "https://github.com/Yag000/monkey-rs" documentation = "https://github.com/Yag000/monkey-rs" readme = "README.md" keywords = [ "monkey", "interpreter", "compiler", "programming-language", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Yag000/monkey-rs" [lib] name = "chimpanzee" path = "src/lib.rs" [[bench]] name = "formatter_bench" harness = false [[bench]] name = "fibonacci_bench" harness = false [[bench]] name = "array_bench" harness = false [dependencies.byteorder] version = "1.5.0" [dependencies.clap] version = "4.5.4" [dependencies.clap_derive] version = "4.5.4" [dependencies.enum_stringify] version = "0.4.1" [dependencies.num-derive] version = "0.4.1" [dependencies.num-traits] version = "0.2.19" [dependencies.rustyline] version = "14.0.0" [dependencies.strum] version = "0.26.2" [dependencies.strum_macros] version = "0.26.2" [dev-dependencies.criterion] version = "0.5.1"