[package] name = "aptos-compression" version = "0.2.7" authors = ["Aptos Labs "] description = "A unified compression interface and implementation offered by Aptos" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" license = "Apache-2.0" edition = "2018" [dependencies] lz4 = "1.23.1" once_cell = "1.10.0" thiserror = "1.0.31" aptos-logger = { version = "0.2.6", path = "../aptos-logger" } aptos-metrics-core = { version = "0.2.6", path = "../aptos-metrics-core" } [dev-dependencies] bcs = "0.1.3" serde = { version = "1.0.137", default-features = false } aptos-crypto = { version = "0.2.1", path = "../aptos-crypto" } aptos-types = { version = "0.2.1", path = "../../types" }