# 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 = "find_doubles" version = "0.9.1" authors = ["Christian Kumpf"] description = "find duplicate files and optionally replace duplicates by hard links" homepage = "https://github.com/Ost3rbaer/find-doubles" readme = "README.md" keywords = [ "duplicates", "files", "steamdeck", "windows", "linux", ] categories = ["command-line-utilities"] license = "RPL-1.5" [dependencies.blake3] version = "1.5.1" features = ["mmap"] [dependencies.clap] version = "4.3.21" features = ["derive"] [dependencies.digest] version = "0.10.7" [dependencies.fastmurmur3] version = "0.2.0" [dependencies.glob] version = "0.3.1" [dependencies.memmap] version = "0.7.0" [target."cfg(windows)".dependencies.windows] version = "0.51" features = [ "Win32_Storage_FileSystem", "Win32_Foundation", ]