119 lines
2.3 KiB
TOML
119 lines
2.3 KiB
TOML
|
|
# 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"
|
||
|
|
rust-version = "1.81.0"
|
||
|
|
name = "kube-core"
|
||
|
|
version = "0.99.0"
|
||
|
|
authors = [
|
||
|
|
"clux <sszynrae@gmail.com>",
|
||
|
|
"Natalie Klestrup Röijezon <nat@nullable.se>",
|
||
|
|
"kazk <kazk.dev@gmail.com>",
|
||
|
|
]
|
||
|
|
build = false
|
||
|
|
autolib = false
|
||
|
|
autobins = false
|
||
|
|
autoexamples = false
|
||
|
|
autotests = false
|
||
|
|
autobenches = false
|
||
|
|
description = "Kube shared types, traits and client-less behavior"
|
||
|
|
readme = "README.md"
|
||
|
|
keywords = [
|
||
|
|
"kubernetes",
|
||
|
|
"apimachinery",
|
||
|
|
]
|
||
|
|
categories = [
|
||
|
|
"api-bindings",
|
||
|
|
"encoding",
|
||
|
|
"parser-implementations",
|
||
|
|
]
|
||
|
|
license = "Apache-2.0"
|
||
|
|
repository = "https://github.com/kube-rs/kube"
|
||
|
|
resolver = "1"
|
||
|
|
|
||
|
|
[package.metadata.docs.rs]
|
||
|
|
features = [
|
||
|
|
"ws",
|
||
|
|
"admission",
|
||
|
|
"jsonpatch",
|
||
|
|
"k8s-openapi/latest",
|
||
|
|
]
|
||
|
|
rustdoc-args = [
|
||
|
|
"--cfg",
|
||
|
|
"docsrs",
|
||
|
|
]
|
||
|
|
|
||
|
|
[lib]
|
||
|
|
name = "kube_core"
|
||
|
|
path = "src/lib.rs"
|
||
|
|
|
||
|
|
[dependencies.chrono]
|
||
|
|
version = "0.4.34"
|
||
|
|
features = ["now"]
|
||
|
|
default-features = false
|
||
|
|
|
||
|
|
[dependencies.form_urlencoded]
|
||
|
|
version = "1.2.0"
|
||
|
|
|
||
|
|
[dependencies.http]
|
||
|
|
version = "1.1.0"
|
||
|
|
|
||
|
|
[dependencies.json-patch]
|
||
|
|
version = "4"
|
||
|
|
optional = true
|
||
|
|
|
||
|
|
[dependencies.k8s-openapi]
|
||
|
|
version = "0.24.0"
|
||
|
|
default-features = false
|
||
|
|
|
||
|
|
[dependencies.schemars]
|
||
|
|
version = "0.8.6"
|
||
|
|
optional = true
|
||
|
|
|
||
|
|
[dependencies.serde]
|
||
|
|
version = "1.0.130"
|
||
|
|
features = ["derive"]
|
||
|
|
|
||
|
|
[dependencies.serde-value]
|
||
|
|
version = "0.7.0"
|
||
|
|
|
||
|
|
[dependencies.serde_json]
|
||
|
|
version = "1.0.68"
|
||
|
|
|
||
|
|
[dependencies.thiserror]
|
||
|
|
version = "2.0.3"
|
||
|
|
|
||
|
|
[dev-dependencies.assert-json-diff]
|
||
|
|
version = "2.0.2"
|
||
|
|
|
||
|
|
[dev-dependencies.k8s-openapi]
|
||
|
|
version = "0.24.0"
|
||
|
|
features = ["latest"]
|
||
|
|
default-features = false
|
||
|
|
|
||
|
|
[dev-dependencies.kube]
|
||
|
|
version = "<2.0.0, >=0.98.0"
|
||
|
|
|
||
|
|
[dev-dependencies.serde_yaml]
|
||
|
|
version = "0.9.19"
|
||
|
|
|
||
|
|
[features]
|
||
|
|
admission = ["json-patch"]
|
||
|
|
jsonpatch = ["json-patch"]
|
||
|
|
kubelet-debug = ["ws"]
|
||
|
|
schema = ["schemars"]
|
||
|
|
ws = []
|
||
|
|
|
||
|
|
[lints.rust]
|
||
|
|
missing_docs = "deny"
|
||
|
|
unsafe_code = "forbid"
|