# 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" rust-version = "1.59" name = "backdown" version = "1.1.2" authors = ["Canop "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A smart CLI for removing thousands of duplicates on your disks" readme = "README.md" license = "MIT" repository = "https://github.com/Canop/backdown" [profile.release] strip = true [lib] name = "backdown" path = "src/lib.rs" [[bin]] name = "backdown" path = "src/main.rs" [dependencies.anyhow] version = "1.0.49" [dependencies.argh] version = "0.1.4" [dependencies.blake3] version = "1.4" [dependencies.chrono] version = "0.4" [dependencies.cli-log] version = "2.0" [dependencies.crossbeam] version = "0.8" [dependencies.file-size] version = "1.0" [dependencies.fnv] version = "1.0.7" [dependencies.lazy-regex] version = "3.3" [dependencies.phf] version = "0.11" features = ["macros"] [dependencies.rayon] version = "1.3" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.termimad] version = "0.30"