# 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 = "s3reader" version = "1.2.1" authors = ["Jonas Marcello "] description = "Read S3 object like local files with byte offsets" homepage = "https://github.com/anergictcell/s3reader" readme = "README.md" keywords = [ "aws", "s3", "reader", "aws-sdk-s3", ] categories = [ "api-bindings", "filesystem", ] license = "MIT" repository = "https://github.com/anergictcell/s3reader" [dependencies.aws-config] version = "1" [dependencies.aws-sdk-s3] version = "1" [dependencies.aws-types] version = "1" [dependencies.bytes] version = "1" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"]