# 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" rust-version = "1.81.0" name = "dingtalk-sdk" version = "1.0.0" authors = ["lvillis"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Dingtalk SDK for Rust." homepage = "https://github.com/lvillis/dingtalk-sdk-rust" documentation = "https://github.com/lvillis/dingtalk-sdk-rust" readme = "README.md" keywords = [ "dingtalk", "sdk", "api", "webhook", ] categories = [ "api-bindings", "network-programming", ] license = "MIT" repository = "https://github.com/lvillis/dingtalk-sdk-rust" [lib] name = "dingtalk_sdk" path = "src/lib.rs" [dependencies.base64] version = "0.22.1" [dependencies.futures] version = "0.3.1" [dependencies.hmac] version = "0.12.1" [dependencies.reqwest] version = "0.12.7" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.sha2] version = "0.10.8" [dependencies.urlencoding] version = "2.1.3" [dev-dependencies.tokio-test] version = "0.4.4"