dingtalk-stream-sdk 0.2.5

DingTalk Stream SDK for Rust
Documentation
# 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"
version = "0.2.5"
authors = ["DingTalk"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DingTalk Stream SDK for Rust"
readme = "README.md"
license = "MIT"
repository = "https://github.com/wenhaozhao/dingtalk-stream-sdk-rust"

[features]
default = []

[lib]
name = "dingtalk_stream"
path = "src/lib.rs"

[[example]]
name = "hello"
path = "examples/hello.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"

[dependencies.futures-util]
version = "0.3"

[dependencies.image]
version = "0.25"
optional = true

[dependencies.log]
version = "0.4"

[dependencies.md5]
version = "0.8"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "multipart",
    "stream",
    "query",
]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.52"
features = ["full"]

[dependencies.tokio-tungstenite]
version = "0.29"
features = ["rustls-tls-webpki-roots"]

[dependencies.url]
version = "2.5"

[dev-dependencies.env_logger]
version = "0.11"