# 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 = "2018" name = "simple-aws-s3" version = "0.2.3" authors = ["Rodgers "] include = [ "**/*.rs", "Cargo.toml", ] description = "Simple way to work with AWS S3" readme = "README.md" keywords = [ "aws", "s3", "request", "storage", ] license = "MIT OR Apache-2.0" repository = "https://github.com/cptrodgers/simple-aws-s3" [lib] name = "simple_aws_s3" [[example]] name = "upload_and_download_by_presigned" path = "examples/upload_and_download_by_presigned.rs" [[example]] name = "get_object_information" path = "examples/object_operations.rs" [dependencies.base64] version = "0.13.0" [dependencies.chrono] version = "0.4" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.11.0" [dependencies.reqwest] version = "0.11.10" features = ["json"] [dependencies.serde] version = "1.0.64" features = ["derive"] [dependencies.serde-xml-rs] version = "0.4.1" [dependencies.serde_json] version = "1.0.64" [dependencies.sha2] version = "0.9.0" [dev-dependencies.tokio] version = "1.0.0" features = ["full"]