mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 07:01:37 +08:00
d55bb700e5
* json-dto updated to v.0.3.0 * json-dto v.0.3.0 added to the mainline.
19 lines
416 B
JSON
19 lines
416 B
JSON
{
|
|
"name": "json-dto",
|
|
"version": "0.3.0",
|
|
"description": "A small header-only library for converting data between json representation and c++ structs.",
|
|
"homepage": "https://github.com/Stiffstream/json_dto",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
"rapidjson",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|