# 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 = "ssstar-cli" version = "0.7.3" authors = ["Adam Nelson "] description = """ Tar-like archive utility that creates and restores tar-compatible archives to and from S3 or S3-compatible storage. ssstar is specifically designed to stream both input and output data so memory usage is minimal, while aggressive concurrency is used to maximize network throughput. """ homepage = "https://github.com/elastio/ssstar" documentation = "https://github.com/elastio/ssstar" readme = "README.md" keywords = [ "tar", "s3", "archive", ] categories = [ "command-line-utilities", "filesystem", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/elastio/ssstar" [package.metadata.release] shared-version = true [[bin]] name = "ssstar" path = "src/main.rs" bench = false [dependencies.byte-unit] version = "4" [dependencies.chrono] version = "0.4.22" [dependencies.clap] version = "4" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.futures] version = "0.3" [dependencies.indicatif] version = "0.17.3" [dependencies.ssstar] version = "0.7.3" features = ["clap"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "fmt", "local-time", ] [dependencies.url] version = "2.3" [build-dependencies.vergen] version = "8.0" features = ["cargo"] [badges.maintenance] status = "actively-developed"