[package] name = "k8s-pb" version = "0.6.1" authors = [ "clux ", "kazk ", ] license = "Apache-2.0" repository = "https://github.com/kube-rs/k8s-pb" description = "Bindings for the Kubernetes Client API" readme = "../README.md" keywords = ["kubernetes", "openapi", "protos"] categories = ["network-programming", "caching", "api-bindings", "encoding"] rust-version = "1.65.0" edition = "2021" [dependencies] prost = "0.13.1"