darpan 0.2.5

Linux developer service monitoring utility with auto-detection, real-time health checks, and interactive TUI for databases, APIs, Docker containers, and more
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"
name = "darpan"
version = "0.2.5"
authors = ["Chirag (chiraglabs) chiragcrypt@gmail.com"]
build = false
exclude = [
    "target/",
    ".git/",
    ".github/",
    "examples/",
    "*.md",
    "!README.md",
    "!LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Linux developer service monitoring utility with auto-detection, real-time health checks, and interactive TUI for databases, APIs, Docker containers, and more"
homepage = "https://github.com/codeBunny2022/darpan"
readme = "README.md"
keywords = [
    "monitoring",
    "devtools",
    "health-check",
    "tui",
    "developer-tools",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/codeBunny2022/darpan"

[features]
db-health-checks = [
    "tokio-postgres",
    "redis",
]
default = ["db-health-checks"]

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.arboard]
version = "3.2"

[dependencies.async-trait]
version = "0.1"

[dependencies.bollard]
version = "0.15"

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

[dependencies.clap]
version = "4.4"
features = [
    "derive",
    "cargo",
]

[dependencies.colored]
version = "2.1"

[dependencies.crossterm]
version = "0.27"

[dependencies.dirs]
version = "5.0"

[dependencies.futures]
version = "0.3"

[dependencies.procfs]
version = "0.16"

[dependencies.ratatui]
version = "0.25"

[dependencies.redis]
version = "0.27"
features = ["tokio-comp"]
optional = true

[dependencies.reqwest]
version = "0.11"
features = ["json"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sysinfo]
version = "0.30"

[dependencies.tabled]
version = "0.15"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tokio-postgres]
version = "0.7"
optional = true

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

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