[dependencies.k8s-openapi]
version = "~0"
[dependencies.kube]
default-features = false
features = ["derive"]
version = "~2"
[dependencies.schemars]
version = "~1"
[dependencies.serde]
version = "~1"
[dependencies.serde_json]
version = "~1"
[dev-dependencies.k8s-openapi]
features = ["v1_34"]
version = "~0"
[features]
default = ["v1alpha1"]
v1alpha1 = []
[lib]
name = "kcr_authentication_stackable_tech"
path = "src/lib.rs"
[package]
authors = ["The kube-custom-resources-rs authors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = "Kubernetes Custom Resource Bindings"
edition = "2021"
homepage = "https://github.com/metio/kube-custom-resources-rs/"
keywords = ["kubernetes", "custom-resources"]
license = "0BSD"
name = "kcr_authentication_stackable_tech"
readme = "README.md"
repository = "https://github.com/metio/kube-custom-resources-rs"
version = "2.20251001.153932"
[package.metadata.docs.rs]
features = ["k8s-openapi/v1_34"]