[badges.appveyor]
repository = "derekdreery/lockfile-rs"
[badges.maintenance]
status = "experimental"
[badges.travis-ci]
repository = "derekdreery/lockfile-rs"
[dependencies.log]
version = "0.4.8"
[dev-dependencies.tempfile]
version = "3"
[package]
authors = ["Richard Dodd <richard.o.dodd@gmail.com>"]
categories = ["filesystem", "command-line-utilities"]
description = "Create lockfiles that remove themselves when they are dropped"
include = ["src/**/*.rs", "Cargo.toml", "README.md", "CHANGELOG.md"]
keywords = ["lockfile", "lock", "file"]
license = "MIT/Apache-2.0/ISC"
name = "lockfile"
readme = "README.md"
repository = "https://github.com/derekdreery/lockfile-rs"
version = "0.2.2"