# 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 = "2021" name = "lockfile" version = "0.4.0" authors = ["Richard Dodd "] include = [ "src/**/*.rs", "Cargo.toml", "README.md", "CHANGELOG.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" resolver = "2" [dependencies.log] version = "0.4.17" optional = true [dev-dependencies.tempfile] version = "3" [badges.appveyor] repository = "derekdreery/lockfile-rs" [badges.maintenance] status = "experimental" [badges.travis-ci] repository = "derekdreery/lockfile-rs"