[package] name = "finality-relay" version = "0.1.0" authors = ["Parity Technologies "] edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" description = "Finality proofs relay" [dependencies] async-std = "1.6.5" async-trait = "0.1" backoff = "0.4" bp-header-chain = { path = "../../primitives/header-chain" } futures = "0.3.28" log = "0.4.17" num-traits = "0.2" relay-utils = { path = "../utils" } [dev-dependencies] parking_lot = "0.12.1"