# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "justone" version = "0.3.0" authors = ["owtotwo "] description = "A fast duplicate files finder, the rust implementation for JustOne." homepage = "https://github.com/owtotwo/justone-rs/" readme = "Readme.md" license = "LGPL-3.0-only" repository = "https://github.com/owtotwo/justone-rs/" [[bin]] name = "justone" [dependencies.clap] version = "2" [dependencies.filecmp] version = "0.2.0" [dependencies.indicatif] version = "0.15.0" [dependencies.twox-hash] version = "1.6.0" [dependencies.walkdir] version = "2"