# 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-move-run" version = "0.1.2" authors = ["Ian Macalinao "] description = "CLI for running arbitrary Move functions on Aptos." homepage = "https://aptos.is" readme = "README.md" keywords = [ "move", "aptos", "account", "cli", ] license = "Apache-2.0" repository = "https://github.com/aptosis/aptos-toolkit" [[bin]] name = "aptos-move-run" path = "src/bin/aptos-move-run.rs" [dependencies.anyhow] version = "1.0.42" [dependencies.aptos-api-types] version = "0.2.1" [dependencies.aptos-cli-common] version = "0.1.0" [dependencies.aptos-cli-config] version = "0.1.0" [dependencies.aptos-types] version = "0.2.1" [dependencies.async-trait] version = "0.1.56" [dependencies.bcs] version = "0.1.3" [dependencies.clap] version = "3.2" features = ["derive"] [dependencies.clitool] version = "0.1.0" [dependencies.hex] version = "0.4.3" [dependencies.move-core-types] version = "0.2.1" features = ["address32"] package = "mv-core-types" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1.18.2" features = ["full"]