mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:59:00 +08:00
21 lines
486 B
JSON
21 lines
486 B
JSON
{
|
|
"name": "serdepp",
|
|
"version": "0.1.4.1",
|
|
"description": "c++ 17 universal serialize deserialize library like rust serde, support libraries: [nlohmann_json, fmt, yaml-cpp, toml11, rapidjson]",
|
|
"homepage": "https://github.com/injae/serdepp",
|
|
"license": "MIT",
|
|
"supports": "!(osx & arm)",
|
|
"dependencies": [
|
|
"magic-enum",
|
|
"nameof",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|