# 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" rust-version = "1.57.0" name = "statehub-cluster-operator" version = "0.14.10" description = "Statehub Cluster CRD and operator" keywords = ["k8s", "statehub"] license = "Apache-2.0" repository = "https://gitlab.com/statehub/statehub-k8s" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" features = ["clock", "serde", "std"] default-features = false [dependencies.futures] version = "0.3" [dependencies.k8s-openapi] version = "0.14" features = ["v1_23"] [dependencies.kube] version = "0.69" features = ["client", "derive", "rustls-tls", "runtime"] default-features = false [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.4" [dependencies.schemars] version = "0.8" features = ["chrono"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.statehub-k8s-helper] version = "0.0.59" features = ["rustls-tls"] default-features = false [dependencies.tokio] version = "1.9" features = ["macros", "rt-multi-thread"] [features] pedantic = []