sql-insight-cli 0.2.1

A CLI utility for SQL query analysis, formatting, and transformation.
# 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 = "sql-insight-cli"
version = "0.2.1"
authors = ["Takahiro Ebato <takahiro.ebato@gmail.com>"]
build = false
include = [
    "src/**/*.rs",
    "Cargo.toml",
    "README.md",
    "LICENSE.txt",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI utility for SQL query analysis, formatting, and transformation."
homepage = "https://github.com/takaebato/sql-insight"
documentation = "https://docs.rs/sql-insight-cli/"
readme = "README.md"
keywords = [
    "sql",
    "query",
    "cli",
    "utility",
    "insight",
]
license = "MIT"
repository = "https://github.com/takaebato/sql-insight"

[[bin]]
name = "sql-insight"
path = "src/main.rs"
doc = false

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

[dependencies.rustyline]
version = "18.0.0"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.150"

[dependencies.sql-insight]
version = "0.3.0"
features = ["serde"]

[dev-dependencies.assert_cmd]
version = "2.0.13"

[dev-dependencies.predicates]
version = "3.1.0"

[dev-dependencies.tempfile]
version = "3.1.0"

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