# 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 = "filetool" version = "0.3.1" authors = ["Jeremy Edwards <1312331+jeremyje@users.noreply.github.com>"] description = "A tool to manage and cleanup files on your hard drive." homepage = "https://github.com/jeremyje/filetools" readme = "README.md" keywords = [ "cli", "file-system", "fs", "cleanup", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/jeremyje/filetools" [dependencies.cargo-tarpaulin] version = "0.27.2" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.7" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.1.0" [dependencies.concat-string] version = "1.0.1" [dependencies.crc] version = "3.0.1" [dependencies.crossbeam-channel] version = "0.5.10" [dependencies.data-encoding] version = "2.4.0" [dependencies.dunce] version = "1.0.4" [dependencies.env_logger] version = "0.11.2" [dependencies.handlebars] version = "5.0.0" [dependencies.humansize] version = "2.1.3" [dependencies.indicatif] version = "0.17.7" [dependencies.indicatif-log-bridge] version = "0.2.2" [dependencies.log] version = "0.4.20" [dependencies.more-asserts] version = "0.3.1" [dependencies.mp4] version = "0.14.0" [dependencies.phf] version = "0.11.2" features = ["macros"] [dependencies.remove_dir_all] version = "0.8.2" [dependencies.ring] version = "0.17.5" [dependencies.serde] version = "1.0.193" [dependencies.serde_json] version = "1.0.108" [dependencies.tempfile] version = "3.10.0" [dependencies.threadpool] version = "1.8.1" [dependencies.time] version = "0.3.30" [dependencies.twox-hash] version = "1.6.3" [dev-dependencies.testfiles] version = "0.0.4"