-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
38 lines (36 loc) · 776 Bytes
/
Cargo.toml
File metadata and controls
38 lines (36 loc) · 776 Bytes
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
[package]
name = "hermes"
version = "2.4.0"
edition = "2021"
[dependencies]
aes-gcm = "0.10"
argon2 = "0.5"
axum = "0.7"
base64 = "0.22"
pqc_kyber = "0.7"
pqcrypto-dilithium = "0.5"
pqcrypto-traits = "0.3"
chrono = { version = "0.4", features = ["serde"] }
clap = { version = "4.5", features = ["derive"] }
clap_complete = "4.5"
colored = "2.1"
dialoguer = "0.11"
dirs = "5.0"
flate2 = "1.0"
hex = "0.4"
image = "0.24"
indicatif = "0.17"
num-bigint = "0.4"
num-traits = "0.2"
rand = "0.8"
rsa = "0.9"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sha2 = "0.10"
ssh2 = "0.9"
thiserror = "1.0"
tokio = { version = "1.0", features = ["full"] }
toml = "0.8"
tower-http = { version = "0.5", features = ["cors", "fs"] }
[dev-dependencies]
tempfile = "3.15"