# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "sigv4" version = "0.1.0" authors = ["softprops "] description = "aws sigv4 cli" readme = "README.md" license = "MIT" [[bin]] name = "sigv4" path = "src/main.rs" [dependencies.colored] version = "1.8" [dependencies.colored_json] version = "2.0" [dependencies.env_logger] version = "0.7" [dependencies.futures] version = "0.1" [dependencies.http] version = "0.1" [dependencies.rusoto_core] version = "0.41" features = ["rustls"] default_features = false [dependencies.smallvec] version = "0.6" [dependencies.structopt] version = "0.3" [dependencies.url] version = "2.1" [dev-dependencies.pretty_assertions] version = "0.6"