ratslang 0.4.1

A minimal and extensible configuration language for fallible humans working with physical 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"
rust-version = "1.85"
name = "ratslang"
version = "0.4.1"
authors = ["Christopher Sieh <stelzo@steado.de>"]
build = false
exclude = [
    ".cargo_vcs_info.json",
    ".forgejo/*",
    "vscode/*",
    "target/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimal and extensible configuration language for fallible humans working with physical systems."
homepage = "https://lib.rs/crates/ratslang"
documentation = "https://docs.rs/ratslang"
readme = "README.md"
keywords = [
    "config",
    "lang",
    "parser",
    "robotics",
]
categories = [
    "science::robotics",
    "parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/stelzo/ratslang"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.ariadne]
version = "0.4"

[dependencies.chumsky]
version = "0.12"
features = ["std"]
default-features = false

[dependencies.log]
version = "0.4.28"

[dependencies.logos]
version = "0.15.1"

[dependencies.uom]
version = "0.37.0"