2026-09-03 12:46:14 +00:00
|
|
|
[package]
|
|
|
|
|
name = "lazyboy-supervisor"
|
|
|
|
|
version.workspace = true
|
|
|
|
|
edition.workspace = true
|
2026-09-07 08:27:33 +00:00
|
|
|
rust-version.workspace = true
|
2026-09-03 12:46:14 +00:00
|
|
|
license.workspace = true
|
|
|
|
|
publish.workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
lazyboy-control.workspace = true
|
|
|
|
|
axum.workspace = true
|
|
|
|
|
tokio.workspace = true
|
|
|
|
|
serde.workspace = true
|
|
|
|
|
serde_json.workspace = true
|
|
|
|
|
tracing.workspace = true
|
|
|
|
|
tracing-subscriber.workspace = true
|
|
|
|
|
bollard.workspace = true
|
|
|
|
|
base64.workspace = true
|
|
|
|
|
reqwest.workspace = true
|
|
|
|
|
futures-util = "0.3"
|
2026-09-05 09:41:44 +00:00
|
|
|
|
|
|
|
|
hmac.workspace = true
|
|
|
|
|
sha2.workspace = true
|
|
|
|
|
hex.workspace = true
|
2026-09-11 02:47:43 +00:00
|
|
|
tar = "0.4"
|
2026-09-07 08:27:33 +00:00
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
|
workspace = true
|
2026-09-11 02:47:43 +00:00
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
|
lazyboy-sandbox = { path = "../sandbox" }
|