Files
cli/vendor/k8s-openapi/Cargo.toml

94 lines
1.9 KiB
TOML
Raw Normal View History

# 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.24.0"
authors = ["Arnav Singh <me@arnavion.dev>"]
build = "build.rs"
links = "k8s-openapi-0.24.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.24.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]
earliest = ["v1_28"]
latest = ["v1_32"]
schemars = ["dep:schemars"]
v1_28 = []
v1_29 = []
v1_30 = []
v1_31 = []
v1_32 = []
[lib]
name = "k8s_openapi"
path = "src/lib.rs"
[dependencies.base64]
version = "0.22"
features = ["alloc"]
default-features = false
[dependencies.chrono]
version = "0.4.1"
features = [
"alloc",
"serde",
]
default-features = false
[dependencies.schemars]
version = "0.8"
optional = true
default-features = false
[dependencies.serde]
version = "1"
default-features = false
[dependencies.serde-value]
version = "0.7"
default-features = false
[dependencies.serde_json]
version = "1"
features = ["alloc"]
default-features = false