# 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 = "fd-lock-rs" version = "0.1.4" authors = ["Aiden McClelland "] description = "Like [fd-lock](https://crates.io/crates/fd-lock) but with a slightly different API." documentation = "https://docs.rs/fd-lock-rs" readme = "README.md" keywords = [ "file", "lock", "flock", ] license = "MIT" repository = "https://github.com/dr-bonez/fd-lock-rs" [dependencies.nix] version = "0.24.2"