2021-07-23 06:36:06 +08:00
|
|
|
{
|
|
|
|
"name": "apsi",
|
2023-11-29 14:50:03 +08:00
|
|
|
"version-semver": "0.11.0",
|
2021-07-23 06:36:06 +08:00
|
|
|
"description": "APSI is a research library for asymmetric private set intersection.",
|
|
|
|
"homepage": "https://github.com/microsoft/APSI",
|
2022-07-12 04:57:02 +08:00
|
|
|
"license": "MIT",
|
2021-07-23 06:36:06 +08:00
|
|
|
"dependencies": [
|
|
|
|
"flatbuffers",
|
|
|
|
"jsoncpp",
|
|
|
|
"kuku",
|
|
|
|
{
|
|
|
|
"name": "seal",
|
2023-11-29 14:50:03 +08:00
|
|
|
"default-features": false,
|
2021-07-23 06:36:06 +08:00
|
|
|
"features": [
|
2023-11-29 14:50:03 +08:00
|
|
|
"ms-gsl",
|
|
|
|
"no-throw-tran",
|
|
|
|
"zstd"
|
2021-07-23 06:36:06 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"default-features": [
|
|
|
|
"log4cplus",
|
|
|
|
"zeromq"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"hexl": {
|
|
|
|
"description": "Use Intel® HEXL to accelerate Microsoft SEAL.",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "seal",
|
|
|
|
"features": [
|
2023-11-29 14:50:03 +08:00
|
|
|
"hexl"
|
2021-07-23 06:36:06 +08:00
|
|
|
],
|
|
|
|
"platform": "x64"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"log4cplus": {
|
|
|
|
"description": "Use log4cplus for logging.",
|
|
|
|
"dependencies": [
|
|
|
|
"log4cplus"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"zeromq": {
|
|
|
|
"description": "Use ZeroMQ for networking.",
|
|
|
|
"dependencies": [
|
2023-11-29 14:50:03 +08:00
|
|
|
"cppzmq",
|
|
|
|
"zeromq"
|
2021-07-23 06:36:06 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|