summaryrefslogtreecommitdiff
path: root/crates/tor-geoip/Cargo.toml
blob: 543ba251838ea8157c8bcd76f2195d1fa1dbef18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "tor-geoip"
version = "0.39.0"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
edition = "2024"
rust-version = "1.86"
license = "MIT OR Apache-2.0"
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
description = "A crate to parse C Tor GeoIP CSV files."
keywords = ["tor", "arti"]
readme = "README.md"
categories = ["parser-implementations", "network-programming"]
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"

[dependencies]
derive_more = { version = "2.0.1", features = ["full"] }
rangemap = "1.3"
thiserror = "2"

[features]
embedded-db = []
default = ["embedded-db"]
full = ["embedded-db"]