k8s-openapi 0.12.0

Bindings for the Kubernetes client API
Documentation
[dependencies.base64]
version = "0.13"

[dependencies.bytes]
version = "1"

[dependencies.chrono]
features = ["serde"]
version = "0.4.1"

[dependencies.http]
optional = true
version = "0.2"

[dependencies.percent-encoding]
optional = true
version = "2"

[dependencies.serde]
version = "1"

[dependencies.serde-value]
version = "0.7"

[dependencies.serde_json]
version = "1"

[dependencies.url]
optional = true
version = "2"

[features]
api = ["http", "percent-encoding", "url"]
default = ["api"]
v1_11 = []
v1_12 = []
v1_13 = []
v1_14 = []
v1_15 = []
v1_16 = []
v1_17 = []
v1_18 = []
v1_19 = []
v1_20 = []
v1_21 = []

[package]
authors = ["Arnavion <me@arnavion.dev>"]
categories = ["api-bindings", "web-programming::http-client"]
description = "Bindings for the Kubernetes client API"
documentation = "https://arnavion.github.io/k8s-openapi/v0.12.x/k8s_openapi/"
edition = "2018"
include = ["build.rs", "Cargo.toml", "LICENSE", "README.md", "src/**/*"]
keywords = ["client", "kubernetes", "k8s", "http"]
license = "Apache-2.0"
links = "k8s-openapi-0.12.0"
name = "k8s-openapi"
readme = "README.md"
repository = "https://github.com/Arnavion/k8s-openapi"
version = "0.12.0"
[package.metadata.docs.rs]
features = ["v1_21"]