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


[dependencies]
aho-corasick = { version = "*" }
ansi_term = { version = "*" }
clap = { version = "*", features = ["derive", "wrap_help"] }
difflib = { version = "*" }
futures = { version = "*" }
regex = { version = "*" }
shlex = { version = "*" }
tokio = { version = "*", features = [
  "fs",
  "io-std",
  "io-util",
  "net",
  "process",
  "rt-multi-thread",
  "signal",
] }
uuid = { version = "*", features = ["v4"] }
which = { version = "*" }