lock-guard 1.0.0

A background process for shutting down your computer while its locked then unplugged
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"
name = "lock-guard"
version = "1.0.0"
authors = ["Ask Skivdal"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
A background process for shutting down your computer while its locked then unplugged
"""
documentation = "https://docs.rs/lock-guard"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/AskSkivdal/lock-guard"

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

[[bin]]
name = "lock-guard"
path = "src/main.rs"

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

[dependencies.env_logger]
version = "0.11.10"

[dependencies.log]
version = "0.4.32"

[dependencies.sysinfo]
version = "0.39.3"