2021-02-20 05:02:46 +08:00
|
|
|
{
|
|
|
|
"name": "continuable",
|
2022-11-10 04:50:53 +08:00
|
|
|
"version": "4.2.0",
|
2021-02-20 05:02:46 +08:00
|
|
|
"description": "C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)",
|
|
|
|
"homepage": "https://naios.github.io/continuable/",
|
2022-11-10 04:50:53 +08:00
|
|
|
"license": "MIT",
|
2021-02-20 05:02:46 +08:00
|
|
|
"dependencies": [
|
2022-11-10 04:50:53 +08:00
|
|
|
"function2",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-02-20 05:02:46 +08:00
|
|
|
]
|
|
|
|
}
|