[dev-dependencies.vmap]
version = "0.6"
[package]
authors = ["Jeremy Larkin <jeremylarkin@gmail.com>"]
description = "A cross-platform library for simple advisory file locking."
documentation = "https://docs.rs/file-guard"
edition = "2021"
keywords = ["file-guard", "file", "lock", "fcntl", "LockFile"]
license = "MIT"
name = "file-guard"
readme = "README.md"
repository = "https://github.com/kalamay/file-guard"
version = "0.2.0"
[target."cfg(unix)".dependencies.libc]
version = "0.2.109"
[target."cfg(windows)".dependencies.winapi]
features = ["winerror", "minwinbase", "minwindef", "fileapi"]
version = "0.3.9"