zenlayercloud-sdk 0.0.2-alpha

Async Zenlayer Cloud openapi wrapper
Documentation
[package]
name = "zenlayercloud-sdk"
version.workspace = true
edition.workspace = true
authors.workspace = true
rust-version.workspace = true
repository.workspace = true
license-file.workspace = true
categories.workspace = true
description.workspace = true
readme = "../README.md"

[dependencies]
reqwest = { version = "0.12", features = ["json"] }
serde = { workspace = true, features = ["derive"] }
thiserror = "2.0"
anyhow.workspace = true
chrono.workspace = true
hmac = "0.12"
sha2 = "0.10"
log.workspace = true