blob: 9712ce98edeee8dbb823d07d2a7f7369a0f5a02b [file] [log] [blame]
Alan Stokes28254c32023-04-24 16:24:01 +01001rust_library_rlib {
2 name: "libciborium_io_nostd",
3 crate_name: "ciborium_io",
4 cargo_env_compat: true,
5 cargo_pkg_version: "0.2.0",
6 srcs: ["src/lib.rs"],
7 edition: "2021",
Alan Stokes58a34962023-05-02 10:06:50 +01008 features: ["alloc"],
Alan Stokes28254c32023-04-24 16:24:01 +01009 prefer_rlib: true,
10 no_stdlibs: true,
11 stdlibs: [
Alan Stokes58a34962023-05-02 10:06:50 +010012 "liballoc.rust_sysroot",
Alan Stokes28254c32023-04-24 16:24:01 +010013 "libcompiler_builtins.rust_sysroot",
14 "libcore.rust_sysroot",
15 ],
16 apex_available: [
17 "//apex_available:platform",
18 "//apex_available:anyapex",
19 ],
20}