# 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" name = "k8s-controller" version = "0.4.0" build = false include = [ "src/**/*", "LICENSE", "README.md", "CHANGELOG.md", ] 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" [lib] name = "k8s_controller" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.futures] version = "0.3" [dependencies.kube] version = "0.92.1" features = ["client"] default-features = false [dependencies.kube-runtime] version = "0.92.1" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" [dependencies.tracing] version = "0.1" [dev-dependencies.k8s-openapi] version = "0.22" features = ["v1_29"] default-features = false [dev-dependencies.tokio] version = "1"