tardiff 0.1.0

Compare tar archives, including compressed tar files, and show entry-level diffs
# 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 = "tardiff"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "tardiff"
description = "Compare tar archives, including compressed tar files, and show entry-level diffs"
homepage = "https://github.com/ctron/tardiff"
documentation = "https://docs.rs/tardiff"
readme = "README.md"
keywords = [
    "tar",
    "diff",
    "archive",
    "cli",
    "compression",
]
categories = [
    "command-line-utilities",
    "compression",
    "filesystem",
]
license = "Apache-2.0"
repository = "https://github.com/ctron/tardiff"

[[bin]]
name = "generate_examples"
path = "src/bin/generate_examples.rs"

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

[dependencies.bzip2]
version = "0.6.1"

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

[dependencies.comfy-table]
version = "7.2.2"
features = ["custom_styling"]

[dependencies.console]
version = "0.16.3"

[dependencies.flate2]
version = "1.1.9"

[dependencies.indicatif]
version = "0.18.4"

[dependencies.sha2]
version = "0.11.0"

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

[dependencies.tar]
version = "0.4.45"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.time]
version = "0.3.47"
features = [
    "formatting",
    "macros",
]

[dependencies.xz2]
version = "0.1.7"

[dependencies.zstd]
version = "0.13.3"