sql-insight-cli 0.3.0

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.3.0"
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",
    "cli",
    "lineage",
    "crud",
    "normalization",
]
license = "MIT"
repository = "https://github.com/takaebato/sql-insight"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/sql-insight-cli-v{ version }/sql-insight-{ target }.tar.gz"
pkg-fmt = "tgz"
bin-dir = "{ bin }{ binary-ext }"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-url = "{ repo }/releases/download/sql-insight-cli-v{ version }/sql-insight-{ target }.zip"
pkg-fmt = "zip"

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

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

[dependencies.clap_complete]
version = "4.5"

[dependencies.clap_mangen]
version = "0.3"

[dependencies.rustyline]
version = "18.0.0"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.150"

[dependencies.sql-insight]
version = "0.4.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"]