[package] name = "mempool-notifications" version = "0.2.7" authors = ["Aptos Labs "] repository = "https://github.com/aptos-labs/aptos-core" description = "The notification interface between state sync and mempool" 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-types = { version = "0.2.1", path = "../../../types" } [dev-dependencies] claim = "0.5.0" aptos-crypto = { version = "0.2.1", path = "../../../crates/aptos-crypto" }