vantage-cli-util 0.4.6

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.6"
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"

[[test]]
name = "cli_vista_e2e"
path = "tests/cli_vista_e2e.rs"

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

[dependencies.ciborium]
version = "0.2.2"

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

[dependencies.indexmap]
version = "2"

[dependencies.owo-colors]
version = "4"

[dependencies.serde_json]
version = "1"

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

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

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

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

[dependencies.vantage-vista]
version = "0.4.10"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt",
]