tr300 3.14.4

Cross-platform system information report
# 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.95"
name = "tr300"
version = "3.14.4"
authors = ["Emmett S <hey@emmetts.dev>"]
build = "build.rs"
include = [
    "/Cargo.lock",
    "/Cargo.toml",
    "/LICENSE",
    "/README.md",
    "/build.rs",
    "/man/**",
    "/src/**",
    "/tests/**",
    "/wix/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-platform system information report"
readme = "README.md"
keywords = [
    "cli",
    "system",
    "sysinfo",
    "report",
    "cross-platform",
]
categories = ["command-line-utilities"]
license = "PolyForm-Noncommercial-1.0.0"
repository = "https://github.com/QubeTX/qube-machine-report"

[package.metadata.wix]
upgrade-guid = "5CD540A8-AD16-4B0F-8CE4-51FF641DE181"
path-guid = "0F93D599-44AD-4377-96FE-25B5C9EA3078"
license = false
eula = false

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

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

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

[dependencies.chrono]
version = "0.4"

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

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "5.0"

[dependencies.serde_json]
version = "1"

[dependencies.sysinfo]
version = "0.32"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.ureq]
version = "2"
features = [
    "tls",
    "json",
]

[dev-dependencies.assert_cmd]
version = "2"

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

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

[build-dependencies.clap_mangen]
version = "0.2"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(unix)".dependencies.uzers]
version = "0.12"

[target."cfg(windows)".dependencies.serde]
version = "1"
features = ["derive"]

[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = [
    "consoleapi",
    "wincon",
    "sysinfoapi",
    "winuser",
    "winnls",
    "iphlpapi",
    "ws2def",
    "ws2ipdef",
    "winerror",
    "inaddr",
    "in6addr",
    "ifdef",
    "winbase",
    "errhandlingapi",
    "winnt",
    "tlhelp32",
    "processthreadsapi",
    "handleapi",
]

[target."cfg(windows)".dependencies.wmi]
version = "0.14"

[profile.dist]
lto = "thin"
inherits = "release"