u-sdk 0.6.3

Some useful SDKs
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 = "2024"
rust-version = "1.89.0"
name = "u-sdk"
version = "0.6.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Some useful SDKs"
readme = "README.md"
keywords = [
    "aliyun",
    "oss",
    "serverchan",
    "deepseek",
]
license = "MIT"
repository = "https://github.com/ian373/u-sdk"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
deep_seek = [
    "reqwest/stream",
    "dep:async-stream",
    "dep:tokio-stream",
    "dep:bytes",
]
ecs = [
    "time/serde",
    "time/parsing",
]
email = []
esa = [
    "time/serde",
    "time/parsing",
]
oss = [
    "dep:quick-xml",
    "dep:tokio",
    "dep:tokio-util",
    "reqwest/stream",
    "dep:bytes",
    "dep:tokio-stream",
]
oss_callback_verify_layer = [
    "dep:tower",
    "dep:axum",
    "dep:rsa",
    "md-5/oid",
]
server_chan = []
sts = []
translate = []

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

[[test]]
name = "deep_seek"
path = "tests/deep_seek/main.rs"

[[test]]
name = "ecs"
path = "tests/ecs/main.rs"

[[test]]
name = "email"
path = "tests/email/main.rs"

[[test]]
name = "esa"
path = "tests/esa/main.rs"

[[test]]
name = "oss"
path = "tests/oss/main.rs"

[[test]]
name = "server_chan"
path = "tests/server_chan/main.rs"

[[test]]
name = "sts"
path = "tests/sts/main.rs"

[[test]]
name = "translate"
path = "tests/translate/main.rs"

[dependencies.async-stream]
version = "0.3.6"
optional = true

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

[dependencies.axum]
version = "0.8.7"
optional = true

[dependencies.base64]
version = "0.22.1"

[dependencies.bon]
version = "3"

[dependencies.bytes]
version = "1.10.1"
optional = true

[dependencies.hex]
version = "0.4.3"

[dependencies.hmac]
version = "0.12.1"

[dependencies.md-5]
version = "0.10.6"

[dependencies.percent-encoding]
version = "2.3.2"

[dependencies.quick-xml]
version = "0.38.3"
features = ["serialize"]
optional = true

[dependencies.reqwest]
version = "0.12.24"
features = ["json"]

[dependencies.rsa]
version = "0.9.9"
optional = true

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.serde_with]
version = "3.15.1"

[dependencies.sha2]
version = "0.10.9"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.time]
version = "0.3.44"
features = [
    "formatting",
    "macros",
]

[dependencies.tokio]
version = "1.48.0"
features = ["fs"]
optional = true

[dependencies.tokio-stream]
version = "0.1.17"
optional = true

[dependencies.tokio-util]
version = "0.7.17"
features = ["io"]
optional = true

[dependencies.tower]
version = "0.5.2"
optional = true

[dependencies.u-sdk-common]
version = "0.2.0"

[dependencies.url]
version = "2.5.7"

[dev-dependencies.tokio]
version = "1.48.0"
features = ["full"]

[dev-dependencies.toml]
version = "0.9.8"