ip2location 0.1.0

Find geo based on the given IP
Documentation
[badges.travis-ci]
repository = "marirs/rust-ip2location"
[dependencies.memmap]
version = "0.7.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_with]
version = "1.6.0"

[lib]
name = "ip2location"
path = "src/lib.rs"

[package]
authors = ["MARIRS <marirs@gmail.com>"]
categories = ["database", "network-programming"]
description = "Find geo based on the given IP"
edition = "2018"
exclude = [".gitignore", ".travis.yml", "examples", "data"]
homepage = "https://github.com/marirs/rust-ip2location"
keywords = ["ip2location", "geoip", "geolocation", "ip"]
license-file = "LICENSE"
name = "ip2location"
repository = "https://github.com/marirs/rust-ip2location"
version = "0.1.0"
[profile.dev]
opt-level = 3

[profile.release]
codegen-units = 1
debug = false
debug-assertions = false
lto = true
opt-level = 3