k8s-controller 0.10.0

lightweight framework for writing kubernetes controllers
# 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.89.0"
name = "k8s-controller"
version = "0.10.0"
build = false
include = [
    "src/**/*",
    "LICENSE",
    "README.md",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "lightweight framework for writing kubernetes controllers"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/MaterializeInc/k8s-controller"

[package.metadata.docs.rs]
features = ["k8s-openapi/latest"]

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

[dependencies.async-trait]
version = "0.1"

[dependencies.futures]
version = "0.3"

[dependencies.kube]
version = "3.0.0"
features = ["client"]
default-features = false

[dependencies.kube-runtime]
version = "3.0.0"

[dependencies.rand]
version = "0.9.2"

[dependencies.serde]
version = "1"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.k8s-openapi]
version = "0.27.0"
features = ["v1_32"]
default-features = false

[dev-dependencies.tokio]
version = "1"