devpulse 1.0.0

Developer diagnostics: HTTP timing, build artifact cleanup, environment health checks, port scanning, PATH analysis, and config format conversion
# 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 = "devpulse"
version = "1.0.0"
authors = ["LazyFrog <support@kindware.dev>"]
build = false
exclude = [
    ".github/*",
    "CLAUDE.md",
    ".memory/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Developer diagnostics: HTTP timing, build artifact cleanup, environment health checks, port scanning, PATH analysis, and config format conversion"
homepage = "https://kindware.dev"
documentation = "https://github.com/Brutus1066/devpulse#readme"
readme = "README.md"
keywords = [
    "http",
    "timing",
    "cleanup",
    "cli",
    "developer-tools",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "web-programming::http-client",
]
license = "MIT"
repository = "https://github.com/Brutus1066/devpulse"

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

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

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

[dependencies.clap_complete]
version = "4.4"

[dependencies.colored]
version = "2.1"

[dependencies.crossterm]
version = "0.28"

[dependencies.native-tls]
version = "0.2"

[dependencies.ratatui]
version = "0.29"

[dependencies.rayon]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yml]
version = "0.0.12"

[dependencies.sysinfo]
version = "0.32"

[dependencies.thiserror]
version = "1.0"

[dependencies.toml]
version = "0.8"

[dependencies.walkdir]
version = "2.5"

[dependencies.wild]
version = "2"

[dependencies.x509-parser]
version = "0.16"

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

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