# 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_file_manager" version = "0.2.0" authors = ["Bob Belderbos "] description = "A Rust crate for uploading files to AWS S3 and listing objects with pagination support." readme = "README.md" license = "MIT" repository = "https://github.com/bbelderbos/s3_file_manager" [lib] name = "s3_file_manager" path = "src/lib.rs" [[bin]] name = "s3fm" path = "src/main.rs" [dependencies.clap] version = "4.5.7" features = [ "derive", "env", ] [dependencies.glob] version = "0.3.1" [dependencies.rusoto_core] version = "0.48.0" [dependencies.rusoto_s3] version = "0.48.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tokio] version = "1.38.0" features = ["full"]