[[bin]]
name = "ffscan"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.4"
[dependencies.rayon]
version = "1.8"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.sysinfo]
version = "0.30"
[dependencies.walkdir]
version = "2.3"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "filesystem", "os"]
description = "Fast directory & process scanner: scan large files/folders, list/kill processes, and print system info."
edition = "2021"
homepage = "https://github.com/swap72/fscan"
keywords = ["cli", "scanner", "filesystem", "process", "sysinfo"]
license = "MIT"
name = "ffscan"
readme = "README.md"
repository = "https://github.com/swap72/fscan"
version = "1.0.1"