1{ 2 "run_cargo": false, 3 "variants": [ 4 { 5 "features": [ 6 "default", 7 "std" 8 ], 9 "tests": true 10 }, 11 { 12 "features": [], 13 "module_name_overrides": { 14 "libciborium": "libciborium_nostd", 15 "libciborium_io": "libciborium_io_nostd", 16 "libcoset": "libcoset_nostd" 17 }, 18 "package": { 19 "coset": { 20 "alloc": true, 21 "force_rlib": true, 22 "host_supported": false, 23 "no_std": true 24 } 25 } 26 }, 27 { 28 "features": [], 29 "generate_androidbp": false, 30 "generate_rulesmk": true 31 } 32 ] 33} 34