horntail 0.4.2

maplestory resource file unpack lib
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"
name = "horntail"
version = "0.4.2"
authors = ["Anonymous5L"]
build = false
exclude = ["tests"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "maplestory resource file unpack lib"
readme = "README.md"
license = "MIT"
repository = "https://github.com/anonymous5l/horntail"
resolver = "2"

[features]
default = [
    "image",
    "extra",
]
extra = ["dep:ahash"]
image = ["dep:image"]

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

[dependencies.aes]
version = "0.8.4"

[dependencies.ahash]
version = "0.8.12"
optional = true

[dependencies.encoding_rs]
version = "0.8.35"

[dependencies.flate2]
version = "1.1.2"
features = ["zlib"]

[dependencies.image]
version = "0.25.6"
optional = true

[dependencies.memmap2]
version = "0.9.7"

[dependencies.uuid]
version = "1"