aboutsummaryrefslogtreecommitdiff
path: root/ports/simdjson/vcpkg.json
blob: 3f77cc510e39c430e031c10da8c4b1f9e80ea8ff (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
29
30
31
32
33
{
  "name": "simdjson",
  "version": "0.9.7",
  "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"
    }
  }
}