# 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-gateway-api" version = "0.1.0" description = "Kubernetes CRDs for the Gateway API" readme = "README.md" license = "MIT" repository = "https://github.com/kube-crds-rs/gateway-api" [package.metadata.docs.rs] features = ["_docs"] [dependencies.k8s-openapi] version = "0.21.0" [dependencies.kube] version = "0.88.1" default-features = false [dependencies.kube-derive] version = "0.88.1" [dependencies.schemars] version = "0.8.16" optional = true [dependencies.serde] version = "1.0.196" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0" default-features = false [dependencies.typed-builder] version = "0.18.1" optional = true [features] _docs = ["k8s-openapi/v1_29"] builder = ["dep:typed-builder"] schemars = [ "dep:schemars", "k8s-openapi/schemars", "kube/derive", ]