# 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.1.0" authors = ["Marcel Märtens "] 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", ] categories = ["api-bindings"] license = "Apache-2.0 OR MIT" repository = "https://gitlab.com/xMAC94x/k8s-traefik-api" [dependencies.k8s-openapi] version = "0.18.0" features = [ "v1_26", "schemars", ] [dependencies.kube] version = "0.82.1" features = ["derive"] [dependencies.schemars] version = "0.8.10" features = ["chrono"] [dependencies.serde] version = "1.0.140" features = ["derive"] [dependencies.serde_json] version = "1.0.82"