storage-interface 0.1.1

Aptos storage interface
Documentation
[package]
name = "storage-interface"
version = "0.1.1"
authors = ["Aptos Labs <opensource@aptoslabs.com>"]
description = "Aptos storage interface"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
license = "Apache-2.0"
edition = "2018"

[dependencies]
anyhow = "1.0.57"
bcs = "0.1.3"
parking_lot = "0.12.0"
serde = { version = "1.0.137", default-features = false }
thiserror = "1.0.31"
aptos-crypto = { version = "0.1.0", path = "../../crates/aptos-crypto" }
aptos-secure-net = { version = "0.1.0", path = "../../secure/net" }
aptos-state-view = { version = "0.1.0", path = "../state-view" }
aptos-types = { version = "0.1.0", path = "../../types" }
aptos-workspace-hack = { version = "0.1.0", path = "../../crates/aptos-workspace-hack" }
move-deps = { version = "0.1.0", path = "../../aptos-move/move-deps", features = [
    "address32"
] }
aptos-scratchpad = { version = "0.1.0", path = "../scratchpad" }

[features]
default = []
fuzzing = ["aptos-types/fuzzing"]