-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
32 lines (28 loc) · 834 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 = "iop-sdk-rust"
version = "0.0.4"
edition = "2021"
authors = ["BEN ABDELHAMID Fethi"]
description = "Unofficial Rust AliExpress Open platform SDK (iop-sdk-rust-20231210)"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Fethienv/iop-sdk-rust.git"
homepage = "https://github.com/Fethienv/iop-sdk-rust.git"
documentation = "https://docs.rs/iop-sdk-rust"
exclude = [".env", ".gitignore", "target/*"]
[lib]
name = "iop"
path = "src/iop.rs"
[dependencies]
reqwest = { version = "0.11.22", features = ["json"] }
tokio = { version = "1.34.0", features = ["full"] }
hmac = "0.12.1"
itertools = "0.12.0"
md-5 = "0.10.6"
digest = "0.10.7"
dotenv-vault = "0.1.1"
#serde = { version = "1.0.193", features = ["derive"] }
#serde_json = "1.0.108"
#chrono = "0.4.31"
#ring = "0.17.6"
#data-encoding = "2.5.0"