filelocksmith 0.1.2

Detect what processes are locking a file or folder on Windows
Documentation
[build-dependencies.cc]
version = "1.1"

[features]
private-docs-rs = []

[lib]
name = "filelocksmith"
path = "src/lib.rs"

[package]
authors = ["Caelan Sayler <git@caesay.com>"]
categories = ["development-tools"]
description = "Detect what processes are locking a file or folder on Windows"
edition = "2021"
exclude = ["PowerToys/*", "!PowerToys/src/modules/FileLocksmith/FileLocksmithLibInterop/**/*"]
homepage = "https://github.com/velopack/filelocksmith-rs"
keywords = ["windows", "locksmith", "powertoys", "find", "locking"]
license = "MIT"
name = "filelocksmith"
readme = "README.md"
repository = "https://github.com/velopack/filelocksmith-rs"
version = "0.1.2"

[package.metadata.docs.rs]
features = ["private-docs-rs"]