unegg 0.1.2

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

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

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

[dependencies.aes]
version = "0.9"

[dependencies.bzip2]
version = "0.6"

[dependencies.crc32fast]
version = "1"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.filetime]
version = "0.2"

[dependencies.flate2]
version = "1"

[dependencies.hmac]
version = "0.13"

[dependencies.libazo]
version = "0.1"

[dependencies.lzma-rs]
version = "0.3"

[dependencies.pbkdf2]
version = "0.13"

[dependencies.rpassword]
version = "7"

[dependencies.sha1]
version = "0.11"