mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-10 05:00:19 +08:00
Consolidate subscription usage policy enforcement, privacy-safe persistence, and gateway security hardening into one reviewable change. Includes bounded HTTP and execution envelopes, header and protocol guards, DNS and relay validation, authentication and secret projection hardening, secure backup/install paths, and regression coverage.
14 lines
320 B
TOML
14 lines
320 B
TOML
[package]
|
|
name = "aether-http"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
description = "Shared HTTP client config and retry helpers for Aether Rust services"
|
|
|
|
[dependencies]
|
|
reqwest.workspace = true
|
|
serde.workspace = true
|
|
tokio.workspace = true
|
|
url.workspace = true
|