# 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.72" name = "kube-subcontroller" version = "0.0.2" description = "Multi-subcontroller management by reacting to reflector" 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/SOF3/kube-subcontroller" [dependencies.crossbeam] version = "0.8.4" [dependencies.futures] version = "0.3.30" [dependencies.k8s-openapi] version = "0.21.0" [dependencies.kube-client] version = "0.89.0" [dependencies.kube-core] version = "0.89.0" [dependencies.kube-runtime] version = "0.89.0" [dependencies.log] version = "0.4.20" [dependencies.parking_lot] version = "0.12.1" [dependencies.serde] version = "1.0.196" default-features = false [dependencies.thiserror] version = "1.0.58" [dependencies.tokio] version = "1.36.0" default-features = false [dependencies.tokio-util] version = "0.7.10" [dev-dependencies.k8s-openapi] version = "0.21.0" features = ["v1_29"] [dev-dependencies.kube] version = "0.89.0" [dev-dependencies.tokio] version = "1.36.0" features = [ "rt", "macros", ]