1{
2  "run_cargo": false,
3  "variants": [
4    {},
5    {
6      "features": [
7        "alloc"
8      ],
9      "module_name_overrides": {
10        "libhex": "libhex_nostd"
11      },
12      "package": {
13        "hex": {
14          "alloc": true,
15          "force_rlib": true,
16          "host_supported": false,
17          "no_std": true
18        }
19      }
20    }
21  ]
22}
23