sysaudit 0.1.0

Windows system auditor: enumerate installed software, updates, and industrial applications
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 = "2024"
rust-version = "1.85"
name = "sysaudit"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Windows system auditor: enumerate installed software, updates, and industrial applications"
documentation = "https://docs.rs/sysaudit"
readme = "README.md"
keywords = [
    "windows",
    "registry",
    "audit",
    "software",
    "wmi",
]
categories = [
    "os::windows-apis",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/wends155/sysaudit"
resolver = "2"

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = ["x86_64-pc-windows-msvc"]

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

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

[dependencies.comfy-table]
version = "7.1"

[dependencies.csv]
version = "1.3"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sysinfo]
version = "0.32"

[dependencies.thiserror]
version = "2.0"

[dependencies.windows-registry]
version = "0.4"

[dependencies.windows-result]
version = "0.3"

[dependencies.wmi]
version = "0.14"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]