# 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.77.2" name = "kube-runtime" version = "0.97.0" authors = [ "clux ", "Natalie Klestrup Röijezon ", "kazk ", ] build = 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.backoff] version = "0.4.0" [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.json-patch] version = "3" [dependencies.jsonptr] version = "0.6" [dependencies.k8s-openapi] version = "0.23.0" default-features = false [dependencies.kube-client] version = "=0.97.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.23.0" features = ["latest"] default-features = false [dev-dependencies.kube] version = "<1.0.0, >=0.60.0" features = [ "derive", "client", "runtime", ] [dev-dependencies.rand] version = "0.8.3" [dev-dependencies.schemars] version = "0.8.6" [dev-dependencies.serde_json] version = "1.0.68" [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"