2023-10-03 00:47:20 +08:00
|
|
|
{
|
|
|
|
"name": "libcoro",
|
2024-08-09 12:37:22 +08:00
|
|
|
"version": "0.12.1",
|
2023-10-03 00:47:20 +08:00
|
|
|
"description": "C++20 coroutine library",
|
|
|
|
"homepage": "https://github.com/jbaldwin/libcoro",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"networking": {
|
|
|
|
"description": "Include networking features.",
|
2024-03-14 07:42:21 +08:00
|
|
|
"supports": "linux",
|
2023-10-03 00:47:20 +08:00
|
|
|
"dependencies": [
|
|
|
|
"c-ares"
|
|
|
|
]
|
|
|
|
},
|
2024-03-14 07:42:21 +08:00
|
|
|
"tls": {
|
2023-10-03 00:47:20 +08:00
|
|
|
"description": "Include SSL features.",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "libcoro",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"networking"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"openssl"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|