[package] authors = [ "Anthony DiMarco ", "Jimmy Cuadra ", "Matthew Mayer ", "Nikita Pekin " ] license = "MIT" description = "AWS credential tooling" documentation = "https://docs.rs/rusoto_credential" name = "mz_rusoto_credential" readme = "README.md" repository = "https://github.com/rusoto/rusoto" version = "0.46.0" exclude = ["tests/sample-data/*"] edition = "2018" [lib] name = "rusoto_credential" [badges] appveyor = { repository = "matthewkmayer/rusoto", branch = "master" } azure-devops = { project = "matthewkmayer/Rusoto", pipeline = "rusoto.rusoto", build="1" } [dependencies] async-trait = "0.1" chrono = { version = "0.4", default-features = false, features = ["clock", "serde"] } dirs-next = "2.0" futures = "0.3" hyper = "0.13.1" pin-project = "1.0" regex = "1.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" shlex = "0.1" tokio = { version = "0.2", features = ["macros", "process"] } zeroize = "1" [dev-dependencies] lazy_static = "1.4" quickcheck = "0.9" quickcheck_macros = "0.9" tempfile = "3.1.0" [features] nightly-testing = [] unstable = [] [package.metadata.docs.rs] targets = []