# 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-config" version = "0.1.2" authors = ["Ian Macalinao "] description = "Aptos CLI configuration utilities extracted from the official Aptos CLI." homepage = "https://aptos.is" readme = "README.md" keywords = [ "move", "aptos", "config", "cli", ] license = "Apache-2.0" repository = "https://github.com/aptosis/aptos-toolkit" [dependencies.account-address] version = "0.2.0" features = ["address32"] [dependencies.anyhow] version = "1.0.42" [dependencies.aptos-crypto] version = "0.2.1" [dependencies.base64] version = "0.13.0" [dependencies.bcs] version = "0.1.3" [dependencies.hex] version = "0.4.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8.24" [dependencies.thiserror] version = "1.0"