colap 0.2.0

A lightweight, human-friendly configuration language parser & code generator
# 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 = "colap"
version = "0.2.0"
authors = ["Hans Van Wesenbeeck <hvw@aivolution.ch>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight, human-friendly configuration language parser & code generator"
homepage = "https://github.com/a1v0lut10n/colap"
readme = "README.md"
keywords = [
    "configuration",
    "parser",
    "code-generator",
    "cola",
    "language",
]
categories = [
    "config",
    "command-line-utilities",
    "development-tools",
    "parsing",
    "parser-implementations",
]
license = "Apache-2.0"
repository = "https://github.com/a1v0lut10n/colap.git"

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

[[bin]]
name = "colap"
path = "src/main.rs"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.env_logger]
version = "0.11.3"

[dependencies.handlebars]
version = "6.3.2"

[dependencies.heck]
version = "0.5.0"

[dependencies.log]
version = "0.4"

[dependencies.rustemo]
version = "0.7.1"

[dependencies.serde_json]
version = "1.0"

[build-dependencies.rustemo-compiler]
version = "0.7.1"