# 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-s3-presign" version = "0.1.0" authors = ["Luan Almeida "] description = "AWS S3 pre signinature" keywords = [ "aws", "s3", "presign", "signature", "v4", ] license = "Apache-2.0" repository = "https://github.com/luanlmd/aws-s3-presign-rust" resolver = "1" [dependencies.chrono] version = "0.4.26" [dependencies.hmac] version = "0.12.1" [dependencies.sha2] version = "0.10.7" [dependencies.url-search-params] version = "12.0.0"