# 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 = "dingtalk-stream-sdk-rust" version = "0.1.0" description = "An **UNOFFICIAL** Rust SDK focused on the development of DingTalk robots." homepage = "https://github.com/avalon1610/dingtalk-stream-sdk-rust" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/avalon1610/dingtalk-stream-sdk-rust" [dependencies.anyhow] version = "1.0.79" [dependencies.async-broadcast] version = "0.6.0" [dependencies.bytes] version = "1.5.0" [dependencies.chrono] version = "0.4.33" features = ["clock"] default-features = false [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.dingtalk-stream-sdk-rust-macro] version = "0.1" [dependencies.futures] version = "0.3.30" [dependencies.log] version = "0.4.20" [dependencies.native-tls] version = "0.2.11" [dependencies.reqwest] version = "0.11.23" features = [ "json", "stream", "multipart", ] [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.strum] version = "0.26.1" features = ["derive"] [dependencies.tokio] version = "1" features = ["macros"] [dependencies.tokio-tungstenite] version = "0.21.0" features = ["native-tls-vendored"] [dependencies.tokio-util] version = "0.7.10" features = ["io"] [dev-dependencies.env_logger] version = "0.11.0" [dev-dependencies.indoc] version = "2.0.4" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ]