kuiper_cli 0.19.0

A CLI for the Kuiper JSON mapping language
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 = "2021"
name = "kuiper_cli"
version = "0.19.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "kuiper"
description = "A CLI for the Kuiper JSON mapping language"
homepage = "https://github.com/cognitedata/kuiper"
readme = "README.md"
keywords = [
    "cli",
    "json",
    "language",
    "kuiper",
]
license = "Apache-2.0"
repository = "https://github.com/cognitedata/kuiper"

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

[[bin]]
name = "kuiper"
path = "src/bin/kuiper/main.rs"

[dependencies.clap]
version = "4.5.4"
features = ["derive"]

[dependencies.colored]
version = "3.0.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.kuiper_lang]
version = "0.19.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.regex]
version = "1.10.4"

[dependencies.rustyline]
version = "17.0.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.116"