[dependencies.error-chain]
default-features = false
version = "^0.12.1"
[dependencies.glob]
version = "0.3.0"
[dependencies.log]
version = "0.4.8"
[dependencies.nix]
version = "0.17.0"
[dev-dependencies.env_logger]
version = "0.7.1"
[dev-dependencies.rusty-fork]
version = "0.2.2"
[dev-dependencies.tempfile]
version = "3.1.0"
[package]
authors = ["Joshua Abraham <sinisterpatrician@gmail.com>"]
categories = ["filesystem", "os"]
description = "Identify processes that have opened files or sockets"
documentation = "https://docs.rs/ofiles"
edition = "2018"
homepage = "https://github.com/jabedude/ofiles/"
keywords = ["filesystem", "sockets", "processes", "lsof", "fuser"]
license = "BSD-3-Clause"
name = "ofiles"
readme = "README.md"
repository = "https://github.com/jabedude/ofiles/"
version = "0.2.0"