# 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 = "zonefile-crds" version = "0.4.0" description = "Rust library exposing the Zonefile CRDs as types." readme = "README.md" keywords = [ "kubernetes", "kubizone", "crd", "zonefile", ] license = "MIT" repository = "https://github.com/kubi-zone/zonefile-crds" [dependencies.k8s-openapi] version = "0.21" features = ["v1_29"] [dependencies.kube] version = "0.90" features = [ "derive", "rustls-tls", "client", "runtime", ] default-features = false [dependencies.kubizone-crds] version = "0.11" [dependencies.schemars] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dev-dependencies.serde_yaml] version = "0.9"