[package] name = "af-cli" version = "0.2.2" authors = ["Aptos Labs "] description = "CLI frontend for the Move compiler and VM (with Aptos Framework)" 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" clap = "3.1.8" aptos-vm = { version = "0.2.1", path = "../aptos-vm" } cached-framework-packages = { version = "0.2.1", path = "../framework/cached-packages" } move-deps = { version = "0.2.1", path = "../move-deps", features = [ "address32" ] } [dev-dependencies] datatest-stable = "0.1.1" [[bin]] name = "af-cli" path = "src/main.rs"