aboutsummaryrefslogtreecommitdiff
path: root/cargo_embargo.json
blob: 65de91c7da17845c4ef33a9e39848ff688c92a64 (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
{
  "run_cargo": false,
  "variants": [
    {
      "features": [
        "default",
        "std"
      ],
      "tests": true
    },
    {
      "features": [],
      "module_name_overrides": {
        "libciborium": "libciborium_nostd",
        "libciborium_io": "libciborium_io_nostd",
        "libcoset": "libcoset_nostd"
      },
      "package": {
        "coset": {
          "alloc": true,
          "force_rlib": true,
          "host_supported": false,
          "no_std": true
        }
      }
    }
  ]
}