ip2location 0.5.1

Find geo information & proxy information based on the given IP using IP2Location BIN databases
Documentation
[dependencies.memmap]
version = "0.7.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_with]
version = "3.9.0"

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

[package]
authors = ["MARIRS <marirs@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["database", "network-programming"]
description = "Find geo information & proxy information based on the given IP using IP2Location BIN databases"
edition = "2021"
exclude = [".gitignore", "examples", "data"]
homepage = "https://github.com/marirs/rust-ip2location"
keywords = ["ip2location", "geoip", "geolocation", "ip", "proxy"]
license = "MIT"
license-file = "LICENSE"
name = "ip2location"
readme = "README.md"
repository = "https://github.com/marirs/rust-ip2location"
version = "0.5.1"

[profile.dev]
opt-level = 3

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