pg_glimpse 0.5.1

A terminal-based PostgreSQL monitoring tool with live TUI
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 = "2021"
rust-version = "1.74"
name = "pg_glimpse"
version = "0.5.1"
build = false
exclude = [
    "target/",
    "error.log",
    ".claude/",
    ".github/",
    "Formula/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A terminal-based PostgreSQL monitoring tool with live TUI"
homepage = "https://github.com/dlt/pg_glimpse"
readme = "README.md"
keywords = [
    "postgresql",
    "monitoring",
    "tui",
    "database",
]
categories = [
    "command-line-utilities",
    "database",
]
license = "MIT"
repository = "https://github.com/dlt/pg_glimpse"

[features]
integration = []

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

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

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

[dependencies.arboard]
version = "3"

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "serde",
]

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
]

[dependencies.color-eyre]
version = "0.6"

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "6"

[dependencies.nucleo-matcher]
version = "0.3"

[dependencies.ratatui]
version = "0.30"

[dependencies.rustls]
version = "0.23"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

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

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

[dependencies.toml]
version = "0.8"

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

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

[dev-dependencies.filetime]
version = "0.2"

[dev-dependencies.insta]
version = "1.42"

[dev-dependencies.proptest]
version = "1.5"

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

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

[profile.release]
lto = true
strip = true