# 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 = "pl_0" version = "0.1.1" authors = ["Eden Wang "] description = "A simple pl/0 compiler implemented in rust." homepage = "https://github.com/DrEden33773/pl_0" readme = "README.md" keywords = [ "pl_0", "complier", "rust", "VM", "parser", ] categories = [ "compilers", "parsing", ] license = "MIT" repository = "https://github.com/DrEden33773/pl_0" [dependencies.derive_more] version = "0.99.17" [dependencies.once_cell] version = "1.18.0" [dependencies.pest] version = "2.7.5" [dependencies.pest_derive] version = "2.7.5" [dependencies.project-root] version = "0.2.2" [features] debug = [] default = ["debug"]