sulfite 0.0.4

A high-level S3 client built on AWS SDK for Rust for bandwidth saturation
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 = "2021"
name = "sulfite"
version = "0.0.4"
authors = ["Terence Liu <terence.liu@clearview.ai>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-level S3 client built on AWS SDK for Rust for bandwidth saturation"
homepage = "https://github.com/clearviewai/sulfite"
readme = "README.md"
keywords = [
    "s3",
    "object",
    "storage",
]
categories = ["web-programming::http-client"]
license = "MIT"
repository = "https://github.com/clearviewai/sulfite"

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

[dependencies.aws-config]
version = "1.5"
features = ["behavior-version-latest"]

[dependencies.aws-credential-types]
version = "1.2"
features = ["hardcoded-credentials"]

[dependencies.aws-sdk-s3]
version = "1.30"

[dependencies.bytes]
version = "1"

[dependencies.filetime]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.partial_application]
version = "0.2"

[dependencies.rand]
version = "0.10"

[dependencies.thiserror]
version = "2"

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

[dependencies.tokio-retry]
version = "0.3"

[dependencies.urlencoding]
version = "2.1"