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-stream_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-stream_license", 14 visibility: [":__subpackages__"], 15 license_kinds: [ 16 "SPDX-license-identifier-MIT", 17 ], 18 license_text: [ 19 "LICENSE", 20 ], 21} 22 23rust_library { 24 name: "libtokio_stream", 25 host_supported: true, 26 crate_name: "tokio_stream", 27 cargo_env_compat: true, 28 cargo_pkg_version: "0.1.14", 29 crate_root: "src/lib.rs", 30 edition: "2021", 31 features: [ 32 "fs", 33 "io-util", 34 "net", 35 "sync", 36 "time", 37 "tokio-util", 38 ], 39 rustlibs: [ 40 "libfutures_core", 41 "libpin_project_lite", 42 "libtokio", 43 "libtokio_util", 44 ], 45 apex_available: [ 46 "//apex_available:platform", 47 "com.android.btservices", 48 ], 49 product_available: true, 50 vendor_available: true, 51 min_sdk_version: "29", 52} 53