aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
blob: d1f88a1b30e31cf33aa479beffae4c33f541d3c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "device": true,
  "run": true,
  "dependencies": true,
  "vendor-available": true,
  "tests": true,
  "variants": [
    {
      "features": "default,std"
    },
    {
      "alloc": true,
      "dependency_suffix": "_nostd",
      "features": "",
      "force-rlib": true,
      "no-host": true,
      "suffix": "_nostd",
      "no-std": true,
      "tests": false
    }
  ]
}