aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
blob: d665005ba98de5b74bcb0f7bcd11cff6bca30689 (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
{
  "device": true,
  "run": true,
  "features": "derive,byteorder",
  "variants": [
    {
      "tests": false
    },
    {
      "alloc": true,
      "dependency-suffix": "_nostd",
      "features": "alloc,derive,byteorder",
      "force-rlib": true,
      "no-host": true,
      "suffix": "_nostd",
      "no-std": true
    },
    {
      "dependency-suffix": "_nostd",
      "features": "derive,byteorder",
      "force-rlib": true,
      "no-host": true,
      "suffix": "_nostd_noalloc",
      "no-std": true
    }
  ]
}