rivven-operator 0.0.13

Kubernetes operator for deploying and managing Rivven clusters
Documentation
# 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 = "rivven-operator"
version = "0.0.13"
authors = ["hupe1980"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Kubernetes operator for deploying and managing Rivven clusters"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/hupe1980/rivven"

[lib]
name = "rivven_operator"
path = "src/lib.rs"

[[bin]]
name = "rivven-operator"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4.4"
features = [
    "derive",
    "env",
]

[dependencies.futures]
version = "0.3"

[dependencies.k8s-openapi]
version = "0.24"
features = [
    "v1_32",
    "schemars",
]

[dependencies.kube]
version = "0.98"
features = [
    "runtime",
    "derive",
]

[dependencies.metrics]
version = "0.24"

[dependencies.metrics-exporter-prometheus]
version = "0.16"

[dependencies.regex]
version = "1.11"

[dependencies.rivven-client]
version = "0.0.13"

[dependencies.schemars]
version = "0.8"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.35"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "json",
]

[dependencies.validator]
version = "0.20"
features = ["derive"]