[[bin]]
name = "filebyte"
path = "src/main.rs"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.clap]
features = ["derive"]
version = "4.0"
[dependencies.colored]
version = "2.0"
[dependencies.csv]
version = "1.3"
[dependencies.infer]
version = "0.15"
[dependencies.regex]
version = "1.10"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.sysinfo]
version = "0.30"
[package]
authors = ["execRooted <execrooted@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "filesystem"]
description = "A CLI tool to list files and directories with sizes in various units"
edition = "2021"
homepage = "https://github.com/execRooted/filebyte"
keywords = ["cli", "file", "directory", "size", "listing"]
license = "MIT"
name = "filebyte"
readme = "README.md"
repository = "https://github.com/execRooted/filebyte"
version = "0.2.1"