2020-07-08 04:54:46 +08:00
|
|
|
{
|
|
|
|
"name": "simdjson",
|
2024-05-16 14:01:30 +08:00
|
|
|
"version": "3.9.2",
|
2024-03-19 05:26:07 +08:00
|
|
|
"description": "An extremely fast JSON library that can parse gigabytes of JSON per second",
|
2020-07-08 04:54:46 +08:00
|
|
|
"homepage": "https://simdjson.org/",
|
2021-04-30 01:44:52 +08:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-07-20 08:20:59 +08:00
|
|
|
],
|
|
|
|
"default-features": [
|
|
|
|
"deprecated",
|
|
|
|
"exceptions",
|
2023-03-15 05:13:02 +08:00
|
|
|
"threads",
|
|
|
|
"utf8-validation"
|
2021-07-20 08:20:59 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"deprecated": {
|
|
|
|
"description": "Enable deprecated APIs"
|
|
|
|
},
|
|
|
|
"exceptions": {
|
|
|
|
"description": "Enable exception-throwing interface"
|
|
|
|
},
|
|
|
|
"threads": {
|
|
|
|
"description": "Link with thread support"
|
2023-03-15 05:13:02 +08:00
|
|
|
},
|
|
|
|
"utf8-validation": {
|
2024-03-19 05:26:07 +08:00
|
|
|
"description": "Enable UTF-8 validation"
|
2021-07-20 08:20:59 +08:00
|
|
|
}
|
|
|
|
}
|
2020-07-08 04:54:46 +08:00
|
|
|
}
|