ossify 0.3.0

A modern, easy-to-use, and reqwest-powered Rust SDK for Alibaba Cloud Object Storage Service (OSS)
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.85"
name = "ossify"
version = "0.3.0"
authors = ["Honsun Zhu <honsun@linux.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A modern, easy-to-use, and reqwest-powered Rust SDK for Alibaba Cloud Object Storage Service (OSS)"
documentation = "https://docs.rs/ossify"
readme = "README.md"
keywords = [
    "oss",
    "alibaba-cloud",
    "storage",
    "oss-sdk",
    "object-storage",
]
categories = [
    "web-programming",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/honsunrise/ossify"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1.0"

[dependencies.futures]
version = "0.3"

[dependencies.heck]
version = "0.5"

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.http]
version = "1.0"

[dependencies.itoa]
version = "1.0"

[dependencies.jiff]
version = "0.2"
features = ["serde"]

[dependencies.once_cell]
version = "1.19"

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

[dependencies.quick-xml]
version = "0.39"
features = ["serialize"]

[dependencies.regex]
version = "1.0"

[dependencies.reqwest]
version = "0.13"
features = [
    "stream",
    "json",
    "rustls-no-provider",
]
default-features = false

[dependencies.ryu]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_with]
version = "3.14"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5"

[dependencies.urlencoding]
version = "2.1"

[dev-dependencies.rustls]
version = "0.23"
features = ["ring"]

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

[dev-dependencies.tracing-subscriber]
version = "0.3"

[dev-dependencies.uuid]
version = "1.0"
features = ["v4"]