184 lines
3.2 KiB
TOML
184 lines
3.2 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-runtime"
|
|
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 = "Kubernetes controller runtime"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"kubernetes",
|
|
"runtime",
|
|
"reflector",
|
|
"watcher",
|
|
"controller",
|
|
]
|
|
categories = [
|
|
"web-programming::http-client",
|
|
"caching",
|
|
"network-programming",
|
|
]
|
|
license = "Apache-2.0"
|
|
repository = "https://github.com/kube-rs/kube"
|
|
resolver = "1"
|
|
|
|
[package.metadata.docs.rs]
|
|
features = [
|
|
"k8s-openapi/latest",
|
|
"unstable-runtime",
|
|
]
|
|
rustdoc-args = [
|
|
"--cfg",
|
|
"docsrs",
|
|
]
|
|
|
|
[lib]
|
|
name = "kube_runtime"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies.ahash]
|
|
version = "0.8"
|
|
|
|
[dependencies.async-broadcast]
|
|
version = "0.7.0"
|
|
|
|
[dependencies.async-stream]
|
|
version = "0.3.5"
|
|
|
|
[dependencies.async-trait]
|
|
version = "0.1.64"
|
|
|
|
[dependencies.backon]
|
|
version = "1.3"
|
|
|
|
[dependencies.educe]
|
|
version = "0.6.0"
|
|
features = [
|
|
"Clone",
|
|
"Debug",
|
|
"Hash",
|
|
"PartialEq",
|
|
]
|
|
default-features = false
|
|
|
|
[dependencies.futures]
|
|
version = "0.3.17"
|
|
features = ["async-await"]
|
|
default-features = false
|
|
|
|
[dependencies.hashbrown]
|
|
version = "0.15.0"
|
|
|
|
[dependencies.hostname]
|
|
version = "0.4"
|
|
|
|
[dependencies.json-patch]
|
|
version = "4"
|
|
|
|
[dependencies.k8s-openapi]
|
|
version = "0.24.0"
|
|
default-features = false
|
|
|
|
[dependencies.kube-client]
|
|
version = "=0.99.0"
|
|
features = [
|
|
"jsonpatch",
|
|
"client",
|
|
]
|
|
default-features = false
|
|
|
|
[dependencies.parking_lot]
|
|
version = "0.12.0"
|
|
|
|
[dependencies.pin-project]
|
|
version = "1.0.4"
|
|
|
|
[dependencies.serde]
|
|
version = "1.0.130"
|
|
|
|
[dependencies.serde_json]
|
|
version = "1.0.68"
|
|
|
|
[dependencies.thiserror]
|
|
version = "2.0.3"
|
|
|
|
[dependencies.tokio]
|
|
version = "1.14.0"
|
|
features = ["time"]
|
|
|
|
[dependencies.tokio-util]
|
|
version = "0.7.0"
|
|
features = ["time"]
|
|
|
|
[dependencies.tracing]
|
|
version = "0.1.36"
|
|
|
|
[dev-dependencies.k8s-openapi]
|
|
version = "0.24.0"
|
|
features = ["latest"]
|
|
default-features = false
|
|
|
|
[dev-dependencies.kube]
|
|
version = "<2.0.0, >=0.98.0"
|
|
features = [
|
|
"derive",
|
|
"client",
|
|
"runtime",
|
|
]
|
|
|
|
[dev-dependencies.rand]
|
|
version = "0.9.0"
|
|
|
|
[dev-dependencies.schemars]
|
|
version = "0.8.6"
|
|
|
|
[dev-dependencies.serde_json]
|
|
version = "1.0.68"
|
|
|
|
[dev-dependencies.serde_yaml]
|
|
version = "0.9.19"
|
|
|
|
[dev-dependencies.tokio]
|
|
version = "1.14.0"
|
|
features = [
|
|
"full",
|
|
"test-util",
|
|
]
|
|
|
|
[dev-dependencies.tracing-subscriber]
|
|
version = "0.3.17"
|
|
|
|
[features]
|
|
unstable-runtime = [
|
|
"unstable-runtime-subscribe",
|
|
"unstable-runtime-stream-control",
|
|
"unstable-runtime-reconcile-on",
|
|
]
|
|
unstable-runtime-reconcile-on = []
|
|
unstable-runtime-stream-control = []
|
|
unstable-runtime-subscribe = []
|
|
|
|
[lints.rust]
|
|
unsafe_code = "forbid"
|