lockfile 0.1.0

Create lockfiles that remove themselves when they are dropped
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[badges.maintenance]
status = "experimental"

[badges.travis-ci]
repository = "derekdreery/lockfile-rs"