-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
32 lines (32 loc) · 940 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[package]
name = "datahub"
version = "0.1.1"
edition = "2021"
documentation = "https://docs.rs/datahub"
repository = "https://github.com/constlhq/datahub-sdk-rust"
authors = ["constlhq <const.lhq@gmail.com>"]
license = "MIT"
keywords = ["aliyun", "datahub"]
description = "Simple Alibaba Cloud DataHub Client in Rust"
[dependencies]
anyhow = "1.0.93"
base64 = "0.22.1"
hmac = "0.12.1"
http = "1.1.0"
http-body = "1.0.1"
log = "0.4.22"
reqwest = { version = "0.12.9", features = ["default", "json", "zstd", "deflate"] }
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.132"
sha1 = "0.10.6"
thiserror = "2.0.3"
tokio = { version = "1.41.1", features = ["rt"] }
tower-http = { version = "0.6.1", features = ["set-header" ] }
bytes = "1.8.0"
async-trait = "0.1.83"
tower = "0.5.1"
http-body-util = "0.1.2"
chrono = { version = "0.4.38", features = ["alloc"] }
tower-layer = "0.3.3"
tower-service = "0.3.3"
url = "2.5.3"