[package] name = "rsdfind" version = "0.2.0" authors = ["TANIGUCHI Takaki "] edition = "2018" license = "GPL-3.0-or-later" description = "Duplicate file find tool" homepage = "https://gitlab.com/takatan/rsdfind" repository = "https://gitlab.com/takatan/rsdfind" readme = "README.md" categories = ["command-line-utilities", "filesystem"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [badges] maintenance = { status = "actively-developed"} gitlab = { repository = "takatan/rsdfind"} [dependencies] #globwalk = "0.8" walkdir = "2" itertools = "0.10" #filesystem = "0.4" tempdir = "0.3" rust-crypto = "0.2" rand = "0.8" #tap = "1.0" #len-trait = "0.6.1"