[package] name = "raidgrep" version = "0.1.0" authors = ["Daniel "] license = "GPL-3.0-or-later" edition = "2018" [dependencies] evtclib = { path = "evtclib" } regex = "1" structopt = "0.3" walkdir = "2" colored = "1" chrono = "0.4" rayon = "1" num-traits = "0.2" humantime = "2.0" zip = "0.5" anyhow = "1.0"