# 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" rust-version = "1.57.0" name = "turbolib" version = "0.3.3" authors = ["benjamin ellis "] description = "library for turbocharged S3 uploads and downloads" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/benjaminjellis/turbo/tree/main/turbolib" [dependencies.anyhow] version = "1.0.45" [dependencies.aws-config] version = "0.12.0" [dependencies.aws-sdk-s3] version = "0.12.0" [dependencies.aws-smithy-http] version = "0.42.0" [dependencies.aws-types] version = "0.12.0" [dependencies.dotenv] version = "0.15.0" [dependencies.futures] version = "0.3.17" [dependencies.regex] version = "1.5.4" [dependencies.thiserror] version = "1.0.31" [dependencies.tokio] version = "1.13.0" features = ["full"] [dependencies.walkdir] version = "2.3.2"