# 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 = "rusoto_signature" version = "0.48.0" authors = [ "Anthony DiMarco ", "Jimmy Cuadra ", "Matthew Mayer ", "Nikita Pekin ", ] description = "AWS SDK for Rust - Request Signing" homepage = "https://www.rusoto.org/" documentation = "https://docs.rs/rusoto_signature" readme = "README.md" keywords = [ "AWS", "Amazon", ] license = "MIT" repository = "https://github.com/rusoto/rusoto" [package.metadata.docs.rs] targets = [] [dependencies.base64] version = "0.13" [dependencies.bytes] version = "1.0" [dependencies.chrono] version = "0.4" features = ["clock"] default-features = false [dependencies.digest] version = "0.9.0" [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.hmac] version = "0.11" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" features = ["stream"] [dependencies.log] version = "0.4.1" [dependencies.md-5] version = "0.9" [dependencies.percent-encoding] version = "2.1.0" [dependencies.pin-project-lite] version = "0.2" [dependencies.rusoto_credential] version = "0.48.0" [dependencies.serde] version = "1" [dependencies.sha2] version = "0.9" [dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.serde_json] version = "1" [dev-dependencies.serde_test] version = "1" [dev-dependencies.tokio] version = "1.0" features = ["io-util"] [build-dependencies.rustc_version] version = "0.4"