rfile 0.1.1

A fast, single-shot CLI file and directory inspector
# 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 = "2024"
name = "rfile"
version = "0.1.1"
authors = ["kapcos"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, single-shot CLI file and directory inspector"
readme = "README.md"
keywords = [
    "cli",
    "file",
    "inspector",
    "metadata",
    "utility",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/kapcoos/rfile"

[[bin]]
name = "rfile"
path = "src/main.rs"

[dependencies.bytesize]
version = "2.7.0"

[dependencies.chrono]
version = "0.4.45"

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

[dependencies.filetime]
version = "0.2.29"

[dependencies.infer]
version = "0.22.0"

[dependencies.walkdir]
version = "2.5.0"