# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "kache" version = "0.1.0" authors = ["Tably Team"] publish = true description = "Store and retrieve the Rust build cache.\n" license = "MIT OR Apache-2.0" resolver = "2" [dependencies.argh] version = "0.1" [dependencies.async-compression] version = "0.3" features = ["tokio", "zstd"] [dependencies.async-pipe] version = "0.1" [dependencies.base-x] version = "0.2" [dependencies.bytes] version = "1" [dependencies.futures] version = "0.3" [dependencies.indicatif] version = "0.17.0-beta.1" [dependencies.pin-project] version = "1" [dependencies.rand] version = "0.8" [dependencies.rusoto_core] version = "0.47" features = ["rustls"] default-features = false [dependencies.rusoto_credential] version = "0.47" [dependencies.rusoto_s3] version = "0.47" features = ["rustls"] default-features = false [dependencies.tokio] version = "1" features = ["macros", "net", "fs", "process", "rt-multi-thread", "io-util"] [dependencies.tokio-tar] version = "0.3" [dependencies.tokio-util] version = "0.6" features = ["io"] [dependencies.walkdir] version = "2"