[package] name = "ip_api" version = "0.1.3" description = "Library to get information about IP addresses or domains using ip-api.com" documentation = "https://docs.rs/ip_api" repository = "https://gitlab.com/nick70/rust-ip_api" readme = "README.md" authors = ["Nicholas Farshidmehr "] license = "MIT" keywords = ["ip", "geoip", "geolocation", "domain"] [dependencies] hyper = "~0.10" hyper-native-tls = "0.2.4" serde = "1.0.16" serde_derive = "1.0.16" serde_json = "1.0.2"