๐Ÿ“ฆ rparrett / df-crash-miner

๐Ÿ“„ Cargo.toml ยท 28 lines
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[package]
name = "df-crash-miner"
version = "0.1.0"
authors = ["Rob Parrett <robparrett@gmail.com>"]
edition = "2018"

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

[dependencies]
reqwest = "0.11"
tokio = { version = "1", features = ["full"] }
futures = "0.3"
regex = "1"
dirs = "3.0"
tar = "0.4"
bzip2 = "0.4"
zip = "0.5.8"
zip-extensions = "0.6.0"
glob = "0.3"
anyhow = "1.0"
lazy_static = "1.4"
chrono = "0.4"
structopt = "0.3"
crossbeam-queue = "0.3"
dashmap = "4.0"
comfy-table = "2.1"
humantime = "2.1"