vcpkg/ports/simdjson/vcpkg.json
myd7349 7a56e3ac26
[simdjson] Update to 2.2.2 (#26105)
* [simdjson] Update to 2.2.2

* [simdjson] Bump version
2022-08-02 10:20:36 -07:00

34 lines
697 B
JSON

{
"name": "simdjson",
"version-semver": "2.2.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"
],
"features": {
"deprecated": {
"description": "Enable deprecated APIs"
},
"exceptions": {
"description": "Enable exception-throwing interface"
},
"threads": {
"description": "Link with thread support"
}
}
}