[package]
edition = "2024"
name = "helm-schema-ir"
version = "0.0.4"
authors = ["romnn <contact@romnn.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate an accurate JSON schema for any helm chart"
homepage = "https://github.com/romnn/helm-schema"
readme = false
categories = [
"development-tools",
"development-tools::build-utils",
]
license = "MIT"
repository = "https://github.com/romnn/helm-schema"
resolver = "2"
[lib]
name = "helm_schema_ir"
path = "src/lib.rs"
[[test]]
name = "corpus"
path = "tests/corpus.rs"
[[test]]
name = "extractor_inline_fixtures"
path = "tests/extractor_inline_fixtures.rs"
[[test]]
name = "fragment_dict_config_guards"
path = "tests/fragment_dict_config_guards.rs"
[[test]]
name = "fragment_golden"
path = "tests/fragment_golden.rs"
[[test]]
name = "no_bare_eprintln"
path = "tests/no_bare_eprintln.rs"
[[test]]
name = "resource_detector_ordering"
path = "tests/resource_detector_ordering.rs"
[dependencies.helm-schema-ast]
version = "=0.0.4"
[dependencies.helm-schema-core]
version = "=0.0.4"
[dependencies.helm-schema-syntax]
version = "=0.0.4"
[dependencies.helm-schema-template-grammar]
version = "=0.0.4"
[dependencies.regex]
version = "1"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.serde_yaml]
version = "0"
[dependencies.thiserror]
version = "2"
[dependencies.tracing]
version = "0.1"
[dependencies.tree-sitter]
version = "0.26"
[dev-dependencies.color-eyre]
version = "0"
[dev-dependencies.indoc]
version = "2"
[dev-dependencies.similar-asserts]
version = "2"
[lints.clippy]
allow_attributes_without_reason = "deny"
assigning_clones = "allow"
await_holding_lock = "deny"
expect_used = "deny"
indexing_slicing = "deny"
map_unwrap_or = "allow"
missing_errors_doc = "warn"
panic = "deny"
struct_excessive_bools = "allow"
todo = "deny"
unimplemented = "deny"
unreachable = "deny"
unwrap_used = "deny"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.clippy.pedantic]
level = "deny"
priority = -1
[lints.rust]
missing_docs = "warn"
unsafe_code = "deny"
unused_must_use = "deny"
[lints.rust.warnings]
level = "warn"
priority = -1