obs-sdk 0.2.0

针对华为云的OBS工具封装rust版本的sdk
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"
name = "obs-sdk"
version = "0.2.0"
authors = ["theorydance <ranfusheng@dingtalk.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "针对华为云的OBS工具封装rust版本的sdk"
documentation = "https://docs.rs/obs-sdk/"
readme = "README.md"
keywords = ["obs"]
categories = [
    "cryptography",
    "api-bindings",
]
license = "MIT"
license-file = "LICENSE"
repository = "https://gitee.com/ranfusheng/obs-sdk-rust.git"

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

[[test]]
name = "samples"
path = "tests/samples.rs"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.md5]
version = "0.8"

[dependencies.mime_guess]
version = "2.0.5"

[dependencies.regex]
version = "1.11"

[dependencies.reqwest]
version = "0.12"
features = [
    "multipart",
    "json",
]

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

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha1]
version = "0.10"

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

[dependencies.url]
version = "2.5"

[dependencies.urlencoding]
version = "2.1.3"

[dev-dependencies.tokio]
version = "1.47"