matugen-parser 0.1.0

The templating engine for Matugen
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 = "matugen-parser"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The templating engine for Matugen"
readme = false
license = "GPL-2.0-or-later"

[features]
filter-docs = []

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

[dependencies.ariadne]
version = "0.5.1"

[dependencies.chumsky]
version = "0.10.0"

[dependencies.color-eyre]
version = "0.6.2"
default-features = false

[dependencies.colorsys]
version = "0.7.3"
features = ["serde"]
default-features = false

[dependencies.csscolorparser]
version = "0.7.2"

[dependencies.indexmap]
version = "2.7.0"
features = ["serde"]

[dependencies.serde]
version = "1.0.160"
features = [
    "serde_derive",
    "std",
]
default-features = false

[dependencies.serde_json]
version = "1.0.107"

[dependencies.thiserror]
version = "2.0.12"