geoip-rs 0.5.2

geoip-rs provides geographical information about the calling or the specified IP address
# 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.5.2"
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.actix-web]
version = "0.7"

[dependencies.maxminddb]
version = "0.13.0"
features = ["mmap"]

[dependencies.memmap]
version = "0.7.0"

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"

[dependencies.serde_json]
version = "1"