s3-util 0.1.0

A command line utility for interacting with S3 compatible object stores
[dependencies.anyhow]
version = "1.0.40"

[dependencies.async-std]
features = ["attributes", "tokio02"]
version = "1.9.0"

[dependencies.log]
version = "0.4.14"

[dependencies.rust-s3]
features = ["rustls-tls", "no-verify-ssl"]
version = "0.26.0"

[dependencies.simplelog]
version = "0.10.0"

[dependencies.structopt]
version = "0.3.21"

[package]
authors = ["ryan <ryan@kurte.nz>"]
description = "A command line utility for interacting with S3 compatible object stores"
edition = "2018"
license = "GPL-3.0"
name = "s3-util"
repository = "https://github.com/ryankurte/s3-util"
version = "0.1.0"
[package.metadata.binstall]
bin-dir = "{ bin }{ format }"
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.{ format }"
[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"