-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCargo.toml
31 lines (29 loc) · 891 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
[package]
name = "zap"
version = "0.2.0"
authors = [
"Steve Gremory <[email protected]>",
"Speykious <[email protected]>",
"Thaddeus Treloar <[email protected]>"
]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
lz4_flex = { version = "0.9.3", default-features = false, features=["frame"] }
walkdir = "2.3.2"
tokio = { version = "1.21.2", features = ["full"] }
clap = { version = "4.0.18", features = ["derive"] }
zapf = { git = "https://github.com/Speykious/zapf", rev = "4608ab5db49be659a2018ad8826334bb78719b31" }
rpassword = "7.2.0"
aes-gcm = "0.10.1"
chacha20poly1305 = "0.10.1"
chacha20 = "0.9.0"
thiserror = "1.0.49"
serde_json = "1.0.107"
sha2 = "0.10.8"
rayon = "1.8.0"
log = "0.4.20"
simple_logger = "4.2.0"
crossbeam = "0.8.2"
snap = "1.1.0"
flate2 = "1.0.27"