[dependencies.lazy_static]
version = "1.4.0"
[dependencies.rmp-serde]
version = "1.1"
[dependencies.rust-embed]
version = "6.4.2"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[lib]
name = "ip2geo"
path = "src/lib.rs"
[package]
description = "A small Rust library for getting the country code of IP addresses."
edition = "2021"
homepage = "https://github.com/hhhhhhhhhn/ip2geo"
keywords = ["geolocation", "ip", "address"]
license-file = "LICENSE"
name = "ip2geo"
readme = "README.md"
repository = "https://github.com/hhhhhhhhhn/ip2geo"
version = "0.1.0"