filelocksmith 1.0.0

Detect what processes are locking a file or folder on Windows
Documentation
# 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 = "filelocksmith"
version = "1.0.0"
authors = ["Caelan Sayler <git@caesay.com>"]
build = "build.rs"
exclude = [
    "PowerToys/*",
    "!PowerToys/src/modules/FileLocksmith/FileLocksmithLibInterop/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Detect what processes are locking a file or folder on Windows"
homepage = "https://github.com/velopack/filelocksmith-rs"
documentation = "https://docs.rs/filelocksmith"
readme = "README.md"
keywords = [
    "windows",
    "locksmith",
    "powertoys",
    "find",
    "locking",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/velopack/filelocksmith-rs"

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

[features]
private-docs-rs = []

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

[[example]]
name = "runall"
path = "examples/runall.rs"

[[test]]
name = "ci_test"
path = "tests/ci_test.rs"
harness = false

[build-dependencies.cc]
version = "1"