Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

29 lines
563 B
JSON

{
"name": "blake3",
"version": "1.8.1",
"description": "BLAKE3 cryptographic hash function.",
"homepage": "https://github.com/BLAKE3-team/BLAKE3",
"license": "CC0-1.0 OR Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tbb": {
"description": "Enable TBB multi-threading API support",
"dependencies": [
{
"name": "tbb",
"default-features": false
}
]
}
}
}