# 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 = "unreferenced_files" version = "2.1.0" authors = ["C "] description = "A utility for finding unused and unreferenced files." readme = "README.md" keywords = [ "find", "unreferenced", "files", "unused", ] categories = [ "command-line-utilities", "development-tools", "parser-implementations", "text-processing", "data-structures", ] license = "AGPL-3.0" repository = "https://github.com/DeveloperC286/unreferenced_files" [dependencies.anyhow] version = "1.0.89" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.log] version = "0.4.20" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.regex] version = "1.9.6" [dev-dependencies.insta] version = "1.33.0" [dev-dependencies.lazy_static] version = "1.4.0"