# 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 = "vault_iam_auth" version = "0.2.0" authors = ["Matt Callens "] description = "HashiCorp Vault authentication for the AWS IAM engine" readme = "README.md" keywords = ["hashicorp", "vault", "aws", "iam", "authentication"] categories = ["api-bindings", "authentication"] license = "MIT" repository = "https://github.com/callensm/vault-iam-auth-rs" [[example]] name = "basic" path = "examples/basic.rs" [dependencies.base64] version = "0.13.0" [dependencies.reqwest] version = "0.11.4" features = ["json"] [dependencies.rusoto_core] version = "0.47.0" [dependencies.rusoto_signature] version = "0.47.0" [dependencies.serde_json] version = "1.0.66" [dependencies.serde_urlencoded] version = "0.7.0" [dev-dependencies.tokio] version = "1.9.0"