[package]
edition = "2024"
rust-version = "1.91.0"
name = "vta-cli-common"
version = "0.2.0"
authors = ["Glenn Gore <glenn@affinidi.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared CLI command handlers and rendering helpers for VTA CLIs"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/OpenVTC/verifiable-trust-infrastructure"
[lib]
name = "vta_cli_common"
path = "src/lib.rs"
[dependencies.chrono]
version = "0.4"
[dependencies.ed25519-dalek]
version = "2"
[dependencies.ratatui]
version = "0.30"
[dependencies.serde_json]
version = "1"
[dependencies.vta-sdk]
version = "0.2.0"
features = ["client"]