# 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 = "dfc" version = "0.1.5" authors = ["Alastair Campbell "] description = "Duplicate filename counter - a program to count the number occurances of duplicate filenames within a directory structure." readme = "README.md" keywords = [ "count", "filename", "deduplication", "duplicate", "counter", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT OR Apache-2.0" repository = "https://git.3e.gg/acampbell/dfc/" [dependencies]