vizgres 0.5.0

A fast, keyboard-driven PostgreSQL client for the terminal
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"
rust-version = "1.93"
name = "vizgres"
version = "0.5.0"
authors = ["vizgres contributors"]
build = false
exclude = [
    "tests/",
    "docs/",
    ".github/",
    "docker-compose.test.yml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, keyboard-driven PostgreSQL client for the terminal"
readme = "README.md"
keywords = [
    "postgresql",
    "tui",
    "database",
    "terminal",
    "cli",
]
categories = [
    "command-line-utilities",
    "database",
]
license = "MIT"
repository = "https://github.com/simpllyf/vizgres"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.arboard]
version = "3"

[dependencies.chrono]
version = "0.4"

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

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "5"

[dependencies.futures]
version = "0.3"

[dependencies.percent-encoding]
version = "2.3.2"

[dependencies.ratatui]
version = "0.28"

[dependencies.rust_decimal]
version = "1"
features = ["db-tokio-postgres"]

[dependencies.rustls]
version = "0.23"
features = [
    "std",
    "tls12",
    "ring",
]
default-features = false

[dependencies.rustls-native-certs]
version = "0.8"

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

[dependencies.serde_json]
version = "1"

[dependencies.sqlformat]
version = "0.5"

[dependencies.thiserror]
version = "1"

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

[dependencies.tokio-postgres]
version = "0.7"
features = [
    "with-serde_json-1",
    "with-chrono-0_4",
    "with-uuid-1",
]

[dependencies.tokio-postgres-rustls]
version = "0.13"

[dependencies.toml]
version = "0.8"

[dependencies.uuid]
version = "1"

[dependencies.webpki-roots]
version = "0.26"

[dev-dependencies.tokio-test]
version = "0.4"

[profile.dev]
opt-level = 0

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true