# 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-region" version = "0.27.0" authors = ["Drazen Urch"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Tiny Rust library for working with Amazon AWS regions, supports `s3` crate" documentation = "https://docs.rs/aws-region/latest/awsregion/" readme = "README.md" keywords = [ "Amazon", "AWS", "S3", "R2", "Minio", ] license = "MIT" repository = "https://github.com/durch/rust-s3" [lib] name = "awsregion" path = "src/lib.rs" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.thiserror] version = "1"