# 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 = "2018" name = "pidfile-rs" version = "0.2.0" authors = ["Andrej Shadura "] description = "Rust wrapper for pidfile_* functions from libbsd/libutil" documentation = "https://docs.rs/pidfile-rs" readme = "README.md" license = "MIT" repository = "https://github.com/andrewshadura/bsd-pidfile-rs" [package.metadata.docs.rs] targets = ["x86_64-unknown-freebsd"] [package.metadata.system-deps."cfg(not(any(target_os = \"dragonfly\", target_os = \"freebsd\")))"] libbsd = "0.1.6" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1.0" [dev-dependencies.nix] version = "^0.19" [dev-dependencies.tempfile] version = "3" [target."cfg(not(any(target_os = \"dragonfly\", target_os = \"freebsd\")))".build-dependencies.system-deps] version = "5"