mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:51:48 +08:00
cc182c1403
* asio-grpc: Update to v2.5.1 * asio-grpc: Use VERSION
27 lines
556 B
JSON
27 lines
556 B
JSON
{
|
|
"name": "asio-grpc",
|
|
"version": "2.5.1",
|
|
"description": "Asynchronous gRPC with Asio/unified executors",
|
|
"homepage": "https://github.com/Tradias/asio-grpc",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
"grpc",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"boost-container": {
|
|
"description": "Use Boost.Container instead of <memory_resource> (deprecated)",
|
|
"dependencies": [
|
|
"boost-container"
|
|
]
|
|
}
|
|
}
|
|
}
|