-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathCargo.toml
More file actions
25 lines (23 loc) · 750 Bytes
/
Cargo.toml
File metadata and controls
25 lines (23 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "alibaba-cloud-sdk-rust"
license = "MIT"
version = "0.1.18"
edition = "2018"
authors = ["wandercn<wander@rustpub.com>"]
description = "Alibaba Cloud SDK for Rust"
homepage = "https://github.com/wandercn/alibaba-cloud-sdk-rust"
repository = "https://github.com/wandercn/alibaba-cloud-sdk-rust"
keywords = ["dysmsapi","smssdk","gostd","aliyunapi","aliyunsms"]
categories= ["api-bindings","accessibility","development-tools","compilers"]
[dependencies]
gostd = "0.4"
serde = {version = "1.0", features=["derive"]}
serde_json = "1.0"
simplelog= "0.12.2"
log = "0.4"
regex = "1.5"
ring = "0.17.14"
base64 = "0.22.1"
uuid = { version = "1.0.0", features = [ "v4", "fast-rng", "macro-diagnostics" ] }
anyhow= "1.0"
thiserror = "2.0.12"