# 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 = "coerce-k8s" version = "0.1.8" authors = ["Leon Hartley "] description = "Kubernetes discovery provider, automatically discover cluster peers hosted in Kubernetes, based on a configurable pod-selection label" license = "Apache-2.0" repository = "https://github.com/leonhartley/coerce-rs" [dependencies.coerce] version = "0.8.11" features = ["remote"] [dependencies.k8s-openapi] version = "0.17.0" features = [ "v1_24", "api", ] [dependencies.kube] version = "0.78.0" features = [ "client", "rustls-tls", ] default-features = false [dependencies.tracing] version = "0.1"