# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "aptos-gas" version = "0.2.7" authors = ["Aptos Labs "] description = "Gas metering for the Aptos blockchain" homepage = "https://aptoslabs.com" license = "Apache-2.0" repository = "https://github.com/aptos-labs/aptos-core" resolver = "2" [dependencies.framework] version = "0.2.1" package = "aptos-framework" [dependencies.move-binary-format] version = "0.3.1" package = "mv-binary-format" [dependencies.move-core-types] version = "0.3.1" package = "mv-core-types" [dependencies.move-stdlib] version = "0.3.1" package = "mv-stdlib" [dependencies.move-vm-types] version = "0.3.1" package = "mv-vm-types" [features] testing = ["move-stdlib/testing"]