mortar_language 0.5.2

A Domain Specific Language designed for game dialogue and text event systems.
Documentation
# 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 = "2024"
name = "mortar_language"
version = "0.5.2"
authors = ["Bli-AIk <haikun2333@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Domain Specific Language designed for game dialogue and text event systems."
homepage = "https://github.com/Bli-AIk/mortar"
documentation = "https://docs.rs/mortar"
readme = "readme.md"
keywords = [
    "dsl",
    "dialogue",
    "game-dialogue",
    "scripting",
    "parser",
]
categories = [
    "game-development",
    "parsing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Bli-AIk/mortar"
resolver = "2"

[package.metadata.workspaces]
independent = true

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

[dependencies.mortar_compiler]
version = "0.5"

[dependencies.mortar_lsp]
version = "0.4"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.tempfile]
version = "3.25"