# 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-testing" version = "0.7.3" authors = ["Adam Nelson "] description = """ Library of testing helpers to make it easier to write test fixtures. Not for use outside of ssstar crate. Breaking changes may ocurr without warning. """ 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.again] version = "0.1.2" [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-types] version = "1.1.1" features = [] [dependencies.base64] version = "0.21.0" [dependencies.byte-unit] version = "4" [dependencies.bytes] version = "1.4.0" [dependencies.color-eyre] version = "0.6.2" [dependencies.digest] version = "0.10.3" [dependencies.dirs] version = "4.0.0" [dependencies.duct] version = "0.13.5" [dependencies.futures] version = "0.3" [dependencies.http] version = "0.2" [dependencies.once_cell] version = "1" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.7.1" [dependencies.sha2] version = "0.10.6" [dependencies.tar] version = "0.4" [dependencies.tempfile] version = "3" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-util] version = "0.7" features = [ "io", "io-util", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "fmt", "local-time", ] [dependencies.typenum] version = "1.15.0" [dependencies.url] version = "2.3" [dependencies.walkdir] version = "2" [dependencies.which] version = "4" [badges.maintenance] status = "experimental"