geoip-rs 0.3.0

geoip-rs provides geographical information about the calling or the specified IP address
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "geoip-rs"
version = "0.3.0"
authors = ["Federico Fissore <federico@fissore.org>"]
description = "geoip-rs provides geographical information about the calling or the specified IP address"
homepage = "https://geoip.rs/"
readme = "README.md"
keywords = ["geoip", "maxmind", "geolocation"]
license = "Apache-2.0"
repository = "https://github.com/ffissore/geoip-rs"
[dependencies.csv]
version = "1"

[dependencies.ipnet]
version = "2.0.0"

[dependencies.iron]
version = "0.6.*"

[dependencies.iron-cors]
version = "0.8.0"

[dependencies.lazy_static]
version = "1.2.0"

[dependencies.log]
version = "0.4.6"

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.simple-logging]
version = "2.0.2"

[dependencies.urlencoded]
version = "0.6.*"