# 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 = "haversine-rs" version = "0.3.0" authors = ["Efrén Fuentes (efrenfuentes@gmail.com)"] description = "Provides some helpers functions to calculate the distance between two points on Earth using the Haversine formula." documentation = "https://docs.rs/haversine-rs/0.3.0/haversine_rs/" readme = "README.md" keywords = [ "haversine", "geolocation", "distance", "earth", "bearing", ] categories = [ "mathematics", "science::geo", ] license = "MIT" repository = "https://github.com/efrenfuentes/haversine-rs" [dependencies]