34 lines
958 B
TOML
34 lines
958 B
TOML
[package]
|
|
name = "huaweicloud-sdk-rust-obs"
|
|
description = "huaweicloud obs rust sdk"
|
|
authors = ["KingzCheung <kingzcheung@gmail.com>"]
|
|
version = "0.2.2"
|
|
edition = "2021"
|
|
readme = "README.md"
|
|
license-file = "LICENSE-APACHE-2.0"
|
|
homepage = "https://github.com/kingzcheung/huaweicloud-sdk-rust-obs"
|
|
repository = "https://github.com/kingzcheung/huaweicloud-sdk-rust-obs"
|
|
keywords = [
|
|
"obs","huaweicloud","sdk"
|
|
]
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
tokio = {version = "1.28.0", features = ["full"]}
|
|
reqwest = {version = "0.11.17", features = ["json"]}
|
|
thiserror = "1.0.40"
|
|
urlencoding = "2.1.2"
|
|
chrono = "0.4.24"
|
|
hmac-sha1 = "0.1.3"
|
|
base64 = "0.21.0"
|
|
serde-xml-rs = "0.6.0"
|
|
bytes = "1.4.0"
|
|
serde = { version = "1.0.162", features = ["derive"] }
|
|
serde_json = "1.0.96"
|
|
async-trait = "0.1.68"
|
|
lazy_static = "1.4.0"
|
|
md-5 = "0.10.5"
|
|
|
|
[target.'cfg(unix)'.dependencies]
|
|
dotenvy = "0.15.7"
|