blob: e23dea7220099cf072111bfda531ed1cf60ebdb6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
{
"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
}
]
}
}
}
|