[package] name = "aptos-memsocket" version = "0.2.7" authors = ["Aptos Labs "] description = "Aptos memsocket" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" license = "Apache-2.0" edition = "2018" [dependencies] bytes = "1.1.0" futures = "0.3.21" once_cell = "1.10.0" aptos-infallible = { version = "0.2.1", path = "../../crates/aptos-infallible" } [features] default = [] fuzzing = [] testing = [] [lib] name = "memsocket" path = "src/lib.rs"