ip2location 0.3.3

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 = "2.1.0"

[package]
authors = ["MARIRS <marirs@gmail.com>"]
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-file = "LICENSE"
name = "ip2location"
readme = "README.md"
repository = "https://github.com/marirs/rust-ip2location"
version = "0.3.3"
[profile.dev]
opt-level = 3

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