# 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 = "datahub" version = "0.1.1" authors = ["constlhq "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple Alibaba Cloud DataHub Client in Rust" documentation = "https://docs.rs/datahub" readme = "README.md" keywords = [ "aliyun", "datahub", ] license = "MIT" repository = "https://github.com/constlhq/datahub-sdk-rust" [lib] name = "datahub" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.async-trait] version = "0.1.83" [dependencies.base64] version = "0.22.1" [dependencies.bytes] version = "1.8.0" [dependencies.chrono] version = "0.4.38" features = ["alloc"] [dependencies.hmac] version = "0.12.1" [dependencies.http] version = "1.1.0" [dependencies.http-body] version = "1.0.1" [dependencies.http-body-util] version = "0.1.2" [dependencies.log] version = "0.4.22" [dependencies.reqwest] version = "0.12.9" features = [ "default", "json", "zstd", "deflate", ] [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.sha1] version = "0.10.6" [dependencies.thiserror] version = "2.0.3" [dependencies.tokio] version = "1.41.1" features = ["rt"] [dependencies.tower] version = "0.5.1" [dependencies.tower-http] version = "0.6.1" features = ["set-header"] [dependencies.tower-layer] version = "0.3.3" [dependencies.tower-service] version = "0.3.3" [dependencies.url] version = "2.5.3"