# 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 = "2018" name = "s3-algo" version = "0.7.1" authors = ["Erlend Langseth <3rlendhl@gmail.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "High-performance algorithms for batch operations to Amazon S3" documentation = "https://docs.rs/s3-algo/" readme = "README.md" license = "MIT" repository = "https://github.com/openanalytics/s3-algo" [lib] name = "s3_algo" path = "src/lib.rs" [[example]] name = "perf_data" path = "examples/perf_data.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.aws-config] version = "1.1.4" [dependencies.aws-sdk-s3] version = "1.14.0" [dependencies.aws-smithy-async] version = "1.1.4" [dependencies.aws-smithy-http] version = "0.60.4" [dependencies.aws-smithy-types-convert] version = "0.60.4" features = ["convert-streams"] [dependencies.bytes] version = "1.2.1" [dependencies.futures] version = "0.3.17" [dependencies.futures-retry] version = "0.6.0" [dependencies.futures-stopwatch] version = "0.3.0" [dependencies.serde] version = "1.0.130" features = ["derive"] optional = true [dependencies.snafu] version = "0.6.1" features = ["futures"] [dependencies.tokio] version = "1.10" features = [ "time", "fs", "macros", "io-util", "sync", "rt-multi-thread", ] [dependencies.tokio-util] version = "0.7.0" features = ["codec"] [dependencies.walkdir] version = "2.2.9" [dev-dependencies.clap] version = "3.0.0" [dev-dependencies.multi-default-trait-impl] version = "0.1.2" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tempdir] version = "0.3.7" [features] default = ["serde1"] serde1 = ["serde"] [target."cfg(windows)".dependencies.path-slash] version = "0.2.1"