# 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 = "versionstore-operator" version = "0.1.1" authors = ["Vladimir Pouzanov "] description = "A k8s operator that updates deployment pod versions based on an external key-value store" homepage = "https://github.com/farcaller/versionstore-operator" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/farcaller/versionstore-operator" resolver = "2" [dependencies.awaitgroup] version = "0.6.0" [dependencies.clap] version = "3.0.14" features = ["derive"] [dependencies.flexi_logger] version = "0.22.2" features = ["trc"] [dependencies.futures] version = "0.3.19" [dependencies.google-cloud] version = "0.2.1" features = ["pubsub", "storage"] package = "google-cloud-for-versionstore-operator" [dependencies.json-patch] version = "0.2.6" [dependencies.k8s-openapi] version = "0.14.0" features = ["v1_22"] [dependencies.kube] version = "0.67.0" features = ["runtime", "derive", "rustls-tls"] [dependencies.kube-runtime] version = "0.67.0" [dependencies.serde] version = "1.0.136" [dependencies.serde_json] version = "1.0.78" [dependencies.snafu] version = "0.7.0" features = ["futures"] [dependencies.stream-cancel] version = "0.8.1" [dependencies.tokio] version = "1.16.1" features = ["rt", "rt-multi-thread", "macros"] [dependencies.tonic] version = "0.4.1" [dependencies.tracing] version = "0.1.29" [dependencies.tracing-subscriber] version = "0.3.7" features = ["env-filter"]