[package] name = "executor-types" version = "0.2.7" authors = ["Aptos Labs "] description = "Aptos executor interface types" 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" itertools = "0.10.0" once_cell = "1.10.0" serde = { version = "1.0.137", default-features = false } thiserror = "1.0.31" aptos-crypto = { version = "0.2.1", path = "../../crates/aptos-crypto" } aptos-secure-net = { version = "0.2.1", path = "../../secure/net" } aptos-state-view = { version = "0.2.1", path = "../../storage/state-view" } aptos-types = { version = "0.2.1", path = "../../types" } aptos-scratchpad = { version = "0.2.1", path = "../../storage/scratchpad" } storage-interface = { version = "0.2.1", path = "../../storage/storage-interface" } [features] default = [] fuzzing = ["aptos-crypto/fuzzing", "aptos-types/fuzzing"]