[package] name = "storage-service-client" version = "0.2.7" authors = ["Aptos Labs "] description = "The Aptos storage service (client-side)" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" license = "Apache-2.0" edition = "2018" [dependencies] async-trait = "0.1.53" thiserror = "1.0.31" aptos-config = { version = "0.2.1", path = "../../../config" } aptos-types = { version = "0.2.1", path = "../../../types" } aptos-channel = { version = "0.2.1", path = "../../../crates/channel" } aptos-network = { version = "0.2.1", path = "../../../network" } storage-service-types = { version = "0.2.1", path = "../types" }