unc-validator 0.6.1

unc-validator is your human-friendly companion that helps to interact with Utility Validators from command line.
[[bin]]
name = "unc-validator"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.0.18"

[dependencies.color-eyre]
version = "0.6"

[dependencies.futures]
version = "0.3"

[dependencies.inquire]
version = "0.6"

[dependencies.interactive-clap]
version = "0.2.8"

[dependencies.interactive-clap-derive]
version = "0.2.8"

[dependencies.num-rational]
version = "0.3.2"

[dependencies.prettytable]
version = "0.10.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0.57"

[dependencies.shell-words]
version = "1.0.0"

[dependencies.strum]
features = ["derive"]
version = "0.24"

[dependencies.strum_macros]
version = "0.24"

[dependencies.tokio]
features = ["rt-multi-thread"]
version = "1.0"

[dependencies.unc-cli-rs]
default-features = false
version = "0.6.0"

[dependencies.unc-crypto]
version = "0.6.1"

[dependencies.unc-jsonrpc-client]
version = "0.6.1"

[dependencies.unc-jsonrpc-primitives]
version = "0.6.1"

[dependencies.unc-primitives]
version = "0.6.1"

[package]
authors = ["Hello Inc <hello@unc.com>"]
description = "unc-validator is your human-friendly companion that helps to interact with Utility Validators from command line."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "unc-validator"
readme = "README.md"
repository = "https://github.com/Utility/utility-validator-cli-rs.git"
version = "0.6.1"
[package.metadata.wix]
eula = false
license = false
path-guid = "A985F448-11E8-41B9-A8A4-F23CCD7ECC5C"
upgrade-guid = "C5573F8E-07D3-4504-8A6D-F77C90CB42C3"
[profile.dist]
inherits = "release"
lto = "thin"