1// This file is generated by cargo_embargo. 2// Do not modify this file after the first "rust_*" or "genrule" module 3// because the changes will be overridden on upgrade. 4// Content before the first "rust_*" or "genrule" module is preserved. 5 6package { 7 default_applicable_licenses: ["external_rust_crates_tokio-macros_license"], 8} 9 10// Added automatically by a large-scale-change 11// See: http://go/android-license-faq 12license { 13 name: "external_rust_crates_tokio-macros_license", 14 visibility: [":__subpackages__"], 15 license_kinds: [ 16 "SPDX-license-identifier-MIT", 17 ], 18 license_text: [ 19 "LICENSE", 20 ], 21} 22 23rust_proc_macro { 24 name: "libtokio_macros", 25 crate_name: "tokio_macros", 26 cargo_env_compat: true, 27 cargo_pkg_version: "2.1.0", 28 crate_root: "src/lib.rs", 29 edition: "2018", 30 rustlibs: [ 31 "libproc_macro2", 32 "libquote", 33 "libsyn", 34 ], 35} 36