msg_tool_build 0.4.0-alpha.2

Build time library for the msg-tool project.
Documentation
[package]
name = "msg_tool_build"
version = "0.4.0-alpha.2"
edition = "2024"
repository = "https://github.com/lifegpc/msg-tool"
description = "Build time library for the msg-tool project."
license = "GPL-3.0-or-later"

[dependencies]
json = { version = "0.12", optional = true }
zstd = { version = "0.13", optional = true }

[features]
kirikiri-arc = ["json", "simple-pack", "zstd"]
simple-pack = ["zstd"]
unstable = []

[package.metadata.docs.rs]
all-features = true