# 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 = "megaphone-operator" version = "0.9.4" authors = ["Davide Ghilardi "] description = "Kubernetes operator for megaphone project" readme = "README.md" keywords = [ "kubernetes", "operator", "infrastructure", "cloud", ] license = "MIT" repository = "https://github.com/dghilardi/megaphone-operator" [[bin]] name = "crdgen" path = "src/crdgen.rs" doc = false [dependencies.anyhow] version = "1.0.70" features = ["default"] [dependencies.env_logger] version = "0.11.2" [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4.3" [dependencies.k8s-openapi] version = "0.20" features = ["v1_22"] default-features = true [dependencies.kube] version = "0.87" features = [ "runtime", "derive", "ws", ] [dependencies.log] version = "0.4.20" [dependencies.megaphone] version = "0.9.0" [dependencies.openssl] version = "0.10.35" features = ["vendored"] [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.2" [dependencies.rustls] version = "0.22.1" [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.9.18" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.32" features = [ "macros", "rt-multi-thread", ] [dependencies.tokio-util] version = "0.7.10"