# 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" version = "0.7.3" authors = ["Adam Nelson "] description = """ Library crate that creates and restores 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. If you're looking for the command line (CLI), see `ssstar-cli` """ 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 [dependencies.async-trait] version = "0.1" [dependencies.aws-config] version = "1.1.1" features = ["behavior-version-latest"] [dependencies.aws-credential-types] version = "1.1.0" features = ["hardcoded-credentials"] [dependencies.aws-sdk-s3] version = "1.10.0" features = ["rt-tokio"] [dependencies.aws-sdk-sts] version = "1.9.0" [dependencies.aws-smithy-async] version = "1.1.1" [dependencies.aws-smithy-client] version = "0.60" [dependencies.aws-smithy-http] version = "0.60" [dependencies.aws-smithy-http-tower] version = "0.60" [dependencies.aws-smithy-runtime-api] version = "1.1.1" [dependencies.aws-smithy-types] version = "1.1.1" [dependencies.aws-smithy-types-convert] version = "0.60" features = ["convert-chrono"] [dependencies.aws-types] version = "1.1.1" features = [] [dependencies.byte-unit] version = "4" [dependencies.bytes] version = "1.4.0" [dependencies.chrono] version = "0.4.22" [dependencies.clap] version = "4" features = ["derive"] optional = true [dependencies.dyn-clone] version = "1.0.9" [dependencies.futures] version = "0.3" [dependencies.glob] version = "0.3" [dependencies.http] version = "0.2" [dependencies.itertools] version = "0.10" [dependencies.once_cell] version = "1" [dependencies.serde_json] version = "1" optional = true [dependencies.snafu] version = "0.7" features = ["futures"] [dependencies.tar] version = "0.4" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-stream] version = "0.1" [dependencies.tokio-util] version = "0.7" features = [ "io", "io-util", ] [dependencies.tower] version = "0.4" [dependencies.tracing] version = "0.1" [dependencies.url] version = "2.3" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.color-eyre] version = "0.6.2" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.dotenv_codegen] version = "0.15.0" [dev-dependencies.more-asserts] version = "0.3.1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.ssstar-testing] version = "0.7.3" [dev-dependencies.strum] version = "0.24" features = ["derive"] [dev-dependencies.tempfile] version = "3" [features] clap = ["dep:clap"] storage = [] [badges.maintenance] status = "actively-developed"