# 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 = "trackable_s3_stream" version = "0.2.0" description = "AWS S3 stream implementation with callback to track progress" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/sapessi/trackable_s3_stream" [dependencies.aws-sdk-s3] version = "0.21.0" [dependencies.aws-smithy-http] version = "0.51.0" [dependencies.futures] version = "0.3.25" [dependencies.hyper] version = "0.14.23" features = ["stream"] [dependencies.tokio] version = "1.23.0" features = [ "fs", "macros", ] [dev-dependencies.aws-config] version = "0.51.0" [dev-dependencies.indicatif] version = "0.17.2"