aether-llm-codegen 0.1.7

Code generation utilities for the Aether LLM provider layer
Documentation
[package]
name = "aether-llm-codegen"
version = "0.1.7"
edition = "2024"
description = "Code generation utilities for the Aether LLM provider layer"
license = "MIT"
repository = "https://github.com/jcarver989/aether"
readme = "README.md"
keywords = ["aether", "llm", "codegen"]
categories = ["development-tools"]

[package.metadata.dist]
dist = false

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

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[lints]
workspace = true

[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }

[dev-dependencies]
tempfile = { workspace = true }
utils = { package = "aether-utils", path = "../utils", version = "0.1.7" }