# 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 = "aws-sign-v4" version = "0.3.0" authors = [ "Vlad Pănăzan ", "Ken Shih ", ] description = "Generate AWS Signature 4 headers easily" readme = "README.md" keywords = [ "AWS", "Signature", ] license = "BSD-2-Clause" repository = "https://github.com/psnszsn/aws-sign-v4" [dependencies.chrono] version = "0.4.27" [dependencies.hex] version = "0.4.3" [dependencies.http] version = "1.1.0" [dependencies.ring] version = "0.17.8" [dependencies.sha256] version = "1.5.0" [dependencies.url] version = "2.5.0"