zql-cli 1.0.0

Command line tool to interactively query SQL databases.
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 = "zql-cli"
version = "1.0.0"
authors = ["Huw Walters <huw.walters@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command line tool to interactively query SQL databases."
readme = "README.md"
license = "GPL-3.0-or-later"

[package.metadata.winresource]
ProductName = "ZQL"

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

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

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

[dependencies.clap_complete]
version = "4.6.0"

[dependencies.csv]
version = "1.4.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.enable-ansi-support]
version = "0.3.1"

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

[dependencies.itertools]
version = "0.14.0"

[dependencies.odbc-api]
version = "21.0.0"

[dependencies.once_cell]
version = "1.21.4"

[dependencies.pretty_assertions]
version = "1.4.1"

[dependencies.regex]
version = "1.12.3"

[dependencies.rpassword]
version = "7.4.0"

[dependencies.rustyline]
version = "17.0.2"

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

[dependencies.serde_yml]
version = "0.0.12"

[dependencies.termsize]
version = "0.1.9"

[dependencies.thiserror]
version = "2.0.18"

[build-dependencies.winresource]
version = "0.1.30"