# 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 = "moeval" version = "0.1.0-alpha.1" authors = ["zzzdong "] description = """ a toy interpreter """ homepage = "https://github.com/zzzdong/moeval" documentation = "https://docs.rs/moeval/" readme = "README.md" keywords = [ "eval", "interpreter", ] categories = [ "asynchronous", "network-programming", ] license = "MIT" repository = "https://github.com/zzzdong/moeval" [dependencies.bevy_utils] version = "0.14" [dependencies.futures] version = "0.3" [dependencies.indexmap] version = "2.2" [dependencies.log] version = "0.4" [dependencies.pest] version = "2" [dependencies.pest_derive] version = "2" [dependencies.regex] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.reqwest] version = "0.12"