# 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 = "zitane-aws-creds" version = "0.36.0" authors = [ "Drazen Urch", "Zitane Labs", ] description = "Tiny Rust library for working with Amazon IAM credentials" readme = "README.md" keywords = [ "AWS", "S3", "Wasabi", "Minio", "R2", ] license = "MIT" repository = "https://github.com/ZitaneLabs/rust-s3-async" resolver = "1" [lib] name = "awscreds" path = "src/lib.rs" [dependencies.attohttpc] version = "0.25" features = ["json"] optional = true default-features = false [dependencies.log] version = "0.4" [dependencies.quick-xml] version = "0.29" features = ["serialize"] [dependencies.rust-ini] version = "0.19" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.time] version = "0.3" features = [ "serde", "serde-well-known", ] [dependencies.url] version = "2" [dev-dependencies.env_logger] version = "0.10" [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", ]