2026-04-07 02:50:19 +08:00
|
|
|
[package]
|
|
|
|
|
name = "aether-ai-pipeline"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
description = "Shared AI pipeline contracts and planner logic for Aether"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2026-04-26 20:32:55 +08:00
|
|
|
aether-ai-formats.workspace = true
|
2026-04-09 00:10:38 +08:00
|
|
|
aether-contracts.workspace = true
|
|
|
|
|
aether-usage-runtime.workspace = true
|
2026-04-07 02:50:19 +08:00
|
|
|
base64.workspace = true
|
|
|
|
|
http.workspace = true
|
2026-04-09 00:10:38 +08:00
|
|
|
serde.workspace = true
|
2026-04-07 02:50:19 +08:00
|
|
|
serde_json.workspace = true
|
|
|
|
|
aether-provider-transport.workspace = true
|
2026-04-09 00:10:38 +08:00
|
|
|
sha1 = "0.10"
|
|
|
|
|
sha2.workspace = true
|
2026-04-07 02:50:19 +08:00
|
|
|
uuid.workspace = true
|