toolcraft-s3-kit 0.2.2

Toolcraft S3-compatible storage client
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 = "toolcraft-s3-kit"
version = "0.2.2"
authors = ["Ancient <gamesworldcraft@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Toolcraft S3-compatible storage client"
documentation = "https://docs.rs/toolcraft-s3-kit"
readme = "README.md"
license = "MIT"
repository = "https://github.com/code-serenade/toolcraft.git"

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

[dependencies.bytes]
version = "1"

[dependencies.reqwest]
version = "0.13"
features = [
    "default-tls",
    "json",
    "stream",
    "multipart",
]
default-features = false

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.46"
features = [
    "full",
    "fs",
]

[dependencies.toolcraft-request]
version = "0.2.5"

[dependencies.toolcraft-utils]
version = "0.2.3"

[dependencies.url]
version = "2"