1// This file is generated by cargo2android.py --run --dependencies --device.
2
3package {
4    default_applicable_licenses: [
5        "external_rust_crates_async-stream-impl_license",
6    ],
7}
8
9// Added automatically by a large-scale-change
10// See: http://go/android-license-faq
11license {
12    name: "external_rust_crates_async-stream-impl_license",
13    visibility: [":__subpackages__"],
14    license_kinds: [
15        "SPDX-license-identifier-MIT",
16    ],
17    license_text: [
18        "LICENSE",
19    ],
20}
21
22rust_proc_macro {
23    name: "libasync_stream_impl",
24    crate_name: "async_stream_impl",
25    srcs: ["src/lib.rs"],
26    edition: "2018",
27    rustlibs: [
28        "libproc_macro2",
29        "libquote",
30        "libsyn",
31    ],
32}
33
34// dependent_library ["feature_list"]
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