pidlock 0.2.2

A library for using pidfiles as resource locks
Documentation
[badges.maintenance]
status = "actively-developed"

[dependencies.log]
optional = true
version = "0.4"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.rand]
version = "0.8.2"

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

[features]
default = []

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

[lints.clippy.expect_used]
level = "deny"
priority = 0

[lints.clippy.panic]
level = "deny"
priority = 0

[lints.clippy.print_stdout]
level = "deny"
priority = 0

[lints.clippy.undocumented_unsafe_blocks]
level = "deny"
priority = 0

[lints.clippy.unwrap_used]
level = "deny"
priority = 0

[package]
authors = ["Paul Hummer <paul@eventuallyanyway.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["filesystem"]
description = "A library for using pidfiles as resource locks"
edition = "2024"
include = ["src/*.rs", "Cargo.toml", "README.md", "LICENSE-MIT"]
keywords = ["pidfile", "file", "filelock", "server", "lock"]
license = "MIT"
name = "pidlock"
readme = "README.md"
repository = "https://github.com/rockstar/pidlock"
version = "0.2.2"

[target."cfg(not(windows))".dependencies.nix]
features = ["signal"]
version = "0.30.1"

[target."cfg(windows)".dependencies.windows]
features = ["Win32_System_Threading", "Win32_Foundation"]
version = "0.62.2"