# 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 = "aws-creds" version = "0.38.0" authors = ["Drazen Urch"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust library for working with Amazon IAM credential,s, supports `s3` crate" documentation = "https://docs.rs/aws-creds/latest/awscreds/" readme = "README.md" keywords = [ "AWS", "S3", "Wasabi", "Minio", "R2", ] license = "MIT" repository = "https://github.com/durch/rust-s3" [lib] name = "awscreds" path = "src/lib.rs" [dependencies.attohttpc] version = "0.28" features = ["json"] optional = true default-features = false [dependencies.home] version = "0.5" [dependencies.log] version = "0.4" [dependencies.quick-xml] version = "0.32" features = ["serialize"] [dependencies.rust-ini] version = "0.21" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.time] version = "^0.3.6" features = [ "serde", "serde-well-known", ] [dependencies.url] version = "2" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.serde_json] version = "1" [features] default = ["native-tls"] http-credentials = ["attohttpc"] native-tls = [ "http-credentials", "attohttpc/tls", ] native-tls-vendored = [ "http-credentials", "attohttpc/tls-vendored", ] rustls-tls = [ "http-credentials", "attohttpc/tls-rustls", ]