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