unarc-cli 0.6.2

Universal Archive Extractor - CLI tool for extracting various archive formats
# 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 = "2021"
name = "unarc-cli"
version = "0.6.2"
authors = ["Mike Krüger <mkrueger@posteo.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Universal Archive Extractor - CLI tool for extracting various archive formats"
homepage = "https://github.com/mkrueger/unarc-rs"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/mkrueger/unarc-rs"

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

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

[dependencies.rayon]
version = "1.10"

[dependencies.unarc-rs]
version = "0.6.2"