| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 1 | { |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 2 | "checksum": "ae272fd8dc615bb5d51c9adb9824b2433c909c9e72a18d2de2d89916e0ed5115", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 3 | "crates": { |
| 4 | "anyhow 1.0.75": { |
| 5 | "name": "anyhow", |
| 6 | "version": "1.0.75", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 7 | "package_url": "https://github.com/dtolnay/anyhow", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 8 | "repository": { |
| 9 | "Http": { |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 10 | "url": "https://static.crates.io/crates/anyhow/1.0.75/download", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 11 | "sha256": "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" |
| 12 | } |
| 13 | }, |
| 14 | "targets": [ |
| 15 | { |
| 16 | "Library": { |
| 17 | "crate_name": "anyhow", |
| 18 | "crate_root": "src/lib.rs", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 19 | "srcs": { |
| 20 | "allow_empty": true, |
| 21 | "include": [ |
| 22 | "**/*.rs" |
| 23 | ] |
| 24 | } |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 25 | } |
| 26 | }, |
| 27 | { |
| 28 | "BuildScript": { |
| 29 | "crate_name": "build_script_build", |
| 30 | "crate_root": "build.rs", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 31 | "srcs": { |
| 32 | "allow_empty": true, |
| 33 | "include": [ |
| 34 | "**/*.rs" |
| 35 | ] |
| 36 | } |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 37 | } |
| 38 | } |
| 39 | ], |
| 40 | "library_target_name": "anyhow", |
| 41 | "common_attrs": { |
| 42 | "compile_data_glob": [ |
| 43 | "**" |
| 44 | ], |
| 45 | "crate_features": { |
| 46 | "common": [ |
| 47 | "default", |
| 48 | "std" |
| 49 | ], |
| 50 | "selects": {} |
| 51 | }, |
| 52 | "deps": { |
| 53 | "common": [ |
| 54 | { |
| 55 | "id": "anyhow 1.0.75", |
| 56 | "target": "build_script_build" |
| 57 | } |
| 58 | ], |
| 59 | "selects": {} |
| 60 | }, |
| 61 | "edition": "2018", |
| 62 | "version": "1.0.75" |
| 63 | }, |
| 64 | "build_script_attrs": { |
| 65 | "data_glob": [ |
| 66 | "**" |
| 67 | ] |
| 68 | }, |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 69 | "license": "MIT OR Apache-2.0", |
| 70 | "license_ids": [ |
| 71 | "Apache-2.0", |
| 72 | "MIT" |
| 73 | ], |
| 74 | "license_file": "LICENSE-APACHE" |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 75 | }, |
| 76 | "bit_field 0.10.2": { |
| 77 | "name": "bit_field", |
| 78 | "version": "0.10.2", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 79 | "package_url": "https://github.com/phil-opp/rust-bit-field", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 80 | "repository": { |
| 81 | "Http": { |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 82 | "url": "https://static.crates.io/crates/bit_field/0.10.2/download", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 83 | "sha256": "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61" |
| 84 | } |
| 85 | }, |
| 86 | "targets": [ |
| 87 | { |
| 88 | "Library": { |
| 89 | "crate_name": "bit_field", |
| 90 | "crate_root": "src/lib.rs", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 91 | "srcs": { |
| 92 | "allow_empty": true, |
| 93 | "include": [ |
| 94 | "**/*.rs" |
| 95 | ] |
| 96 | } |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 97 | } |
| 98 | } |
| 99 | ], |
| 100 | "library_target_name": "bit_field", |
| 101 | "common_attrs": { |
| 102 | "compile_data_glob": [ |
| 103 | "**" |
| 104 | ], |
| 105 | "edition": "2015", |
| 106 | "version": "0.10.2" |
| 107 | }, |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 108 | "license": "Apache-2.0/MIT", |
| 109 | "license_ids": [ |
| 110 | "Apache-2.0", |
| 111 | "MIT" |
| 112 | ], |
| 113 | "license_file": "LICENSE-APACHE" |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 114 | }, |
| 115 | "bitflags 2.4.0": { |
| 116 | "name": "bitflags", |
| 117 | "version": "2.4.0", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 118 | "package_url": "https://github.com/bitflags/bitflags", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 119 | "repository": { |
| 120 | "Http": { |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 121 | "url": "https://static.crates.io/crates/bitflags/2.4.0/download", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 122 | "sha256": "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" |
| 123 | } |
| 124 | }, |
| 125 | "targets": [ |
| 126 | { |
| 127 | "Library": { |
| 128 | "crate_name": "bitflags", |
| 129 | "crate_root": "src/lib.rs", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 130 | "srcs": { |
| 131 | "allow_empty": true, |
| 132 | "include": [ |
| 133 | "**/*.rs" |
| 134 | ] |
| 135 | } |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 136 | } |
| 137 | } |
| 138 | ], |
| 139 | "library_target_name": "bitflags", |
| 140 | "common_attrs": { |
| 141 | "compile_data_glob": [ |
| 142 | "**" |
| 143 | ], |
| 144 | "edition": "2021", |
| 145 | "version": "2.4.0" |
| 146 | }, |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 147 | "license": "MIT OR Apache-2.0", |
| 148 | "license_ids": [ |
| 149 | "Apache-2.0", |
| 150 | "MIT" |
| 151 | ], |
| 152 | "license_file": "LICENSE-APACHE" |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 153 | }, |
| 154 | "bytes 1.5.0": { |
| 155 | "name": "bytes", |
| 156 | "version": "1.5.0", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 157 | "package_url": "https://github.com/tokio-rs/bytes", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 158 | "repository": { |
| 159 | "Http": { |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 160 | "url": "https://static.crates.io/crates/bytes/1.5.0/download", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 161 | "sha256": "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" |
| 162 | } |
| 163 | }, |
| 164 | "targets": [ |
| 165 | { |
| 166 | "Library": { |
| 167 | "crate_name": "bytes", |
| 168 | "crate_root": "src/lib.rs", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 169 | "srcs": { |
| 170 | "allow_empty": true, |
| 171 | "include": [ |
| 172 | "**/*.rs" |
| 173 | ] |
| 174 | } |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 175 | } |
| 176 | } |
| 177 | ], |
| 178 | "library_target_name": "bytes", |
| 179 | "common_attrs": { |
| 180 | "compile_data_glob": [ |
| 181 | "**" |
| 182 | ], |
| 183 | "edition": "2018", |
| 184 | "version": "1.5.0" |
| 185 | }, |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 186 | "license": "MIT", |
| 187 | "license_ids": [ |
| 188 | "MIT" |
| 189 | ], |
| 190 | "license_file": "LICENSE" |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 191 | }, |
| 192 | "cfg-if 1.0.0": { |
| 193 | "name": "cfg-if", |
| 194 | "version": "1.0.0", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 195 | "package_url": "https://github.com/alexcrichton/cfg-if", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 196 | "repository": { |
| 197 | "Http": { |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 198 | "url": "https://static.crates.io/crates/cfg-if/1.0.0/download", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 199 | "sha256": "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| 200 | } |
| 201 | }, |
| 202 | "targets": [ |
| 203 | { |
| 204 | "Library": { |
| 205 | "crate_name": "cfg_if", |
| 206 | "crate_root": "src/lib.rs", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 207 | "srcs": { |
| 208 | "allow_empty": true, |
| 209 | "include": [ |
| 210 | "**/*.rs" |
| 211 | ] |
| 212 | } |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 213 | } |
| 214 | } |
| 215 | ], |
| 216 | "library_target_name": "cfg_if", |
| 217 | "common_attrs": { |
| 218 | "compile_data_glob": [ |
| 219 | "**" |
| 220 | ], |
| 221 | "edition": "2018", |
| 222 | "version": "1.0.0" |
| 223 | }, |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 224 | "license": "MIT/Apache-2.0", |
| 225 | "license_ids": [ |
| 226 | "Apache-2.0", |
| 227 | "MIT" |
| 228 | ], |
| 229 | "license_file": "LICENSE-APACHE" |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 230 | }, |
| 231 | "compile_with_bazel 0.0.0": { |
| 232 | "name": "compile_with_bazel", |
| 233 | "version": "0.0.0", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 234 | "package_url": null, |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 235 | "repository": null, |
| 236 | "targets": [ |
| 237 | { |
| 238 | "Library": { |
| 239 | "crate_name": "compile_with_bazel", |
| 240 | "crate_root": "fake_lib.rs", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 241 | "srcs": { |
| 242 | "allow_empty": true, |
| 243 | "include": [ |
| 244 | "**/*.rs" |
| 245 | ] |
| 246 | } |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 247 | } |
| 248 | } |
| 249 | ], |
| 250 | "library_target_name": "compile_with_bazel", |
| 251 | "common_attrs": { |
| 252 | "compile_data_glob": [ |
| 253 | "**" |
| 254 | ], |
| 255 | "deps": { |
| 256 | "common": [ |
| 257 | { |
| 258 | "id": "prost 0.12.1", |
| 259 | "target": "prost" |
| 260 | }, |
| 261 | { |
| 262 | "id": "prost-types 0.12.1", |
| 263 | "target": "prost_types" |
| 264 | }, |
| 265 | { |
| 266 | "id": "uefi 0.24.0", |
| 267 | "target": "uefi" |
| 268 | }, |
| 269 | { |
| 270 | "id": "uefi-services 0.21.0", |
| 271 | "target": "uefi_services" |
| 272 | } |
| 273 | ], |
| 274 | "selects": {} |
| 275 | }, |
| 276 | "edition": "2015", |
| 277 | "version": "0.0.0" |
| 278 | }, |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 279 | "license": null, |
| 280 | "license_ids": [], |
| 281 | "license_file": null |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 282 | }, |
| 283 | "either 1.9.0": { |
| 284 | "name": "either", |
| 285 | "version": "1.9.0", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 286 | "package_url": "https://github.com/bluss/either", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 287 | "repository": { |
| 288 | "Http": { |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 289 | "url": "https://static.crates.io/crates/either/1.9.0/download", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 290 | "sha256": "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" |
| 291 | } |
| 292 | }, |
| 293 | "targets": [ |
| 294 | { |
| 295 | "Library": { |
| 296 | "crate_name": "either", |
| 297 | "crate_root": "src/lib.rs", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 298 | "srcs": { |
| 299 | "allow_empty": true, |
| 300 | "include": [ |
| 301 | "**/*.rs" |
| 302 | ] |
| 303 | } |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 304 | } |
| 305 | } |
| 306 | ], |
| 307 | "library_target_name": "either", |
| 308 | "common_attrs": { |
| 309 | "compile_data_glob": [ |
| 310 | "**" |
| 311 | ], |
| 312 | "edition": "2018", |
| 313 | "version": "1.9.0" |
| 314 | }, |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 315 | "license": "MIT OR Apache-2.0", |
| 316 | "license_ids": [ |
| 317 | "Apache-2.0", |
| 318 | "MIT" |
| 319 | ], |
| 320 | "license_file": "LICENSE-APACHE" |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 321 | }, |
| 322 | "itertools 0.11.0": { |
| 323 | "name": "itertools", |
| 324 | "version": "0.11.0", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 325 | "package_url": "https://github.com/rust-itertools/itertools", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 326 | "repository": { |
| 327 | "Http": { |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 328 | "url": "https://static.crates.io/crates/itertools/0.11.0/download", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 329 | "sha256": "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" |
| 330 | } |
| 331 | }, |
| 332 | "targets": [ |
| 333 | { |
| 334 | "Library": { |
| 335 | "crate_name": "itertools", |
| 336 | "crate_root": "src/lib.rs", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 337 | "srcs": { |
| 338 | "allow_empty": true, |
| 339 | "include": [ |
| 340 | "**/*.rs" |
| 341 | ] |
| 342 | } |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 343 | } |
| 344 | } |
| 345 | ], |
| 346 | "library_target_name": "itertools", |
| 347 | "common_attrs": { |
| 348 | "compile_data_glob": [ |
| 349 | "**" |
| 350 | ], |
| 351 | "crate_features": { |
| 352 | "common": [ |
| 353 | "use_alloc" |
| 354 | ], |
| 355 | "selects": {} |
| 356 | }, |
| 357 | "deps": { |
| 358 | "common": [ |
| 359 | { |
| 360 | "id": "either 1.9.0", |
| 361 | "target": "either" |
| 362 | } |
| 363 | ], |
| 364 | "selects": {} |
| 365 | }, |
| 366 | "edition": "2018", |
| 367 | "version": "0.11.0" |
| 368 | }, |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 369 | "license": "MIT OR Apache-2.0", |
| 370 | "license_ids": [ |
| 371 | "Apache-2.0", |
| 372 | "MIT" |
| 373 | ], |
| 374 | "license_file": "LICENSE-APACHE" |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 375 | }, |
| 376 | "log 0.4.20": { |
| 377 | "name": "log", |
| 378 | "version": "0.4.20", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 379 | "package_url": "https://github.com/rust-lang/log", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 380 | "repository": { |
| 381 | "Http": { |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 382 | "url": "https://static.crates.io/crates/log/0.4.20/download", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 383 | "sha256": "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" |
| 384 | } |
| 385 | }, |
| 386 | "targets": [ |
| 387 | { |
| 388 | "Library": { |
| 389 | "crate_name": "log", |
| 390 | "crate_root": "src/lib.rs", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 391 | "srcs": { |
| 392 | "allow_empty": true, |
| 393 | "include": [ |
| 394 | "**/*.rs" |
| 395 | ] |
| 396 | } |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 397 | } |
| 398 | } |
| 399 | ], |
| 400 | "library_target_name": "log", |
| 401 | "common_attrs": { |
| 402 | "compile_data_glob": [ |
| 403 | "**" |
| 404 | ], |
| 405 | "edition": "2015", |
| 406 | "version": "0.4.20" |
| 407 | }, |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 408 | "license": "MIT OR Apache-2.0", |
| 409 | "license_ids": [ |
| 410 | "Apache-2.0", |
| 411 | "MIT" |
| 412 | ], |
| 413 | "license_file": "LICENSE-APACHE" |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 414 | }, |
| 415 | "proc-macro2 1.0.67": { |
| 416 | "name": "proc-macro2", |
| 417 | "version": "1.0.67", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 418 | "package_url": "https://github.com/dtolnay/proc-macro2", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 419 | "repository": { |
| 420 | "Http": { |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 421 | "url": "https://static.crates.io/crates/proc-macro2/1.0.67/download", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 422 | "sha256": "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328" |
| 423 | } |
| 424 | }, |
| 425 | "targets": [ |
| 426 | { |
| 427 | "Library": { |
| 428 | "crate_name": "proc_macro2", |
| 429 | "crate_root": "src/lib.rs", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 430 | "srcs": { |
| 431 | "allow_empty": true, |
| 432 | "include": [ |
| 433 | "**/*.rs" |
| 434 | ] |
| 435 | } |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 436 | } |
| 437 | }, |
| 438 | { |
| 439 | "BuildScript": { |
| 440 | "crate_name": "build_script_build", |
| 441 | "crate_root": "build.rs", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 442 | "srcs": { |
| 443 | "allow_empty": true, |
| 444 | "include": [ |
| 445 | "**/*.rs" |
| 446 | ] |
| 447 | } |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 448 | } |
| 449 | } |
| 450 | ], |
| 451 | "library_target_name": "proc_macro2", |
| 452 | "common_attrs": { |
| 453 | "compile_data_glob": [ |
| 454 | "**" |
| 455 | ], |
| 456 | "crate_features": { |
| 457 | "common": [ |
| 458 | "default", |
| 459 | "proc-macro" |
| 460 | ], |
| 461 | "selects": {} |
| 462 | }, |
| 463 | "deps": { |
| 464 | "common": [ |
| 465 | { |
| 466 | "id": "proc-macro2 1.0.67", |
| 467 | "target": "build_script_build" |
| 468 | }, |
| 469 | { |
| 470 | "id": "unicode-ident 1.0.12", |
| 471 | "target": "unicode_ident" |
| 472 | } |
| 473 | ], |
| 474 | "selects": {} |
| 475 | }, |
| 476 | "edition": "2021", |
| 477 | "version": "1.0.67" |
| 478 | }, |
| 479 | "build_script_attrs": { |
| 480 | "data_glob": [ |
| 481 | "**" |
| 482 | ] |
| 483 | }, |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 484 | "license": "MIT OR Apache-2.0", |
| 485 | "license_ids": [ |
| 486 | "Apache-2.0", |
| 487 | "MIT" |
| 488 | ], |
| 489 | "license_file": "LICENSE-APACHE" |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 490 | }, |
| 491 | "prost 0.12.1": { |
| 492 | "name": "prost", |
| 493 | "version": "0.12.1", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 494 | "package_url": "https://github.com/tokio-rs/prost", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 495 | "repository": { |
| 496 | "Http": { |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 497 | "url": "https://static.crates.io/crates/prost/0.12.1/download", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 498 | "sha256": "f4fdd22f3b9c31b53c060df4a0613a1c7f062d4115a2b984dd15b1858f7e340d" |
| 499 | } |
| 500 | }, |
| 501 | "targets": [ |
| 502 | { |
| 503 | "Library": { |
| 504 | "crate_name": "prost", |
| 505 | "crate_root": "src/lib.rs", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 506 | "srcs": { |
| 507 | "allow_empty": true, |
| 508 | "include": [ |
| 509 | "**/*.rs" |
| 510 | ] |
| 511 | } |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 512 | } |
| 513 | } |
| 514 | ], |
| 515 | "library_target_name": "prost", |
| 516 | "common_attrs": { |
| 517 | "compile_data_glob": [ |
| 518 | "**" |
| 519 | ], |
| 520 | "crate_features": { |
| 521 | "common": [ |
| 522 | "prost-derive" |
| 523 | ], |
| 524 | "selects": {} |
| 525 | }, |
| 526 | "deps": { |
| 527 | "common": [ |
| 528 | { |
| 529 | "id": "bytes 1.5.0", |
| 530 | "target": "bytes" |
| 531 | } |
| 532 | ], |
| 533 | "selects": {} |
| 534 | }, |
| 535 | "edition": "2021", |
| 536 | "proc_macro_deps": { |
| 537 | "common": [ |
| 538 | { |
| 539 | "id": "prost-derive 0.12.1", |
| 540 | "target": "prost_derive" |
| 541 | } |
| 542 | ], |
| 543 | "selects": {} |
| 544 | }, |
| 545 | "version": "0.12.1" |
| 546 | }, |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 547 | "license": "Apache-2.0", |
| 548 | "license_ids": [ |
| 549 | "Apache-2.0" |
| 550 | ], |
| 551 | "license_file": "LICENSE" |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 552 | }, |
| 553 | "prost-derive 0.12.1": { |
| 554 | "name": "prost-derive", |
| 555 | "version": "0.12.1", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 556 | "package_url": "https://github.com/tokio-rs/prost", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 557 | "repository": { |
| 558 | "Http": { |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 559 | "url": "https://static.crates.io/crates/prost-derive/0.12.1/download", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 560 | "sha256": "265baba7fabd416cf5078179f7d2cbeca4ce7a9041111900675ea7c4cb8a4c32" |
| 561 | } |
| 562 | }, |
| 563 | "targets": [ |
| 564 | { |
| 565 | "ProcMacro": { |
| 566 | "crate_name": "prost_derive", |
| 567 | "crate_root": "src/lib.rs", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 568 | "srcs": { |
| 569 | "allow_empty": true, |
| 570 | "include": [ |
| 571 | "**/*.rs" |
| 572 | ] |
| 573 | } |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 574 | } |
| 575 | } |
| 576 | ], |
| 577 | "library_target_name": "prost_derive", |
| 578 | "common_attrs": { |
| 579 | "compile_data_glob": [ |
| 580 | "**" |
| 581 | ], |
| 582 | "deps": { |
| 583 | "common": [ |
| 584 | { |
| 585 | "id": "anyhow 1.0.75", |
| 586 | "target": "anyhow" |
| 587 | }, |
| 588 | { |
| 589 | "id": "itertools 0.11.0", |
| 590 | "target": "itertools" |
| 591 | }, |
| 592 | { |
| 593 | "id": "proc-macro2 1.0.67", |
| 594 | "target": "proc_macro2" |
| 595 | }, |
| 596 | { |
| 597 | "id": "quote 1.0.33", |
| 598 | "target": "quote" |
| 599 | }, |
| 600 | { |
| 601 | "id": "syn 2.0.37", |
| 602 | "target": "syn" |
| 603 | } |
| 604 | ], |
| 605 | "selects": {} |
| 606 | }, |
| 607 | "edition": "2021", |
| 608 | "version": "0.12.1" |
| 609 | }, |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 610 | "license": "Apache-2.0", |
| 611 | "license_ids": [ |
| 612 | "Apache-2.0" |
| 613 | ], |
| 614 | "license_file": "LICENSE" |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 615 | }, |
| 616 | "prost-types 0.12.1": { |
| 617 | "name": "prost-types", |
| 618 | "version": "0.12.1", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 619 | "package_url": "https://github.com/tokio-rs/prost", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 620 | "repository": { |
| 621 | "Http": { |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 622 | "url": "https://static.crates.io/crates/prost-types/0.12.1/download", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 623 | "sha256": "e081b29f63d83a4bc75cfc9f3fe424f9156cf92d8a4f0c9407cce9a1b67327cf" |
| 624 | } |
| 625 | }, |
| 626 | "targets": [ |
| 627 | { |
| 628 | "Library": { |
| 629 | "crate_name": "prost_types", |
| 630 | "crate_root": "src/lib.rs", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 631 | "srcs": { |
| 632 | "allow_empty": true, |
| 633 | "include": [ |
| 634 | "**/*.rs" |
| 635 | ] |
| 636 | } |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 637 | } |
| 638 | } |
| 639 | ], |
| 640 | "library_target_name": "prost_types", |
| 641 | "common_attrs": { |
| 642 | "compile_data_glob": [ |
| 643 | "**" |
| 644 | ], |
| 645 | "deps": { |
| 646 | "common": [ |
| 647 | { |
| 648 | "id": "prost 0.12.1", |
| 649 | "target": "prost" |
| 650 | } |
| 651 | ], |
| 652 | "selects": {} |
| 653 | }, |
| 654 | "edition": "2021", |
| 655 | "version": "0.12.1" |
| 656 | }, |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 657 | "license": "Apache-2.0", |
| 658 | "license_ids": [ |
| 659 | "Apache-2.0" |
| 660 | ], |
| 661 | "license_file": "LICENSE" |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 662 | }, |
| 663 | "ptr_meta 0.2.0": { |
| 664 | "name": "ptr_meta", |
| 665 | "version": "0.2.0", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 666 | "package_url": "https://github.com/djkoloski/ptr_meta", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 667 | "repository": { |
| 668 | "Http": { |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 669 | "url": "https://static.crates.io/crates/ptr_meta/0.2.0/download", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 670 | "sha256": "bcada80daa06c42ed5f48c9a043865edea5dc44cbf9ac009fda3b89526e28607" |
| 671 | } |
| 672 | }, |
| 673 | "targets": [ |
| 674 | { |
| 675 | "Library": { |
| 676 | "crate_name": "ptr_meta", |
| 677 | "crate_root": "src/lib.rs", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 678 | "srcs": { |
| 679 | "allow_empty": true, |
| 680 | "include": [ |
| 681 | "**/*.rs" |
| 682 | ] |
| 683 | } |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 684 | } |
| 685 | } |
| 686 | ], |
| 687 | "library_target_name": "ptr_meta", |
| 688 | "common_attrs": { |
| 689 | "compile_data_glob": [ |
| 690 | "**" |
| 691 | ], |
| 692 | "edition": "2018", |
| 693 | "proc_macro_deps": { |
| 694 | "common": [ |
| 695 | { |
| 696 | "id": "ptr_meta_derive 0.2.0", |
| 697 | "target": "ptr_meta_derive" |
| 698 | } |
| 699 | ], |
| 700 | "selects": {} |
| 701 | }, |
| 702 | "version": "0.2.0" |
| 703 | }, |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 704 | "license": "MIT", |
| 705 | "license_ids": [ |
| 706 | "MIT" |
| 707 | ], |
| 708 | "license_file": "LICENSE" |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 709 | }, |
| 710 | "ptr_meta_derive 0.2.0": { |
| 711 | "name": "ptr_meta_derive", |
| 712 | "version": "0.2.0", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 713 | "package_url": "https://github.com/djkoloski/ptr_meta", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 714 | "repository": { |
| 715 | "Http": { |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 716 | "url": "https://static.crates.io/crates/ptr_meta_derive/0.2.0/download", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 717 | "sha256": "bca9224df2e20e7c5548aeb5f110a0f3b77ef05f8585139b7148b59056168ed2" |
| 718 | } |
| 719 | }, |
| 720 | "targets": [ |
| 721 | { |
| 722 | "ProcMacro": { |
| 723 | "crate_name": "ptr_meta_derive", |
| 724 | "crate_root": "src/lib.rs", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 725 | "srcs": { |
| 726 | "allow_empty": true, |
| 727 | "include": [ |
| 728 | "**/*.rs" |
| 729 | ] |
| 730 | } |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 731 | } |
| 732 | } |
| 733 | ], |
| 734 | "library_target_name": "ptr_meta_derive", |
| 735 | "common_attrs": { |
| 736 | "compile_data_glob": [ |
| 737 | "**" |
| 738 | ], |
| 739 | "deps": { |
| 740 | "common": [ |
| 741 | { |
| 742 | "id": "proc-macro2 1.0.67", |
| 743 | "target": "proc_macro2" |
| 744 | }, |
| 745 | { |
| 746 | "id": "quote 1.0.33", |
| 747 | "target": "quote" |
| 748 | }, |
| 749 | { |
| 750 | "id": "syn 1.0.109", |
| 751 | "target": "syn" |
| 752 | } |
| 753 | ], |
| 754 | "selects": {} |
| 755 | }, |
| 756 | "edition": "2021", |
| 757 | "version": "0.2.0" |
| 758 | }, |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 759 | "license": "MIT", |
| 760 | "license_ids": [ |
| 761 | "MIT" |
| 762 | ], |
| 763 | "license_file": "LICENSE" |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 764 | }, |
| 765 | "quote 1.0.33": { |
| 766 | "name": "quote", |
| 767 | "version": "1.0.33", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 768 | "package_url": "https://github.com/dtolnay/quote", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 769 | "repository": { |
| 770 | "Http": { |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 771 | "url": "https://static.crates.io/crates/quote/1.0.33/download", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 772 | "sha256": "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" |
| 773 | } |
| 774 | }, |
| 775 | "targets": [ |
| 776 | { |
| 777 | "Library": { |
| 778 | "crate_name": "quote", |
| 779 | "crate_root": "src/lib.rs", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 780 | "srcs": { |
| 781 | "allow_empty": true, |
| 782 | "include": [ |
| 783 | "**/*.rs" |
| 784 | ] |
| 785 | } |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 786 | } |
| 787 | } |
| 788 | ], |
| 789 | "library_target_name": "quote", |
| 790 | "common_attrs": { |
| 791 | "compile_data_glob": [ |
| 792 | "**" |
| 793 | ], |
| 794 | "crate_features": { |
| 795 | "common": [ |
| 796 | "default", |
| 797 | "proc-macro" |
| 798 | ], |
| 799 | "selects": {} |
| 800 | }, |
| 801 | "deps": { |
| 802 | "common": [ |
| 803 | { |
| 804 | "id": "proc-macro2 1.0.67", |
| 805 | "target": "proc_macro2" |
| 806 | } |
| 807 | ], |
| 808 | "selects": {} |
| 809 | }, |
| 810 | "edition": "2018", |
| 811 | "version": "1.0.33" |
| 812 | }, |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 813 | "license": "MIT OR Apache-2.0", |
| 814 | "license_ids": [ |
| 815 | "Apache-2.0", |
| 816 | "MIT" |
| 817 | ], |
| 818 | "license_file": "LICENSE-APACHE" |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 819 | }, |
| 820 | "syn 1.0.109": { |
| 821 | "name": "syn", |
| 822 | "version": "1.0.109", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 823 | "package_url": "https://github.com/dtolnay/syn", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 824 | "repository": { |
| 825 | "Http": { |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 826 | "url": "https://static.crates.io/crates/syn/1.0.109/download", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 827 | "sha256": "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
| 828 | } |
| 829 | }, |
| 830 | "targets": [ |
| 831 | { |
| 832 | "Library": { |
| 833 | "crate_name": "syn", |
| 834 | "crate_root": "src/lib.rs", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 835 | "srcs": { |
| 836 | "allow_empty": true, |
| 837 | "include": [ |
| 838 | "**/*.rs" |
| 839 | ] |
| 840 | } |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 841 | } |
| 842 | }, |
| 843 | { |
| 844 | "BuildScript": { |
| 845 | "crate_name": "build_script_build", |
| 846 | "crate_root": "build.rs", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 847 | "srcs": { |
| 848 | "allow_empty": true, |
| 849 | "include": [ |
| 850 | "**/*.rs" |
| 851 | ] |
| 852 | } |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 853 | } |
| 854 | } |
| 855 | ], |
| 856 | "library_target_name": "syn", |
| 857 | "common_attrs": { |
| 858 | "compile_data_glob": [ |
| 859 | "**" |
| 860 | ], |
| 861 | "crate_features": { |
| 862 | "common": [ |
| 863 | "clone-impls", |
| 864 | "default", |
| 865 | "derive", |
| 866 | "full", |
| 867 | "parsing", |
| 868 | "printing", |
| 869 | "proc-macro", |
| 870 | "quote" |
| 871 | ], |
| 872 | "selects": {} |
| 873 | }, |
| 874 | "deps": { |
| 875 | "common": [ |
| 876 | { |
| 877 | "id": "proc-macro2 1.0.67", |
| 878 | "target": "proc_macro2" |
| 879 | }, |
| 880 | { |
| 881 | "id": "quote 1.0.33", |
| 882 | "target": "quote" |
| 883 | }, |
| 884 | { |
| 885 | "id": "syn 1.0.109", |
| 886 | "target": "build_script_build" |
| 887 | }, |
| 888 | { |
| 889 | "id": "unicode-ident 1.0.12", |
| 890 | "target": "unicode_ident" |
| 891 | } |
| 892 | ], |
| 893 | "selects": {} |
| 894 | }, |
| 895 | "edition": "2018", |
| 896 | "version": "1.0.109" |
| 897 | }, |
| 898 | "build_script_attrs": { |
| 899 | "data_glob": [ |
| 900 | "**" |
| 901 | ] |
| 902 | }, |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 903 | "license": "MIT OR Apache-2.0", |
| 904 | "license_ids": [ |
| 905 | "Apache-2.0", |
| 906 | "MIT" |
| 907 | ], |
| 908 | "license_file": "LICENSE-APACHE" |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 909 | }, |
| 910 | "syn 2.0.37": { |
| 911 | "name": "syn", |
| 912 | "version": "2.0.37", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 913 | "package_url": "https://github.com/dtolnay/syn", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 914 | "repository": { |
| 915 | "Http": { |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 916 | "url": "https://static.crates.io/crates/syn/2.0.37/download", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 917 | "sha256": "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8" |
| 918 | } |
| 919 | }, |
| 920 | "targets": [ |
| 921 | { |
| 922 | "Library": { |
| 923 | "crate_name": "syn", |
| 924 | "crate_root": "src/lib.rs", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 925 | "srcs": { |
| 926 | "allow_empty": true, |
| 927 | "include": [ |
| 928 | "**/*.rs" |
| 929 | ] |
| 930 | } |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 931 | } |
| 932 | } |
| 933 | ], |
| 934 | "library_target_name": "syn", |
| 935 | "common_attrs": { |
| 936 | "compile_data_glob": [ |
| 937 | "**" |
| 938 | ], |
| 939 | "crate_features": { |
| 940 | "common": [ |
| 941 | "clone-impls", |
| 942 | "default", |
| 943 | "derive", |
| 944 | "extra-traits", |
| 945 | "full", |
| 946 | "parsing", |
| 947 | "printing", |
| 948 | "proc-macro", |
| 949 | "quote" |
| 950 | ], |
| 951 | "selects": {} |
| 952 | }, |
| 953 | "deps": { |
| 954 | "common": [ |
| 955 | { |
| 956 | "id": "proc-macro2 1.0.67", |
| 957 | "target": "proc_macro2" |
| 958 | }, |
| 959 | { |
| 960 | "id": "quote 1.0.33", |
| 961 | "target": "quote" |
| 962 | }, |
| 963 | { |
| 964 | "id": "unicode-ident 1.0.12", |
| 965 | "target": "unicode_ident" |
| 966 | } |
| 967 | ], |
| 968 | "selects": {} |
| 969 | }, |
| 970 | "edition": "2021", |
| 971 | "version": "2.0.37" |
| 972 | }, |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 973 | "license": "MIT OR Apache-2.0", |
| 974 | "license_ids": [ |
| 975 | "Apache-2.0", |
| 976 | "MIT" |
| 977 | ], |
| 978 | "license_file": "LICENSE-APACHE" |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 979 | }, |
| 980 | "ucs2 0.3.2": { |
| 981 | "name": "ucs2", |
| 982 | "version": "0.3.2", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 983 | "package_url": "https://github.com/GabrielMajeri/ucs2-rs", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 984 | "repository": { |
| 985 | "Http": { |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 986 | "url": "https://static.crates.io/crates/ucs2/0.3.2/download", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 987 | "sha256": "bad643914094137d475641b6bab89462505316ec2ce70907ad20102d28a79ab8" |
| 988 | } |
| 989 | }, |
| 990 | "targets": [ |
| 991 | { |
| 992 | "Library": { |
| 993 | "crate_name": "ucs2", |
| 994 | "crate_root": "src/lib.rs", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 995 | "srcs": { |
| 996 | "allow_empty": true, |
| 997 | "include": [ |
| 998 | "**/*.rs" |
| 999 | ] |
| 1000 | } |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 1001 | } |
| 1002 | } |
| 1003 | ], |
| 1004 | "library_target_name": "ucs2", |
| 1005 | "common_attrs": { |
| 1006 | "compile_data_glob": [ |
| 1007 | "**" |
| 1008 | ], |
| 1009 | "deps": { |
| 1010 | "common": [ |
| 1011 | { |
| 1012 | "id": "bit_field 0.10.2", |
| 1013 | "target": "bit_field" |
| 1014 | } |
| 1015 | ], |
| 1016 | "selects": {} |
| 1017 | }, |
| 1018 | "edition": "2018", |
| 1019 | "version": "0.3.2" |
| 1020 | }, |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 1021 | "license": "MPL-2.0", |
| 1022 | "license_ids": [ |
| 1023 | "MPL-2.0" |
| 1024 | ], |
| 1025 | "license_file": "LICENSE" |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 1026 | }, |
| 1027 | "uefi 0.24.0": { |
| 1028 | "name": "uefi", |
| 1029 | "version": "0.24.0", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 1030 | "package_url": "https://github.com/rust-osdev/uefi-rs", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 1031 | "repository": { |
| 1032 | "Http": { |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 1033 | "url": "https://static.crates.io/crates/uefi/0.24.0/download", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 1034 | "sha256": "3b63e82686b4bdb0db74f18b2abbd60a0470354fb640aa69e115598d714d0a10" |
| 1035 | } |
| 1036 | }, |
| 1037 | "targets": [ |
| 1038 | { |
| 1039 | "Library": { |
| 1040 | "crate_name": "uefi", |
| 1041 | "crate_root": "src/lib.rs", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 1042 | "srcs": { |
| 1043 | "allow_empty": true, |
| 1044 | "include": [ |
| 1045 | "**/*.rs" |
| 1046 | ] |
| 1047 | } |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 1048 | } |
| 1049 | } |
| 1050 | ], |
| 1051 | "library_target_name": "uefi", |
| 1052 | "common_attrs": { |
| 1053 | "compile_data_glob": [ |
| 1054 | "**" |
| 1055 | ], |
| 1056 | "crate_features": { |
| 1057 | "common": [ |
| 1058 | "alloc", |
| 1059 | "default", |
| 1060 | "global_allocator", |
| 1061 | "logger", |
| 1062 | "panic-on-logger-errors" |
| 1063 | ], |
| 1064 | "selects": {} |
| 1065 | }, |
| 1066 | "deps": { |
| 1067 | "common": [ |
| 1068 | { |
| 1069 | "id": "bitflags 2.4.0", |
| 1070 | "target": "bitflags" |
| 1071 | }, |
| 1072 | { |
| 1073 | "id": "log 0.4.20", |
| 1074 | "target": "log" |
| 1075 | }, |
| 1076 | { |
| 1077 | "id": "ptr_meta 0.2.0", |
| 1078 | "target": "ptr_meta" |
| 1079 | }, |
| 1080 | { |
| 1081 | "id": "ucs2 0.3.2", |
| 1082 | "target": "ucs2" |
| 1083 | }, |
| 1084 | { |
| 1085 | "id": "uefi-raw 0.3.0", |
| 1086 | "target": "uefi_raw" |
| 1087 | }, |
| 1088 | { |
| 1089 | "id": "uguid 2.2.0", |
| 1090 | "target": "uguid" |
| 1091 | } |
| 1092 | ], |
| 1093 | "selects": {} |
| 1094 | }, |
| 1095 | "edition": "2021", |
| 1096 | "proc_macro_deps": { |
| 1097 | "common": [ |
| 1098 | { |
| 1099 | "id": "uefi-macros 0.12.0", |
| 1100 | "target": "uefi_macros" |
| 1101 | } |
| 1102 | ], |
| 1103 | "selects": {} |
| 1104 | }, |
| 1105 | "version": "0.24.0" |
| 1106 | }, |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 1107 | "license": "MPL-2.0", |
| 1108 | "license_ids": [ |
| 1109 | "MPL-2.0" |
| 1110 | ], |
| 1111 | "license_file": "LICENSE" |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 1112 | }, |
| 1113 | "uefi-macros 0.12.0": { |
| 1114 | "name": "uefi-macros", |
| 1115 | "version": "0.12.0", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 1116 | "package_url": "https://github.com/rust-osdev/uefi-rs", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 1117 | "repository": { |
| 1118 | "Http": { |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 1119 | "url": "https://static.crates.io/crates/uefi-macros/0.12.0/download", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 1120 | "sha256": "023d94ef8e135d068b9a3bd94614ef2610b2b0419ade0a9d8f3501fa9cd08e95" |
| 1121 | } |
| 1122 | }, |
| 1123 | "targets": [ |
| 1124 | { |
| 1125 | "ProcMacro": { |
| 1126 | "crate_name": "uefi_macros", |
| 1127 | "crate_root": "src/lib.rs", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 1128 | "srcs": { |
| 1129 | "allow_empty": true, |
| 1130 | "include": [ |
| 1131 | "**/*.rs" |
| 1132 | ] |
| 1133 | } |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 1134 | } |
| 1135 | } |
| 1136 | ], |
| 1137 | "library_target_name": "uefi_macros", |
| 1138 | "common_attrs": { |
| 1139 | "compile_data_glob": [ |
| 1140 | "**" |
| 1141 | ], |
| 1142 | "deps": { |
| 1143 | "common": [ |
| 1144 | { |
| 1145 | "id": "proc-macro2 1.0.67", |
| 1146 | "target": "proc_macro2" |
| 1147 | }, |
| 1148 | { |
| 1149 | "id": "quote 1.0.33", |
| 1150 | "target": "quote" |
| 1151 | }, |
| 1152 | { |
| 1153 | "id": "syn 2.0.37", |
| 1154 | "target": "syn" |
| 1155 | } |
| 1156 | ], |
| 1157 | "selects": {} |
| 1158 | }, |
| 1159 | "edition": "2021", |
| 1160 | "version": "0.12.0" |
| 1161 | }, |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 1162 | "license": "MPL-2.0", |
| 1163 | "license_ids": [ |
| 1164 | "MPL-2.0" |
| 1165 | ], |
| 1166 | "license_file": "LICENSE" |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 1167 | }, |
| 1168 | "uefi-raw 0.3.0": { |
| 1169 | "name": "uefi-raw", |
| 1170 | "version": "0.3.0", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 1171 | "package_url": "https://github.com/rust-osdev/uefi-rs", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 1172 | "repository": { |
| 1173 | "Http": { |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 1174 | "url": "https://static.crates.io/crates/uefi-raw/0.3.0/download", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 1175 | "sha256": "62642516099c6441a5f41b0da8486d5fc3515a0603b0fdaea67b31600e22082e" |
| 1176 | } |
| 1177 | }, |
| 1178 | "targets": [ |
| 1179 | { |
| 1180 | "Library": { |
| 1181 | "crate_name": "uefi_raw", |
| 1182 | "crate_root": "src/lib.rs", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 1183 | "srcs": { |
| 1184 | "allow_empty": true, |
| 1185 | "include": [ |
| 1186 | "**/*.rs" |
| 1187 | ] |
| 1188 | } |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 1189 | } |
| 1190 | } |
| 1191 | ], |
| 1192 | "library_target_name": "uefi_raw", |
| 1193 | "common_attrs": { |
| 1194 | "compile_data_glob": [ |
| 1195 | "**" |
| 1196 | ], |
| 1197 | "deps": { |
| 1198 | "common": [ |
| 1199 | { |
| 1200 | "id": "bitflags 2.4.0", |
| 1201 | "target": "bitflags" |
| 1202 | }, |
| 1203 | { |
| 1204 | "id": "ptr_meta 0.2.0", |
| 1205 | "target": "ptr_meta" |
| 1206 | }, |
| 1207 | { |
| 1208 | "id": "uguid 2.2.0", |
| 1209 | "target": "uguid" |
| 1210 | } |
| 1211 | ], |
| 1212 | "selects": {} |
| 1213 | }, |
| 1214 | "edition": "2021", |
| 1215 | "version": "0.3.0" |
| 1216 | }, |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 1217 | "license": "MPL-2.0", |
| 1218 | "license_ids": [ |
| 1219 | "MPL-2.0" |
| 1220 | ], |
| 1221 | "license_file": "LICENSE" |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 1222 | }, |
| 1223 | "uefi-services 0.21.0": { |
| 1224 | "name": "uefi-services", |
| 1225 | "version": "0.21.0", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 1226 | "package_url": "https://github.com/rust-osdev/uefi-rs", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 1227 | "repository": { |
| 1228 | "Http": { |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 1229 | "url": "https://static.crates.io/crates/uefi-services/0.21.0/download", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 1230 | "sha256": "44b32954ebbb4be5ebfde0df6699c2091f04e9f9c3762c65f3435dfb1a90a668" |
| 1231 | } |
| 1232 | }, |
| 1233 | "targets": [ |
| 1234 | { |
| 1235 | "Library": { |
| 1236 | "crate_name": "uefi_services", |
| 1237 | "crate_root": "src/lib.rs", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 1238 | "srcs": { |
| 1239 | "allow_empty": true, |
| 1240 | "include": [ |
| 1241 | "**/*.rs" |
| 1242 | ] |
| 1243 | } |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 1244 | } |
| 1245 | } |
| 1246 | ], |
| 1247 | "library_target_name": "uefi_services", |
| 1248 | "common_attrs": { |
| 1249 | "compile_data_glob": [ |
| 1250 | "**" |
| 1251 | ], |
| 1252 | "crate_features": { |
| 1253 | "common": [ |
| 1254 | "default", |
| 1255 | "logger", |
| 1256 | "panic_handler" |
| 1257 | ], |
| 1258 | "selects": {} |
| 1259 | }, |
| 1260 | "deps": { |
| 1261 | "common": [ |
| 1262 | { |
| 1263 | "id": "cfg-if 1.0.0", |
| 1264 | "target": "cfg_if" |
| 1265 | }, |
| 1266 | { |
| 1267 | "id": "log 0.4.20", |
| 1268 | "target": "log" |
| 1269 | }, |
| 1270 | { |
| 1271 | "id": "uefi 0.24.0", |
| 1272 | "target": "uefi" |
| 1273 | } |
| 1274 | ], |
| 1275 | "selects": {} |
| 1276 | }, |
| 1277 | "edition": "2021", |
| 1278 | "version": "0.21.0" |
| 1279 | }, |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 1280 | "license": "MPL-2.0", |
| 1281 | "license_ids": [ |
| 1282 | "MPL-2.0" |
| 1283 | ], |
| 1284 | "license_file": "LICENSE" |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 1285 | }, |
| 1286 | "uguid 2.2.0": { |
| 1287 | "name": "uguid", |
| 1288 | "version": "2.2.0", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 1289 | "package_url": "https://github.com/google/gpt-disk-rs", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 1290 | "repository": { |
| 1291 | "Http": { |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 1292 | "url": "https://static.crates.io/crates/uguid/2.2.0/download", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 1293 | "sha256": "ab14ea9660d240e7865ce9d54ecdbd1cd9fa5802ae6f4512f093c7907e921533" |
| 1294 | } |
| 1295 | }, |
| 1296 | "targets": [ |
| 1297 | { |
| 1298 | "Library": { |
| 1299 | "crate_name": "uguid", |
| 1300 | "crate_root": "src/lib.rs", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 1301 | "srcs": { |
| 1302 | "allow_empty": true, |
| 1303 | "include": [ |
| 1304 | "**/*.rs" |
| 1305 | ] |
| 1306 | } |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 1307 | } |
| 1308 | } |
| 1309 | ], |
| 1310 | "library_target_name": "uguid", |
| 1311 | "common_attrs": { |
| 1312 | "compile_data_glob": [ |
| 1313 | "**" |
| 1314 | ], |
| 1315 | "edition": "2021", |
| 1316 | "version": "2.2.0" |
| 1317 | }, |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 1318 | "license": "MIT OR Apache-2.0", |
| 1319 | "license_ids": [ |
| 1320 | "Apache-2.0", |
| 1321 | "MIT" |
| 1322 | ], |
| 1323 | "license_file": "LICENSE-APACHE" |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 1324 | }, |
| 1325 | "unicode-ident 1.0.12": { |
| 1326 | "name": "unicode-ident", |
| 1327 | "version": "1.0.12", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 1328 | "package_url": "https://github.com/dtolnay/unicode-ident", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 1329 | "repository": { |
| 1330 | "Http": { |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 1331 | "url": "https://static.crates.io/crates/unicode-ident/1.0.12/download", |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 1332 | "sha256": "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" |
| 1333 | } |
| 1334 | }, |
| 1335 | "targets": [ |
| 1336 | { |
| 1337 | "Library": { |
| 1338 | "crate_name": "unicode_ident", |
| 1339 | "crate_root": "src/lib.rs", |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 1340 | "srcs": { |
| 1341 | "allow_empty": true, |
| 1342 | "include": [ |
| 1343 | "**/*.rs" |
| 1344 | ] |
| 1345 | } |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 1346 | } |
| 1347 | } |
| 1348 | ], |
| 1349 | "library_target_name": "unicode_ident", |
| 1350 | "common_attrs": { |
| 1351 | "compile_data_glob": [ |
| 1352 | "**" |
| 1353 | ], |
| 1354 | "edition": "2018", |
| 1355 | "version": "1.0.12" |
| 1356 | }, |
| Tim Windelschmidt | cb065e7 | 2024-07-15 19:20:06 +0200 | [diff] [blame] | 1357 | "license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016", |
| 1358 | "license_ids": [ |
| 1359 | "Apache-2.0", |
| 1360 | "MIT", |
| 1361 | "Unicode-DFS-2016" |
| 1362 | ], |
| 1363 | "license_file": "LICENSE-APACHE" |
| Tim Windelschmidt | 223609c | 2024-01-12 22:59:20 +0100 | [diff] [blame] | 1364 | } |
| 1365 | }, |
| 1366 | "binary_crates": [], |
| 1367 | "workspace_members": { |
| 1368 | "compile_with_bazel 0.0.0": "third_party/rust_efi" |
| 1369 | }, |
| 1370 | "conditions": { |
| 1371 | "x86_64-unknown-linux-gnu": [ |
| 1372 | "x86_64-unknown-linux-gnu" |
| 1373 | ], |
| 1374 | "x86_64-unknown-uefi": [ |
| 1375 | "x86_64-unknown-uefi" |
| 1376 | ] |
| 1377 | }, |
| 1378 | "direct_deps": [ |
| 1379 | "prost 0.12.1", |
| 1380 | "prost-types 0.12.1", |
| 1381 | "uefi 0.24.0", |
| 1382 | "uefi-services 0.21.0" |
| 1383 | ], |
| 1384 | "direct_dev_deps": [] |
| 1385 | } |