hold_s3 0.1.0-alpha.5

AWS S3 provider for Hold, the Rust file storage engine
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 = "hold_s3"
version = "0.1.0-alpha.5"
authors = ["Matteo Joliveau <matteojoliveau@gmail.com>"]
description = "AWS S3 provider for Hold, the Rust file storage engine"
documentation = "https://docs.rs/hold_s3"
readme = "../README.md"
license = "MIT"
repository = "https://github.com/enseadaio/hold"
[dependencies.async-trait]
version = "^0.1.30"

[dependencies.futures]
version = "^0.3"

[dependencies.hold]
version = "0.1.0-alpha.5"

[dependencies.log]
version = "^0.4"

[dependencies.rusoto_core]
version = "^0.43.0"
features = ["rustls"]
default_features = false

[dependencies.rusoto_credential]
version = "^0.43.0"

[dependencies.rusoto_s3]
version = "^0.43.0"
features = ["rustls"]
default_features = false

[dependencies.tokio]
version = "^0.2"
features = ["io-util"]

[dependencies.tracing]
version = "^0.1"

[dependencies.tracing-futures]
version = "^0.2"