aboutsummaryrefslogtreecommitdiff
path: root/ports/simdjson/vcpkg.json
blob: 010a5a73403d5a0d283559b52ac36e4a23f4dc2c (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-semver": "1.0.0",
  "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"
    }
  }
}