[[bin]]
name = "extr"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.97"
[dependencies.clap]
features = ["derive"]
version = "4.5.34"
[dependencies.crossbeam-channel]
version = "0.5.14"
[dependencies.lazy_static]
version = "1.5.0"
[dependencies.owo-colors]
version = "4.2.0"
[dependencies.which]
version = "7.0.2"
[package]
authors = ["Fredrik Söderström <tirithen@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "compression", "filesystem"]
description = "The archive extractor that makes unpacking files as easy as typing their name. No more memorizing complex flags or commands - just point extr at any archive and let the magic happen. Supporting 30+ formats, extr is the Swiss Army knife for all your file extraction needs."
documentation = "https://docs.rs/extr"
edition = "2021"
homepage = "https://github.com/tirithen/extr"
keywords = ["archive", "extraction", "compression", "cli", "utility"]
license = "GPL-3.0-or-later"
name = "extr"
readme = "README.md"
repository = "https://github.com/tirithen/extr"
rust-version = "1.70"
version = "0.1.0"
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"
strip = true