refolder 0.2.0

A CLI tool that redistributes files matching a pattern into evenly sized subfolders.
Documentation
# 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"
rust-version = "1.85"
name = "refolder"
version = "0.2.0"
authors = ["Trent Zeng <dev@trentz.me>"]
build = false
exclude = [
    "docs/",
    ".github/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI tool that redistributes files matching a pattern into evenly sized subfolders."
homepage = "https://github.com/trentzz/refolder"
readme = "README.md"
keywords = [
    "cli",
    "files",
    "organization",
    "folders",
    "utility",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/trentzz/refolder"

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

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

[dependencies.anyhow]
version = "1.0.100"

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

[dependencies.globwalk]
version = "0.9.1"

[dev-dependencies.tempfile]
version = "3.23.0"