[[bin]]
name = "postgres-dv"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.53"
[dependencies.regex]
version = "1.12.2"
[dependencies.richrs]
features = ["markdown"]
version = "0.2.1"
[dependencies.rpassword]
version = "7.4.0"
[dependencies.sqlx]
features = ["runtime-tokio", "postgres", "tls-native-tls"]
version = "0.7"
[dependencies.sqlx-pgrow-serde]
features = ["postgres", "json", "chrono"]
version = "0.2.0"
[dependencies.tokio]
features = ["full"]
version = "1.48.0"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Postgres Data Viewer with powerful CLI and rich data visualization."
edition = "2024"
keywords = ["postgres", "sql", "data-visualization"]
license-file = "LICENSE"
name = "postgres-dv"
readme = "README.md"
repository = "https://github.com/AstraBert/postgres-dv"
version = "0.1.0"