[package] name = "geoip2" version = "0.1.7" authors = ["IncSW "] description = "Library for reading MaxMind DB format used by GeoIP2 and GeoLite2" readme = "README.md" keywords = ["MaxMind", "GeoIP2", "GeoIP", "geolocation", "ip"] categories = ["database", "network-programming"] homepage = "https://github.com/IncSW/geoip2-rs" documentation = "https://docs.rs/geoip2" repository = "https://github.com/IncSW/geoip2-rs" license = "MIT" edition = "2021" exclude = ["testdata"] [features] default = [] unsafe-str = [] [dependencies] geoip2-codegen = "0.1.5" [workspace] members = [".", "codegen"] [patch.crates-io] geoip2-codegen = { path = "codegen" } [dev-dependencies] maxminddb = "0.24.0" [profile.release] lto = "fat" codegen-units = 1 opt-level = 3 panic = "abort" [[test]] name = "geoip" [[test]] name = "dbip" [[bench]] name = "geoip"