[dependencies.log]
version = "0.4.22"
[dependencies.non-blank-string-rs]
version = "1.0.4"
[dependencies.serde]
features = ["derive"]
version = "1.0.204"
[dependencies.serde_json]
version = "1.0.120"
[dependencies.thiserror]
version = "1.0.63"
[dependencies.tokio]
features = ["full"]
optional = true
version = "1.42.0"
[dev-dependencies.env_logger]
version = "0.11.5"
[dev-dependencies.non-blank-string-rs]
features = ["utils"]
version = "1.0.4"
[features]
blocking = []
blocking-mock = []
default = ["blocking"]
nonblocking = ["dep:tokio"]
nonblocking-mock = ["dep:tokio"]
[lib]
name = "helm_wrapper_rs"
path = "src/lib.rs"
[package]
authors = ["Eugene Lebedev <eugene.0x90@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = "Helm wrapper library for Rust"
edition = "2021"
homepage = "https://github.com/lebe-dev/helm-wrapper-rs"
keywords = ["helm", "kubernetes", "wrapper"]
license = "MIT OR Apache-2.0"
name = "helm-wrapper-rs"
readme = "README.md"
repository = "https://github.com/lebe-dev/helm-wrapper-rs"
version = "0.4.0"