[package]
edition = "2024"
name = "vantage-cli-util"
version = "0.4.2"
license = "MIT OR Apache-2.0"
authors = ["Romans Malinovskis <me@nearly.guru>"]
description = "CLI utilities for Vantage data framework"
repository = "https://github.com/romaninsh/vantage"
[dependencies]
async-trait = "0.1"
ciborium = "0.2.2"
comfy-table = { version = "7", features = ["custom_styling"] }
indexmap = "2"
owo-colors = "4"
vantage-core = { version = "0.4", path = "../vantage-core" }
vantage-dataset = { version = "0.4", path = "../vantage-dataset" }
vantage-table = { version = "0.4.8", path = "../vantage-table" }
vantage-types = { version = "0.4", path = "../vantage-types" }
vantage-vista = { version = "0.4.5", path = "../vantage-vista" }