consensus-notifications 0.2.2

The notification interface between state sync and consensus
Documentation
[package]
name = "consensus-notifications"
version = "0.2.2"
authors = ["Aptos Labs <opensource@aptoslabs.com>"]
repository = "https://github.com/aptos-labs/aptos-core"
description = "The notification interface between state sync and consensus"
homepage = "https://aptoslabs.com"
license = "Apache-2.0"
edition = "2018"

[dependencies]
async-trait = "0.1.53"
futures = "0.3.21"
serde = { version = "1.0.137", default-features = false }
thiserror = "1.0.31"
tokio = { version = "1.18.2" }
aptos-crypto = { version = "0.2.1", path = "../../../crates/aptos-crypto" }
aptos-types = { version = "0.2.1", path = "../../../types" }

[dev-dependencies]
claim = "0.5.0"
move-deps = { version = "0.2.1", path = "../../../aptos-move/move-deps", features = [
    "address32"
] }