[badges.circle-ci]
branch = "master"
repository = "rockstar/pidlock"
[dependencies.libc]
version = "0.2.40"
[dependencies.log]
version = "0.4.1"
[dev-dependencies.rand]
version = "0.8.2"
[features]
default = ["strict"]
strict = []
[package]
authors = ["Paul Hummer <paul@eventuallyanyway.com>"]
categories = ["filesystem"]
description = "A library for using pidfiles as resource locks"
include = ["src/*.rs", "Cargo.toml", "README.md", "LICENSE-MIT", "LICENSE-APACHE"]
keywords = ["pidfile", "file", "filelock", "server", "lock"]
license = "MIT"
name = "pidlock"
readme = "README.md"
repository = "https://github.com/rockstar/pidlock"
version = "0.1.4"