# 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 = "kube-coordinate" version = "0.2.1" authors = ["Anthony Dodd "] description = "Kubernetes leader election using the coordination.k8s.io API." readme = "README.md" keywords = [ "kubernetes", "election", "coordination", "consensus", "lease", ] categories = [ "asynchronous", "api-bindings", ] license = "MIT/Apache-2.0" [dependencies.chrono] version = ">=0.4,<0.5" default-features = false [dependencies.futures] version = ">=0.3,<0.4" default-features = false [dependencies.k8s-openapi] version = ">=0.20,<1" default-features = false [dependencies.kube] version = ">=0.87,<=1" features = [ "client", "runtime", ] default-features = false [dependencies.rand] version = "0.8" default-features = false [dependencies.thiserror] version = "1" default-features = false [dependencies.tokio] version = "1" features = [ "macros", "sync", "time", ] default-features = false [dependencies.tracing] version = "0.1" default-features = false [features] default = ["k8s_latest"] k8s_earliest = ["k8s-openapi/earliest"] k8s_latest = ["k8s-openapi/latest"] v1_24 = ["k8s-openapi/v1_24"] v1_25 = ["k8s-openapi/v1_25"] v1_26 = ["k8s-openapi/v1_26"] v1_27 = ["k8s-openapi/v1_27"] v1_28 = ["k8s-openapi/v1_28"] v1_29 = ["k8s-openapi/v1_29"]