# 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-cli-common" version = "0.1.2" authors = ["Ian Macalinao "] description = "Common modules for creating an Aptos CLI command." homepage = "https://aptos.is" readme = "README.md" keywords = [ "move", "aptos", "config", "cli", ] license = "Apache-2.0" repository = "https://github.com/aptosis/aptos-toolkit" [dependencies.anyhow] version = "1.0.42" [dependencies.aptos-cli-config] version = "0.1.0" [dependencies.aptos-crypto] version = "0.2.1" [dependencies.aptos-rest-client] version = "0.2.1" [dependencies.aptos-sdk] version = "0.2.1" [dependencies.aptos-types] version = "0.2.1" [dependencies.base64] version = "0.13.0" [dependencies.bcs] version = "0.1.3" [dependencies.clap] version = "3.1.6" features = ["derive"] [dependencies.hex] version = "0.4.3" [dependencies.itertools] version = "0.10.3" [dependencies.reqwest] version = "0.11.10" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.tokio] version = "1.18.2" features = ["full"] [dependencies.url] version = "^2.2" features = ["serde"]