# 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 = "pidlock" version = "0.1.6" authors = ["Paul Hummer "] include = [ "src/*.rs", "Cargo.toml", "README.md", "LICENSE-MIT", "LICENSE-APACHE", ] description = "A library for using pidfiles as resource locks" readme = "README.md" keywords = [ "pidfile", "file", "filelock", "server", "lock", ] categories = ["filesystem"] license = "MIT" repository = "https://github.com/rockstar/pidlock" [dependencies.libc] version = "0.2.40" [dependencies.log] version = "0.4.1" [dev-dependencies.rand] version = "0.8.2" [features] default = [] strict = [] [target."cfg(windows)".dependencies.windows-sys] version = "0.45.0" features = [ "Win32_System_Threading", "Win32_Foundation", ] [badges.circle-ci] branch = "master" repository = "rockstar/pidlock"