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