# 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" rust-version = "1.74" name = "pidfile2" version = "0.1.1" authors = ["Alex Rudy "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "PID Files as process locks in Rust" documentation = "https://docs.rs/pidfile2" readme = "README.md" keywords = [] categories = [] license = "MIT" repository = "https://github.com/alexrudy/pidfile" [lib] name = "pidfile" path = "src/lib.rs" [dependencies.libc] version = "0.2" [dependencies.tracing] version = "0.1" [dev-dependencies.tempfile] version = "3.12.0"