blob: 7058e6a478f467c8dd78b86e59918bda9c876413 [file] [log] [blame]
// This file is generated by cargo2android.py --run --dependencies --device.
// Do not modify this file as changes will be overridden on upgrade.
package {
default_applicable_licenses: [
"external_rust_crates_async-stream-impl_license",
],
}
// Added automatically by a large-scale-change
// See: http://go/android-license-faq
license {
name: "external_rust_crates_async-stream-impl_license",
visibility: [":__subpackages__"],
license_kinds: [
"SPDX-license-identifier-MIT",
],
license_text: [
"LICENSE",
],
}
rust_proc_macro {
name: "libasync_stream_impl",
crate_name: "async_stream_impl",
srcs: ["src/lib.rs"],
edition: "2018",
rustlibs: [
"libproc_macro2",
"libquote",
"libsyn",
],
}
// dependent_library ["feature_list"]
// proc-macro2-1.0.27 "default,proc-macro"
// quote-1.0.9 "default,proc-macro"
// syn-1.0.73 "clone-impls,default,derive,extra-traits,full,parsing,printing,proc-macro,quote,visit-mut"
// unicode-xid-0.2.2 "default"