[dependencies.anyhow]
version = "1.0.98"
[dependencies.jsonlogic-rs]
version = "0.5.0"
[dependencies.reqwest]
default-features = false
features = ["rustls-tls", "json"]
version = "0.12.22"
[dependencies.rust_decimal]
default-features = false
features = ["serde"]
version = "1.37.2"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.142"
[dependencies.serde_yaml]
version = "0.9.34"
[dependencies.strum]
features = ["derive"]
version = "0.27"
[dependencies.thiserror]
version = "2.0.12"
[dependencies.tokio]
features = ["fs", "macros"]
version = "1"
[dependencies.url]
features = ["serde"]
version = "2.5.4"
[dependencies.utoipa]
features = ["chrono", "decimal", "uuid"]
optional = true
version = "5"
[dependencies.uuid]
features = ["v4"]
version = "1"
[dev-dependencies.anyhow]
version = "1"
[dev-dependencies.tokio]
features = ["rt-multi-thread"]
version = "1"
[features]
default = []
utoipa = ["dep:utoipa"]
[lib]
name = "platz_chart_ext"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Platz Helm chart extensions"
edition = "2021"
license = "Apache-2.0"
name = "platz-chart-ext"
readme = false
repository = "https://github.com/platzio/chart-ext"
version = "0.6.2"
[[test]]
name = "fake_db"
path = "tests/fake_db.rs"
[[test]]
name = "openapi"
path = "tests/openapi.rs"
[[test]]
name = "utils"
path = "tests/utils.rs"
[[test]]
name = "v0_values_collection"
path = "tests/v0_values_collection.rs"
[[test]]
name = "v0_values_filtered_collection"
path = "tests/v0_values_filtered_collection.rs"
[[test]]
name = "v0_values_hidden_required_input"
path = "tests/v0_values_hidden_required_input.rs"
[[test]]
name = "v0_values_plain"
path = "tests/v0_values_plain.rs"
[[test]]
name = "v0_values_secrets"
path = "tests/v0_values_secrets.rs"
[[test]]
name = "v1beta1_values_bad"
path = "tests/v1beta1_values_bad.rs"
[[test]]
name = "v1beta1_values_plain"
path = "tests/v1beta1_values_plain.rs"
[[test]]
name = "v1beta2_values_bad"
path = "tests/v1beta2_values_bad.rs"
[[test]]
name = "v1beta2_values_good"
path = "tests/v1beta2_values_good.rs"