2021-04-30 05:02:08 +08:00
|
|
|
{
|
|
|
|
"name": "yyjson",
|
2022-07-07 04:51:39 +08:00
|
|
|
"version": "0.5.1",
|
2021-04-30 05:02:08 +08:00
|
|
|
"description": "A high performance JSON library written in ANSI C",
|
|
|
|
"homepage": "https://github.com/ibireme/yyjson",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2022-04-26 08:25:42 +08:00
|
|
|
],
|
|
|
|
"default-features": [
|
|
|
|
"fast-fp-conv",
|
|
|
|
"non-standard",
|
|
|
|
"reader",
|
|
|
|
"writer"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"fast-fp-conv": {
|
|
|
|
"description": "Build with custom floating-point number conversion"
|
|
|
|
},
|
|
|
|
"non-standard": {
|
|
|
|
"description": "Build with support for non-standard JSON"
|
|
|
|
},
|
|
|
|
"reader": {
|
|
|
|
"description": "Build with JSON reader"
|
|
|
|
},
|
|
|
|
"writer": {
|
|
|
|
"description": "Build with JSON writer"
|
|
|
|
}
|
|
|
|
}
|
2021-04-30 05:02:08 +08:00
|
|
|
}
|