vantage-cli-util 0.4.0

CLI utilities for Vantage data framework
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"
name = "vantage-cli-util"
version = "0.4.0"
authors = ["Romans Malinovskis <me@nearly.guru>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI utilities for Vantage data framework"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/romaninsh/vantage"
resolver = "2"

[lib]
name = "vantage_cli_util"
path = "src/lib.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.comfy-table]
version = "7"

[dependencies.indexmap]
version = "2"

[dependencies.vantage-core]
version = "0.4"

[dependencies.vantage-dataset]
version = "0.4"

[dependencies.vantage-table]
version = "0.4"

[dependencies.vantage-types]
version = "0.4"