[package] name = "geolocation" version = "0.2.1" edition = "2021" authors = ["Yasir Arafat "] description="A library to get geolocation information of an IP. Its simple" license = "MIT" repository="https://github.com/yasirarafat28/geolocation.git" documentation="https://docs.rs/geolocation" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde_json = "1.0" isahc = "1.6"