# 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-sdk" version = "0.1.3" authors = ["Shouer.Shen"] description = "A collection of CRDs for api used in Istio." homepage = "https://github.com/shenshouer/istio-sdk-rs" documentation = "https://docs.rs/istio-sdk" readme = "README.md" keywords = ["istio"] license = "Apache-2.0" repository = "https://github.com/shenshouer/istio-sdk-rs" [package.metadata.docs.rs] features = ["v1_18"] [dependencies.k8s-openapi] version = "^0.18.0" [dependencies.kube] version = "0.84.0" features = ["derive"] [dependencies.schemars] version = "^0.8" [dependencies.serde] version = "^1.0" [dependencies.serde_json] version = "^1.0" [dev-dependencies.anyhow] version = "1.0.72" [dev-dependencies.k8s-openapi] version = "0.18.0" features = ["v1_26"] [dev-dependencies.serde_yaml] version = "0.9.25" [dev-dependencies.tokio] version = "1.29.1" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3.17" [features] default = ["v1_18"] v1_10 = [] v1_11 = [] v1_12 = [] v1_13 = [] v1_14 = [] v1_15 = [] v1_16 = [] v1_17 = [] v1_18 = []