# 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 = "file-locker" version = "1.1.3" authors = [ "Sashanoraa ", "Alfie John ", "Sebastian Thiel ", ] build = false include = [ "src/lib.rs", "/LICENSE", "/README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "File locking via POSIX advisory record locks" homepage = "https://sr.ht/~zethra/file-locker/" readme = "README.md" keywords = [ "linux", "file", "lock", ] categories = [ "os", "os::unix-apis", ] license = "MIT" repository = "https://git.sr.ht/~zethra/file-locker/" [lib] name = "file_locker" path = "src/lib.rs" [dependencies.nix] version = "0.29.0" features = [ "fs", "process", ]