# 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 = "tonic-lb" version = "0.0.2" description = "A Grpc name resolver for tonic" homepage = "https://github.com/yoogoc/tonic-lb" readme = "README.md" keywords = [ "tonic", "loadbalance", "kube", "kubernetes", "async", ] license = "MIT" repository = "https://github.com/yoogoc/tonic-lb" [dependencies.anyhow] version = "1.0.82" [dependencies.futures] version = "0.3.30" [dependencies.k8s-openapi] version = "0.21.1" default-features = false [dependencies.kube] version = "0.90.0" features = [ "runtime", "client", "derive", ] [dependencies.thiserror] version = "1.0.58" [dependencies.tokio] version = "1.37.0" [dependencies.tonic] version = "0.11.0" [dependencies.tower] version = "0.4.13" [features] default = ["kube-latest"] kube-earliest = ["k8s-openapi/earliest"] kube-latest = ["k8s-openapi/latest"] kube-v1_24 = ["k8s-openapi/v1_24"] kube-v1_25 = ["k8s-openapi/v1_25"] kube-v1_26 = ["k8s-openapi/v1_26"] kube-v1_27 = ["k8s-openapi/v1_27"] kube-v1_28 = ["k8s-openapi/v1_28"] kube-v1_29 = ["k8s-openapi/v1_29"]