mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 06:19:00 +08:00
38 lines
791 B
JSON
38 lines
791 B
JSON
{
|
|
"name": "simdjson",
|
|
"version": "3.6.2",
|
|
"description": "A extremely fast JSON library that can parse gigabytes of JSON per second",
|
|
"homepage": "https://simdjson.org/",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"deprecated",
|
|
"exceptions",
|
|
"threads",
|
|
"utf8-validation"
|
|
],
|
|
"features": {
|
|
"deprecated": {
|
|
"description": "Enable deprecated APIs"
|
|
},
|
|
"exceptions": {
|
|
"description": "Enable exception-throwing interface"
|
|
},
|
|
"threads": {
|
|
"description": "Link with thread support"
|
|
},
|
|
"utf8-validation": {
|
|
"description": "Enable UTF8 validation"
|
|
}
|
|
}
|
|
}
|