fs_rs 0.2.3

A simple file system information tool written in Rust.
Documentation
[[bin]]
name = "fs_rs"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.32"

[dependencies.colored]
version = "3.0.0"

[dependencies.comfy-table]
version = "7.1.4"

[dependencies.humansize]
version = "2.1.3"

[dependencies.rayon]
version = "1.10.0"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.spinoff]
features = ["dots"]
version = "0.8.0"

[dependencies.sysinfo]
version = "0.33.1"

[dependencies.tempfile]
version = "3.19.1"

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

[package]
authors = ["Akshay Raj Gollahalli <akshay@gollahalli.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A simple file system information tool written in Rust."
edition = "2024"
homepage = "https://github.com/akshaybabloo/fs_rs"
keywords = ["file", "system", "information", "tool", "cli"]
license = "MIT"
name = "fs_rs"
readme = "README.md"
repository = "https://github.com/akshaybabloo/fs_rs"
version = "0.2.3"

[[test]]
name = "utils_test"
path = "tests/utils_test.rs"