sulfite-tools 0.0.8

A high-level S3 client built on AWS SDK for Rust for bandwidth saturation (CLI tools)
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-tools"
version = "0.0.8"
authors = ["Terence Liu <terence.liu@clearview.ai>"]
build = false
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 (CLI tools)"
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_tools"
path = "src/lib.rs"

[[bin]]
name = "sulfite"
path = "src/bin/sulfite/main.rs"
doc = false

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.4.10"
features = ["derive"]

[dependencies.colored]
version = "3.1"

[dependencies.csv]
version = "1.3"

[dependencies.env_logger]
version = "0.11"

[dependencies.futures]
version = "0.3"

[dependencies.indicatif]
version = "0.18"
features = ["tokio"]

[dependencies.log]
version = "0.4"

[dependencies.sulfite]
version = "0.0.8"

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