aboutsummaryrefslogtreecommitdiff
path: root/cargo_embargo.json
blob: d3b04d4a9feb6c0191bbf5719f719154a089e0e1 (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
{
  "min_sdk_version": "29",
  "run_cargo": false,
  "variants": [
    {
      "features": [
        "once",
        "std"
      ],
      "tests": true
    },
    {
      "features": [
        "once",
        "mutex",
        "spin_mutex"
      ],
      "module_name_overrides": {
        "libspin": "libspin_nostd"
      },
      "package": {
        "spin": {
          "force_rlib": true,
          "host_supported": false,
          "no_std": true
        }
      }
    }
  ]
}