2026-04-05 20:23:16 +08:00
|
|
|
[package]
|
|
|
|
|
name = "aether-model-fetch"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
aether-contracts.workspace = true
|
2026-04-07 02:50:19 +08:00
|
|
|
aether-data-contracts.workspace = true
|
2026-04-05 20:23:16 +08:00
|
|
|
aether-provider-transport.workspace = true
|
|
|
|
|
aether-scheduler-core.workspace = true
|
|
|
|
|
async-trait.workspace = true
|
2026-04-12 10:14:29 +08:00
|
|
|
base64.workspace = true
|
2026-04-05 20:23:16 +08:00
|
|
|
regex.workspace = true
|
2026-04-12 10:14:29 +08:00
|
|
|
rsa = "0.9.10"
|
2026-04-05 20:23:16 +08:00
|
|
|
serde_json.workspace = true
|
2026-04-12 10:14:29 +08:00
|
|
|
sha2 = { workspace = true, features = ["oid"] }
|
2026-04-05 20:23:16 +08:00
|
|
|
uuid.workspace = true
|
|
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
|
tokio.workspace = true
|