[package] name = "storage-service-types" version = "0.2.7" authors = ["Aptos Labs "] description = "Common types offered by the Aptos storage service" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" license = "Apache-2.0" edition = "2018" [dependencies] bcs = "0.1.3" num-traits = { version = "0.2.15", default-features = false } serde = { version = "1.0.137", default-features = false } thiserror = "1.0.31" aptos-compression = { version = "0.2.1", path = "../../../crates/aptos-compression" } aptos-config = { version = "0.2.1", path = "../../../config" } aptos-crypto = { version = "0.2.1", path = "../../../crates/aptos-crypto" } aptos-types = { version = "0.2.1", path = "../../../types" } [dev-dependencies] claim = "0.5.0" proptest = "1.0.0"