# 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 = "mers_lib" version = "0.9.18" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "library to use the mers language in other projects" readme = "README.md" keywords = ["scripting"] license = "MIT OR Apache-2.0" repository = "https://github.com/Dummi26/mers" [lib] name = "mers_lib" path = "src/lib.rs" [[example]] name = "00_parse_compile_check_run" path = "examples/00_parse_compile_check_run.rs" [[example]] name = "01_user_scripts" path = "examples/01_user_scripts.rs" [[test]] name = "lang" path = "tests/lang.rs" [dependencies.colored] version = "2.1.0" optional = true [dependencies.html-escape] version = "0.2.13" optional = true [dependencies.line-span] version = "0.1.5" [features] default = ["parse"] ecolor-html = ["dep:html-escape"] ecolor-term = ["dep:colored"] parse = ["run"] pretty-print = [] run = []