# 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 = "vm_lang" version = "0.1.1" build = "src/build.rs" description = "A simple interpreted language written in Rust." readme = "README.md" license = "AGPL-3.0" [lib] name = "vm_lang" path = "src/lib.rs" [[bin]] name = "vm_lang" path = "src/main.rs" [dependencies.lalrpop-util] version = "^0.19" features = ["lexer"] [dependencies.regex] version = "1" [dependencies.thiserror] version = "1.0" [dev-dependencies] [build-dependencies.lalrpop] version = "0.19.7"