1{
2  "min_sdk_version": "29",
3  "module_blocklist": [
4    "tinyvec_test_src_lib"
5  ],
6  "run_cargo": false,
7  "variants": [
8    {
9      "features": [
10        "alloc",
11        "default",
12        "std",
13        "tinyvec_macros",
14        "rustc_1_57"
15      ],
16      "tests": true
17    },
18    {
19      "features": [],
20      "module_name_overrides": {
21        "libtinyvec": "libtinyvec_nostd"
22      },
23      "package": {
24        "tinyvec": {
25          "force_rlib": true,
26          "host_supported": false,
27          "no_std": true
28        }
29      },
30      "generate_rulesmk": true
31    }
32  ]
33}
34