# 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-resource-extras" version = "0.2.2" authors = ["Anders Blenstrup-Pedersen "] description = "Kubernetes Resource Extras" readme = "README.md" keywords = [ "Kubernetes", "CRD", "CustomResource", ] categories = [""] license = "MIT" repository = "https://github.com/nebula-technologies/kube-resource-extra" resolver = "2" [dependencies.k8s-openapi] version = "0.14.0" features = ["v1_22"] default-features = false [dependencies.kube] version = "0.71.0" features = [ "runtime", "derive", "admission", ] [dependencies.kube-core] version = "0.71.0" [dependencies.serde] version = "1.0.137" [dependencies.serde_derive] version = "1.0.137" [dependencies.serde_with] version = "2.0.0" [dev-dependencies.tokio] version = "1.18.2" features = ["rt"] [features] default = [] istio = []