# 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-upload" version = "0.1.2" authors = ["Ian Macalinao "] description = "CLI for publishing already-compiled Move modules to 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-upload" path = "src/bin/aptos-upload.rs" [dependencies.anyhow] version = "1.0.42" [dependencies.aptos-cli-common] version = "0.1.0" [dependencies.aptos-publish] version = "0.1.0" [dependencies.async-trait] version = "0.1.56" [dependencies.clap] version = "3.2" features = ["derive"] [dependencies.clitool] version = "0.1.0" [dependencies.move-package] version = "0.2.1" package = "mv-package" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1.18.2" features = ["full"]