2023-08-10 01:10:34 +08:00
|
|
|
{
|
|
|
|
"name": "azure-messaging-eventhubs-cpp",
|
2023-10-13 01:54:31 +08:00
|
|
|
"version-semver": "1.0.0-beta.3",
|
2023-08-10 01:10:34 +08:00
|
|
|
"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": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|