# 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 = "kubizone-crds" version = "0.13.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust library exposing the Kubizone CRDs as types." readme = "README.md" keywords = [ "kubernetes", "kubizone", "crd", ] license = "MIT" repository = "https://github.com/kubi-zone/kubizone-crds" [lib] name = "kubizone_crds" path = "src/lib.rs" [[example]] name = "dump" path = "src/dump.rs" [dependencies.k8s-openapi] version = "0.22.0" [dependencies.kube] version = "0.92.0" features = [ "derive", "rustls-tls", "client", "runtime", ] default-features = false [dependencies.kubizone-common] version = "0.14.6" [dependencies.schemars] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tracing] version = "0.1" [dev-dependencies.serde_yaml] version = "0.9.34" [dev-dependencies.tracing-subscriber] version = "0.3" [features] default = ["v1_29"] dev = [] v1_27 = ["k8s-openapi/v1_27"] v1_28 = ["k8s-openapi/v1_28"] v1_29 = ["k8s-openapi/v1_29"] v1_30 = ["k8s-openapi/v1_30"]