kube-utils 0.1.2

Minimal client for kubernetes internal API
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"
rust-version = "1.85"
name = "kube-utils"
version = "0.1.2"
build = false
include = [
    "**/*.rs",
    "Cargo.toml",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimal client for kubernetes internal API"
readme = "README.md"
keywords = [
    "kubernetes",
    "client",
]
categories = [
    "network-programming",
    "api-bindings",
]
license = "BSL-1.0"
repository = "https://github.com/DoumanAsh/kube-utils"

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

[dependencies.serde]
version = "1"
features = ["alloc"]
default-features = false

[dependencies.serde_derive]
version = "1"
default-features = false

[dependencies.serde_json]
version = "1"
features = ["std"]
default-features = false

[dependencies.ureq]
version = "3"
features = ["rustls-no-provider"]
default-features = false