1// This file is generated by cargo2android.py --run --dependencies --device.
2
3package {
4    default_applicable_licenses: ["external_rust_crates_async-stream_license"],
5}
6
7// Added automatically by a large-scale-change
8// See: http://go/android-license-faq
9license {
10    name: "external_rust_crates_async-stream_license",
11    visibility: [":__subpackages__"],
12    license_kinds: [
13        "SPDX-license-identifier-MIT",
14    ],
15    license_text: [
16        "LICENSE",
17    ],
18}
19
20rust_library {
21    name: "libasync_stream",
22    host_supported: true,
23    crate_name: "async_stream",
24    srcs: ["src/lib.rs"],
25    edition: "2018",
26    rustlibs: [
27        "libfutures_core",
28    ],
29    proc_macros: ["libasync_stream_impl"],
30}
31
32// dependent_library ["feature_list"]
33//   async-stream-impl-0.3.0
34//   futures-core-0.3.12 "alloc,default,std"
35//   proc-macro2-1.0.24 "default,proc-macro"
36//   quote-1.0.8 "default,proc-macro"
37//   syn-1.0.60 "clone-impls,default,derive,extra-traits,full,parsing,printing,proc-macro,quote,visit-mut"
38//   unicode-xid-0.2.1 "default"
39