opendal 0.0.2

Open Data Access Layer that connect the whole world together.
Documentation
[package]
name = "opendal"
version = "0.0.2"
edition = "2021"
authors = ["Databend Authors <opensource@datafuselabs.com>"]
license = "Apache-2.0"
description = "Open Data Access Layer that connect the whole world together."
repository = "https://github.com/datafuselabs/opendal"
keywords = ["storage", "data", "s3"]
categories = ["filesystem"]

[dependencies]
async-compat = "0.2.1"
async-trait = "0.1.52"
bytes = "1.1.0"
futures = { version = "0.3.21", features = ["alloc"] }
tokio = { version = "1.16.1", features = ["full"] }
thiserror = "1.0.30"
aws-types = { version = "0.6.0", features = ["hardcoded-credentials"] }
aws-sdk-s3 = "0.6.0"
aws-endpoint = "0.6.0"
http = "0.2.6"
aws-smithy-http = "0.36.0"
hyper = { version = "0.14.16", features = ["stream"] }
pin-project = "1.0.10"
aws-config = "0.6.0"

[dev-dependencies]
uuid = { version = "0.8.2", features = ["serde", "v4"] }
anyhow = "1.0"
rand = "0.8.5"
sha2 = "0.10.1"