# 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.60" name = "s3v4" version = "0.3.5" authors = ["Ugo Varetto "] description = "Library for signing requests and URLs using AWS' S3 version 4 protocol." homepage = "https://github.com/uv-rust/s3v4" documentation = "https://docs.rs/s3v4" readme = "Readme.md" keywords = [ "s3", "aws", "authentication", "signature", "web", ] categories = [ "authentication", "web-programming", "web-programming::http-client", ] license = "BSD-3-Clause" repository = "https://github.com/uv-rust/s3v4" [dependencies.chrono] version = "0.4" [dependencies.error-chain] version = "0.12" [dependencies.hex] version = "0.4" [dependencies.hmac] version = "0.12" [dependencies.sha2] version = "0.10" [dependencies.url] version = "2.2" [dependencies.urlencoding] version = "2.1" [dev-dependencies.chrono] version = "0.4" [dev-dependencies.ureq] version = "2.4"