# 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 = "http-to-s3" version = "0.1.1" authors = ["Sebastian "] description = "A small rust library that tries to efficiently move files from HTTP endpoints to S3" readme = "README.md" license = "MIT" repository = "https://github.com/St4NNi/http-to-s3" [dependencies.async-channel] version = "1.6" [dependencies.async-stream] version = "0.3" [dependencies.async-trait] version = "0.1" [dependencies.aws-config] version = "0" [dependencies.aws-sdk-s3] version = "0" [dependencies.aws-smithy-http] version = "0.45" [dependencies.base64] version = "0.13" [dependencies.bytes] version = "1.1" [dependencies.env_logger] version = "0" [dependencies.futures] version = "0.3" [dependencies.futures-channel] version = "0.3" [dependencies.futures-core] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0" features = ["stream"] [dependencies.tokio] version = "1" features = ["full"]