vcpkg/ports/azure-messaging-eventhubs-cpp/vcpkg.json

27 lines
800 B
JSON
Raw Normal View History

{
"$comment": "NOTE: All changes made to this file will get overwritten by the next port release. Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp.",
"name": "azure-messaging-eventhubs-cpp",
"version-semver": "1.0.0-beta.4",
"description": [
"Microsoft Azure Messaging Event Hubs SDK for C++",
"This library provides Azure Messaging Event Hubs SDK."
],
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/eventhubs/azure-messaging-eventhubs",
"license": "MIT",
"dependencies": [
{
"name": "azure-core-amqp-cpp",
"default-features": false,
"version>=": "1.0.0-beta.5"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}