mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 17:39:02 +08:00
3c25df3602
## 1.0.0-beta.1 (2023-08-08) ### Features Added - Initial release. - Supported scenarios: Sending events and receiving events. See [README.md](https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/eventhubs/azure-messaging-eventhubs/README.md) for more information on how to use the EventHubs client.
31 lines
737 B
JSON
31 lines
737 B
JSON
{
|
|
"name": "azure-messaging-eventhubs-cpp",
|
|
"version-semver": "1.0.0-beta.1",
|
|
"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.2"
|
|
},
|
|
{
|
|
"name": "azure-storage-blobs-cpp",
|
|
"default-features": false,
|
|
"version>=": "12.8.0"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|