vantage-cmd 0.5.1

Local command-execution persistence backend for Vantage, scripted with Rhai — incubating
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-cmd"
version = "0.5.1"
authors = ["Romans Malinovskis <me@nearly.guru>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Local command-execution persistence backend for Vantage, scripted with Rhai — incubating"
homepage = "https://romaninsh.github.io/vantage"
documentation = "https://docs.rs/vantage-cmd"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/romaninsh/vantage"

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

[[example]]
name = "aws-cli"
path = "examples/aws-cli.rs"

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

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

[dependencies.ciborium]
version = "0.2"

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.rhai]
version = "1.21"
features = ["serde"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.serde_yaml_ng]
version = "0.10"

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

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

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

[dependencies.vantage-expressions]
version = "0.5"

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

[dependencies.vantage-types]
version = "0.5"
features = ["serde"]

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

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.vantage-cli-util]
version = "0.5"