aboutsummaryrefslogtreecommitdiff
path: root/cargo_embargo.json
blob: f7826adaf7193b45f79225c7c40e1d4317ba4688 (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
{
  "min_sdk_version": "29",
  "module_blocklist": [
    "tinyvec_test_src_lib"
  ],
  "run_cargo": false,
  "variants": [
    {
      "features": [
        "alloc",
        "default",
        "std",
        "tinyvec_macros"
      ],
      "tests": true
    },
    {
      "features": [],
      "module_name_overrides": {
        "libtinyvec": "libtinyvec_nostd"
      },
      "package": {
        "tinyvec": {
          "force_rlib": true,
          "host_supported": false,
          "no_std": true
        }
      }
    }
  ]
}