2026-04-05 20:23:16 +08:00
|
|
|
[package]
|
|
|
|
|
name = "aether-provider-transport"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
description = "Provider transport core extracted from aether-gateway"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2026-04-26 20:32:55 +08:00
|
|
|
aether-ai-formats.workspace = true
|
2026-04-05 20:23:16 +08:00
|
|
|
aether-contracts.workspace = true
|
|
|
|
|
aether-crypto.workspace = true
|
|
|
|
|
aether-data.workspace = true
|
2026-04-07 02:50:19 +08:00
|
|
|
aether-data-contracts.workspace = true
|
2026-04-05 20:23:16 +08:00
|
|
|
aether-video-tasks-core.workspace = true
|
|
|
|
|
async-trait.workspace = true
|
|
|
|
|
http.workspace = true
|
|
|
|
|
regex.workspace = true
|
|
|
|
|
reqwest.workspace = true
|
|
|
|
|
serde.workspace = true
|
|
|
|
|
serde_json.workspace = true
|
|
|
|
|
sha2.workspace = true
|
|
|
|
|
thiserror.workspace = true
|
|
|
|
|
tokio.workspace = true
|
|
|
|
|
tracing.workspace = true
|
|
|
|
|
url.workspace = true
|
|
|
|
|
uuid.workspace = true
|
|
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
|
axum = { version = "0.8", features = ["ws"] }
|