[package]
name = "xdb-parse"
version = "0.2.0"
edition = "2024"
rust-version = "1.85"
authors = ["RuntimeBroker"]
description = "High-performance, zero-copy xdb IP geolocation parser (ip2region-compatible)"
license = "MIT OR Apache-2.0"
repository = "https://github.com/RuntimeBroker/xdb_parse"
homepage = "https://github.com/RuntimeBroker/xdb_parse"
documentation = "https://docs.rs/xdb_parse"
readme = "README.md"
exclude = ["assets/", "benches/"]
keywords = ["ip2region", "xdb", "geoip", "ip", "geolocation"]
categories = ["parsing", "network-programming"]
[dependencies]
thiserror = "2.0.18"
[dev-dependencies]
anyhow = "1.0.102"
criterion = "0.8.2"
rand = "0.10.1"
[[bench]]
name = "search"
harness = false