shellql 0.1.7-beta

A Vim- and tmux-inspired terminal database manager for developers
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 = "shellql"
version = "0.1.7-beta"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Vim- and tmux-inspired terminal database manager for developers"
readme = "README.md"
license = "MIT"
repository = "https://github.com/amaduswaray/ShellQL"

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

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

[[test]]
name = "connections"
path = "tests/connections.rs"

[[test]]
name = "sql_integration"
path = "tests/sql_integration.rs"

[[test]]
name = "sql_prebuilt_queries_integration"
path = "tests/sql_prebuilt_queries_integration.rs"

[[test]]
name = "validation"
path = "tests/validation.rs"

[dependencies.annotate-snippets]
version = "0.12"

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

[dependencies.color-eyre]
version = "0.6"
default-features = false

[dependencies.console]
version = "0.16.3"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.once_cell]
version = "1.19"

[dependencies.owo-colors]
version = "4"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.ratatui-textarea]
version = "0.9.1"

[dependencies.regex]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sqlformat]
version = "0.5"

[dependencies.sqlx]
version = "0.8.6"
features = [
    "postgres",
    "mysql",
    "sqlite",
    "runtime-tokio",
    "tls-native-tls",
]

[dependencies.tabled]
version = "0.20.0"

[dependencies.tokio]
version = "1.52.1"
features = [
    "macros",
    "rt-multi-thread",
    "signal",
]

[dependencies.unicode-width]
version = "0.2"

[dependencies.url]
version = "2.5.8"

[dependencies.uuid]
version = "1.23.1"
features = ["v4"]

[dev-dependencies.serial_test]
version = "3"

[profile.release]
opt-level = 3
strip = true