# 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-traefik-api"
version = "0.3.0"
authors = ["Marcel Märtens <marcel.cochem@googlemail.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bindings for the Kubernetes traefik API"
homepage = "https://gitlab.com/xMAC94x/k8s-traefik-api"
documentation = "https://docs.rs/k8s-traefik-api"
readme = "README.md"
keywords = [
    "kubernetes",
    "k8s",
    "traefik",
    "crd",
]
categories = ["api-bindings"]
license = "Apache-2.0 OR MIT"
repository = "https://gitlab.com/xMAC94x/k8s-traefik-api"

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

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

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

[dependencies.schemars]
version = "0.8.21"
features = ["chrono"]

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

[dependencies.serde_json]
version = "1"

[dependencies.typed-builder]
version = "0.20"

[features]
earliest = ["v1_28"]
latest = ["v1_32"]
v1_28 = ["k8s-openapi/v1_28"]
v1_29 = ["k8s-openapi/v1_29"]
v1_30 = ["k8s-openapi/v1_30"]
v1_31 = ["k8s-openapi/v1_31"]
v1_32 = ["k8s-openapi/v1_32"]