k8s-openapi 0.28.0

Bindings for the Kubernetes client API
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

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

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

[dependencies.base64]
version = "0.22"
features = ["alloc"]
default-features = false

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

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

[dependencies.schemars08]
version = "0.8"
optional = true
default-features = false
package = "schemars"

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

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