file-declutter 0.1.1

Reorganizes files into nested folders based on their filenames.
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"
name = "file-declutter"
version = "0.1.1"
authors = ["Florian Gamböck <mail@floga.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reorganizes files into nested folders based on their filenames."
readme = "README.md"
keywords = [
    "cli",
    "file",
    "utility",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/FloGa/file-declutter"

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

[[bin]]
name = "file-declutter"
path = "src/main.rs"

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

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

[dependencies.anyhow]
version = "1.0.75"

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

[dependencies.walkdir]
version = "2.4.0"

[dev-dependencies.assert_cmd]
version = "2.0.12"

[dev-dependencies.assert_fs]
version = "1.0.13"

[dev-dependencies.lazy_static]
version = "1.4.0"

[dev-dependencies.predicates]
version = "3.0.4"

[dev-dependencies.rand]
version = "0.10.1"