# 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_credential" version = "0.48.0" authors = [ "Anthony DiMarco ", "Jimmy Cuadra ", "Matthew Mayer ", "Nikita Pekin ", ] exclude = ["tests/sample-data/*"] description = "AWS credential tooling" documentation = "https://docs.rs/rusoto_credential" readme = "README.md" license = "MIT" repository = "https://github.com/rusoto/rusoto" [package.metadata.docs.rs] targets = [] [dependencies.async-trait] version = "0.1.9" [dependencies.chrono] version = "0.4" features = [ "clock", "serde", ] default-features = false [dependencies.dirs-next] version = "2.0.0" [dependencies.futures] version = "0.3" [dependencies.hyper] version = "0.14" features = [ "client", "http1", "tcp", "stream", ] [dependencies.serde] version = "1.0.103" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.shlex] version = "1.0" [dependencies.tokio] version = "1.0" features = [ "process", "sync", "time", ] [dependencies.zeroize] version = "1" [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.quickcheck] version = "0.9" [dev-dependencies.quickcheck_macros] version = "0.9" [dev-dependencies.tempfile] version = "3.1.0" [dev-dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", ] [features] nightly-testing = [] unstable = []