# 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 = "2021" name = "file-organiser" version = "0.1.8" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Command line file manager to list, move or delete large numbers of files in nested folders filtered by age, file extension, file name pattern and/or size range." readme = "README.md" categories = [ "text-processing", "parsing", ] license = "GPL-2.0-or-later WITH Bison-exception-2.2" repository = "https://github.com/neilg63/file-organiser" [[bin]] name = "file-organiser" path = "src/main.rs" [dependencies.chrono] version = "0.4.*" [dependencies.clap] version = "4.5.3" features = [ "derive", "cargo", ] [dependencies.cmd_lib] version = "1.9.3" [dependencies.color-print] version = "0.3.5" [dependencies.dotenv] version = "0.15.0" [dependencies.size] version = "0.4.1" [dependencies.string-patterns] version = "0.3.8" [dependencies.walkdir] version = "2.*"