# 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 = "group_files_into_dirs" version = "0.2.1" exclude = ["images/*"] description = "Group files into directories based on keywords" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/craftgear/group_files_into_dirs" [profile.release] opt-level = "z" lto = true panic = "abort" strip = true [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.13" features = ["derive"] [dependencies.cursive] version = "0.21.1" [dependencies.owo-colors] version = "4.0.0" [dependencies.promkit] version = "0.4.5" [dependencies.regex] version = "1.10.6" [dependencies.spinners] version = "4.1.1" [dependencies.thiserror] version = "1.0.63"