aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 326054f3845c2312f8093ac2f58000c749dde7dd (plain) (blame)
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
28
29
[package]
name = "datagengo"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0"
fasthash = "0.4.0"
markdown = "0.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
structopt = "0.3"
rand = "0.8"
rayon = "1.7"
regex = "1.0"
roxmltree = "0.18"

log = "0.4"
pretty_env_logger = "0.5.0"

tide = "0.16.0"
futures = "0.3"
async-std = { version = "1.6.0", features = ["attributes"] }
http-types = "2.12"
async-channel = "2.0"

cap = "0.1.2"