[dependencies.k8s-openapi]
features = ["v1_29"]
version = "0.21"
[dependencies.kube]
default-features = false
features = ["derive", "rustls-tls", "client", "runtime"]
version = "0.90"
[dependencies.kubizone-crds]
version = "0.11"
[dependencies.schemars]
version = "0.8"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dev-dependencies.serde_yaml]
version = "0.9"
[package]
description = "Rust library exposing the Zonefile CRDs as types."
edition = "2021"
keywords = ["kubernetes", "kubizone", "crd", "zonefile"]
license = "MIT"
name = "zonefile-crds"
readme = "README.md"
repository = "https://github.com/kubi-zone/zonefile-crds"
version = "0.4.0"