unalz 0.1.1

ALZ archive extractor
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"
rust-version = "1.85"
name = "unalz"
version = "0.1.1"
build = false
exclude = [
    "/tests/*",
    ".*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ALZ archive extractor"
documentation = "https://docs.rs/unalz"
readme = "README.md"
keywords = [
    "alz",
    "archive",
    "extraction",
    "decompression",
]
categories = [
    "compression",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/alkegi/unalz"

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

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

[dependencies.bzip2]
version = "0.6"

[dependencies.crc32fast]
version = "1"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.flate2]
version = "1"

[dependencies.rpassword]
version = "7"