# 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 = "moon_script" version = "0.8.2" authors = ["Jorge Rico Vivas "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fast and simple scripting language based on Rust." readme = "README.md" keywords = [ "scripting", "scripting-engine", "scripting-language", "script", "scripts", ] categories = [ "no-std", "embedded", "game-development", "parser-implementations", ] license-file = "LICENSE.txt" repository = "https://github.com/JorgeRicoVivas/moon_script_book" [lib] name = "moon_script" path = "src/lib.rs" [dependencies.colored] version = "2.1.0" optional = true [dependencies.log] version = "0.4.22" [dependencies.paste] version = "1.0.15" [dependencies.pest] version = "2.7.12" default-features = false [dependencies.pest_derive] version = "2.7.12" default-features = false [dependencies.simple_detailed_error] version = "0.1.0" default-features = false [dependencies.string_colorization] version = "1.0.0" optional = true [dev-dependencies.simple_logger] version = "5.0.0" [features] big_functions = ["medium_functions"] colorization = [ "dep:string_colorization", "dep:colored", "simple_detailed_error/colorization", ] default = [ "std", "colorization", ] massive_functions = ["big_functions"] medium_functions = [] std = [ "pest/std", "pest_derive/std", ]