# 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 = "s3put" version = "0.2.0" description = "Upload a single file/stream to S3 using chunks" homepage = "https://github.com/VeaaC/s3put" readme = "README.md" keywords = [ "aws", "s3", ] license = "MIT" repository = "https://github.com/VeaaC/s3put" [dependencies.anyhow] version = "1.0.79" [dependencies.aws-config] version = "1.1.4" features = ["behavior-version-latest"] [dependencies.aws-sdk-s3] version = "1.14.0" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.crossbeam] version = "0.8.4" [dependencies.futures] version = "0.3.30" [dependencies.http] version = "1.0.0" [dependencies.num_cpus] version = "1.16.0" [dependencies.tokio] version = "1.36.0" features = [ "rt-multi-thread", "fs", "sync", ]