[badges.maintenance]
status = "passively-maintained"
[badges.travis-ci]
branch = "master"
repository = "https://github.com/brunoczim/fslock"
[features]
default = ["std"]
std = []
[package]
categories = ["filesystem", "no-std", "concurrency"]
description = "A library to use files as locks"
edition = "2018"
keywords = ["file", "lock", "lockfile", "filelock", "lock-file"]
license = "MIT"
name = "fslock"
readme = "README.md"
repository = "https://github.com/brunoczim/fslock"
version = "0.2.1"
[target."cfg(unix)".dependencies.libc]
default-features = false
version = "^0.2.66"
[target."cfg(windows)".dependencies.winapi]
features = ["minwindef", "minwinbase", "winbase", "errhandlingapi", "winerror", "winnt", "synchapi", "handleapi", "fileapi", "processthreadsapi"]
version = "^0.3.8"