aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/simdjson/vcpkg.json
blob: 8f31e7612fba3fc73d8e2263b552120df952a37b (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
34
35
36
37
{
  "name": "simdjson",
  "version": "4.2.2",
  "description": "An extremely fast JSON library that can parse gigabytes of JSON per second",
  "homepage": "https://simdjson.org/",
  "license": "Apache-2.0 OR MIT",
  "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 UTF-8 validation"
    }
  }
}