# 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 = "k8s-crds-yugabyte" version = "0.7.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Kubernetes CRDs for YugabyteDB" readme = "README.md" license = "MIT" repository = "https://gitlab.com/nirvati/system/backend" [package.metadata.docs.rs] features = ["_docs"] [lib] name = "k8s_crds_yugabyte" path = "src/lib.rs" [dependencies.k8s-openapi] version = "0.23.0" [dependencies.kube] version = "0.96" default-features = false [dependencies.kube-derive] version = "0.96" [dependencies.schemars] version = "0.8.16" optional = true [dependencies.serde] version = "1.0.195" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0.111" default-features = false [dependencies.typed-builder] version = "0.20" optional = true [features] _docs = ["k8s-openapi/v1_30"] builder = ["dep:typed-builder"] schemars = [ "dep:schemars", "k8s-openapi/schemars", "kube/derive", ]