# 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 = "s3-filesystem" version = "0.0.1" authors = [ "Andrew Bowell ", "Nathaniel Curnick ", ] description = "A crate to sync files on AWS S3 to your local machine." homepage = "https://github.com/AnBowell/s3-filesystem" documentation = "https://docs.rs/s3-filesystem/latest/s3-filesystem/" readme = "README.md" keywords = [ "S3", "filesystem", "AWS", ] categories = ["filesystem"] license = "MIT OR Apache-2.0" repository = "https://github.com/AnBowell/s3-filesystem" [dependencies.aws-config] version = "0.57.1" [dependencies.aws-sdk-s3] version = "0.35.0" [dependencies.aws-smithy-runtime-api] version = "0.57.1" [dependencies.tokio] version = "1.33.0" features = [ "fs", "io-util", "io-std", ] [dependencies.tokio-stream] version = "0.1.14" [dev-dependencies.tokio] version = "1.33.0" features = ["full"]