coredb-operator 0.0.1

The CLI for CoreDB
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 = "coredb-operator"
version = "0.0.1"
authors = ["CoreDB.io"]
default-run = "controller"
description = "The CLI for CoreDB"
homepage = "https://www.coredb.io"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/CoreDB-io/coredb"

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

[[bin]]
name = "controller"
path = "src/main.rs"
doc = false

[[bin]]
name = "crdgen"
path = "src/crdgen.rs"
doc = false

[dependencies.actix-web]
version = "4.2.1"

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

[dependencies.futures]
version = "0.3.25"

[dependencies.k8s-openapi]
version = "0.16.0"
features = ["v1_24"]
default-features = false

[dependencies.kube]
version = "0.77.0"
features = [
    "runtime",
    "client",
    "derive",
    "ws",
]

[dependencies.opentelemetry]
version = "0.18.0"
features = [
    "trace",
    "rt-tokio",
]

[dependencies.opentelemetry-otlp]
version = "0.11.0"
features = ["tokio"]
optional = true

[dependencies.prometheus]
version = "0.13.3"

[dependencies.schemars]
version = "0.8.11"
features = ["chrono"]

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

[dependencies.serde_json]
version = "1.0.89"

[dependencies.serde_yaml]
version = "0.9.14"

[dependencies.thiserror]
version = "1.0.37"

[dependencies.tokio]
version = "1.22.0"
features = [
    "macros",
    "rt-multi-thread",
]

[dependencies.tonic]
version = "0.8.3"
optional = true

[dependencies.tracing]
version = "0.1.37"

[dependencies.tracing-opentelemetry]
version = "0.18.0"

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

[dev-dependencies.assert-json-diff]
version = "2.0.2"

[dev-dependencies.http]
version = "0.2.8"

[dev-dependencies.hyper]
version = "0.14.23"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.tower-test]
version = "0.4.0"

[features]
default = []
telemetry = [
    "tonic",
    "opentelemetry-otlp",
]