kache 0.1.0

Store and retrieve the Rust build cache.
[package]
name = "kache"
version = "0.1.0"
authors = ["Tably Team"]
description = """
Store and retrieve the Rust build cache.
"""
edition = "2021"
license = "MIT OR Apache-2.0"
publish = true

[dependencies]
argh = "0.1"
async-compression = { version = "0.3", features = ["tokio", "zstd"] }
async-pipe = { version = "0.1" }
base-x = "0.2"
bytes = "1"
futures = "0.3"
indicatif = { version = "0.17.0-beta.1" }
pin-project = "1"
rand = "0.8"
rusoto_core = { version = "0.47", default-features = false, features = ["rustls"] }
rusoto_credential = "0.47"
rusoto_s3 = { version = "0.47", default-features = false, features = ["rustls"] }
tokio = { version = "1", features = ["macros", "net", "fs", "process", "rt-multi-thread", "io-util"] }
tokio-tar = { version = "0.3" }
tokio-util = { version = "0.6", features = ["io"] }
walkdir = "2"