[[bin]]
doc = false
name = "hardware-diagnostic"
path = "src/bin/main.rs"
[dependencies.sysinfo]
version = "0.30"
[lib]
name = "hardware_diagnostic"
path = "src/lib.rs"
[package]
authors = ["João Gabriel Rodrigues dos Santos <joao.santos.3@globalhitss.com.br"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools::profiling"]
description = "Ferramenta de diagnóstico de hardware para Windows com sistema de pontuação"
edition = "2021"
keywords = ["hardware", "diagnostic", "windows", "performance", "monitoring"]
license = "GPL-3.0-or-later"
name = "hardware-diagnostic"
readme = "README.md"
repository = "https://github.com/seuusuario/hardware-diagnostic"
version = "1.0.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--html-in-header", "docs/header.html", "--generate-link-to-definition", "--document-private-items"]
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"