# 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 = "deduplicator" version = "0.2.2" authors = [ "Sreedev Kodichath ", "Valentin Bersier ", "Dhruva Sagar ", ] description = "find,filter,delete Duplicates" readme = "README.md" license = "MIT" repository = "https://github.com/sreedevk/deduplicator" [profile.dist] lto = "thin" inherits = "release" [profile.release] strip = true [dependencies.anyhow] version = "1.0.68" [dependencies.bytesize] version = "1.1.0" [dependencies.chrono] version = "0.4.23" [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.dashmap] version = "5.4.0" features = ["rayon"] [dependencies.globwalk] version = "0.8.1" [dependencies.gxhash] version = "3.4.1" [dependencies.indicatif] version = "0.17.2" features = ["rayon"] [dependencies.itertools] version = "0.10.5" [dependencies.memmap2] version = "0.5.8" [dependencies.pathdiff] version = "0.2.1" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.rayon] version = "1.6.1" [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.unicode-segmentation] version = "1.10.0"