maxmind_geo_ip2 0.1.0

a REST API client for the MaxMind GeoIP2 API
Documentation
[badges.maintenance]
status = "experimental"
[dependencies.reqwest]
features = ["rustls", "json"]
version = "0.11.3"

[dependencies.serde]
features = ["derive"]
version = "1.0.125"

[dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.5.0"

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