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