# 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 = "downloads_sorter" version = "0.1.5" authors = ["Allen Davis-Swing "] description = "A fast and customizable way to automatically sort your files!" homepage = "https://github.com/allends/downloads_sorter" keywords = ["cli", "sort", "tool"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/allends/downloads_sorter" resolver = "2" [dependencies.dirs] version = "4.0.0" [dependencies.fs_extra] version = "1.2.0" [dependencies.indicatif] version = "0.16.2" [dependencies.infer] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.5.8"