sparktest-api 0.2.0

API server and Kubernetes integration for SparkTest
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.axum]
version = "0.7"

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

[dependencies.k8s-openapi]
default-features = false
features = ["v1_28"]
version = "0.21"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sparktest-core]
version = "0.2.0"

[dependencies.sqlx]
features = ["runtime-tokio", "postgres", "uuid", "chrono", "macros"]
version = "0.7"

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

[dependencies.tower-http]
features = ["cors"]
version = "0.5"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
features = ["serde", "v4"]
version = "1"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "API server and Kubernetes integration for SparkTest"
edition = "2021"
homepage = "https://github.com/kevintatou/sparktest"
license = "MIT"
name = "sparktest-api"
readme = false
repository = "https://github.com/kevintatou/sparktest"
version = "0.2.0"