[package] name = "aptos-gas" version = "0.2.7" authors = ["Aptos Labs "] description = "Gas metering for the Aptos blockchain" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" license = "Apache-2.0" edition = "2021" [dependencies] move-binary-format = { version = "0.3.1", package = "mv-binary-format" } move-core-types = { version = "0.3.1", package = "mv-core-types" } move-stdlib = { version = "0.3.1", package = "mv-stdlib" } move-vm-types = { version = "0.3.1", package = "mv-vm-types" } framework = { version = "0.2.1", path = "../framework", package = "aptos-framework" } [features] testing = ["move-stdlib/testing"]