sqeel 0.2.0

Vim-modal SQL client: TUI + GUI front-ends for sqlx-backed connections with LSP-aware editing.
# 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 = "sqeel"
version = "0.2.0"
authors = ["mxaddict <mxaddict@kryptic.sh>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "sqeel"
description = "Vim-modal SQL client: TUI + GUI front-ends for sqlx-backed connections with LSP-aware editing."
homepage = "https://sqeel.kryptic.sh"
readme = "README.md"
keywords = [
    "sql",
    "vim",
    "tui",
    "gui",
    "client",
]
categories = [
    "database",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/kryptic-sh/sqeel"
resolver = "2"

[[bin]]
name = "sqeel"
path = "src/bin/sqeel.rs"

[[bin]]
name = "sqeel-gui"
path = "src/bin/sqeel-gui.rs"

[dependencies.anyhow]
version = "1"

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

[dependencies.eframe]
version = "0.31"

[dependencies.egui]
version = "0.31"

[dependencies.sqeel-core]
version = "=0.2.0"

[dependencies.sqeel-gui]
version = "=0.2.0"

[dependencies.sqeel-tui]
version = "=0.2.0"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.tokio]
version = "1.52.1"
features = ["full"]