cargo-slow 0.1.0

Cargo subcommand to diagnose a slow machine: identify disk, memory, CPU, and thermal issues
# 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.88"
name = "cargo-slow"
version = "0.1.0"
authors = ["Luca Cappelletti"]
build = false
exclude = [
    ".github/",
    "metrics.csv",
    "*.bin",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cargo subcommand to diagnose a slow machine: identify disk, memory, CPU, and thermal issues"
homepage = "https://github.com/LucaCappelletti94/cargo-slow"
documentation = "https://docs.rs/cargo-slow"
readme = "README.md"
keywords = [
    "cargo-subcommand",
    "monitoring",
    "diagnostics",
    "performance",
    "linux",
]
categories = [
    "command-line-utilities",
    "development-tools::profiling",
]
license = "MIT"
repository = "https://github.com/LucaCappelletti94/cargo-slow"

[[bin]]
name = "cargo-slow"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4"

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

[dependencies.crossterm]
version = "0.29"

[dependencies.csv]
version = "1.3"

[dependencies.libc]
version = "0.2"

[dependencies.ratatui]
version = "0.30"

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

[dependencies.sha2]
version = "0.10"

[dependencies.sysinfo]
version = "0.38.1"

[dev-dependencies.cargo-husky]
version = "1"
features = [
    "precommit-hook",
    "run-cargo-fmt",
    "run-cargo-clippy",
]

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