# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "s3-util" version = "0.3.0" authors = ["ryan "] description = "A command line utility for interacting with S3 compatible object stores" license = "GPL-3.0" repository = "https://github.com/ryankurte/s3-util" [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" [dependencies.anyhow] version = "1.0.40" [dependencies.async-std] version = "1.9.0" features = ["attributes", "tokio02"] [dependencies.glob] version = "0.3.0" [dependencies.log] version = "0.4.14" [dependencies.rust-s3] version = "0.26.0" features = ["rustls-tls", "no-verify-ssl"] default-features = false [dependencies.simplelog] version = "0.10.0" [dependencies.structopt] version = "0.3.21"