2021-06-22 05:23:26 +08:00
|
|
|
{
|
|
|
|
"name": "cpr",
|
2023-01-24 16:39:02 +08:00
|
|
|
"version-semver": "1.9.3",
|
2021-06-22 05:23:26 +08:00
|
|
|
"description": "C++ Requests is a simple wrapper around libcurl inspired by the excellent Python Requests project.",
|
2021-10-19 05:21:39 +08:00
|
|
|
"homepage": "https://github.com/libcpr/cpr",
|
2022-04-07 03:03:32 +08:00
|
|
|
"license": "MIT",
|
2021-06-22 05:23:26 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "curl",
|
|
|
|
"default-features": false
|
2021-10-19 05:21:39 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
2021-06-22 05:23:26 +08:00
|
|
|
}
|
2022-04-07 03:03:32 +08:00
|
|
|
],
|
|
|
|
"default-features": [
|
|
|
|
"ssl"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"ssl": {
|
|
|
|
"description": "Enable SSL support",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "curl",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"ssl"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "openssl",
|
|
|
|
"platform": "linux"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-06-22 05:23:26 +08:00
|
|
|
}
|