tor/scripts/maint/geoip/geoip-db-tool/Cargo.toml
Nick Mathewson 0d4237839b Rust tool to convert IPFire Location dump into CSV format.
The IPFire people provide a tool that collects data from several
top-level sources, combines it into a single database, and annotates
it with optional overrides.  This tool transforms the "dump" format
of their database into the form Tor expects.
2021-02-22 12:25:18 -05:00

17 lines
469 B
TOML

[package]
name = "geoip-db-tool"
version = "0.1.0"
authors = ["Nick Mathewson <nickm@torproject.org>"]
edition = "2018"
license = "MIT OR Apache-2.0"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ipnetwork= "0.17.0"
rangemap= "0.1.9"
# I use this for now to avoid a performance hit due to a bug on 0.1.9
# rangemap = {version = "*", path = "/home/nickm/src/rangemap/" }
argh = "0.1.4"