-
-
Notifications
You must be signed in to change notification settings - Fork 289
Expand file tree
/
Copy pathCargo.toml
More file actions
31 lines (30 loc) · 791 Bytes
/
Copy pathCargo.toml
File metadata and controls
31 lines (30 loc) · 791 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
[workspace]
members = ["russh", "russh-config", "cryptovec", "pageant", "russh-util"]
resolver = "2"
[workspace.dependencies]
aes = "0.8"
async-trait = "0.1.50"
byteorder = "1.4"
bytes = "1.7"
digest = "0.10"
delegate = "0.13"
env_logger = "0.11"
futures = "0.3"
hmac = "0.12"
log = "0.4.11"
rand = { version = "0.10", features = ["thread_rng"] }
sha1 = { version = "0.10.5", features = ["oid"] }
sha2 = { version = "0.10.6", features = ["oid"] }
signature = "3.0.0-rc.10"
ssh-encoding = { version = "=0.3.0-rc.9", features = ["bytes"] }
ssh-key = { version = "=0.7.0-rc.10", features = [
"ed25519",
"p256",
"p384",
"p521",
"encryption",
"ppk",
] }
thiserror = "2.0.18"
tokio = { version = "1.17.0" }
tokio-stream = { version = "0.1.3", features = ["net", "sync"] }