sk-ctrl 2.4.4

Kubernetes controller for replaying traces in a simulated cluster
# 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 = "2024"
name = "sk-ctrl"
version = "2.4.4"
authors = ["Applied Computing Research Labs"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Kubernetes controller for replaying traces in a simulated cluster"
documentation = "https://simkube.dev/documentation/"
readme = "README.md"
license-file = "LICENSE"
resolver = "2"

[[bin]]
name = "sk-ctrl"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.98"
features = ["backtrace"]

[dependencies.clap]
version = "4.5.40"
features = [
    "cargo",
    "derive",
    "string",
]

[dependencies.clockabilly]
version = "0.2.2"

[dependencies.futures]
version = "0.3.31"

[dependencies.k8s-openapi]
version = "0.25.0"
features = ["v1_30"]

[dependencies.kube]
version = "1.1.0"
features = [
    "client",
    "derive",
    "runtime",
    "rustls-tls",
    "admission",
    "unstable-runtime",
]
default-features = false

[dependencies.object_store]
version = "0.12.2"
features = [
    "aws",
    "gcp",
    "azure",
    "http",
]

[dependencies.reqwest]
version = "0.12.20"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.sk-api]
version = "2.4.4"

[dependencies.sk-core]
version = "2.4.4"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1.45.1"
features = [
    "io-util",
    "macros",
    "process",
    "rt-multi-thread",
    "time",
]

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.assertables]
version = "9.8.0"

[dev-dependencies.httpmock]
version = "0.8.0-alpha.1"

[dev-dependencies.rstest]
version = "0.25.0"

[dev-dependencies.rstest-log]
version = "0.2.0"

[dev-dependencies.test-log]
version = "0.2.18"
features = ["trace"]

[dev-dependencies.tracing-test]
version = "0.2.5"

[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0
check-cfg = ["cfg(coverage,coverage_nightly)"]