mers_lib 0.9.8

library to use the mers language in other projects
Documentation
[dependencies.colored]
optional = true
version = "2.1.0"

[dependencies.html-escape]
optional = true
version = "0.2.13"

[dependencies.line-span]
version = "0.1.5"

[[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"

[features]
default = ["parse"]
ecolor-html = ["dep:html-escape"]
ecolor-term = ["dep:colored"]
parse = ["run"]
pretty-print = []
run = []

[lib]
name = "mers_lib"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "library to use the mers language in other projects"
edition = "2021"
keywords = ["scripting"]
license = "MIT OR Apache-2.0"
name = "mers_lib"
readme = "README.md"
repository = "https://github.com/Dummi26/mers"
version = "0.9.8"

[[test]]
name = "lang"
path = "tests/lang.rs"