mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-06 21:08:48 +08:00
20 lines
468 B
TOML
20 lines
468 B
TOML
[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
|