[package] name = "serai-coordinator" version = "0.1.0" description = "Serai coordinator to prepare batches and sign transactions" license = "AGPL-3.0-only" repository = "https://github.com/serai-dex/serai/tree/develop/coordinator" authors = ["Luke Parker "] keywords = [] edition = "2021" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies] async-trait = "0.1" lazy_static = "1" zeroize = "^1.5" rand_core = "0.6" blake2 = "0.10" hex = "0.4" log = "0.4" tokio = { version = "1", features = ["full"] } [dev-dependencies] futures = "0.3"