Files
vcpkg/ports/simpleamqpclient/vcpkg.json
2025-12-02 15:39:47 -08:00

44 lines
857 B
JSON

{
"name": "simpleamqpclient",
"version": "2.5.1",
"description": "Simple C++ Interface to rabbitmq-c",
"homepage": "https://github.com/alanxz/SimpleAmqpClient",
"license": "MIT",
"supports": "!static",
"dependencies": [
"boost-algorithm",
"boost-chrono",
"boost-foreach",
"boost-lexical-cast",
"boost-optional",
"boost-smart-ptr",
"boost-variant",
{
"name": "librabbitmq",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"ssl": {
"description": "Enable SSL support",
"dependencies": [
{
"name": "librabbitmq",
"default-features": false,
"features": [
"ssl"
]
}
]
}
}
}