2026-08-17 10:47:46 +08:00
|
|
|
[package]
|
|
|
|
|
cjc-version = "1.1.3"
|
2026-08-18 04:26:31 +08:00
|
|
|
name = "serialization"
|
|
|
|
|
organization = "simcu"
|
2026-08-17 13:58:05 +08:00
|
|
|
description = "SimApi 全反射 JSON 序列化库(对齐 .NET JsonSerializer.Serialize/Deserialize + SerializerPropertyName/SerializerIgnore 特性)"
|
2026-08-18 00:27:22 +08:00
|
|
|
version = "1.0.3"
|
2026-08-17 10:47:46 +08:00
|
|
|
target-dir = ""
|
|
|
|
|
output-type = "static"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
|
|
|
|
|
[target]
|
|
|
|
|
[target.x86_64-w64-mingw32]
|
|
|
|
|
compile-option = "-Woff unused --diagnostic-format=noColor -Woff deprecated"
|
|
|
|
|
[target.x86_64-w64-mingw32.bin-dependencies]
|
|
|
|
|
path-option = [ "${CANGJIE_STDX_PATH}" ]
|
|
|
|
|
[target.x86_64-unknown-linux-gnu]
|
|
|
|
|
compile-option = "-Woff unused --diagnostic-format=noColor -Woff deprecated"
|
|
|
|
|
[target.x86_64-unknown-linux-gnu.bin-dependencies]
|
|
|
|
|
path-option = [ "${CANGJIE_STDX_PATH}" ]
|
|
|
|
|
[target.aarch64-unknown-linux-gnu]
|
|
|
|
|
compile-option = "-Woff unused --diagnostic-format=noColor -Woff deprecated"
|
|
|
|
|
[target.aarch64-unknown-linux-gnu.bin-dependencies]
|
|
|
|
|
path-option = [ "${CANGJIE_STDX_PATH}" ]
|