aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 915d362c6967c55fb3690abfaa0f72c0198ca996 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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"
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"