compare-dir 0.2.0

A high-performance directory comparison tool and library
Documentation
# 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 = "compare-dir"
version = "0.2.0"
authors = ["Koji Ishii <kojiishi@gmail.com>"]
build = false
exclude = [
    ".github",
    ".gitignore",
    "hooks",
    ".vscode",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-performance directory comparison tool and library"
readme = "README.md"
keywords = [
    "directory",
    "comparison",
    "diff",
    "parallel",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/kojiishi/compare-dir"

[lib]
name = "compare_dir"
path = "src/lib.rs"

[[bin]]
name = "compare-dir"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.env_logger]
version = "0.11"

[dependencies.indicatif]
version = "0.18"

[dependencies.log]
version = "0.4"

[dependencies.rayon]
version = "1.10"

[dependencies.walkdir]
version = "2.5"

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