# 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-openapi-core-rust-sdk" version = "1.1.0" authors = ["r4ntix "] description = "Aliyun OpenAPI POP core SDK for Rust" documentation = "https://docs.rs/aliyun-openapi-core-rust-sdk" readme = "README.md" keywords = [ "aliyun", "openapi", "api", "sdk", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/r4ntix/aliyun-openapi-core-rust-sdk" [dependencies.anyhow] version = "1.0.30" [dependencies.async-trait] version = "0.1" [dependencies.base16ct] version = "0.2" features = ["std"] [dependencies.base64] version = "0.21" [dependencies.futures] version = "0.3" [dependencies.hmac] version = "0.12" [dependencies.md-5] version = "0.10" [dependencies.rand] version = "0.8" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha1] version = "0.10" [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3" features = [ "formatting", "macros", ] [dependencies.url] version = "2.1.1" [dependencies.uuid] version = "1.3" features = [ "v4", "fast-rng", ] [dev-dependencies.tokio] version = "1.19" features = [ "io-util", "rt", "sync", "time", "macros", ] default-features = false