# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "aliyun-sts-rust-sdk" version = "0.1.2" authors = ["Yuan YuQiang"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tiny lib for aliyun sts api" readme = "README.md" keywords = [ "aliyun", "sts", ] license = "MIT OR Apache-2.0" repository = "https://github.com/yuqiang-yuan/aliyun-sts-rust-sdk" [lib] name = "aliyun_sts_rust_sdk" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.1" [dependencies.log] version = "0.4.22" [dependencies.reqwest] version = "0.12.9" features = [ "rustls-tls", "json", ] default-features = false [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.sha2] version = "0.10.8" [dependencies.simple_logger] version = "5.0.0" [dependencies.urlencoding] version = "2.1.3" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.tokio] version = "1.40.0" features = ["full"]