oss-api-client 1.1.7

A Rust-based object storage service system that provides functionalities similar to Alibaba Cloud OSS. Supports file upload, download, preview, bucket management and more, using Axum as the web framework and SeaORM as the database ORM.
# 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 = "oss-api-client"
version = "1.1.7"
authors = ["zbz"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust-based object storage service system that provides functionalities similar to Alibaba Cloud OSS. Supports file upload, download, preview, bucket management and more, using Axum as the web framework and SeaORM as the database ORM."
homepage = "https://github.com/rusthing/oss-rs"
readme = "README.md"
keywords = [
    "oss",
    "server",
    "upload",
    "download",
    "preview",
]
categories = ["web-programming::http-server"]
license = "MIT"
repository = "https://github.com/rusthing/oss-rs"

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

[dependencies.log]
version = "0.4.29"

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

[dependencies.robotech]
version = "1.5.0"
features = [
    "api-client",
    "macros",
]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_with]
version = "3.18.0"

[dependencies.utoipa]
version = "5.4.0"
features = ["axum_extras"]