amble_script 0.63.0

Authoring-focused DSL, parser, and compiler that produces Amble engine TOML data.
Documentation
[[bin]]
name = "amble_script"
path = "src/main.rs"

[[bin]]
name = "rev_engine_to_dsl"
path = "src/bin/rev_engine_to_dsl.rs"

[dependencies.pest]
version = "2"

[dependencies.pest_derive]
version = "2"

[dependencies.thiserror]
version = "1"

[dependencies.toml]
version = "0.8"

[dependencies.toml_edit]
version = "0.21"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compilers", "parsing", "command-line-utilities"]
description = "Authoring-focused DSL, parser, and compiler that produces Amble engine TOML data."
documentation = "https://github.com/pygmy-twylyte/amble"
edition = "2024"
homepage = "https://github.com/pygmy-twylyte/amble"
keywords = ["dsl", "parser", "compiler", "interactive-fiction", "cli"]
license = "MIT"
name = "amble_script"
readme = "README.md"
repository = "https://github.com/pygmy-twylyte/amble"
version = "0.63.0"

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

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

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

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

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

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

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