gateway-api 0.21.0

Kubernetes Gateway API bindings in Rust
Documentation
# 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 = "2024"
name = "gateway-api"
version = "0.21.0"
authors = ["Shane Utt <shaneutt@linux.com>"]
build = false
autolib = 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"
resolver = "2"

[package.metadata.docs.rs]
features = ["k8s-openapi/v1_32"]

[features]
default = []
experimental = []

[lib]
name = "gateway_api"
path = "src/lib.rs"

[[test]]
name = "integration"
path = "tests/integration/main.rs"

[dependencies.delegate]
version = "0.13.5"

[dependencies.k8s-openapi]
version = "0.27.1"
features = ["schemars"]

[dependencies.kube]
version = "3.1.0"
features = ["derive"]

[dependencies.regex]
version = "0.1.9"
package = "regex-lite"

[dependencies.schemars]
version = "1.2.1"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_yaml]
version = "0.9.34"

[dev-dependencies.anyhow]
version = "1.0.102"

[dev-dependencies.hyper-util]
version = "0.1.20"

[dev-dependencies.k8s-openapi]
version = "0.27.1"
features = [
    "v1_32",
    "schemars",
]

[dev-dependencies.kube]
version = "3.1.0"
features = ["derive"]

[dev-dependencies.tokio]
version = "1.50.0"
features = ["full"]

[dev-dependencies.tower]
version = "0.5.3"
features = ["limit"]