# 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 = "ash_cli" version = "0.4.5" authors = ["E36 Knots"] description = "Ash CLI" homepage = "https://ash.center" documentation = "https://ash.center/docs/toolkit/ash-rs/introduction" readme = "README.md" keywords = [ "blockchain", "avalanche", "subnets", "ash", ] categories = [ "command-line-utilities", "cryptography::cryptocurrencies", "data-structures", ] license = "BSD-3-Clause" repository = "https://github.com/AshAvalanche/ash-rs" [[bin]] name = "ash" path = "src/main.rs" [dependencies.ash_sdk] version = "0.4.5" [dependencies.async-std] version = "1.10.0" features = [ "attributes", "tokio1", ] [dependencies.atty] version = "0.2.14" [dependencies.base64] version = "0.21.4" [dependencies.chrono] version = "0.4.24" [dependencies.clap] version = "4.0.32" features = [ "derive", "env", "cargo", "string", ] [dependencies.colored] version = "2.0.0" [dependencies.enum-display-derive] version = "0.1.1" [dependencies.exitcode] version = "1.1.2" [dependencies.hex] version = "0.4.3" [dependencies.indent] version = "0.1.1" [dependencies.indicatif] version = "0.17.7" [dependencies.indoc] version = "2.0.0" [dependencies.inquire] version = "0.6.2" [dependencies.jsonwebtoken] version = "8.3.0" [dependencies.keyring] version = "2.0.5" [dependencies.prettytable] version = "0.10.0" [dependencies.rust_decimal] version = "1.29.1" [dependencies.serde] version = "1.0.188" [dependencies.serde_json] version = "1.0.91" [dependencies.serde_yaml] version = "0.9.27" [dependencies.shellexpand] version = "3.1.0" [dependencies.whoami] version = "1.4.1"