# 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 = "mrdo" version = "0.1.6" authors = ["Dominic Hamon "] description = "A programming language (compiler, assembler, VM, and REPL) for working with collections of data" homepage = "https://github.com/dmah42/mrdo" readme = "README.md" keywords = [ "cli", "compiler", "assembler", "VM", "programming-language", ] categories = [ "compilers", "programming-languages", "VMs", ] license = "Apache-2.0" repository = "https://github.com/dmah42/mrdo" [dependencies.log] version = "^0.4" [dependencies.nom] version = "^7.0" [dependencies.num_enum] version = "^0.6" [dependencies.pretty_env_logger] version = "^0.5" [dependencies.structopt] version = "^0.3" [dev-dependencies.assert_approx_eq] version = "^1.1"