2026-04-05 20:23:16 +08:00
|
|
|
[package]
|
|
|
|
|
name = "aether-usage-runtime"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
description = "Usage runtime shared types and queue primitives extracted from aether-gateway"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2026-04-26 21:47:01 +08:00
|
|
|
aether-ai-formats.workspace = true
|
2026-04-05 20:23:16 +08:00
|
|
|
aether-contracts.workspace = true
|
|
|
|
|
aether-data.workspace = true
|
2026-04-07 02:50:19 +08:00
|
|
|
aether-data-contracts.workspace = true
|
2026-05-08 00:18:12 +08:00
|
|
|
aether-runtime-state.workspace = true
|
2026-04-05 20:23:16 +08:00
|
|
|
async-trait.workspace = true
|
|
|
|
|
base64.workspace = true
|
|
|
|
|
serde.workspace = true
|
|
|
|
|
serde_json.workspace = true
|
|
|
|
|
tokio.workspace = true
|
|
|
|
|
tracing.workspace = true
|