-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
38 lines (37 loc) · 959 Bytes
/
Cargo.toml
File metadata and controls
38 lines (37 loc) · 959 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 = "keyparty"
version = "0.1.0"
edition = "2024"
default-run = "keyparty"
[dependencies]
iroh = { version = "0.97.0", features = ["address-lookup-mdns"] }
iroh-gossip = "0.97.0"
toml = "0.9.8"
snafu = "0.9.0"
tokio = { version = "1.45.1", features = ["full"] }
tracing-subscriber = "0.3.19"
clap = "4.5.54"
clap_derive = "4.5.49"
n0-error = "0.1.3"
serde = "1.0.228"
serde_derive = "1.0.228"
tracing = "0.1.44"
rand = "0.8.2"
n0-future = "0.3.2"
bytes = "1.11.0"
iroh-tickets = "0.4.0"
frost-ed25519 = { version = "2.2.0", features = ["serde"] }
anyhow = "1.0.102"
irpc = "0.13.0"
irpc-iroh = "0.13.0"
iroh-base = { version = "0.97.0", features = ["key"] }
postcard = "1.1.3"
data-encoding = "2.10.0"
n0-snafu = "0.2.2"
chrono = "0.4.42"
new_rand = { package = "rand", version = "0.9.2" }
rcan = "0.3.0"
strum = { version = "0.28.0", features = ["derive"] }
ed25519-dalek = { version = "3.0.0-pre.1" }
tokio-util = "0.7.18"
humantime = "2.3.0"