# 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 = "istio-api-rs" version = "0.11.0" authors = ["BlankZhu"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A collection of CRDs for api used in Istio." homepage = "https://github.com/BlankZhu/istio-api-rs" documentation = "https://docs.rs/istio-api-rs" readme = "README.md" keywords = ["istio"] license = "Apache-2.0" repository = "https://github.com/BlankZhu/istio-api-rs" [package.metadata.docs.rs] features = ["v1_24"] [lib] name = "istio_api_rs" path = "src/lib.rs" [dependencies.k8s-openapi] version = ">=0.23.0" [dependencies.kube] version = ">=0.97.0" features = ["derive"] [dependencies.serde] version = "^1.0" [dependencies.serde_json] version = "^1.0" [dev-dependencies.k8s-openapi] version = ">=0.23.0" features = ["v1_31"] [features] v1_10 = [] v1_11 = [] v1_12 = [] v1_13 = [] v1_14 = [] v1_15 = [] v1_16 = [] v1_17 = [] v1_18 = [] v1_19 = [] v1_20 = [] v1_21 = [] v1_22 = [] v1_23 = [] v1_24 = []