kataru 0.1.14

Kataru - the YAML-based dialogue engine for game development.
Documentation
[dependencies.bincode]
version = "1.3.3"

[dependencies.colored]
version = "2.2.0"

[dependencies.glob]
version = "0.3.1"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.linear-map]
features = ["serde_impl"]
version = "1.2.0"

[dependencies.maplit]
version = "1.0.2"

[dependencies.ouroboros]
version = "0.18.4"

[dependencies.pest]
version = "2.7.15"

[dependencies.pest_derive]
version = "2.7.15"

[dependencies.regex]
version = "1.11.1"

[dependencies.rmp-serde]
version = "0.15.5"

[dependencies.serde]
features = ["derive"]
version = "1.0.217"

[dependencies.serde_yaml]
version = "0.8.26"

[dependencies.wasm-bindgen]
optional = true
version = "0.2.99"

[dependencies.yaml-rust]
version = "0.4.5"

[features]
default = []
wasm = ["wasm-bindgen"]

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

[package]
authors = ["Josiah Putman <joshikatsu@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Kataru - the YAML-based dialogue engine for game development."
documentation = "https://kataru-lang.github.io/#/README"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "kataru"
readme = "README.md"
version = "0.1.14"

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

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

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

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

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

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

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

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

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