elif-codegen 0.4.0

Code generation utilities for the elif.rs web framework
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 = "2021"
name = "elif-codegen"
version = "0.4.0"
authors = ["krcpa <krcpa@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Code generation utilities for the elif.rs web framework"
homepage = "https://github.com/krcpa/elif.rs"
documentation = "https://docs.rs/elif-codegen"
readme = false
keywords = [
    "codegen",
    "web",
    "framework",
    "ai",
    "llm",
]
categories = [
    "web-programming",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/krcpa/elif.rs"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.elif-core]
version = "0.5.0"

[dependencies.regex]
version = "1.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "1.0"

[dependencies.tinytemplate]
version = "1.2"