[package]
edition = "2024"
rust-version = "1.89.0"
name = "gen-helm"
version = "0.1.8"
authors = ["pleme-io"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "gen — helm adapter. Parses Chart.yaml + lockfile into a typed gen_types::Spec emission. One of N adapters that share the typed core via Spec/QuirkRegistry/Invariants traits."
homepage = "https://github.com/pleme-io/gen"
readme = false
license = "MIT"
repository = "https://github.com/pleme-io/gen"
[lib]
name = "gen_helm"
path = "src/lib.rs"
[[test]]
name = "trait_surface"
path = "tests/trait_surface.rs"
[[test]]
name = "typed_build_spec"
path = "tests/typed_build_spec.rs"
[dependencies.gen-macros]
version = "0.1.0"
[dependencies.gen-platform]
version = "0.1.0"
[dependencies.gen-types]
version = "0.1.0"
[dependencies.indexmap]
version = "2"
features = ["serde"]
[dependencies.inventory]
version = "0.3"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2"
[dev-dependencies.indexmap]
version = "2"
features = ["serde"]
[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
[lints.clippy.pedantic]
level = "warn"
priority = -1