[package] name = "k8s-controller" version = "0.4.0" edition = "2021" description = "lightweight framework for writing kubernetes controllers" repository = "https://github.com/MaterializeInc/k8s-controller" readme = "README.md" license = "Apache-2.0" include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"] [dependencies] async-trait = "0.1" futures = "0.3" kube = { version = "0.92.1", default-features = false, features = ["client"] } kube-runtime = "0.92.1" rand = "0.8" serde = "1" tracing = "0.1" [dev-dependencies] k8s-openapi = { version = "0.22", default-features = false, features = ["v1_29"] } tokio = "1"