1{ 2 "run_cargo": false, 3 "features": [ 4 "alloc" 5 ], 6 "module_name_overrides": { 7 "libptr_meta": "libptr_meta_nostd", 8 "libucs2": "libucs2_nostd", 9 "libuefi": "libuefi_nostd", 10 "libuefi_raw": "libuefi_raw_nostd", 11 "libuguid": "libuguid_nostd" 12 }, 13 "package": { 14 "uefi": { 15 "alloc": true, 16 "force_rlib": true, 17 "host_supported": false, 18 "no_std": true 19 } 20 } 21} 22