check-macos-updates 0.3.5

A monitoring plugin to check if macOS system updates are available.
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 = "2021"
name = "check-macos-updates"
version = "0.3.5"
authors = ["Johan Thorén <johan@thoren.xyz>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A monitoring plugin to check if macOS system updates are available."
readme = "README.md"
license = "ISC"
repository = "https://github.com/johanthoren/check_macos_updates"

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

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

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

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

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

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

[dependencies.nagios-range]
version = "0.2.5"

[dependencies.plist]
version = "1.7.0"

[dependencies.psutil]
version = "3.3.0"

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

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

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

[dev-dependencies.pretty_assertions]
version = "1.4.0"

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