1// This file is generated by cargo_embargo. 2// Do not modify this file because the changes will be overridden on upgrade. 3 4package { 5 default_applicable_licenses: ["external_rust_crates_num-bigint_license"], 6 default_team: "trendy_team_android_rust", 7} 8 9license { 10 name: "external_rust_crates_num-bigint_license", 11 visibility: [":__subpackages__"], 12 license_kinds: ["SPDX-license-identifier-Apache-2.0"], 13 license_text: ["LICENSE"], 14} 15 16rust_library { 17 name: "libnum_bigint", 18 host_supported: true, 19 crate_name: "num_bigint", 20 cargo_env_compat: true, 21 cargo_pkg_version: "0.4.6", 22 crate_root: "src/lib.rs", 23 edition: "2021", 24 features: [ 25 "default", 26 "std", 27 ], 28 rustlibs: [ 29 "libnum_integer", 30 "libnum_traits", 31 ], 32 apex_available: [ 33 "//apex_available:platform", 34 "com.android.virt", 35 ], 36 product_available: true, 37 vendor_available: true, 38 min_sdk_version: "29", 39} 40 41rust_test { 42 name: "num-bigint_test_src_lib", 43 host_supported: true, 44 crate_name: "num_bigint", 45 cargo_env_compat: true, 46 cargo_pkg_version: "0.4.6", 47 crate_root: "src/lib.rs", 48 test_suites: ["general-tests"], 49 auto_gen_config: true, 50 test_options: { 51 unit_test: true, 52 }, 53 edition: "2021", 54 features: [ 55 "default", 56 "std", 57 ], 58 rustlibs: [ 59 "libnum_integer", 60 "libnum_traits", 61 ], 62} 63 64rust_test { 65 name: "num-bigint_test_tests_bigint", 66 host_supported: true, 67 crate_name: "bigint", 68 cargo_env_compat: true, 69 cargo_pkg_version: "0.4.6", 70 crate_root: "tests/bigint.rs", 71 test_suites: ["general-tests"], 72 auto_gen_config: true, 73 test_options: { 74 unit_test: true, 75 }, 76 edition: "2021", 77 features: [ 78 "default", 79 "std", 80 ], 81 rustlibs: [ 82 "libnum_bigint", 83 "libnum_integer", 84 "libnum_traits", 85 ], 86} 87 88rust_test { 89 name: "num-bigint_test_tests_bigint_bitwise", 90 host_supported: true, 91 crate_name: "bigint_bitwise", 92 cargo_env_compat: true, 93 cargo_pkg_version: "0.4.6", 94 crate_root: "tests/bigint_bitwise.rs", 95 test_suites: ["general-tests"], 96 auto_gen_config: true, 97 test_options: { 98 unit_test: true, 99 }, 100 edition: "2021", 101 features: [ 102 "default", 103 "std", 104 ], 105 rustlibs: [ 106 "libnum_bigint", 107 "libnum_integer", 108 "libnum_traits", 109 ], 110} 111 112rust_test { 113 name: "num-bigint_test_tests_bigint_scalar", 114 host_supported: true, 115 crate_name: "bigint_scalar", 116 cargo_env_compat: true, 117 cargo_pkg_version: "0.4.6", 118 crate_root: "tests/bigint_scalar.rs", 119 test_suites: ["general-tests"], 120 auto_gen_config: true, 121 test_options: { 122 unit_test: true, 123 }, 124 edition: "2021", 125 features: [ 126 "default", 127 "std", 128 ], 129 rustlibs: [ 130 "libnum_bigint", 131 "libnum_integer", 132 "libnum_traits", 133 ], 134} 135 136rust_test { 137 name: "num-bigint_test_tests_biguint", 138 host_supported: true, 139 crate_name: "biguint", 140 cargo_env_compat: true, 141 cargo_pkg_version: "0.4.6", 142 crate_root: "tests/biguint.rs", 143 test_suites: ["general-tests"], 144 auto_gen_config: true, 145 test_options: { 146 unit_test: true, 147 }, 148 edition: "2021", 149 features: [ 150 "default", 151 "std", 152 ], 153 rustlibs: [ 154 "libnum_bigint", 155 "libnum_integer", 156 "libnum_traits", 157 ], 158} 159 160rust_test { 161 name: "num-bigint_test_tests_biguint_scalar", 162 host_supported: true, 163 crate_name: "biguint_scalar", 164 cargo_env_compat: true, 165 cargo_pkg_version: "0.4.6", 166 crate_root: "tests/biguint_scalar.rs", 167 test_suites: ["general-tests"], 168 auto_gen_config: true, 169 test_options: { 170 unit_test: true, 171 }, 172 edition: "2021", 173 features: [ 174 "default", 175 "std", 176 ], 177 rustlibs: [ 178 "libnum_bigint", 179 "libnum_integer", 180 "libnum_traits", 181 ], 182} 183 184rust_test { 185 name: "num-bigint_test_tests_fuzzed", 186 host_supported: true, 187 crate_name: "fuzzed", 188 cargo_env_compat: true, 189 cargo_pkg_version: "0.4.6", 190 crate_root: "tests/fuzzed.rs", 191 test_suites: ["general-tests"], 192 auto_gen_config: true, 193 test_options: { 194 unit_test: true, 195 }, 196 edition: "2021", 197 features: [ 198 "default", 199 "std", 200 ], 201 rustlibs: [ 202 "libnum_bigint", 203 "libnum_integer", 204 "libnum_traits", 205 ], 206} 207 208rust_test { 209 name: "num-bigint_test_tests_modpow", 210 host_supported: true, 211 crate_name: "modpow", 212 cargo_env_compat: true, 213 cargo_pkg_version: "0.4.6", 214 crate_root: "tests/modpow.rs", 215 test_suites: ["general-tests"], 216 auto_gen_config: true, 217 test_options: { 218 unit_test: true, 219 }, 220 edition: "2021", 221 features: [ 222 "default", 223 "std", 224 ], 225 rustlibs: [ 226 "libnum_bigint", 227 "libnum_integer", 228 "libnum_traits", 229 ], 230} 231 232rust_test { 233 name: "num-bigint_test_tests_roots", 234 host_supported: true, 235 crate_name: "roots", 236 cargo_env_compat: true, 237 cargo_pkg_version: "0.4.6", 238 crate_root: "tests/roots.rs", 239 test_suites: ["general-tests"], 240 auto_gen_config: true, 241 test_options: { 242 unit_test: true, 243 }, 244 edition: "2021", 245 features: [ 246 "default", 247 "std", 248 ], 249 rustlibs: [ 250 "libnum_bigint", 251 "libnum_integer", 252 "libnum_traits", 253 ], 254} 255