# 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 = "2021" name = "aws_cred" version = "0.0.4" description = "Library for modifying aws credential files" documentation = "https://docs.rs/aws_cred/0.0.4/aws_cred" readme = "README.md" keywords = [ "aws", "credentials", "aws_cred", "rusoto", "aws-sdk", ] license = "MIT" repository = "https://github.com/klaatu01/aws_cred" [dependencies.async-std] version = "1.12.0" optional = true [dependencies.aws-sdk-sts] version = "0.31.1" optional = true [dependencies.derive_builder] version = "0.12.0" [dependencies.dirs] version = "5.0.1" [dependencies.rusoto_sts] version = "0.48.0" optional = true [dev-dependencies.tempfile] version = "3.8.0" [dev-dependencies.tokio] version = "1.32.0" features = [ "rt", "test-util", "macros", ] [features] async_std = ["async-std"] aws_sdk = ["aws-sdk-sts"] default = [] rusoto = ["rusoto_sts"]