sk-api 2.6.0

SimKube API definitions
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"
name = "sk-api"
version = "2.6.0"
authors = ["Applied Computing Research Labs"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SimKube API definitions"
documentation = "https://simkube.dev/documentation/"
readme = "README.md"
license-file = "LICENSE"
resolver = "2"

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

[dependencies.clockabilly]
version = "0.2.2"

[dependencies.k8s-openapi]
version = "0.26.1"
features = ["v1_30"]

[dependencies.kube]
version = "2.0.1"
features = [
    "client",
    "derive",
    "http-proxy",
    "runtime",
    "rustls-tls",
    "admission",
    "unstable-runtime",
]
default-features = false

[dependencies.schemars]
version = "1.0.0"
features = ["chrono04"]

[dependencies.serde]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.140"

[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0
check-cfg = ["cfg(coverage,coverage_nightly)"]