# 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 = "upload-to-s3" version = "0.3.0" authors = ["Wesley Moore "] description = "Small tool to upload a file to Amazon S3" homepage = "https://github.com/wezm/upload-to-s3" readme = "README.md" keywords = [ "s3", "upload", "environment", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/wezm/upload-to-s3" [dependencies.dotenv] version = "0.15.0" [dependencies.getopts] version = "0.2.21" [dependencies.s3v4] version = "0.3.5" [dependencies.ureq] version = "2.10.0" features = ["tls"] default-features = false [dependencies.url] version = "2.5.2"