# 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 = "sup3" version = "0.8.12" authors = ["Lindsay Roberts "] description = "A standalone S3 uploader" homepage = "https://github.com/lsr0/sup3" readme = "README.md" keywords = [ "s3", "cli", "aws", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT" repository = "https://github.com/lsr0/sup3" [profile.release] opt-level = "s" [profile.release-small] lto = true inherits = "release" strip = true [dependencies.async-recursion] version = "1" [dependencies.async-stream] version = "0.3.3" [dependencies.aws-config] version = "0.51" [dependencies.aws-sdk-s3] version = "0.21" [dependencies.aws-smithy-http] version = "0.51" [dependencies.aws-smithy-types] version = "0.51" [dependencies.aws-types] version = "0.51" [dependencies.clap] version = "3.1" features = [ "std", "color", "suggestions", "derive", "cargo", "unicode", ] [dependencies.console] version = "0.15" optional = true [dependencies.futures] version = "0.3" [dependencies.http] version = "0.2" [dependencies.indicatif] version = "0.17" optional = true [dependencies.once_cell] version = "1" [dependencies.shell-escape] version = "0.1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-util] version = "0" [dependencies.url] version = "2" [features] default = ["progress"] progress = [ "dep:indicatif", "dep:console", ]