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} 29