ip_api 0.1.3

Library to get information about IP addresses or domains using ip-api.com
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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 <nick385827184@gmail.com>"]
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"