[package]
edition = "2024"
name = "msg_tool_build"
version = "0.4.0-alpha.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Build time library for the msg-tool project."
readme = false
license = "GPL-3.0-or-later"
repository = "https://github.com/lifegpc/msg-tool"
[package.metadata.docs.rs]
all-features = true
[features]
kirikiri-arc = [
"json",
"simple-pack",
"zstd",
]
simple-pack = ["zstd"]
unstable = []
[lib]
name = "msg_tool_build"
path = "src/lib.rs"
[dependencies.json]
version = "0.12"
optional = true
[dependencies.zstd]
version = "0.13"
optional = true