# 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-openapi" version = "0.23.0" authors = ["Arnav Singh "] build = "build.rs" links = "k8s-openapi-0.23.0" include = [ "build.rs", "Cargo.toml", "LICENSE", "README.md", "src/**/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Bindings for the Kubernetes client API" documentation = "https://arnavion.github.io/k8s-openapi/v0.23.x/k8s_openapi/" readme = "README.md" keywords = [ "client", "kubernetes", "k8s", "http", ] categories = [ "api-bindings", "web-programming::http-client", ] license = "Apache-2.0" repository = "https://github.com/Arnavion/k8s-openapi" [package.metadata.docs.rs] features = ["latest"] [lib] name = "k8s_openapi" path = "src/lib.rs" [dependencies.base64] version = "0.22" features = ["alloc"] default-features = false [dependencies.chrono] version = "0.4.1" features = [ "alloc", "serde", ] default-features = false [dependencies.schemars] version = "0.8" optional = true default-features = false [dependencies.serde] version = "1" default-features = false [dependencies.serde-value] version = "0.7" default-features = false [dependencies.serde_json] version = "1" features = ["alloc"] default-features = false [features] earliest = ["v1_26"] latest = ["v1_31"] schemars = ["dep:schemars"] v1_26 = [] v1_27 = [] v1_28 = [] v1_29 = [] v1_30 = [] v1_31 = []