gitql-cli 0.43.0

GitQL Command line interface (CLI) components
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 = "gitql-cli"
version = "0.43.0"
authors = ["AmrDeveloper"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GitQL Command line interface (CLI) components"
readme = "README.md"
keywords = [
    "cli",
    "gql",
    "language",
    "git",
    "sql",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/amrdeveloper/gql/tree/main/crates/gitql-cli"
resolver = "3"

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

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

[dependencies.csv]
version = "1.4.0"

[dependencies.gitql-ast]
version = "0.39.0"

[dependencies.gitql-core]
version = "0.20.0"

[dependencies.gitql-parser]
version = "0.42.0"

[dependencies.linked-hash-map]
version = "0.5.6"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.termcolor]
version = "1.4.1"

[dependencies.yaml-rust]
version = "0.4.5"