# 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" rust-version = "1.77.2" name = "kube-core" version = "0.97.0" authors = [ "clux ", "Natalie Klestrup Röijezon ", "kazk ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Kube shared types, traits and client-less behavior" readme = "README.md" keywords = [ "kubernetes", "apimachinery", ] categories = [ "api-bindings", "encoding", "parser-implementations", ] license = "Apache-2.0" repository = "https://github.com/kube-rs/kube" resolver = "1" [package.metadata.docs.rs] features = [ "ws", "admission", "jsonpatch", "k8s-openapi/latest", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "kube_core" path = "src/lib.rs" [dependencies.chrono] version = "0.4.34" features = ["now"] default-features = false [dependencies.form_urlencoded] version = "1.2.0" [dependencies.http] version = "1.1.0" [dependencies.json-patch] version = "3" optional = true [dependencies.k8s-openapi] version = "0.23.0" default-features = false [dependencies.schemars] version = "0.8.6" optional = true [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde-value] version = "0.7.0" [dependencies.serde_json] version = "1.0.68" [dependencies.thiserror] version = "2.0.3" [dev-dependencies.assert-json-diff] version = "2.0.2" [dev-dependencies.jsonptr] version = "0.6" [dev-dependencies.k8s-openapi] version = "0.23.0" features = ["latest"] default-features = false [dev-dependencies.kube] version = "<1.0.0, >=0.53.0" [dev-dependencies.serde_yaml] version = "0.9.19" [features] admission = ["json-patch"] jsonpatch = ["json-patch"] kubelet-debug = ["ws"] schema = ["schemars"] ws = [] [lints.rust] missing_docs = "deny" unsafe_code = "forbid"