mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
44 lines
857 B
JSON
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"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|