forked from WithSecureLabs/chainsaw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
39 lines (35 loc) · 834 Bytes
/
Cargo.toml
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
30
31
32
33
34
35
36
37
38
39
[package]
name = "chainsaw"
version = "1.1.7"
repository = "https://github.com/countercept/chainsaw"
description = "Rapidly Search and Hunt Through Windows Event Logs"
authors = ["James Dorgan <james.dorgan@f-secure.com>","Alex Kornitzer <alex.kornitzer@f-secure.com>"]
readme = "README.md"
license = "GPL3"
edition = "2018"
[dependencies]
ajson = "0.2"
anyhow = "1.0"
chrono = "0.4"
colour = "0.6"
csv = "1.1"
env_logger = "0.6"
evtx = "0.7"
failure = "0.1"
glob = "0.3"
indicatif = "0.16"
is_elevated = "0.1.2"
itertools = "0.10"
log = "0.4"
prettytable-rs = "0.7"
rayon = "1.5"
regex = "1.4"
serde = { version = "=1.0.117", features = ["derive"]}
serde_derive = "1.0"
serde_json = "1.0"
serde_yaml = "0.8"
structopt = "0.3"
tau-engine = { version = "1.0", features = ["json"] }
walkdir = "2.3"
[dev-dependencies]
paste = "1.0"