[dependencies.anyhow]
version = "1"
[dependencies.ariadne]
version = "0.4"
[dependencies.chumsky]
version = "0.11.2"
[dependencies.log]
version = "0.4.28"
[dependencies.logos]
version = "0.15.1"
[dependencies.uom]
version = "0.37.0"
[lib]
name = "ratslang"
path = "src/lib.rs"
[package]
authors = ["Christopher Sieh <stelzo@steado.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science::robotics", "parser-implementations"]
description = "Simple configuration language for working with physical systems."
documentation = "https://docs.rs/ratslang"
edition = "2024"
exclude = [".cargo_vcs_info.json", ".github/*", "vscode/*"]
homepage = "https://github.com/stelzo/ratslang"
keywords = ["config", "lang", "parser", "robotics"]
license = "MIT OR Apache-2.0"
name = "ratslang"
readme = "README.md"
repository = "https://github.com/stelzo/ratslang/"
version = "0.2.0"