Files
Aether/crates/aether-ai/serving/Cargo.toml
T
elky 531cf11025 feat(gateway): harden provider request execution
Preserve exact request payloads and model client surface and API operation explicitly.

Add Anthropic compatibility profiles, bounded stream commitment, and scoped OAuth retry behavior across provider transports.
2026-07-27 09:36:31 +08:00

24 lines
590 B
TOML

[package]
name = "aether-ai-serving"
version = "0.1.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "AI serving application contracts and ports for Aether"
[dependencies]
aether-ai-formats.workspace = true
aether-contracts.workspace = true
aether-data-contracts.workspace = true
aether-pool-core.workspace = true
aether-scheduler-core.workspace = true
async-trait.workspace = true
base64.workspace = true
http.workspace = true
serde.workspace = true
serde_json.workspace = true
url.workspace = true
[dev-dependencies]
tokio.workspace = true