2026-02-08 21:29:17 +01:00
|
|
|
[package]
|
|
|
|
|
name = "reddwarf-runtime"
|
|
|
|
|
version.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
authors.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
rust-version.workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
reddwarf-core = { workspace = true }
|
2026-02-09 00:17:45 +01:00
|
|
|
reddwarf-storage = { workspace = true }
|
2026-02-08 22:53:18 +01:00
|
|
|
k8s-openapi = { workspace = true }
|
2026-02-08 21:29:17 +01:00
|
|
|
tokio = { workspace = true }
|
2026-02-08 22:53:18 +01:00
|
|
|
tokio-stream = { workspace = true }
|
2026-02-08 23:21:53 +01:00
|
|
|
tokio-util = { workspace = true }
|
2026-02-08 21:29:17 +01:00
|
|
|
serde = { workspace = true }
|
|
|
|
|
serde_json = { workspace = true }
|
|
|
|
|
miette = { workspace = true }
|
|
|
|
|
thiserror = { workspace = true }
|
|
|
|
|
tracing = { workspace = true }
|
|
|
|
|
uuid = { workspace = true }
|
|
|
|
|
async-trait = { workspace = true }
|
2026-02-08 22:53:18 +01:00
|
|
|
reqwest = { workspace = true }
|
|
|
|
|
chrono = { workspace = true }
|
|
|
|
|
futures-util = { workspace = true }
|
2026-02-08 21:29:17 +01:00
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
|
tempfile = { workspace = true }
|
|
|
|
|
tokio = { workspace = true, features = ["test-util"] }
|