# 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 = "file-lock" version = "2.1.11" authors = [ "Alfie John ", "Corey Richardson ", "Jacob Turner ", "Mateusz Kondej ", "Michael Lohr ", "Quang Luong ", "Sebastian Thiel ", ] build = "build.rs" description = "File locking via POSIX advisory record locks" homepage = "https://crates.io/crates/file-lock" documentation = "https://docs.rs/file-lock/" readme = "README.md" license = "MIT" repository = "https://github.com/alfiedotwtf/file-lock" [dependencies.libc] version = "0.2.139" [dev-dependencies.nix] version = "0.26.2" features = ["process"] default-features = false [build-dependencies.cc] version = "1.0.78"