2021-07-21 01:24:58 +08:00
|
|
|
{
|
|
|
|
"name": "bitserializer",
|
2023-09-14 06:55:02 +08:00
|
|
|
"version": "0.65",
|
2022-12-30 16:02:28 +08:00
|
|
|
"description": "C++ 17 library for serialization to JSON, XML, YAML, CSV",
|
2023-09-14 06:55:02 +08:00
|
|
|
"homepage": "https://github.com/PavelKisliak/BitSerializer",
|
2022-05-18 02:15:06 +08:00
|
|
|
"license": "MIT",
|
2021-10-07 02:17:26 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-07-21 01:24:58 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"cpprestjson-archive": {
|
|
|
|
"description": "Module for support JSON (implementation based on the CppRestSDK library)",
|
|
|
|
"dependencies": [
|
|
|
|
"cpprestsdk"
|
|
|
|
]
|
|
|
|
},
|
2022-12-30 16:02:28 +08:00
|
|
|
"csv-archive": {
|
|
|
|
"description": "Module for support CSV"
|
|
|
|
},
|
2021-07-21 01:24:58 +08:00
|
|
|
"pugixml-archive": {
|
|
|
|
"description": "Module for support XML (implementation based on the PugiXml library)",
|
|
|
|
"dependencies": [
|
|
|
|
"pugixml"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"rapidjson-archive": {
|
|
|
|
"description": "Module for support JSON (implementation based on the RapidJson library)",
|
|
|
|
"dependencies": [
|
|
|
|
"rapidjson"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"rapidyaml-archive": {
|
|
|
|
"description": "Module for support YAML (implementation based on the RapidYaml library)",
|
|
|
|
"dependencies": [
|
2022-10-04 05:00:34 +08:00
|
|
|
"ryml"
|
2021-07-21 01:24:58 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|