sdoppia 0.7.0

A CLI tool to scan directories, hash files, and find duplicate files
# 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 = "2024"
name = "sdoppia"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI tool to scan directories, hash files, and find duplicate files"
readme = "README.md"
keywords = [
    "duplicate",
    "deduplication",
    "hash",
    "files",
    "cli",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/facorazza/sdoppia"

[[bin]]
name = "sdoppia"
path = "src/main.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.chrono]
version = "0.4.42"

[dependencies.clap]
version = "4.5.54"
features = ["derive"]

[dependencies.crossbeam-channel]
version = "0.5.13"

[dependencies.dirs]
version = "6.0.0"

[dependencies.indicatif]
version = "0.18.3"

[dependencies.rayon]
version = "1.11.0"

[dependencies.sha2]
version = "0.11"

[dependencies.sqlx]
version = "0.9"
features = [
    "runtime-tokio",
    "sqlite",
]

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.49.0"
features = [
    "macros",
    "rt-multi-thread",
    "signal",
    "time",
]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.22"
features = ["env-filter"]

[dependencies.walkdir]
version = "2.5.0"

[dev-dependencies.tempfile]
version = "3"