# 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-nearby" version = "0.2.3" authors = ["Mathias Lafeldt "] description = "Find the nearest AWS region to a given location" homepage = "https://crates.io/crates/aws-region-nearby" documentation = "https://docs.rs/aws-region-nearby/" readme = "README.md" keywords = [ "aws", "cloudflare", "deno", "edge", "webassembly", ] categories = [ "wasm", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mlafeldt/aws-region-nearby" [lib] path = "lib.rs" [dependencies.geoutils] version = "^0.5.1" [dependencies.ordered-float] version = "3" [dependencies.thiserror] version = "1" [dev-dependencies.pretty_assertions] version = "1" [features] default = [] deno = []