1rust_library_rlib { 2 name: "libserde_nostd", 3 crate_name: "serde", 4 cargo_env_compat: true, 5 cargo_pkg_version: "1.0.152", 6 srcs: ["src/lib.rs"], 7 edition: "2015", 8 prefer_rlib: true, 9 no_stdlibs: true, 10 stdlibs: [ 11 "liballoc.rust_sysroot", 12 "libcompiler_builtins.rust_sysroot", 13 "libcore.rust_sysroot", 14 ], 15 features: [ 16 "alloc", 17 "derive", 18 "serde_derive", 19 ], 20 proc_macros: ["libserde_derive"], 21 apex_available: [ 22 "//apex_available:platform", 23 "//apex_available:anyapex", 24 ], 25} 26