2021-10-12 06:05:57 +02:00
|
|
|
{
|
|
|
|
"name": "asio-grpc",
|
2023-03-20 19:48:44 +01:00
|
|
|
"version": "2.5.1",
|
2021-11-13 19:57:00 +01:00
|
|
|
"description": "Asynchronous gRPC with Asio/unified executors",
|
2021-10-12 06:05:57 +02:00
|
|
|
"homepage": "https://github.com/Tradias/asio-grpc",
|
2022-02-28 21:03:25 +01:00
|
|
|
"license": "Apache-2.0",
|
2021-10-12 06:05:57 +02:00
|
|
|
"dependencies": [
|
|
|
|
"grpc",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"boost-container": {
|
2023-03-14 22:11:46 +01:00
|
|
|
"description": "Use Boost.Container instead of <memory_resource> (deprecated)",
|
2021-10-12 06:05:57 +02:00
|
|
|
"dependencies": [
|
|
|
|
"boost-container"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|