CreepDir 0.2.0

A CLI tool to scan folders and catalog files by extension
# 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 = "CreepDir"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI tool to scan folders and catalog files by extension"
readme = "README.md"
keywords = [
    "directory",
    "scanner",
    "file-catalog",
    "cli",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/Aspenini/CreepDir"

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

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

[dependencies.globset]
version = "0.4"

[dependencies.jwalk]
version = "0.8"

[dependencies.rfd]
version = "0.14"

[profile.release]
lto = true
codegen-units = 1
panic = "abort"