maxmind_geo_ip2 0.1.0

a REST API client for the MaxMind GeoIP2 API
Documentation
[package]
name = "maxmind_geo_ip2"
version = "0.1.0"
authors = ["Matthew Phillips <matthew.t.phillips@protonmail.com>"]
description = "a REST API client for the MaxMind GeoIP2 API"
documentation = "https://github.com/mtphil/maxmind-GeoIP2"
readme = "README.md"
homepage = "https://github.com/mtphil/maxmind-GeoIP2"
repository = "https://github.com/mtphil/maxmind-GeoIP2"
license-file = "LICENSE.txt"
edition = "2018"
keywords = ["maxmind", "geo-ip", "geoip"]
categories = ["web-programming::http-client"]
exclude = [
    ".idea/*"
]

[dependencies]
reqwest = { version = "0.11.3", features = ["rustls", "json"] }
serde = { version = "1.0.125", features = ["derive"] }
tokio = { version = "1.5.0", features = ["macros", "rt-multi-thread"] }

[badges]
maintenance = {status = "experimental"}