2026-03-21 12:57:09 +08:00
|
|
|
[package]
|
|
|
|
|
name = "aether-contracts"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
description = "Shared contracts for Python and Rust Aether components"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2026-05-22 09:47:28 +08:00
|
|
|
aes-gcm.workspace = true
|
|
|
|
|
base64.workspace = true
|
2026-04-03 14:59:58 +08:00
|
|
|
bytes.workspace = true
|
|
|
|
|
flate2.workspace = true
|
2026-05-22 09:47:28 +08:00
|
|
|
hmac.workspace = true
|
2026-03-21 12:57:09 +08:00
|
|
|
serde.workspace = true
|
|
|
|
|
serde_json.workspace = true
|
2026-05-22 09:47:28 +08:00
|
|
|
sha2.workspace = true
|
2026-03-21 12:57:09 +08:00
|
|
|
thiserror.workspace = true
|