[package]
edition = "2024"
rust-version = "1.89.0"
name = "caixa-helm"
version = "0.1.8"
authors = ["pleme-io"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "caixa-helm — typed renderer that emits a per-program lareira-* Helm chart from a Caixa manifest. Mirrors the helmworks/charts/lareira-<name> shape (Chart.yaml + values.yaml depending on the pleme-computeunit library chart)."
homepage = "https://github.com/pleme-io/caixa"
readme = "README.md"
keywords = [
"caixa",
"tatara-lisp",
"pleme-io",
"helm",
"packaging",
]
categories = [
"development-tools",
"api-bindings",
]
license = "MIT"
repository = "https://github.com/pleme-io/caixa"
resolver = "2"
[lib]
name = "caixa_helm"
path = "src/lib.rs"
[dependencies.caixa-core]
version = "0.1.8"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.thiserror]
version = "2"
[dev-dependencies.pretty_assertions]
version = "1"
[dev-dependencies.tempfile]
version = "3"