lpk 0.0.0

Decrypt the `.lkp` file from `Live2dViewerEx`
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 = "2021"
name = "lpk"
version = "0.0.0"
authors = ["Aster <192607617@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Decrypt the `.lkp` file from `Live2dViewerEx`"
documentation = "https://docs.rs/sub_projects"
readme = "readme.md"
license = "MPL-2.0"
repository = "https://github.com/oovm/sub_projects"
resolver = "3"

[features]
default = []

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

[[test]]
name = "main"
path = "tests/main.rs"

[dependencies.md5]
version = "0.7"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tracing]
version = "0.1.41"

[dependencies.zip]
version = "2.5.0"

[dev-dependencies.tempfile]
version = "3.8"

[dev-dependencies.tracing-subscriber]
version = "0.3.19"