2026-04-26 20:32:55 +08:00
|
|
|
[package]
|
|
|
|
|
name = "aether-ai-formats"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
repository.workspace = true
|
2026-05-02 18:19:39 +08:00
|
|
|
description = "Pure AI API format, surface, planning, and finalize logic for Aether"
|
2026-04-26 20:32:55 +08:00
|
|
|
|
|
|
|
|
[dependencies]
|
2026-05-02 18:19:39 +08:00
|
|
|
aether-contracts.workspace = true
|
|
|
|
|
base64.workspace = true
|
|
|
|
|
http.workspace = true
|
2026-04-26 20:32:55 +08:00
|
|
|
regex.workspace = true
|
|
|
|
|
serde.workspace = true
|
|
|
|
|
serde_json.workspace = true
|
2026-05-02 18:19:39 +08:00
|
|
|
sha1 = "0.10"
|
|
|
|
|
sha2.workspace = true
|
2026-04-26 20:32:55 +08:00
|
|
|
uuid.workspace = true
|