-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
27 lines (25 loc) · 920 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
name = "tgd"
description = "A cli to search, query, and filter a tribal government directory"
homepage = "https://github.com/nativesintech/tribal_government_directory"
repository = "https://github.com/nativesintech/tribal_government_directory"
readme = "./README.md"
documentation = "https://docs.rs/tgd"
keywords = ["natives-in-tech", "indigenous", "indigenous-tech", "native-tech"]
license = "GPL-3.0-only"
version = "0.1.0"
edition = "2021"
exclude = ["tribes.json", "broken-sites.txt", "tests/**/*"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
select = "0.5.0"
scraper = "0.12.0"
regex = "1"
csv = "1.2"
tokio = { version = "1", features = ["full"] }
reqwest = "0.11.14"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"
syn = "1.0.107"
clap = { version = "4.4.2", features = ["derive"] }
cli-table = "0.4.7"