vta-cli-common 0.3.1

Shared CLI command handlers and rendering helpers for VTA CLIs
Documentation
# 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 = "2024"
rust-version = "1.91.0"
name = "vta-cli-common"
version = "0.3.1"
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.aes-gcm]
version = "0.10"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.ed25519-dalek]
version = "2"

[dependencies.hkdf]
version = "0.12"

[dependencies.multibase]
version = "0.9"

[dependencies.ratatui]
version = "0.30"

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.vta-sdk]
version = "0.3"
features = ["client"]

[dependencies.x25519-dalek]
version = "2"
features = ["static_secrets"]