summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 69c1ae6e04c1fe0ef17510199420a6e756c417bc (plain)
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
[package]
name = "sad"
version = "0.4.19"
description = "Space Age seD | https://github.com/ms-jpq/sad"
authors = ["git@bigly.dog"]
edition = "2021"

[build-dependencies]
uuid = { version = "0.8", features = ["v4"] }

[dependencies]
aho-corasick = "0.7"
ansi_term = "0.12"
async-channel = "1.6"
atty = "0.2"
difflib = "0.4"
futures = "0.3"
num_cpus = "1"
pathdiff = "0.2"
regex = "1"
shlex = "1"
structopt = "0.3"
tokio = { version = "1", features = ["full"] }
uuid = { version = "0.8", features = ["v4"] }
which = "4"