mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 22:39:08 +08:00
796d677653
* Update asio-grpc to v1.3.0 * Update asio-grpc baseline and versions * Remove boost-asio, libunifex and standalone-asio features from asio-grpc. Add a usage file. Update it to 1.3.1 * Remove asio-grpc 1.3.0 from versions/
26 lines
516 B
JSON
26 lines
516 B
JSON
{
|
|
"name": "asio-grpc",
|
|
"version": "1.3.1",
|
|
"description": "Asynchronous gRPC with Asio/unified executors",
|
|
"homepage": "https://github.com/Tradias/asio-grpc",
|
|
"dependencies": [
|
|
"grpc",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"boost-container": {
|
|
"description": "Use Boost.Container instead of <memory_resource>",
|
|
"dependencies": [
|
|
"boost-container"
|
|
]
|
|
}
|
|
}
|
|
}
|