# 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 = "gateway-api" version = "0.14.1" authors = ["Shane Utt "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Kubernetes Gateway API bindings in Rust" homepage = "https://docs.rs/crate/gateway-api/" readme = "README.md" keywords = [ "kubernetes", "gateway-api", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/kube-rs/gateway-api-rs" [package.metadata.docs.rs] features = ["k8s-openapi/v1_31"] [lib] name = "gateway_api" path = "src/lib.rs" [dependencies.delegate] version = "0.13.1" [dependencies.k8s-openapi] version = "0.23.0" features = ["schemars"] [dependencies.kube] version = "0.97.0" features = ["derive"] default-features = false [dependencies.once_cell] version = "1.20.2" [dependencies.regex] version = "0.1.6" package = "regex-lite" [dependencies.schemars] version = "0.8.21" [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_json] version = "1.0.133" [dependencies.serde_yaml] version = "0.9.34" [dev-dependencies.anyhow] version = "1.0.93" [dev-dependencies.hyper-util] version = "0.1.10" [dev-dependencies.k8s-openapi] version = "0.23.0" features = [ "v1_31", "schemars", ] [dev-dependencies.kube] version = "0.97.0" [dev-dependencies.tokio] version = "1.41.1" features = ["full"] [dev-dependencies.tower] version = "0.5.1" features = ["limit"] [dev-dependencies.uuid] version = "1.11.0" features = [ "v4", "fast-rng", ]