s3find 0.5.0

A command line utility to walk an Amazon S3 hierarchy. s3find is an analog of find for Amazon S3.
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 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 = "s3find"
version = "0.5.0"
authors = ["Andrii Radyk <ander.ender@gmail.com>"]
build = "build.rs"
exclude = [".travis.yml", "ci/*"]
description = "A command line utility to walk an Amazon S3 hierarchy.\ns3find is an analog of find for Amazon S3.\n"
homepage = "https://github.com/AnderEnder/s3find-rs"
documentation = "https://github.com/AnderEnder/s3find-rs"
readme = "README.md"
keywords = ["find", "aws", "s3", "pattern", "regex"]
categories = ["command-line-utilities"]
license = "BSD-2-Clause"
repository = "https://github.com/AnderEnder/s3find-rs"
[profile.release]
lto = true

[[bin]]
name = "s3find"
path = "src/bin/s3find.rs"
[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "2"
features = ["suggestions", "color"]
default-features = false

[dependencies.failure]
version = "0.1"

[dependencies.futures]
version = "0.1"

[dependencies.glob]
version = "0.3"

[dependencies.humansize]
version = "1"

[dependencies.indicatif]
version = "0.12"

[dependencies.regex]
version = "1"

[dependencies.rusoto_core]
version = "0.40"
features = ["rustls"]
default-features = false

[dependencies.rusoto_credential]
version = "0.40"

[dependencies.rusoto_s3]
version = "0.40"
features = ["rustls"]
default-features = false

[dependencies.structopt]
version = "0.3"
[dev-dependencies.remove_dir_all]
version = "0.5"

[dev-dependencies.tempfile]
version = "3"
[build-dependencies.clap]
version = "2"

[build-dependencies.failure]
version = "0.1"

[build-dependencies.glob]
version = "0.3"

[build-dependencies.regex]
version = "1"

[build-dependencies.rusoto_core]
version = "0.40"
features = ["rustls"]
default-features = false

[build-dependencies.structopt]
version = "0.3"

[build-dependencies.version_check]
version = "0.9"
[badges.codecov]
repository = "AnderEnder/s3find-rs"

[badges.travis-ci]
repository = "AnderEnder/s3find-rs"