# 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" rust-version = "1.70.0" name = "s3-simple" version = "0.4.1" authors = ["Sebastian Dobe "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "simple, fast and efficient s3 client for bucket operations " readme = "README.md" keywords = [ "async", "aws", "client", "s3", "tokio", ] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://github.com/sebadob/s3-simple" [lib] name = "s3_simple" path = "src/lib.rs" doctest = false [dependencies.base64] version = "0.22.0" [dependencies.bytes] version = "1.6.0" [dependencies.chrono] version = "0.4" [dependencies.dotenvy] version = "0.15" [dependencies.flume] version = "0.11.0" [dependencies.futures-util] version = "0.3.30" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.1" [dependencies.http] version = "1.1.0" [dependencies.md5] version = "0.7.0" [dependencies.percent-encoding] version = "2.3.1" [dependencies.quick-xml] version = "0.37.0" features = ["serialize"] [dependencies.reqwest] version = "0.12.3" features = [ "brotli", "rustls-tls", "rustls-tls-webpki-roots", "stream", ] default-features = false [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0.38" [dependencies.time] version = "0.3.35" features = [ "formatting", "macros", ] [dependencies.tokio] version = "1.37.0" features = [ "fs", "macros", "time", ] [dependencies.tracing] version = "0.1.37" features = ["attributes"] [dependencies.url] version = "2.5.0" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.rstest] version = "0.23.0" [dev-dependencies.tokio-test] version = "0.4.4" [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "tracing", ] [dev-dependencies.tracing-test] version = "0.2.4"