about summary refs log tree commit diff
path: root/users/tazjin/tgsa/Cargo.toml
blob: 8764ef6524913130dffdc3b7b07342d67be1096d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "tgsa"
version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0"
crimp = "4087.0"
rouille = { version = "3.5", default-features = false }
url = "2.3"
scraper = "0.13"
ego-tree = "0.6" # in tandem with 'scraper'
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
ring = "0.16.20"
openssl = "0.10.54"
base64 = "0.21.2"
lazy_static = "1.4.0"