[package] name = "coordinator" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] eyre = "0.6.9" frost-ed25519 = { version = "1.0.0-rc.0", features = ["serde"] } reddsa = { git = "https://github.com/ZcashFoundation/reddsa.git", rev = "6e55be4da9fa7beec9f744d49a1bad844318a932", features = ["frost", "serde"] } hex = { version = "0.4", features = ["serde"] } thiserror = "1.0" rand = "0.8" serde_json = "1.0" itertools = "0.12.0" exitcode = "1.1.2" clap = { version = "4.4.11", features = ["derive"] } tokio = { version = "1", features = ["full"] } message-io = "0.18" [features] redpallas = [] default = []