sax 0.2.0

A simple but smart archiving and extraction tool.
# 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 = "sax"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple but smart archiving and extraction tool."
readme = "README.md"
license = "MIT"
repository = "https://github.com/rahmerh/sax"

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

[dependencies.bzip2]
version = "0.6.1"

[dependencies.flate2]
version = "1.1.9"

[dependencies.sevenz-rust]
version = "0.6.1"

[dependencies.tar]
version = "0.4.44"

[dependencies.unrar-ng]
version = "0.7"

[dependencies.xz2]
version = "0.1.7"

[dependencies.zip]
version = "7.0.0"

[dependencies.zstd]
version = "0.13.3"

[dev-dependencies.sha1]
version = "0.10.6"

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