# 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 = "aws-auth-payload" version = "0.3.0" authors = ["Yong Wen Chua "] description = "This library provides methods for you to use your AWS credentials to generate a pre-signed request to AWS API." license = "MIT" repository = "https://github.com/lawliet89/aws-auth-payload" [dependencies.base64] version = "0.13" [dependencies.failure] version = "0.1" features = ["backtrace"] [dependencies.failure_derive] version = "0.1" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.rusoto_core] version = "0.47" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_urlencoded] version = "0.7" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.rusoto_mock] version = "0.47" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tokio] version = "1.0" features = ["macros", "rt-multi-thread"] [dev-dependencies.url] version = "2.2"