k8s-openapi 0.27.0

Bindings for the Kubernetes client API
Documentation
[dependencies.base64]
default-features = false
features = ["alloc"]
version = "0.22"

[dependencies.jiff]
default-features = false
features = ["alloc", "serde"]
version = "0.2"

[dependencies.schemars]
default-features = false
optional = true
version = "1"

[dependencies.serde]
default-features = false
version = "1"

[dependencies.serde_json]
default-features = false
features = ["alloc"]
version = "1"

[features]
default = ["std"]
earliest = ["v1_31"]
latest = ["v1_35"]
schemars = ["dep:schemars"]
std = []
v1_31 = []
v1_32 = []
v1_33 = []
v1_34 = []
v1_35 = []

[lib]
name = "k8s_openapi"
path = "src/lib.rs"

[package]
authors = ["Arnav Singh <me@arnavion.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["api-bindings", "web-programming::http-client"]
description = "Bindings for the Kubernetes client API"
documentation = "https://arnavion.github.io/k8s-openapi/v0.27.x/k8s_openapi/"
edition = "2021"
include = ["build.rs", "Cargo.toml", "LICENSE", "README.md", "src/**/*"]
keywords = ["client", "kubernetes", "k8s", "http"]
license = "Apache-2.0"
links = "k8s-openapi-0.27.0"
name = "k8s-openapi"
readme = "README.md"
repository = "https://github.com/Arnavion/k8s-openapi"
version = "0.27.0"

[package.metadata.docs.rs]
features = ["latest"]