Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1 | { |
Adam Snaider | 0126d83 | 2023-10-03 09:59:34 -0700 | [diff] [blame] | 2 | "checksum": "6c02572fd1f0170376a09b2b84af516c934a7918e2fa5f5842e6a3cbccb0cb31", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 3 | "crates": { |
| 4 | "addr2line 0.20.0": { |
| 5 | "name": "addr2line", |
| 6 | "version": "0.20.0", |
| 7 | "repository": { |
| 8 | "Http": { |
| 9 | "url": "https://crates.io/api/v1/crates/addr2line/0.20.0/download", |
| 10 | "sha256": "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3" |
| 11 | } |
| 12 | }, |
| 13 | "targets": [ |
| 14 | { |
| 15 | "Library": { |
| 16 | "crate_name": "addr2line", |
| 17 | "crate_root": "src/lib.rs", |
| 18 | "srcs": [ |
| 19 | "**/*.rs" |
| 20 | ] |
| 21 | } |
| 22 | } |
| 23 | ], |
| 24 | "library_target_name": "addr2line", |
| 25 | "common_attrs": { |
| 26 | "compile_data_glob": [ |
| 27 | "**" |
| 28 | ], |
| 29 | "deps": { |
| 30 | "common": [ |
| 31 | { |
| 32 | "id": "gimli 0.27.3", |
| 33 | "target": "gimli" |
| 34 | } |
| 35 | ], |
| 36 | "selects": {} |
| 37 | }, |
| 38 | "edition": "2018", |
| 39 | "version": "0.20.0" |
| 40 | }, |
| 41 | "license": "Apache-2.0 OR MIT" |
| 42 | }, |
| 43 | "adler 1.0.2": { |
| 44 | "name": "adler", |
| 45 | "version": "1.0.2", |
| 46 | "repository": { |
| 47 | "Http": { |
| 48 | "url": "https://crates.io/api/v1/crates/adler/1.0.2/download", |
| 49 | "sha256": "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
| 50 | } |
| 51 | }, |
| 52 | "targets": [ |
| 53 | { |
| 54 | "Library": { |
| 55 | "crate_name": "adler", |
| 56 | "crate_root": "src/lib.rs", |
| 57 | "srcs": [ |
| 58 | "**/*.rs" |
| 59 | ] |
| 60 | } |
| 61 | } |
| 62 | ], |
| 63 | "library_target_name": "adler", |
| 64 | "common_attrs": { |
| 65 | "compile_data_glob": [ |
| 66 | "**" |
| 67 | ], |
| 68 | "edition": "2015", |
| 69 | "version": "1.0.2" |
| 70 | }, |
| 71 | "license": "0BSD OR MIT OR Apache-2.0" |
| 72 | }, |
| 73 | "ahash 0.7.6": { |
| 74 | "name": "ahash", |
| 75 | "version": "0.7.6", |
| 76 | "repository": { |
| 77 | "Http": { |
| 78 | "url": "https://crates.io/api/v1/crates/ahash/0.7.6/download", |
| 79 | "sha256": "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" |
| 80 | } |
| 81 | }, |
| 82 | "targets": [ |
| 83 | { |
| 84 | "Library": { |
| 85 | "crate_name": "ahash", |
| 86 | "crate_root": "src/lib.rs", |
| 87 | "srcs": [ |
| 88 | "**/*.rs" |
| 89 | ] |
| 90 | } |
| 91 | }, |
| 92 | { |
| 93 | "BuildScript": { |
| 94 | "crate_name": "build_script_build", |
| 95 | "crate_root": "build.rs", |
| 96 | "srcs": [ |
| 97 | "**/*.rs" |
| 98 | ] |
| 99 | } |
| 100 | } |
| 101 | ], |
| 102 | "library_target_name": "ahash", |
| 103 | "common_attrs": { |
| 104 | "compile_data_glob": [ |
| 105 | "**" |
| 106 | ], |
| 107 | "deps": { |
| 108 | "common": [ |
| 109 | { |
| 110 | "id": "ahash 0.7.6", |
| 111 | "target": "build_script_build" |
| 112 | } |
| 113 | ], |
| 114 | "selects": { |
| 115 | "cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"windows\", target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonfly\", target_os = \"solaris\", target_os = \"illumos\", target_os = \"fuchsia\", target_os = \"redox\", target_os = \"cloudabi\", target_os = \"haiku\", target_os = \"vxworks\", target_os = \"emscripten\", target_os = \"wasi\"))": [ |
| 116 | { |
| 117 | "id": "getrandom 0.2.10", |
| 118 | "target": "getrandom" |
| 119 | } |
| 120 | ], |
| 121 | "cfg(not(all(target_arch = \"arm\", target_os = \"none\")))": [ |
| 122 | { |
| 123 | "id": "once_cell 1.18.0", |
| 124 | "target": "once_cell" |
| 125 | } |
| 126 | ] |
| 127 | } |
| 128 | }, |
| 129 | "edition": "2018", |
| 130 | "version": "0.7.6" |
| 131 | }, |
| 132 | "build_script_attrs": { |
| 133 | "data_glob": [ |
| 134 | "**" |
| 135 | ], |
| 136 | "deps": { |
| 137 | "common": [ |
| 138 | { |
| 139 | "id": "version_check 0.9.4", |
| 140 | "target": "version_check" |
| 141 | } |
| 142 | ], |
| 143 | "selects": {} |
| 144 | } |
| 145 | }, |
| 146 | "license": "MIT OR Apache-2.0" |
| 147 | }, |
| 148 | "aho-corasick 1.0.2": { |
| 149 | "name": "aho-corasick", |
| 150 | "version": "1.0.2", |
| 151 | "repository": { |
| 152 | "Http": { |
| 153 | "url": "https://crates.io/api/v1/crates/aho-corasick/1.0.2/download", |
| 154 | "sha256": "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41" |
| 155 | } |
| 156 | }, |
| 157 | "targets": [ |
| 158 | { |
| 159 | "Library": { |
| 160 | "crate_name": "aho_corasick", |
| 161 | "crate_root": "src/lib.rs", |
| 162 | "srcs": [ |
| 163 | "**/*.rs" |
| 164 | ] |
| 165 | } |
| 166 | } |
| 167 | ], |
| 168 | "library_target_name": "aho_corasick", |
| 169 | "common_attrs": { |
| 170 | "compile_data_glob": [ |
| 171 | "**" |
| 172 | ], |
| 173 | "crate_features": { |
| 174 | "common": [ |
| 175 | "default", |
| 176 | "perf-literal", |
| 177 | "std" |
| 178 | ], |
| 179 | "selects": {} |
| 180 | }, |
| 181 | "deps": { |
| 182 | "common": [ |
| 183 | { |
| 184 | "id": "memchr 2.5.0", |
| 185 | "target": "memchr" |
| 186 | } |
| 187 | ], |
| 188 | "selects": {} |
| 189 | }, |
| 190 | "edition": "2021", |
| 191 | "version": "1.0.2" |
| 192 | }, |
| 193 | "license": "Unlicense OR MIT" |
| 194 | }, |
| 195 | "ansi_term 0.12.1": { |
| 196 | "name": "ansi_term", |
| 197 | "version": "0.12.1", |
| 198 | "repository": { |
| 199 | "Http": { |
| 200 | "url": "https://crates.io/api/v1/crates/ansi_term/0.12.1/download", |
| 201 | "sha256": "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" |
| 202 | } |
| 203 | }, |
| 204 | "targets": [ |
| 205 | { |
| 206 | "Library": { |
| 207 | "crate_name": "ansi_term", |
| 208 | "crate_root": "src/lib.rs", |
| 209 | "srcs": [ |
| 210 | "**/*.rs" |
| 211 | ] |
| 212 | } |
| 213 | } |
| 214 | ], |
| 215 | "library_target_name": "ansi_term", |
| 216 | "common_attrs": { |
| 217 | "compile_data_glob": [ |
| 218 | "**" |
| 219 | ], |
| 220 | "deps": { |
| 221 | "common": [], |
| 222 | "selects": { |
| 223 | "cfg(target_os = \"windows\")": [ |
| 224 | { |
| 225 | "id": "winapi 0.3.9", |
| 226 | "target": "winapi" |
| 227 | } |
| 228 | ] |
| 229 | } |
| 230 | }, |
| 231 | "edition": "2015", |
| 232 | "version": "0.12.1" |
| 233 | }, |
| 234 | "license": "MIT" |
| 235 | }, |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame] | 236 | "anstream 0.6.11": { |
| 237 | "name": "anstream", |
| 238 | "version": "0.6.11", |
| 239 | "repository": { |
| 240 | "Http": { |
| 241 | "url": "https://crates.io/api/v1/crates/anstream/0.6.11/download", |
| 242 | "sha256": "6e2e1ebcb11de5c03c67de28a7df593d32191b44939c482e97702baaaa6ab6a5" |
| 243 | } |
| 244 | }, |
| 245 | "targets": [ |
| 246 | { |
| 247 | "Library": { |
| 248 | "crate_name": "anstream", |
| 249 | "crate_root": "src/lib.rs", |
| 250 | "srcs": [ |
| 251 | "**/*.rs" |
| 252 | ] |
| 253 | } |
| 254 | } |
| 255 | ], |
| 256 | "library_target_name": "anstream", |
| 257 | "common_attrs": { |
| 258 | "compile_data_glob": [ |
| 259 | "**" |
| 260 | ], |
| 261 | "crate_features": { |
| 262 | "common": [ |
| 263 | "auto", |
| 264 | "default", |
| 265 | "wincon" |
| 266 | ], |
| 267 | "selects": {} |
| 268 | }, |
| 269 | "deps": { |
| 270 | "common": [ |
| 271 | { |
| 272 | "id": "anstyle 1.0.1", |
| 273 | "target": "anstyle" |
| 274 | }, |
| 275 | { |
| 276 | "id": "anstyle-parse 0.2.3", |
| 277 | "target": "anstyle_parse" |
| 278 | }, |
| 279 | { |
| 280 | "id": "anstyle-query 1.0.2", |
| 281 | "target": "anstyle_query" |
| 282 | }, |
| 283 | { |
| 284 | "id": "colorchoice 1.0.0", |
| 285 | "target": "colorchoice" |
| 286 | }, |
| 287 | { |
| 288 | "id": "utf8parse 0.2.1", |
| 289 | "target": "utf8parse" |
| 290 | } |
| 291 | ], |
| 292 | "selects": { |
| 293 | "cfg(windows)": [ |
| 294 | { |
| 295 | "id": "anstyle-wincon 3.0.2", |
| 296 | "target": "anstyle_wincon" |
| 297 | } |
| 298 | ] |
| 299 | } |
| 300 | }, |
| 301 | "edition": "2021", |
| 302 | "version": "0.6.11" |
| 303 | }, |
| 304 | "license": "MIT OR Apache-2.0" |
| 305 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 306 | "anstyle 1.0.1": { |
| 307 | "name": "anstyle", |
| 308 | "version": "1.0.1", |
| 309 | "repository": { |
| 310 | "Http": { |
| 311 | "url": "https://crates.io/api/v1/crates/anstyle/1.0.1/download", |
| 312 | "sha256": "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd" |
| 313 | } |
| 314 | }, |
| 315 | "targets": [ |
| 316 | { |
| 317 | "Library": { |
| 318 | "crate_name": "anstyle", |
| 319 | "crate_root": "src/lib.rs", |
| 320 | "srcs": [ |
| 321 | "**/*.rs" |
| 322 | ] |
| 323 | } |
| 324 | } |
| 325 | ], |
| 326 | "library_target_name": "anstyle", |
| 327 | "common_attrs": { |
| 328 | "compile_data_glob": [ |
| 329 | "**" |
| 330 | ], |
| 331 | "crate_features": { |
| 332 | "common": [ |
| 333 | "default", |
| 334 | "std" |
| 335 | ], |
| 336 | "selects": {} |
| 337 | }, |
| 338 | "edition": "2021", |
| 339 | "version": "1.0.1" |
| 340 | }, |
| 341 | "license": "MIT OR Apache-2.0" |
| 342 | }, |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame] | 343 | "anstyle-parse 0.2.3": { |
| 344 | "name": "anstyle-parse", |
| 345 | "version": "0.2.3", |
| 346 | "repository": { |
| 347 | "Http": { |
| 348 | "url": "https://crates.io/api/v1/crates/anstyle-parse/0.2.3/download", |
| 349 | "sha256": "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c" |
| 350 | } |
| 351 | }, |
| 352 | "targets": [ |
| 353 | { |
| 354 | "Library": { |
| 355 | "crate_name": "anstyle_parse", |
| 356 | "crate_root": "src/lib.rs", |
| 357 | "srcs": [ |
| 358 | "**/*.rs" |
| 359 | ] |
| 360 | } |
| 361 | } |
| 362 | ], |
| 363 | "library_target_name": "anstyle_parse", |
| 364 | "common_attrs": { |
| 365 | "compile_data_glob": [ |
| 366 | "**" |
| 367 | ], |
| 368 | "crate_features": { |
| 369 | "common": [ |
| 370 | "default", |
| 371 | "utf8" |
| 372 | ], |
| 373 | "selects": {} |
| 374 | }, |
| 375 | "deps": { |
| 376 | "common": [ |
| 377 | { |
| 378 | "id": "utf8parse 0.2.1", |
| 379 | "target": "utf8parse" |
| 380 | } |
| 381 | ], |
| 382 | "selects": {} |
| 383 | }, |
| 384 | "edition": "2021", |
| 385 | "version": "0.2.3" |
| 386 | }, |
| 387 | "license": "MIT OR Apache-2.0" |
| 388 | }, |
| 389 | "anstyle-query 1.0.2": { |
| 390 | "name": "anstyle-query", |
| 391 | "version": "1.0.2", |
| 392 | "repository": { |
| 393 | "Http": { |
| 394 | "url": "https://crates.io/api/v1/crates/anstyle-query/1.0.2/download", |
| 395 | "sha256": "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648" |
| 396 | } |
| 397 | }, |
| 398 | "targets": [ |
| 399 | { |
| 400 | "Library": { |
| 401 | "crate_name": "anstyle_query", |
| 402 | "crate_root": "src/lib.rs", |
| 403 | "srcs": [ |
| 404 | "**/*.rs" |
| 405 | ] |
| 406 | } |
| 407 | } |
| 408 | ], |
| 409 | "library_target_name": "anstyle_query", |
| 410 | "common_attrs": { |
| 411 | "compile_data_glob": [ |
| 412 | "**" |
| 413 | ], |
| 414 | "deps": { |
| 415 | "common": [], |
| 416 | "selects": { |
| 417 | "cfg(windows)": [ |
| 418 | { |
| 419 | "id": "windows-sys 0.52.0", |
| 420 | "target": "windows_sys" |
| 421 | } |
| 422 | ] |
| 423 | } |
| 424 | }, |
| 425 | "edition": "2021", |
| 426 | "version": "1.0.2" |
| 427 | }, |
| 428 | "license": "MIT OR Apache-2.0" |
| 429 | }, |
| 430 | "anstyle-wincon 3.0.2": { |
| 431 | "name": "anstyle-wincon", |
| 432 | "version": "3.0.2", |
| 433 | "repository": { |
| 434 | "Http": { |
| 435 | "url": "https://crates.io/api/v1/crates/anstyle-wincon/3.0.2/download", |
| 436 | "sha256": "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7" |
| 437 | } |
| 438 | }, |
| 439 | "targets": [ |
| 440 | { |
| 441 | "Library": { |
| 442 | "crate_name": "anstyle_wincon", |
| 443 | "crate_root": "src/lib.rs", |
| 444 | "srcs": [ |
| 445 | "**/*.rs" |
| 446 | ] |
| 447 | } |
| 448 | } |
| 449 | ], |
| 450 | "library_target_name": "anstyle_wincon", |
| 451 | "common_attrs": { |
| 452 | "compile_data_glob": [ |
| 453 | "**" |
| 454 | ], |
| 455 | "deps": { |
| 456 | "common": [ |
| 457 | { |
| 458 | "id": "anstyle 1.0.1", |
| 459 | "target": "anstyle" |
| 460 | } |
| 461 | ], |
| 462 | "selects": { |
| 463 | "cfg(windows)": [ |
| 464 | { |
| 465 | "id": "windows-sys 0.52.0", |
| 466 | "target": "windows_sys" |
| 467 | } |
| 468 | ] |
| 469 | } |
| 470 | }, |
| 471 | "edition": "2021", |
| 472 | "version": "3.0.2" |
| 473 | }, |
| 474 | "license": "MIT OR Apache-2.0" |
| 475 | }, |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 476 | "anyhow 1.0.71": { |
| 477 | "name": "anyhow", |
| 478 | "version": "1.0.71", |
| 479 | "repository": { |
| 480 | "Http": { |
| 481 | "url": "https://crates.io/api/v1/crates/anyhow/1.0.71/download", |
| 482 | "sha256": "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" |
| 483 | } |
| 484 | }, |
| 485 | "targets": [ |
| 486 | { |
| 487 | "Library": { |
| 488 | "crate_name": "anyhow", |
| 489 | "crate_root": "src/lib.rs", |
| 490 | "srcs": [ |
| 491 | "**/*.rs" |
| 492 | ] |
| 493 | } |
| 494 | }, |
| 495 | { |
| 496 | "BuildScript": { |
| 497 | "crate_name": "build_script_build", |
| 498 | "crate_root": "build.rs", |
| 499 | "srcs": [ |
| 500 | "**/*.rs" |
| 501 | ] |
| 502 | } |
| 503 | } |
| 504 | ], |
| 505 | "library_target_name": "anyhow", |
| 506 | "common_attrs": { |
| 507 | "compile_data_glob": [ |
| 508 | "**" |
| 509 | ], |
| 510 | "crate_features": { |
| 511 | "common": [ |
| 512 | "default", |
| 513 | "std" |
| 514 | ], |
| 515 | "selects": {} |
| 516 | }, |
| 517 | "deps": { |
| 518 | "common": [ |
| 519 | { |
| 520 | "id": "anyhow 1.0.71", |
| 521 | "target": "build_script_build" |
| 522 | } |
| 523 | ], |
| 524 | "selects": {} |
| 525 | }, |
| 526 | "edition": "2018", |
| 527 | "version": "1.0.71" |
| 528 | }, |
| 529 | "build_script_attrs": { |
| 530 | "data_glob": [ |
| 531 | "**" |
| 532 | ] |
| 533 | }, |
| 534 | "license": "MIT OR Apache-2.0" |
| 535 | }, |
| 536 | "aquamarine 0.1.12": { |
| 537 | "name": "aquamarine", |
| 538 | "version": "0.1.12", |
| 539 | "repository": { |
| 540 | "Http": { |
| 541 | "url": "https://crates.io/api/v1/crates/aquamarine/0.1.12/download", |
| 542 | "sha256": "a941c39708478e8eea39243b5983f1c42d2717b3620ee91f4a52115fd02ac43f" |
| 543 | } |
| 544 | }, |
| 545 | "targets": [ |
| 546 | { |
| 547 | "ProcMacro": { |
| 548 | "crate_name": "aquamarine", |
| 549 | "crate_root": "src/lib.rs", |
| 550 | "srcs": [ |
| 551 | "**/*.rs" |
| 552 | ] |
| 553 | } |
| 554 | } |
| 555 | ], |
| 556 | "library_target_name": "aquamarine", |
| 557 | "common_attrs": { |
| 558 | "compile_data_glob": [ |
| 559 | "**" |
| 560 | ], |
| 561 | "deps": { |
| 562 | "common": [ |
| 563 | { |
| 564 | "id": "itertools 0.9.0", |
| 565 | "target": "itertools" |
| 566 | }, |
| 567 | { |
| 568 | "id": "proc-macro-error 1.0.4", |
| 569 | "target": "proc_macro_error" |
| 570 | }, |
| 571 | { |
| 572 | "id": "proc-macro2 1.0.63", |
| 573 | "target": "proc_macro2" |
| 574 | }, |
| 575 | { |
| 576 | "id": "quote 1.0.29", |
| 577 | "target": "quote" |
| 578 | }, |
| 579 | { |
| 580 | "id": "syn 1.0.109", |
| 581 | "target": "syn" |
| 582 | } |
| 583 | ], |
| 584 | "selects": {} |
| 585 | }, |
| 586 | "edition": "2018", |
| 587 | "version": "0.1.12" |
| 588 | }, |
| 589 | "license": "MIT" |
| 590 | }, |
Adam Snaider | 0126d83 | 2023-10-03 09:59:34 -0700 | [diff] [blame] | 591 | "arrayvec 0.7.4": { |
| 592 | "name": "arrayvec", |
| 593 | "version": "0.7.4", |
| 594 | "repository": { |
| 595 | "Http": { |
| 596 | "url": "https://crates.io/api/v1/crates/arrayvec/0.7.4/download", |
| 597 | "sha256": "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" |
| 598 | } |
| 599 | }, |
| 600 | "targets": [ |
| 601 | { |
| 602 | "Library": { |
| 603 | "crate_name": "arrayvec", |
| 604 | "crate_root": "src/lib.rs", |
| 605 | "srcs": [ |
| 606 | "**/*.rs" |
| 607 | ] |
| 608 | } |
| 609 | } |
| 610 | ], |
| 611 | "library_target_name": "arrayvec", |
| 612 | "common_attrs": { |
| 613 | "compile_data_glob": [ |
| 614 | "**" |
| 615 | ], |
| 616 | "crate_features": { |
| 617 | "common": [ |
| 618 | "default", |
| 619 | "std" |
| 620 | ], |
| 621 | "selects": {} |
| 622 | }, |
| 623 | "edition": "2018", |
| 624 | "version": "0.7.4" |
| 625 | }, |
| 626 | "license": "MIT OR Apache-2.0" |
| 627 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 628 | "assert_cmd 2.0.12": { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 629 | "name": "assert_cmd", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 630 | "version": "2.0.12", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 631 | "repository": { |
| 632 | "Http": { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 633 | "url": "https://crates.io/api/v1/crates/assert_cmd/2.0.12/download", |
| 634 | "sha256": "88903cb14723e4d4003335bb7f8a14f27691649105346a0f0957466c096adfe6" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 635 | } |
| 636 | }, |
| 637 | "targets": [ |
| 638 | { |
| 639 | "Library": { |
| 640 | "crate_name": "assert_cmd", |
| 641 | "crate_root": "src/lib.rs", |
| 642 | "srcs": [ |
| 643 | "**/*.rs" |
| 644 | ] |
| 645 | } |
| 646 | } |
| 647 | ], |
| 648 | "library_target_name": "assert_cmd", |
| 649 | "common_attrs": { |
| 650 | "compile_data_glob": [ |
| 651 | "**" |
| 652 | ], |
| 653 | "deps": { |
| 654 | "common": [ |
| 655 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 656 | "id": "anstyle 1.0.1", |
| 657 | "target": "anstyle" |
| 658 | }, |
| 659 | { |
| 660 | "id": "bstr 1.6.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 661 | "target": "bstr" |
| 662 | }, |
| 663 | { |
| 664 | "id": "doc-comment 0.3.3", |
| 665 | "target": "doc_comment" |
| 666 | }, |
| 667 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 668 | "id": "predicates 3.0.3", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 669 | "target": "predicates" |
| 670 | }, |
| 671 | { |
| 672 | "id": "predicates-core 1.0.6", |
| 673 | "target": "predicates_core" |
| 674 | }, |
| 675 | { |
| 676 | "id": "predicates-tree 1.0.9", |
| 677 | "target": "predicates_tree" |
| 678 | }, |
| 679 | { |
| 680 | "id": "wait-timeout 0.2.0", |
| 681 | "target": "wait_timeout" |
| 682 | } |
| 683 | ], |
| 684 | "selects": {} |
| 685 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 686 | "edition": "2021", |
| 687 | "version": "2.0.12" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 688 | }, |
| 689 | "license": "MIT OR Apache-2.0" |
| 690 | }, |
| 691 | "atty 0.2.14": { |
| 692 | "name": "atty", |
| 693 | "version": "0.2.14", |
| 694 | "repository": { |
| 695 | "Http": { |
| 696 | "url": "https://crates.io/api/v1/crates/atty/0.2.14/download", |
| 697 | "sha256": "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
| 698 | } |
| 699 | }, |
| 700 | "targets": [ |
| 701 | { |
| 702 | "Library": { |
| 703 | "crate_name": "atty", |
| 704 | "crate_root": "src/lib.rs", |
| 705 | "srcs": [ |
| 706 | "**/*.rs" |
| 707 | ] |
| 708 | } |
| 709 | } |
| 710 | ], |
| 711 | "library_target_name": "atty", |
| 712 | "common_attrs": { |
| 713 | "compile_data_glob": [ |
| 714 | "**" |
| 715 | ], |
| 716 | "deps": { |
| 717 | "common": [], |
| 718 | "selects": { |
| 719 | "cfg(target_os = \"hermit\")": [ |
| 720 | { |
| 721 | "id": "hermit-abi 0.1.19", |
| 722 | "target": "hermit_abi" |
| 723 | } |
| 724 | ], |
| 725 | "cfg(unix)": [ |
| 726 | { |
| 727 | "id": "libc 0.2.147", |
| 728 | "target": "libc" |
| 729 | } |
| 730 | ], |
| 731 | "cfg(windows)": [ |
| 732 | { |
| 733 | "id": "winapi 0.3.9", |
| 734 | "target": "winapi" |
| 735 | } |
| 736 | ] |
| 737 | } |
| 738 | }, |
| 739 | "edition": "2015", |
| 740 | "version": "0.2.14" |
| 741 | }, |
| 742 | "license": "MIT" |
| 743 | }, |
| 744 | "autocfg 1.1.0": { |
| 745 | "name": "autocfg", |
| 746 | "version": "1.1.0", |
| 747 | "repository": { |
| 748 | "Http": { |
| 749 | "url": "https://crates.io/api/v1/crates/autocfg/1.1.0/download", |
| 750 | "sha256": "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
| 751 | } |
| 752 | }, |
| 753 | "targets": [ |
| 754 | { |
| 755 | "Library": { |
| 756 | "crate_name": "autocfg", |
| 757 | "crate_root": "src/lib.rs", |
| 758 | "srcs": [ |
| 759 | "**/*.rs" |
| 760 | ] |
| 761 | } |
| 762 | } |
| 763 | ], |
| 764 | "library_target_name": "autocfg", |
| 765 | "common_attrs": { |
| 766 | "compile_data_glob": [ |
| 767 | "**" |
| 768 | ], |
| 769 | "edition": "2015", |
| 770 | "version": "1.1.0" |
| 771 | }, |
| 772 | "license": "Apache-2.0 OR MIT" |
| 773 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 774 | "autocxx 0.26.0": { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 775 | "name": "autocxx", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 776 | "version": "0.26.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 777 | "repository": null, |
| 778 | "targets": [ |
| 779 | { |
| 780 | "Library": { |
| 781 | "crate_name": "autocxx", |
| 782 | "crate_root": "src/lib.rs", |
| 783 | "srcs": [ |
| 784 | "**/*.rs" |
| 785 | ] |
| 786 | } |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 787 | }, |
| 788 | { |
| 789 | "BuildScript": { |
| 790 | "crate_name": "build_script_build", |
| 791 | "crate_root": "build.rs", |
| 792 | "srcs": [ |
| 793 | "**/*.rs" |
| 794 | ] |
| 795 | } |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 796 | } |
| 797 | ], |
| 798 | "library_target_name": "autocxx", |
| 799 | "common_attrs": { |
| 800 | "compile_data_glob": [ |
| 801 | "**" |
| 802 | ], |
| 803 | "deps": { |
| 804 | "common": [ |
| 805 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 806 | "id": "autocxx 0.26.0", |
| 807 | "target": "build_script_build" |
| 808 | }, |
| 809 | { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 810 | "id": "cxx 1.0.97", |
| 811 | "target": "cxx" |
| 812 | }, |
| 813 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 814 | "id": "moveit 0.6.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 815 | "target": "moveit" |
| 816 | } |
| 817 | ], |
| 818 | "selects": {} |
| 819 | }, |
| 820 | "edition": "2021", |
| 821 | "proc_macro_deps": { |
| 822 | "common": [ |
| 823 | { |
| 824 | "id": "aquamarine 0.1.12", |
| 825 | "target": "aquamarine" |
| 826 | } |
| 827 | ], |
| 828 | "selects": {} |
| 829 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 830 | "version": "0.26.0" |
| 831 | }, |
| 832 | "build_script_attrs": { |
| 833 | "data_glob": [ |
| 834 | "**" |
| 835 | ] |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 836 | }, |
| 837 | "license": "MIT OR Apache-2.0" |
| 838 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 839 | "autocxx-bindgen 0.65.1": { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 840 | "name": "autocxx-bindgen", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 841 | "version": "0.65.1", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 842 | "repository": { |
| 843 | "Http": { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 844 | "url": "https://crates.io/api/v1/crates/autocxx-bindgen/0.65.1/download", |
| 845 | "sha256": "6c9fb7b8dd83a582e12157367773d8d1195f2dea54d4250aaf3426abae3237aa" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 846 | } |
| 847 | }, |
| 848 | "targets": [ |
| 849 | { |
| 850 | "Library": { |
| 851 | "crate_name": "autocxx_bindgen", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 852 | "crate_root": "lib.rs", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 853 | "srcs": [ |
| 854 | "**/*.rs" |
| 855 | ] |
| 856 | } |
| 857 | }, |
| 858 | { |
| 859 | "BuildScript": { |
| 860 | "crate_name": "build_script_build", |
| 861 | "crate_root": "build.rs", |
| 862 | "srcs": [ |
| 863 | "**/*.rs" |
| 864 | ] |
| 865 | } |
| 866 | } |
| 867 | ], |
| 868 | "library_target_name": "autocxx_bindgen", |
| 869 | "common_attrs": { |
| 870 | "compile_data_glob": [ |
| 871 | "**" |
| 872 | ], |
| 873 | "crate_features": { |
| 874 | "common": [ |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 875 | "log", |
| 876 | "logging", |
| 877 | "runtime", |
| 878 | "which", |
| 879 | "which-rustfmt" |
| 880 | ], |
| 881 | "selects": {} |
| 882 | }, |
| 883 | "deps": { |
| 884 | "common": [ |
| 885 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 886 | "id": "autocxx-bindgen 0.65.1", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 887 | "target": "build_script_build" |
| 888 | }, |
| 889 | { |
| 890 | "id": "bitflags 1.3.2", |
| 891 | "target": "bitflags" |
| 892 | }, |
| 893 | { |
| 894 | "id": "cexpr 0.6.0", |
| 895 | "target": "cexpr" |
| 896 | }, |
| 897 | { |
| 898 | "id": "clang-sys 1.6.1", |
| 899 | "target": "clang_sys" |
| 900 | }, |
| 901 | { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 902 | "id": "itertools 0.10.5", |
| 903 | "target": "itertools" |
| 904 | }, |
| 905 | { |
| 906 | "id": "lazy_static 1.4.0", |
| 907 | "target": "lazy_static" |
| 908 | }, |
| 909 | { |
| 910 | "id": "lazycell 1.3.0", |
| 911 | "target": "lazycell" |
| 912 | }, |
| 913 | { |
| 914 | "id": "log 0.4.19", |
| 915 | "target": "log" |
| 916 | }, |
| 917 | { |
| 918 | "id": "peeking_take_while 0.1.2", |
| 919 | "target": "peeking_take_while" |
| 920 | }, |
| 921 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 922 | "id": "prettyplease 0.2.12", |
| 923 | "target": "prettyplease" |
| 924 | }, |
| 925 | { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 926 | "id": "proc-macro2 1.0.63", |
| 927 | "target": "proc_macro2" |
| 928 | }, |
| 929 | { |
| 930 | "id": "quote 1.0.29", |
| 931 | "target": "quote" |
| 932 | }, |
| 933 | { |
| 934 | "id": "regex 1.9.1", |
| 935 | "target": "regex" |
| 936 | }, |
| 937 | { |
| 938 | "id": "rustc-hash 1.1.0", |
| 939 | "target": "rustc_hash" |
| 940 | }, |
| 941 | { |
| 942 | "id": "shlex 1.1.0", |
| 943 | "target": "shlex" |
| 944 | }, |
| 945 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 946 | "id": "syn 2.0.28", |
| 947 | "target": "syn" |
| 948 | }, |
| 949 | { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 950 | "id": "which 4.4.0", |
| 951 | "target": "which" |
| 952 | } |
| 953 | ], |
| 954 | "selects": {} |
| 955 | }, |
| 956 | "edition": "2018", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 957 | "version": "0.65.1" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 958 | }, |
| 959 | "build_script_attrs": { |
| 960 | "data_glob": [ |
| 961 | "**" |
| 962 | ] |
| 963 | }, |
| 964 | "license": "BSD-3-Clause" |
| 965 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 966 | "autocxx-engine 0.26.0": { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 967 | "name": "autocxx-engine", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 968 | "version": "0.26.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 969 | "repository": null, |
| 970 | "targets": [ |
| 971 | { |
| 972 | "Library": { |
| 973 | "crate_name": "autocxx_engine", |
| 974 | "crate_root": "src/lib.rs", |
| 975 | "srcs": [ |
| 976 | "**/*.rs" |
| 977 | ] |
| 978 | } |
| 979 | } |
| 980 | ], |
| 981 | "library_target_name": "autocxx_engine", |
| 982 | "common_attrs": { |
| 983 | "compile_data_glob": [ |
| 984 | "**" |
| 985 | ], |
| 986 | "crate_features": { |
| 987 | "common": [ |
| 988 | "build", |
| 989 | "cc", |
| 990 | "default", |
| 991 | "reproduction_case", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 992 | "runtime", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 993 | "serde_json" |
| 994 | ], |
| 995 | "selects": {} |
| 996 | }, |
| 997 | "deps": { |
| 998 | "common": [ |
| 999 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1000 | "id": "autocxx-bindgen 0.65.1", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1001 | "target": "autocxx_bindgen" |
| 1002 | }, |
| 1003 | { |
| 1004 | "id": "cc 1.0.79", |
| 1005 | "target": "cc" |
| 1006 | }, |
| 1007 | { |
| 1008 | "id": "cxx-gen 0.7.97", |
| 1009 | "target": "cxx_gen" |
| 1010 | }, |
| 1011 | { |
| 1012 | "id": "indexmap 1.9.3", |
| 1013 | "target": "indexmap" |
| 1014 | }, |
| 1015 | { |
| 1016 | "id": "itertools 0.10.5", |
| 1017 | "target": "itertools" |
| 1018 | }, |
| 1019 | { |
| 1020 | "id": "log 0.4.19", |
| 1021 | "target": "log" |
| 1022 | }, |
| 1023 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1024 | "id": "miette 5.10.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1025 | "target": "miette" |
| 1026 | }, |
| 1027 | { |
| 1028 | "id": "once_cell 1.18.0", |
| 1029 | "target": "once_cell" |
| 1030 | }, |
| 1031 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1032 | "id": "prettyplease 0.2.12", |
| 1033 | "target": "prettyplease" |
| 1034 | }, |
| 1035 | { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1036 | "id": "proc-macro2 1.0.63", |
| 1037 | "target": "proc_macro2" |
| 1038 | }, |
| 1039 | { |
| 1040 | "id": "quote 1.0.29", |
| 1041 | "target": "quote" |
| 1042 | }, |
| 1043 | { |
| 1044 | "id": "regex 1.9.1", |
| 1045 | "target": "regex" |
| 1046 | }, |
| 1047 | { |
| 1048 | "id": "serde_json 1.0.100", |
| 1049 | "target": "serde_json" |
| 1050 | }, |
| 1051 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1052 | "id": "syn 2.0.28", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1053 | "target": "syn" |
| 1054 | }, |
| 1055 | { |
| 1056 | "id": "tempfile 3.6.0", |
| 1057 | "target": "tempfile" |
| 1058 | }, |
| 1059 | { |
| 1060 | "id": "thiserror 1.0.40", |
| 1061 | "target": "thiserror" |
| 1062 | }, |
| 1063 | { |
| 1064 | "id": "version_check 0.9.4", |
| 1065 | "target": "version_check" |
| 1066 | } |
| 1067 | ], |
| 1068 | "selects": {} |
| 1069 | }, |
| 1070 | "edition": "2021", |
| 1071 | "proc_macro_deps": { |
| 1072 | "common": [ |
| 1073 | { |
| 1074 | "id": "aquamarine 0.1.12", |
| 1075 | "target": "aquamarine" |
| 1076 | }, |
| 1077 | { |
| 1078 | "id": "indoc 1.0.9", |
| 1079 | "target": "indoc" |
| 1080 | }, |
| 1081 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1082 | "id": "rustversion 1.0.13", |
| 1083 | "target": "rustversion" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1084 | } |
| 1085 | ], |
| 1086 | "selects": {} |
| 1087 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1088 | "version": "0.26.0" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1089 | }, |
| 1090 | "license": "MIT OR Apache-2.0" |
| 1091 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1092 | "autocxx-gen 0.26.0": { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1093 | "name": "autocxx-gen", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1094 | "version": "0.26.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1095 | "repository": null, |
| 1096 | "targets": [], |
| 1097 | "library_target_name": null, |
| 1098 | "common_attrs": { |
| 1099 | "compile_data_glob": [ |
| 1100 | "**" |
| 1101 | ], |
| 1102 | "deps": { |
| 1103 | "common": [ |
| 1104 | { |
| 1105 | "id": "clap 3.2.25", |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame] | 1106 | "target": "clap", |
| 1107 | "alias": "clap3" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1108 | }, |
| 1109 | { |
| 1110 | "id": "env_logger 0.9.3", |
| 1111 | "target": "env_logger" |
| 1112 | }, |
| 1113 | { |
| 1114 | "id": "indexmap 1.9.3", |
| 1115 | "target": "indexmap" |
| 1116 | }, |
| 1117 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1118 | "id": "miette 5.10.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1119 | "target": "miette" |
| 1120 | }, |
| 1121 | { |
| 1122 | "id": "pathdiff 0.2.1", |
| 1123 | "target": "pathdiff" |
| 1124 | }, |
| 1125 | { |
| 1126 | "id": "proc-macro2 1.0.63", |
| 1127 | "target": "proc_macro2" |
| 1128 | } |
| 1129 | ], |
| 1130 | "selects": {} |
| 1131 | }, |
| 1132 | "deps_dev": { |
| 1133 | "common": [ |
| 1134 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1135 | "id": "assert_cmd 2.0.12", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1136 | "target": "assert_cmd" |
| 1137 | }, |
| 1138 | { |
| 1139 | "id": "cxx 1.0.97", |
| 1140 | "target": "cxx" |
| 1141 | }, |
| 1142 | { |
| 1143 | "id": "itertools 0.10.5", |
| 1144 | "target": "itertools" |
| 1145 | }, |
| 1146 | { |
| 1147 | "id": "tempfile 3.6.0", |
| 1148 | "target": "tempfile" |
| 1149 | } |
| 1150 | ], |
| 1151 | "selects": {} |
| 1152 | }, |
| 1153 | "edition": "2021", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1154 | "version": "0.26.0" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1155 | }, |
| 1156 | "license": "MIT OR Apache-2.0" |
| 1157 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1158 | "autocxx-integration-tests 0.26.0": { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1159 | "name": "autocxx-integration-tests", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1160 | "version": "0.26.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1161 | "repository": null, |
| 1162 | "targets": [ |
| 1163 | { |
| 1164 | "Library": { |
| 1165 | "crate_name": "autocxx_integration_tests", |
| 1166 | "crate_root": "src/lib.rs", |
| 1167 | "srcs": [ |
| 1168 | "**/*.rs" |
| 1169 | ] |
| 1170 | } |
| 1171 | } |
| 1172 | ], |
| 1173 | "library_target_name": "autocxx_integration_tests", |
| 1174 | "common_attrs": { |
| 1175 | "compile_data_glob": [ |
| 1176 | "**" |
| 1177 | ], |
| 1178 | "deps": { |
| 1179 | "common": [ |
| 1180 | { |
| 1181 | "id": "cc 1.0.79", |
| 1182 | "target": "cc" |
| 1183 | }, |
| 1184 | { |
| 1185 | "id": "cxx 1.0.97", |
| 1186 | "target": "cxx" |
| 1187 | }, |
| 1188 | { |
| 1189 | "id": "env_logger 0.9.3", |
| 1190 | "target": "env_logger" |
| 1191 | }, |
| 1192 | { |
| 1193 | "id": "itertools 0.10.5", |
| 1194 | "target": "itertools" |
| 1195 | }, |
| 1196 | { |
| 1197 | "id": "link-cplusplus 1.0.8", |
| 1198 | "target": "link_cplusplus" |
| 1199 | }, |
| 1200 | { |
| 1201 | "id": "log 0.4.19", |
| 1202 | "target": "log" |
| 1203 | }, |
| 1204 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1205 | "id": "moveit 0.6.0", |
| 1206 | "target": "moveit" |
| 1207 | }, |
| 1208 | { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1209 | "id": "once_cell 1.18.0", |
| 1210 | "target": "once_cell" |
| 1211 | }, |
| 1212 | { |
| 1213 | "id": "proc-macro2 1.0.63", |
| 1214 | "target": "proc_macro2" |
| 1215 | }, |
| 1216 | { |
| 1217 | "id": "quote 1.0.29", |
| 1218 | "target": "quote" |
| 1219 | }, |
| 1220 | { |
| 1221 | "id": "rust_info 0.3.2", |
| 1222 | "target": "rust_info" |
| 1223 | }, |
| 1224 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1225 | "id": "static_assertions 1.1.0", |
| 1226 | "target": "static_assertions" |
| 1227 | }, |
| 1228 | { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1229 | "id": "syn 1.0.109", |
| 1230 | "target": "syn" |
| 1231 | }, |
| 1232 | { |
| 1233 | "id": "tempfile 3.6.0", |
| 1234 | "target": "tempfile" |
| 1235 | }, |
| 1236 | { |
| 1237 | "id": "trybuild 1.0.81", |
| 1238 | "target": "trybuild" |
| 1239 | } |
| 1240 | ], |
| 1241 | "selects": {} |
| 1242 | }, |
| 1243 | "edition": "2021", |
| 1244 | "proc_macro_deps": { |
| 1245 | "common": [ |
| 1246 | { |
| 1247 | "id": "indoc 1.0.9", |
| 1248 | "target": "indoc" |
| 1249 | }, |
| 1250 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1251 | "id": "rustversion 1.0.13", |
| 1252 | "target": "rustversion" |
| 1253 | }, |
| 1254 | { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1255 | "id": "test-log 0.2.12", |
| 1256 | "target": "test_log" |
| 1257 | } |
| 1258 | ], |
| 1259 | "selects": {} |
| 1260 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1261 | "version": "0.26.0" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1262 | }, |
| 1263 | "license": "MIT OR Apache-2.0" |
| 1264 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1265 | "autocxx-macro 0.26.0": { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1266 | "name": "autocxx-macro", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1267 | "version": "0.26.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1268 | "repository": null, |
| 1269 | "targets": [ |
| 1270 | { |
| 1271 | "ProcMacro": { |
| 1272 | "crate_name": "autocxx_macro", |
| 1273 | "crate_root": "src/lib.rs", |
| 1274 | "srcs": [ |
| 1275 | "**/*.rs" |
| 1276 | ] |
| 1277 | } |
| 1278 | } |
| 1279 | ], |
| 1280 | "library_target_name": "autocxx_macro", |
| 1281 | "common_attrs": { |
| 1282 | "compile_data_glob": [ |
| 1283 | "**" |
| 1284 | ], |
| 1285 | "deps": { |
| 1286 | "common": [ |
| 1287 | { |
| 1288 | "id": "proc-macro-error 1.0.4", |
| 1289 | "target": "proc_macro_error" |
| 1290 | }, |
| 1291 | { |
| 1292 | "id": "proc-macro2 1.0.63", |
| 1293 | "target": "proc_macro2" |
| 1294 | }, |
| 1295 | { |
| 1296 | "id": "quote 1.0.29", |
| 1297 | "target": "quote" |
| 1298 | }, |
| 1299 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1300 | "id": "syn 2.0.28", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1301 | "target": "syn" |
| 1302 | } |
| 1303 | ], |
| 1304 | "selects": {} |
| 1305 | }, |
| 1306 | "edition": "2021", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1307 | "version": "0.26.0" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1308 | }, |
| 1309 | "license": "MIT OR Apache-2.0" |
| 1310 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1311 | "autocxx-parser 0.26.0": { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1312 | "name": "autocxx-parser", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1313 | "version": "0.26.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1314 | "repository": null, |
| 1315 | "targets": [ |
| 1316 | { |
| 1317 | "Library": { |
| 1318 | "crate_name": "autocxx_parser", |
| 1319 | "crate_root": "src/lib.rs", |
| 1320 | "srcs": [ |
| 1321 | "**/*.rs" |
| 1322 | ] |
| 1323 | } |
| 1324 | } |
| 1325 | ], |
| 1326 | "library_target_name": "autocxx_parser", |
| 1327 | "common_attrs": { |
| 1328 | "compile_data_glob": [ |
| 1329 | "**" |
| 1330 | ], |
| 1331 | "crate_features": { |
| 1332 | "common": [ |
| 1333 | "reproduction_case" |
| 1334 | ], |
| 1335 | "selects": {} |
| 1336 | }, |
| 1337 | "deps": { |
| 1338 | "common": [ |
| 1339 | { |
| 1340 | "id": "indexmap 1.9.3", |
| 1341 | "target": "indexmap" |
| 1342 | }, |
| 1343 | { |
| 1344 | "id": "itertools 0.10.5", |
| 1345 | "target": "itertools" |
| 1346 | }, |
| 1347 | { |
| 1348 | "id": "log 0.4.19", |
| 1349 | "target": "log" |
| 1350 | }, |
| 1351 | { |
| 1352 | "id": "once_cell 1.18.0", |
| 1353 | "target": "once_cell" |
| 1354 | }, |
| 1355 | { |
| 1356 | "id": "proc-macro2 1.0.63", |
| 1357 | "target": "proc_macro2" |
| 1358 | }, |
| 1359 | { |
| 1360 | "id": "quote 1.0.29", |
| 1361 | "target": "quote" |
| 1362 | }, |
| 1363 | { |
| 1364 | "id": "serde 1.0.168", |
| 1365 | "target": "serde" |
| 1366 | }, |
| 1367 | { |
| 1368 | "id": "serde_json 1.0.100", |
| 1369 | "target": "serde_json" |
| 1370 | }, |
| 1371 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1372 | "id": "syn 2.0.28", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1373 | "target": "syn" |
| 1374 | }, |
| 1375 | { |
| 1376 | "id": "thiserror 1.0.40", |
| 1377 | "target": "thiserror" |
| 1378 | } |
| 1379 | ], |
| 1380 | "selects": {} |
| 1381 | }, |
| 1382 | "edition": "2021", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1383 | "version": "0.26.0" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1384 | }, |
| 1385 | "license": "MIT OR Apache-2.0" |
| 1386 | }, |
| 1387 | "backtrace 0.3.68": { |
| 1388 | "name": "backtrace", |
| 1389 | "version": "0.3.68", |
| 1390 | "repository": { |
| 1391 | "Http": { |
| 1392 | "url": "https://crates.io/api/v1/crates/backtrace/0.3.68/download", |
| 1393 | "sha256": "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12" |
| 1394 | } |
| 1395 | }, |
| 1396 | "targets": [ |
| 1397 | { |
| 1398 | "Library": { |
| 1399 | "crate_name": "backtrace", |
| 1400 | "crate_root": "src/lib.rs", |
| 1401 | "srcs": [ |
| 1402 | "**/*.rs" |
| 1403 | ] |
| 1404 | } |
| 1405 | }, |
| 1406 | { |
| 1407 | "BuildScript": { |
| 1408 | "crate_name": "build_script_build", |
| 1409 | "crate_root": "build.rs", |
| 1410 | "srcs": [ |
| 1411 | "**/*.rs" |
| 1412 | ] |
| 1413 | } |
| 1414 | } |
| 1415 | ], |
| 1416 | "library_target_name": "backtrace", |
| 1417 | "common_attrs": { |
| 1418 | "compile_data_glob": [ |
| 1419 | "**" |
| 1420 | ], |
| 1421 | "crate_features": { |
| 1422 | "common": [ |
| 1423 | "default", |
| 1424 | "std" |
| 1425 | ], |
| 1426 | "selects": {} |
| 1427 | }, |
| 1428 | "deps": { |
| 1429 | "common": [ |
| 1430 | { |
| 1431 | "id": "addr2line 0.20.0", |
| 1432 | "target": "addr2line" |
| 1433 | }, |
| 1434 | { |
| 1435 | "id": "backtrace 0.3.68", |
| 1436 | "target": "build_script_build" |
| 1437 | }, |
| 1438 | { |
| 1439 | "id": "cfg-if 1.0.0", |
| 1440 | "target": "cfg_if" |
| 1441 | }, |
| 1442 | { |
| 1443 | "id": "libc 0.2.147", |
| 1444 | "target": "libc" |
| 1445 | }, |
| 1446 | { |
| 1447 | "id": "miniz_oxide 0.7.1", |
| 1448 | "target": "miniz_oxide" |
| 1449 | }, |
| 1450 | { |
| 1451 | "id": "object 0.31.1", |
| 1452 | "target": "object" |
| 1453 | }, |
| 1454 | { |
| 1455 | "id": "rustc-demangle 0.1.23", |
| 1456 | "target": "rustc_demangle" |
| 1457 | } |
| 1458 | ], |
| 1459 | "selects": {} |
| 1460 | }, |
| 1461 | "edition": "2018", |
| 1462 | "version": "0.3.68" |
| 1463 | }, |
| 1464 | "build_script_attrs": { |
| 1465 | "data_glob": [ |
| 1466 | "**" |
| 1467 | ], |
| 1468 | "deps": { |
| 1469 | "common": [ |
| 1470 | { |
| 1471 | "id": "cc 1.0.79", |
| 1472 | "target": "cc" |
| 1473 | } |
| 1474 | ], |
| 1475 | "selects": {} |
| 1476 | } |
| 1477 | }, |
| 1478 | "license": "MIT OR Apache-2.0" |
| 1479 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1480 | "backtrace-ext 0.2.1": { |
| 1481 | "name": "backtrace-ext", |
| 1482 | "version": "0.2.1", |
| 1483 | "repository": { |
| 1484 | "Http": { |
| 1485 | "url": "https://crates.io/api/v1/crates/backtrace-ext/0.2.1/download", |
| 1486 | "sha256": "537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50" |
| 1487 | } |
| 1488 | }, |
| 1489 | "targets": [ |
| 1490 | { |
| 1491 | "Library": { |
| 1492 | "crate_name": "backtrace_ext", |
| 1493 | "crate_root": "src/lib.rs", |
| 1494 | "srcs": [ |
| 1495 | "**/*.rs" |
| 1496 | ] |
| 1497 | } |
| 1498 | } |
| 1499 | ], |
| 1500 | "library_target_name": "backtrace_ext", |
| 1501 | "common_attrs": { |
| 1502 | "compile_data_glob": [ |
| 1503 | "**" |
| 1504 | ], |
| 1505 | "deps": { |
| 1506 | "common": [ |
| 1507 | { |
| 1508 | "id": "backtrace 0.3.68", |
| 1509 | "target": "backtrace" |
| 1510 | } |
| 1511 | ], |
| 1512 | "selects": {} |
| 1513 | }, |
| 1514 | "edition": "2018", |
| 1515 | "version": "0.2.1" |
| 1516 | }, |
| 1517 | "license": "MIT OR Apache-2.0" |
| 1518 | }, |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1519 | "basic-toml 0.1.3": { |
| 1520 | "name": "basic-toml", |
| 1521 | "version": "0.1.3", |
| 1522 | "repository": { |
| 1523 | "Http": { |
| 1524 | "url": "https://crates.io/api/v1/crates/basic-toml/0.1.3/download", |
| 1525 | "sha256": "f838d03a705d72b12389b8930bd14cacf493be1380bfb15720d4d12db5ab03ac" |
| 1526 | } |
| 1527 | }, |
| 1528 | "targets": [ |
| 1529 | { |
| 1530 | "Library": { |
| 1531 | "crate_name": "basic_toml", |
| 1532 | "crate_root": "src/lib.rs", |
| 1533 | "srcs": [ |
| 1534 | "**/*.rs" |
| 1535 | ] |
| 1536 | } |
| 1537 | } |
| 1538 | ], |
| 1539 | "library_target_name": "basic_toml", |
| 1540 | "common_attrs": { |
| 1541 | "compile_data_glob": [ |
| 1542 | "**" |
| 1543 | ], |
| 1544 | "deps": { |
| 1545 | "common": [ |
| 1546 | { |
| 1547 | "id": "serde 1.0.168", |
| 1548 | "target": "serde" |
| 1549 | } |
| 1550 | ], |
| 1551 | "selects": {} |
| 1552 | }, |
| 1553 | "edition": "2021", |
| 1554 | "version": "0.1.3" |
| 1555 | }, |
| 1556 | "license": "MIT OR Apache-2.0" |
| 1557 | }, |
| 1558 | "bindgen 0.58.1": { |
| 1559 | "name": "bindgen", |
| 1560 | "version": "0.58.1", |
| 1561 | "repository": { |
| 1562 | "Http": { |
| 1563 | "url": "https://crates.io/api/v1/crates/bindgen/0.58.1/download", |
| 1564 | "sha256": "0f8523b410d7187a43085e7e064416ea32ded16bd0a4e6fc025e21616d01258f" |
| 1565 | } |
| 1566 | }, |
| 1567 | "targets": [ |
| 1568 | { |
| 1569 | "Library": { |
| 1570 | "crate_name": "bindgen", |
| 1571 | "crate_root": "src/lib.rs", |
| 1572 | "srcs": [ |
| 1573 | "**/*.rs" |
| 1574 | ] |
| 1575 | } |
| 1576 | }, |
| 1577 | { |
| 1578 | "BuildScript": { |
| 1579 | "crate_name": "build_script_build", |
| 1580 | "crate_root": "build.rs", |
| 1581 | "srcs": [ |
| 1582 | "**/*.rs" |
| 1583 | ] |
| 1584 | } |
| 1585 | } |
| 1586 | ], |
| 1587 | "library_target_name": "bindgen", |
| 1588 | "common_attrs": { |
| 1589 | "compile_data_glob": [ |
| 1590 | "**" |
| 1591 | ], |
| 1592 | "crate_features": { |
| 1593 | "common": [ |
| 1594 | "clap", |
| 1595 | "default", |
| 1596 | "env_logger", |
| 1597 | "log", |
| 1598 | "logging", |
| 1599 | "runtime", |
| 1600 | "which", |
| 1601 | "which-rustfmt" |
| 1602 | ], |
| 1603 | "selects": {} |
| 1604 | }, |
| 1605 | "deps": { |
| 1606 | "common": [ |
| 1607 | { |
| 1608 | "id": "bindgen 0.58.1", |
| 1609 | "target": "build_script_build" |
| 1610 | }, |
| 1611 | { |
| 1612 | "id": "bitflags 1.3.2", |
| 1613 | "target": "bitflags" |
| 1614 | }, |
| 1615 | { |
| 1616 | "id": "cexpr 0.4.0", |
| 1617 | "target": "cexpr" |
| 1618 | }, |
| 1619 | { |
| 1620 | "id": "clang-sys 1.6.1", |
| 1621 | "target": "clang_sys" |
| 1622 | }, |
| 1623 | { |
| 1624 | "id": "clap 2.34.0", |
| 1625 | "target": "clap" |
| 1626 | }, |
| 1627 | { |
| 1628 | "id": "env_logger 0.8.4", |
| 1629 | "target": "env_logger" |
| 1630 | }, |
| 1631 | { |
| 1632 | "id": "lazy_static 1.4.0", |
| 1633 | "target": "lazy_static" |
| 1634 | }, |
| 1635 | { |
| 1636 | "id": "lazycell 1.3.0", |
| 1637 | "target": "lazycell" |
| 1638 | }, |
| 1639 | { |
| 1640 | "id": "log 0.4.19", |
| 1641 | "target": "log" |
| 1642 | }, |
| 1643 | { |
| 1644 | "id": "peeking_take_while 0.1.2", |
| 1645 | "target": "peeking_take_while" |
| 1646 | }, |
| 1647 | { |
| 1648 | "id": "proc-macro2 1.0.63", |
| 1649 | "target": "proc_macro2" |
| 1650 | }, |
| 1651 | { |
| 1652 | "id": "quote 1.0.29", |
| 1653 | "target": "quote" |
| 1654 | }, |
| 1655 | { |
| 1656 | "id": "regex 1.9.1", |
| 1657 | "target": "regex" |
| 1658 | }, |
| 1659 | { |
| 1660 | "id": "rustc-hash 1.1.0", |
| 1661 | "target": "rustc_hash" |
| 1662 | }, |
| 1663 | { |
| 1664 | "id": "shlex 1.1.0", |
| 1665 | "target": "shlex" |
| 1666 | }, |
| 1667 | { |
| 1668 | "id": "which 3.1.1", |
| 1669 | "target": "which" |
| 1670 | } |
| 1671 | ], |
| 1672 | "selects": {} |
| 1673 | }, |
| 1674 | "edition": "2018", |
| 1675 | "version": "0.58.1" |
| 1676 | }, |
| 1677 | "build_script_attrs": { |
| 1678 | "data_glob": [ |
| 1679 | "**" |
| 1680 | ] |
| 1681 | }, |
| 1682 | "license": "BSD-3-Clause" |
| 1683 | }, |
| 1684 | "bitflags 1.3.2": { |
| 1685 | "name": "bitflags", |
| 1686 | "version": "1.3.2", |
| 1687 | "repository": { |
| 1688 | "Http": { |
| 1689 | "url": "https://crates.io/api/v1/crates/bitflags/1.3.2/download", |
| 1690 | "sha256": "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| 1691 | } |
| 1692 | }, |
| 1693 | "targets": [ |
| 1694 | { |
| 1695 | "Library": { |
| 1696 | "crate_name": "bitflags", |
| 1697 | "crate_root": "src/lib.rs", |
| 1698 | "srcs": [ |
| 1699 | "**/*.rs" |
| 1700 | ] |
| 1701 | } |
| 1702 | } |
| 1703 | ], |
| 1704 | "library_target_name": "bitflags", |
| 1705 | "common_attrs": { |
| 1706 | "compile_data_glob": [ |
| 1707 | "**" |
| 1708 | ], |
| 1709 | "crate_features": { |
| 1710 | "common": [ |
| 1711 | "default" |
| 1712 | ], |
| 1713 | "selects": {} |
| 1714 | }, |
| 1715 | "edition": "2018", |
| 1716 | "version": "1.3.2" |
| 1717 | }, |
| 1718 | "license": "MIT/Apache-2.0" |
| 1719 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1720 | "bitflags 2.3.3": { |
| 1721 | "name": "bitflags", |
| 1722 | "version": "2.3.3", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1723 | "repository": { |
| 1724 | "Http": { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1725 | "url": "https://crates.io/api/v1/crates/bitflags/2.3.3/download", |
| 1726 | "sha256": "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42" |
| 1727 | } |
| 1728 | }, |
| 1729 | "targets": [ |
| 1730 | { |
| 1731 | "Library": { |
| 1732 | "crate_name": "bitflags", |
| 1733 | "crate_root": "src/lib.rs", |
| 1734 | "srcs": [ |
| 1735 | "**/*.rs" |
| 1736 | ] |
| 1737 | } |
| 1738 | } |
| 1739 | ], |
| 1740 | "library_target_name": "bitflags", |
| 1741 | "common_attrs": { |
| 1742 | "compile_data_glob": [ |
| 1743 | "**" |
| 1744 | ], |
| 1745 | "crate_features": { |
| 1746 | "common": [ |
| 1747 | "std" |
| 1748 | ], |
| 1749 | "selects": {} |
| 1750 | }, |
| 1751 | "edition": "2021", |
| 1752 | "version": "2.3.3" |
| 1753 | }, |
| 1754 | "license": "MIT OR Apache-2.0" |
| 1755 | }, |
| 1756 | "bstr 1.6.0": { |
| 1757 | "name": "bstr", |
| 1758 | "version": "1.6.0", |
| 1759 | "repository": { |
| 1760 | "Http": { |
| 1761 | "url": "https://crates.io/api/v1/crates/bstr/1.6.0/download", |
| 1762 | "sha256": "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1763 | } |
| 1764 | }, |
| 1765 | "targets": [ |
| 1766 | { |
| 1767 | "Library": { |
| 1768 | "crate_name": "bstr", |
| 1769 | "crate_root": "src/lib.rs", |
| 1770 | "srcs": [ |
| 1771 | "**/*.rs" |
| 1772 | ] |
| 1773 | } |
| 1774 | } |
| 1775 | ], |
| 1776 | "library_target_name": "bstr", |
| 1777 | "common_attrs": { |
| 1778 | "compile_data_glob": [ |
| 1779 | "**" |
| 1780 | ], |
| 1781 | "crate_features": { |
| 1782 | "common": [ |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1783 | "alloc", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1784 | "default", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1785 | "std", |
| 1786 | "unicode" |
| 1787 | ], |
| 1788 | "selects": {} |
| 1789 | }, |
| 1790 | "deps": { |
| 1791 | "common": [ |
| 1792 | { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1793 | "id": "memchr 2.5.0", |
| 1794 | "target": "memchr" |
| 1795 | }, |
| 1796 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1797 | "id": "regex-automata 0.3.2", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1798 | "target": "regex_automata" |
| 1799 | } |
| 1800 | ], |
| 1801 | "selects": {} |
| 1802 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1803 | "edition": "2021", |
| 1804 | "version": "1.6.0" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1805 | }, |
| 1806 | "license": "MIT OR Apache-2.0" |
| 1807 | }, |
| 1808 | "cc 1.0.79": { |
| 1809 | "name": "cc", |
| 1810 | "version": "1.0.79", |
| 1811 | "repository": { |
| 1812 | "Http": { |
| 1813 | "url": "https://crates.io/api/v1/crates/cc/1.0.79/download", |
| 1814 | "sha256": "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" |
| 1815 | } |
| 1816 | }, |
| 1817 | "targets": [ |
| 1818 | { |
| 1819 | "Library": { |
| 1820 | "crate_name": "cc", |
| 1821 | "crate_root": "src/lib.rs", |
| 1822 | "srcs": [ |
| 1823 | "**/*.rs" |
| 1824 | ] |
| 1825 | } |
| 1826 | } |
| 1827 | ], |
| 1828 | "library_target_name": "cc", |
| 1829 | "common_attrs": { |
| 1830 | "compile_data_glob": [ |
| 1831 | "**" |
| 1832 | ], |
| 1833 | "edition": "2018", |
| 1834 | "version": "1.0.79" |
| 1835 | }, |
| 1836 | "license": "MIT OR Apache-2.0" |
| 1837 | }, |
| 1838 | "cexpr 0.4.0": { |
| 1839 | "name": "cexpr", |
| 1840 | "version": "0.4.0", |
| 1841 | "repository": { |
| 1842 | "Http": { |
| 1843 | "url": "https://crates.io/api/v1/crates/cexpr/0.4.0/download", |
| 1844 | "sha256": "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27" |
| 1845 | } |
| 1846 | }, |
| 1847 | "targets": [ |
| 1848 | { |
| 1849 | "Library": { |
| 1850 | "crate_name": "cexpr", |
| 1851 | "crate_root": "src/lib.rs", |
| 1852 | "srcs": [ |
| 1853 | "**/*.rs" |
| 1854 | ] |
| 1855 | } |
| 1856 | } |
| 1857 | ], |
| 1858 | "library_target_name": "cexpr", |
| 1859 | "common_attrs": { |
| 1860 | "compile_data_glob": [ |
| 1861 | "**" |
| 1862 | ], |
| 1863 | "deps": { |
| 1864 | "common": [ |
| 1865 | { |
| 1866 | "id": "nom 5.1.3", |
| 1867 | "target": "nom" |
| 1868 | } |
| 1869 | ], |
| 1870 | "selects": {} |
| 1871 | }, |
| 1872 | "edition": "2018", |
| 1873 | "version": "0.4.0" |
| 1874 | }, |
| 1875 | "license": "Apache-2.0/MIT" |
| 1876 | }, |
| 1877 | "cexpr 0.6.0": { |
| 1878 | "name": "cexpr", |
| 1879 | "version": "0.6.0", |
| 1880 | "repository": { |
| 1881 | "Http": { |
| 1882 | "url": "https://crates.io/api/v1/crates/cexpr/0.6.0/download", |
| 1883 | "sha256": "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" |
| 1884 | } |
| 1885 | }, |
| 1886 | "targets": [ |
| 1887 | { |
| 1888 | "Library": { |
| 1889 | "crate_name": "cexpr", |
| 1890 | "crate_root": "src/lib.rs", |
| 1891 | "srcs": [ |
| 1892 | "**/*.rs" |
| 1893 | ] |
| 1894 | } |
| 1895 | } |
| 1896 | ], |
| 1897 | "library_target_name": "cexpr", |
| 1898 | "common_attrs": { |
| 1899 | "compile_data_glob": [ |
| 1900 | "**" |
| 1901 | ], |
| 1902 | "deps": { |
| 1903 | "common": [ |
| 1904 | { |
| 1905 | "id": "nom 7.1.3", |
| 1906 | "target": "nom" |
| 1907 | } |
| 1908 | ], |
| 1909 | "selects": {} |
| 1910 | }, |
| 1911 | "edition": "2018", |
| 1912 | "version": "0.6.0" |
| 1913 | }, |
| 1914 | "license": "Apache-2.0/MIT" |
| 1915 | }, |
| 1916 | "cfg-if 0.1.10": { |
| 1917 | "name": "cfg-if", |
| 1918 | "version": "0.1.10", |
| 1919 | "repository": { |
| 1920 | "Http": { |
| 1921 | "url": "https://crates.io/api/v1/crates/cfg-if/0.1.10/download", |
| 1922 | "sha256": "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
| 1923 | } |
| 1924 | }, |
| 1925 | "targets": [ |
| 1926 | { |
| 1927 | "Library": { |
| 1928 | "crate_name": "cfg_if", |
| 1929 | "crate_root": "src/lib.rs", |
| 1930 | "srcs": [ |
| 1931 | "**/*.rs" |
| 1932 | ] |
| 1933 | } |
| 1934 | } |
| 1935 | ], |
| 1936 | "library_target_name": "cfg_if", |
| 1937 | "common_attrs": { |
| 1938 | "compile_data_glob": [ |
| 1939 | "**" |
| 1940 | ], |
| 1941 | "edition": "2018", |
| 1942 | "version": "0.1.10" |
| 1943 | }, |
| 1944 | "license": "MIT/Apache-2.0" |
| 1945 | }, |
| 1946 | "cfg-if 1.0.0": { |
| 1947 | "name": "cfg-if", |
| 1948 | "version": "1.0.0", |
| 1949 | "repository": { |
| 1950 | "Http": { |
| 1951 | "url": "https://crates.io/api/v1/crates/cfg-if/1.0.0/download", |
| 1952 | "sha256": "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| 1953 | } |
| 1954 | }, |
| 1955 | "targets": [ |
| 1956 | { |
| 1957 | "Library": { |
| 1958 | "crate_name": "cfg_if", |
| 1959 | "crate_root": "src/lib.rs", |
| 1960 | "srcs": [ |
| 1961 | "**/*.rs" |
| 1962 | ] |
| 1963 | } |
| 1964 | } |
| 1965 | ], |
| 1966 | "library_target_name": "cfg_if", |
| 1967 | "common_attrs": { |
| 1968 | "compile_data_glob": [ |
| 1969 | "**" |
| 1970 | ], |
| 1971 | "edition": "2018", |
| 1972 | "version": "1.0.0" |
| 1973 | }, |
| 1974 | "license": "MIT/Apache-2.0" |
| 1975 | }, |
| 1976 | "clang-sys 1.6.1": { |
| 1977 | "name": "clang-sys", |
| 1978 | "version": "1.6.1", |
| 1979 | "repository": { |
| 1980 | "Http": { |
| 1981 | "url": "https://crates.io/api/v1/crates/clang-sys/1.6.1/download", |
| 1982 | "sha256": "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f" |
| 1983 | } |
| 1984 | }, |
| 1985 | "targets": [ |
| 1986 | { |
| 1987 | "Library": { |
| 1988 | "crate_name": "clang_sys", |
| 1989 | "crate_root": "src/lib.rs", |
| 1990 | "srcs": [ |
| 1991 | "**/*.rs" |
| 1992 | ] |
| 1993 | } |
| 1994 | }, |
| 1995 | { |
| 1996 | "BuildScript": { |
| 1997 | "crate_name": "build_script_build", |
| 1998 | "crate_root": "build.rs", |
| 1999 | "srcs": [ |
| 2000 | "**/*.rs" |
| 2001 | ] |
| 2002 | } |
| 2003 | } |
| 2004 | ], |
| 2005 | "library_target_name": "clang_sys", |
| 2006 | "common_attrs": { |
| 2007 | "compile_data_glob": [ |
| 2008 | "**" |
| 2009 | ], |
| 2010 | "crate_features": { |
| 2011 | "common": [ |
| 2012 | "clang_3_5", |
| 2013 | "clang_3_6", |
| 2014 | "clang_3_7", |
| 2015 | "clang_3_8", |
| 2016 | "clang_3_9", |
| 2017 | "clang_4_0", |
| 2018 | "clang_5_0", |
| 2019 | "clang_6_0", |
| 2020 | "libloading", |
| 2021 | "runtime" |
| 2022 | ], |
| 2023 | "selects": {} |
| 2024 | }, |
| 2025 | "deps": { |
| 2026 | "common": [ |
| 2027 | { |
| 2028 | "id": "clang-sys 1.6.1", |
| 2029 | "target": "build_script_build" |
| 2030 | }, |
| 2031 | { |
| 2032 | "id": "glob 0.3.1", |
| 2033 | "target": "glob" |
| 2034 | }, |
| 2035 | { |
| 2036 | "id": "libc 0.2.147", |
| 2037 | "target": "libc" |
| 2038 | }, |
| 2039 | { |
| 2040 | "id": "libloading 0.7.4", |
| 2041 | "target": "libloading" |
| 2042 | } |
| 2043 | ], |
| 2044 | "selects": {} |
| 2045 | }, |
| 2046 | "edition": "2015", |
| 2047 | "version": "1.6.1" |
| 2048 | }, |
| 2049 | "build_script_attrs": { |
| 2050 | "data_glob": [ |
| 2051 | "**" |
| 2052 | ], |
| 2053 | "deps": { |
| 2054 | "common": [ |
| 2055 | { |
| 2056 | "id": "glob 0.3.1", |
| 2057 | "target": "glob" |
| 2058 | } |
| 2059 | ], |
| 2060 | "selects": {} |
| 2061 | }, |
| 2062 | "links": "clang" |
| 2063 | }, |
| 2064 | "license": "Apache-2.0" |
| 2065 | }, |
| 2066 | "clap 2.34.0": { |
| 2067 | "name": "clap", |
| 2068 | "version": "2.34.0", |
| 2069 | "repository": { |
| 2070 | "Http": { |
| 2071 | "url": "https://crates.io/api/v1/crates/clap/2.34.0/download", |
| 2072 | "sha256": "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" |
| 2073 | } |
| 2074 | }, |
| 2075 | "targets": [ |
| 2076 | { |
| 2077 | "Library": { |
| 2078 | "crate_name": "clap", |
| 2079 | "crate_root": "src/lib.rs", |
| 2080 | "srcs": [ |
| 2081 | "**/*.rs" |
| 2082 | ] |
| 2083 | } |
| 2084 | } |
| 2085 | ], |
| 2086 | "library_target_name": "clap", |
| 2087 | "common_attrs": { |
| 2088 | "compile_data_glob": [ |
| 2089 | "**" |
| 2090 | ], |
| 2091 | "crate_features": { |
| 2092 | "common": [ |
| 2093 | "ansi_term", |
| 2094 | "atty", |
| 2095 | "color", |
| 2096 | "default", |
| 2097 | "strsim", |
| 2098 | "suggestions", |
| 2099 | "vec_map" |
| 2100 | ], |
| 2101 | "selects": {} |
| 2102 | }, |
| 2103 | "deps": { |
| 2104 | "common": [ |
| 2105 | { |
| 2106 | "id": "atty 0.2.14", |
| 2107 | "target": "atty" |
| 2108 | }, |
| 2109 | { |
| 2110 | "id": "bitflags 1.3.2", |
| 2111 | "target": "bitflags" |
| 2112 | }, |
| 2113 | { |
| 2114 | "id": "strsim 0.8.0", |
| 2115 | "target": "strsim" |
| 2116 | }, |
| 2117 | { |
| 2118 | "id": "textwrap 0.11.0", |
| 2119 | "target": "textwrap" |
| 2120 | }, |
| 2121 | { |
| 2122 | "id": "unicode-width 0.1.10", |
| 2123 | "target": "unicode_width" |
| 2124 | }, |
| 2125 | { |
| 2126 | "id": "vec_map 0.8.2", |
| 2127 | "target": "vec_map" |
| 2128 | } |
| 2129 | ], |
| 2130 | "selects": { |
| 2131 | "cfg(not(windows))": [ |
| 2132 | { |
| 2133 | "id": "ansi_term 0.12.1", |
| 2134 | "target": "ansi_term" |
| 2135 | } |
| 2136 | ] |
| 2137 | } |
| 2138 | }, |
| 2139 | "edition": "2018", |
| 2140 | "version": "2.34.0" |
| 2141 | }, |
| 2142 | "license": "MIT" |
| 2143 | }, |
| 2144 | "clap 3.2.25": { |
| 2145 | "name": "clap", |
| 2146 | "version": "3.2.25", |
| 2147 | "repository": { |
| 2148 | "Http": { |
| 2149 | "url": "https://crates.io/api/v1/crates/clap/3.2.25/download", |
| 2150 | "sha256": "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123" |
| 2151 | } |
| 2152 | }, |
| 2153 | "targets": [ |
| 2154 | { |
| 2155 | "Library": { |
| 2156 | "crate_name": "clap", |
| 2157 | "crate_root": "src/lib.rs", |
| 2158 | "srcs": [ |
| 2159 | "**/*.rs" |
| 2160 | ] |
| 2161 | } |
| 2162 | } |
| 2163 | ], |
| 2164 | "library_target_name": "clap", |
| 2165 | "common_attrs": { |
| 2166 | "compile_data_glob": [ |
| 2167 | "**" |
| 2168 | ], |
| 2169 | "crate_features": { |
| 2170 | "common": [ |
| 2171 | "atty", |
| 2172 | "cargo", |
| 2173 | "color", |
| 2174 | "default", |
| 2175 | "once_cell", |
| 2176 | "std", |
| 2177 | "strsim", |
| 2178 | "suggestions", |
| 2179 | "termcolor" |
| 2180 | ], |
| 2181 | "selects": {} |
| 2182 | }, |
| 2183 | "deps": { |
| 2184 | "common": [ |
| 2185 | { |
| 2186 | "id": "atty 0.2.14", |
| 2187 | "target": "atty" |
| 2188 | }, |
| 2189 | { |
| 2190 | "id": "bitflags 1.3.2", |
| 2191 | "target": "bitflags" |
| 2192 | }, |
| 2193 | { |
| 2194 | "id": "clap_lex 0.2.4", |
| 2195 | "target": "clap_lex" |
| 2196 | }, |
| 2197 | { |
| 2198 | "id": "indexmap 1.9.3", |
| 2199 | "target": "indexmap" |
| 2200 | }, |
| 2201 | { |
| 2202 | "id": "once_cell 1.18.0", |
| 2203 | "target": "once_cell" |
| 2204 | }, |
| 2205 | { |
| 2206 | "id": "strsim 0.10.0", |
| 2207 | "target": "strsim" |
| 2208 | }, |
| 2209 | { |
| 2210 | "id": "termcolor 1.2.0", |
| 2211 | "target": "termcolor" |
| 2212 | }, |
| 2213 | { |
| 2214 | "id": "textwrap 0.16.0", |
| 2215 | "target": "textwrap" |
| 2216 | } |
| 2217 | ], |
| 2218 | "selects": {} |
| 2219 | }, |
| 2220 | "edition": "2021", |
| 2221 | "version": "3.2.25" |
| 2222 | }, |
| 2223 | "license": "MIT OR Apache-2.0" |
| 2224 | }, |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame] | 2225 | "clap 4.4.18": { |
| 2226 | "name": "clap", |
| 2227 | "version": "4.4.18", |
| 2228 | "repository": { |
| 2229 | "Http": { |
| 2230 | "url": "https://crates.io/api/v1/crates/clap/4.4.18/download", |
| 2231 | "sha256": "1e578d6ec4194633722ccf9544794b71b1385c3c027efe0c55db226fc880865c" |
| 2232 | } |
| 2233 | }, |
| 2234 | "targets": [ |
| 2235 | { |
| 2236 | "Library": { |
| 2237 | "crate_name": "clap", |
| 2238 | "crate_root": "src/lib.rs", |
| 2239 | "srcs": [ |
| 2240 | "**/*.rs" |
| 2241 | ] |
| 2242 | } |
| 2243 | } |
| 2244 | ], |
| 2245 | "library_target_name": "clap", |
| 2246 | "common_attrs": { |
| 2247 | "compile_data_glob": [ |
| 2248 | "**" |
| 2249 | ], |
| 2250 | "crate_features": { |
| 2251 | "common": [ |
| 2252 | "color", |
| 2253 | "default", |
| 2254 | "derive", |
| 2255 | "error-context", |
| 2256 | "help", |
| 2257 | "std", |
| 2258 | "string", |
| 2259 | "suggestions", |
| 2260 | "usage" |
| 2261 | ], |
| 2262 | "selects": {} |
| 2263 | }, |
| 2264 | "deps": { |
| 2265 | "common": [ |
| 2266 | { |
| 2267 | "id": "clap_builder 4.4.18", |
| 2268 | "target": "clap_builder" |
| 2269 | } |
| 2270 | ], |
| 2271 | "selects": {} |
| 2272 | }, |
| 2273 | "edition": "2021", |
| 2274 | "proc_macro_deps": { |
| 2275 | "common": [ |
| 2276 | { |
| 2277 | "id": "clap_derive 4.4.7", |
| 2278 | "target": "clap_derive" |
| 2279 | } |
| 2280 | ], |
| 2281 | "selects": {} |
| 2282 | }, |
| 2283 | "version": "4.4.18" |
| 2284 | }, |
| 2285 | "license": "MIT OR Apache-2.0" |
| 2286 | }, |
| 2287 | "clap_builder 4.4.18": { |
| 2288 | "name": "clap_builder", |
| 2289 | "version": "4.4.18", |
| 2290 | "repository": { |
| 2291 | "Http": { |
| 2292 | "url": "https://crates.io/api/v1/crates/clap_builder/4.4.18/download", |
| 2293 | "sha256": "4df4df40ec50c46000231c914968278b1eb05098cf8f1b3a518a95030e71d1c7" |
| 2294 | } |
| 2295 | }, |
| 2296 | "targets": [ |
| 2297 | { |
| 2298 | "Library": { |
| 2299 | "crate_name": "clap_builder", |
| 2300 | "crate_root": "src/lib.rs", |
| 2301 | "srcs": [ |
| 2302 | "**/*.rs" |
| 2303 | ] |
| 2304 | } |
| 2305 | } |
| 2306 | ], |
| 2307 | "library_target_name": "clap_builder", |
| 2308 | "common_attrs": { |
| 2309 | "compile_data_glob": [ |
| 2310 | "**" |
| 2311 | ], |
| 2312 | "crate_features": { |
| 2313 | "common": [ |
| 2314 | "color", |
| 2315 | "error-context", |
| 2316 | "help", |
| 2317 | "std", |
| 2318 | "string", |
| 2319 | "suggestions", |
| 2320 | "usage" |
| 2321 | ], |
| 2322 | "selects": {} |
| 2323 | }, |
| 2324 | "deps": { |
| 2325 | "common": [ |
| 2326 | { |
| 2327 | "id": "anstream 0.6.11", |
| 2328 | "target": "anstream" |
| 2329 | }, |
| 2330 | { |
| 2331 | "id": "anstyle 1.0.1", |
| 2332 | "target": "anstyle" |
| 2333 | }, |
| 2334 | { |
| 2335 | "id": "clap_lex 0.6.0", |
| 2336 | "target": "clap_lex" |
| 2337 | }, |
| 2338 | { |
| 2339 | "id": "strsim 0.10.0", |
| 2340 | "target": "strsim" |
| 2341 | } |
| 2342 | ], |
| 2343 | "selects": {} |
| 2344 | }, |
| 2345 | "edition": "2021", |
| 2346 | "version": "4.4.18" |
| 2347 | }, |
| 2348 | "license": "MIT OR Apache-2.0" |
| 2349 | }, |
| 2350 | "clap_derive 4.4.7": { |
| 2351 | "name": "clap_derive", |
| 2352 | "version": "4.4.7", |
| 2353 | "repository": { |
| 2354 | "Http": { |
| 2355 | "url": "https://crates.io/api/v1/crates/clap_derive/4.4.7/download", |
| 2356 | "sha256": "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442" |
| 2357 | } |
| 2358 | }, |
| 2359 | "targets": [ |
| 2360 | { |
| 2361 | "ProcMacro": { |
| 2362 | "crate_name": "clap_derive", |
| 2363 | "crate_root": "src/lib.rs", |
| 2364 | "srcs": [ |
| 2365 | "**/*.rs" |
| 2366 | ] |
| 2367 | } |
| 2368 | } |
| 2369 | ], |
| 2370 | "library_target_name": "clap_derive", |
| 2371 | "common_attrs": { |
| 2372 | "compile_data_glob": [ |
| 2373 | "**" |
| 2374 | ], |
| 2375 | "crate_features": { |
| 2376 | "common": [ |
| 2377 | "default" |
| 2378 | ], |
| 2379 | "selects": {} |
| 2380 | }, |
| 2381 | "deps": { |
| 2382 | "common": [ |
| 2383 | { |
| 2384 | "id": "heck 0.4.1", |
| 2385 | "target": "heck" |
| 2386 | }, |
| 2387 | { |
| 2388 | "id": "proc-macro2 1.0.63", |
| 2389 | "target": "proc_macro2" |
| 2390 | }, |
| 2391 | { |
| 2392 | "id": "quote 1.0.29", |
| 2393 | "target": "quote" |
| 2394 | }, |
| 2395 | { |
| 2396 | "id": "syn 2.0.28", |
| 2397 | "target": "syn" |
| 2398 | } |
| 2399 | ], |
| 2400 | "selects": {} |
| 2401 | }, |
| 2402 | "edition": "2021", |
| 2403 | "version": "4.4.7" |
| 2404 | }, |
| 2405 | "license": "MIT OR Apache-2.0" |
| 2406 | }, |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 2407 | "clap_lex 0.2.4": { |
| 2408 | "name": "clap_lex", |
| 2409 | "version": "0.2.4", |
| 2410 | "repository": { |
| 2411 | "Http": { |
| 2412 | "url": "https://crates.io/api/v1/crates/clap_lex/0.2.4/download", |
| 2413 | "sha256": "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" |
| 2414 | } |
| 2415 | }, |
| 2416 | "targets": [ |
| 2417 | { |
| 2418 | "Library": { |
| 2419 | "crate_name": "clap_lex", |
| 2420 | "crate_root": "src/lib.rs", |
| 2421 | "srcs": [ |
| 2422 | "**/*.rs" |
| 2423 | ] |
| 2424 | } |
| 2425 | } |
| 2426 | ], |
| 2427 | "library_target_name": "clap_lex", |
| 2428 | "common_attrs": { |
| 2429 | "compile_data_glob": [ |
| 2430 | "**" |
| 2431 | ], |
| 2432 | "deps": { |
| 2433 | "common": [ |
| 2434 | { |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame] | 2435 | "id": "os_str_bytes 6.6.1", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 2436 | "target": "os_str_bytes" |
| 2437 | } |
| 2438 | ], |
| 2439 | "selects": {} |
| 2440 | }, |
| 2441 | "edition": "2021", |
| 2442 | "version": "0.2.4" |
| 2443 | }, |
| 2444 | "license": "MIT OR Apache-2.0" |
| 2445 | }, |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame] | 2446 | "clap_lex 0.6.0": { |
| 2447 | "name": "clap_lex", |
| 2448 | "version": "0.6.0", |
| 2449 | "repository": { |
| 2450 | "Http": { |
| 2451 | "url": "https://crates.io/api/v1/crates/clap_lex/0.6.0/download", |
| 2452 | "sha256": "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" |
| 2453 | } |
| 2454 | }, |
| 2455 | "targets": [ |
| 2456 | { |
| 2457 | "Library": { |
| 2458 | "crate_name": "clap_lex", |
| 2459 | "crate_root": "src/lib.rs", |
| 2460 | "srcs": [ |
| 2461 | "**/*.rs" |
| 2462 | ] |
| 2463 | } |
| 2464 | } |
| 2465 | ], |
| 2466 | "library_target_name": "clap_lex", |
| 2467 | "common_attrs": { |
| 2468 | "compile_data_glob": [ |
| 2469 | "**" |
| 2470 | ], |
| 2471 | "edition": "2021", |
| 2472 | "version": "0.6.0" |
| 2473 | }, |
| 2474 | "license": "MIT OR Apache-2.0" |
| 2475 | }, |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 2476 | "codespan-reporting 0.11.1": { |
| 2477 | "name": "codespan-reporting", |
| 2478 | "version": "0.11.1", |
| 2479 | "repository": { |
| 2480 | "Http": { |
| 2481 | "url": "https://crates.io/api/v1/crates/codespan-reporting/0.11.1/download", |
| 2482 | "sha256": "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" |
| 2483 | } |
| 2484 | }, |
| 2485 | "targets": [ |
| 2486 | { |
| 2487 | "Library": { |
| 2488 | "crate_name": "codespan_reporting", |
| 2489 | "crate_root": "src/lib.rs", |
| 2490 | "srcs": [ |
| 2491 | "**/*.rs" |
| 2492 | ] |
| 2493 | } |
| 2494 | } |
| 2495 | ], |
| 2496 | "library_target_name": "codespan_reporting", |
| 2497 | "common_attrs": { |
| 2498 | "compile_data_glob": [ |
| 2499 | "**" |
| 2500 | ], |
| 2501 | "deps": { |
| 2502 | "common": [ |
| 2503 | { |
| 2504 | "id": "termcolor 1.2.0", |
| 2505 | "target": "termcolor" |
| 2506 | }, |
| 2507 | { |
| 2508 | "id": "unicode-width 0.1.10", |
| 2509 | "target": "unicode_width" |
| 2510 | } |
| 2511 | ], |
| 2512 | "selects": {} |
| 2513 | }, |
| 2514 | "edition": "2018", |
| 2515 | "version": "0.11.1" |
| 2516 | }, |
| 2517 | "license": "Apache-2.0" |
| 2518 | }, |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame] | 2519 | "colorchoice 1.0.0": { |
| 2520 | "name": "colorchoice", |
| 2521 | "version": "1.0.0", |
| 2522 | "repository": { |
| 2523 | "Http": { |
| 2524 | "url": "https://crates.io/api/v1/crates/colorchoice/1.0.0/download", |
| 2525 | "sha256": "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" |
| 2526 | } |
| 2527 | }, |
| 2528 | "targets": [ |
| 2529 | { |
| 2530 | "Library": { |
| 2531 | "crate_name": "colorchoice", |
| 2532 | "crate_root": "src/lib.rs", |
| 2533 | "srcs": [ |
| 2534 | "**/*.rs" |
| 2535 | ] |
| 2536 | } |
| 2537 | } |
| 2538 | ], |
| 2539 | "library_target_name": "colorchoice", |
| 2540 | "common_attrs": { |
| 2541 | "compile_data_glob": [ |
| 2542 | "**" |
| 2543 | ], |
| 2544 | "edition": "2021", |
| 2545 | "version": "1.0.0" |
| 2546 | }, |
| 2547 | "license": "MIT OR Apache-2.0" |
| 2548 | }, |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 2549 | "compile_with_bazel 0.0.0": { |
| 2550 | "name": "compile_with_bazel", |
| 2551 | "version": "0.0.0", |
| 2552 | "repository": null, |
| 2553 | "targets": [ |
| 2554 | { |
| 2555 | "Library": { |
| 2556 | "crate_name": "compile_with_bazel", |
| 2557 | "crate_root": "fake_lib.rs", |
| 2558 | "srcs": [ |
| 2559 | "**/*.rs" |
| 2560 | ] |
| 2561 | } |
| 2562 | } |
| 2563 | ], |
| 2564 | "library_target_name": "compile_with_bazel", |
| 2565 | "common_attrs": { |
| 2566 | "compile_data_glob": [ |
| 2567 | "**" |
| 2568 | ], |
| 2569 | "deps": { |
| 2570 | "common": [ |
| 2571 | { |
| 2572 | "id": "anyhow 1.0.71", |
| 2573 | "target": "anyhow" |
| 2574 | }, |
| 2575 | { |
| 2576 | "id": "bindgen 0.58.1", |
| 2577 | "target": "bindgen" |
| 2578 | }, |
| 2579 | { |
| 2580 | "id": "bitflags 1.3.2", |
| 2581 | "target": "bitflags" |
| 2582 | }, |
| 2583 | { |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame] | 2584 | "id": "clap 4.4.18", |
| 2585 | "target": "clap" |
| 2586 | }, |
| 2587 | { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 2588 | "id": "cxx 1.0.97", |
| 2589 | "target": "cxx" |
| 2590 | }, |
| 2591 | { |
| 2592 | "id": "futures 0.3.28", |
| 2593 | "target": "futures" |
| 2594 | }, |
| 2595 | { |
| 2596 | "id": "libloading 0.6.3", |
| 2597 | "target": "libloading" |
| 2598 | }, |
| 2599 | { |
| 2600 | "id": "link-cplusplus 1.0.8", |
| 2601 | "target": "link_cplusplus" |
| 2602 | }, |
| 2603 | { |
| 2604 | "id": "once_cell 1.18.0", |
| 2605 | "target": "once_cell" |
| 2606 | }, |
| 2607 | { |
| 2608 | "id": "smallvec 1.10.0", |
| 2609 | "target": "smallvec" |
| 2610 | }, |
| 2611 | { |
| 2612 | "id": "thiserror 1.0.40", |
| 2613 | "target": "thiserror" |
| 2614 | }, |
| 2615 | { |
| 2616 | "id": "toml 0.5.11", |
| 2617 | "target": "toml" |
| 2618 | }, |
| 2619 | { |
| 2620 | "id": "uuid 1.4.0", |
| 2621 | "target": "uuid" |
| 2622 | } |
| 2623 | ], |
| 2624 | "selects": {} |
| 2625 | }, |
| 2626 | "edition": "2015", |
| 2627 | "proc_macro_deps": { |
| 2628 | "common": [ |
| 2629 | { |
| 2630 | "id": "cxxbridge-macro 1.0.97", |
| 2631 | "target": "cxxbridge_macro" |
| 2632 | } |
| 2633 | ], |
| 2634 | "selects": {} |
| 2635 | }, |
| 2636 | "version": "0.0.0" |
| 2637 | }, |
| 2638 | "license": null |
| 2639 | }, |
| 2640 | "cxx 1.0.97": { |
| 2641 | "name": "cxx", |
| 2642 | "version": "1.0.97", |
| 2643 | "repository": { |
| 2644 | "Http": { |
| 2645 | "url": "https://crates.io/api/v1/crates/cxx/1.0.97/download", |
| 2646 | "sha256": "e88abab2f5abbe4c56e8f1fb431b784d710b709888f35755a160e62e33fe38e8" |
| 2647 | } |
| 2648 | }, |
| 2649 | "targets": [ |
| 2650 | { |
| 2651 | "Library": { |
| 2652 | "crate_name": "cxx", |
| 2653 | "crate_root": "src/lib.rs", |
| 2654 | "srcs": [ |
| 2655 | "**/*.rs" |
| 2656 | ] |
| 2657 | } |
| 2658 | } |
| 2659 | ], |
| 2660 | "library_target_name": "cxx", |
| 2661 | "common_attrs": { |
| 2662 | "compile_data_glob": [ |
| 2663 | "**" |
| 2664 | ], |
| 2665 | "crate_features": { |
| 2666 | "common": [ |
| 2667 | "alloc", |
| 2668 | "default", |
| 2669 | "std" |
| 2670 | ], |
| 2671 | "selects": {} |
| 2672 | }, |
| 2673 | "deps": { |
| 2674 | "common": [ |
| 2675 | { |
| 2676 | "id": "link-cplusplus 1.0.8", |
| 2677 | "target": "link_cplusplus" |
| 2678 | } |
| 2679 | ], |
| 2680 | "selects": {} |
| 2681 | }, |
| 2682 | "edition": "2018", |
| 2683 | "proc_macro_deps": { |
| 2684 | "common": [ |
| 2685 | { |
| 2686 | "id": "cxxbridge-macro 1.0.97", |
| 2687 | "target": "cxxbridge_macro" |
| 2688 | } |
| 2689 | ], |
| 2690 | "selects": {} |
| 2691 | }, |
| 2692 | "version": "1.0.97" |
| 2693 | }, |
| 2694 | "license": "MIT OR Apache-2.0", |
| 2695 | "additive_build_file_content": "# This file is included in the BUILD for the cxx crate, to export its header\n# file for C++ code to depend on.\ncc_library(\n name = \"cxx_cc\",\n visibility = [\"//visibility:public\"],\n hdrs = [\"include/cxx.h\"],\n srcs = [\"src/cxx.cc\"],\n includes = [\"include\"],\n target_compatible_with = [\"@//tools/platforms/rust:has_support\"],\n)\n", |
| 2696 | "extra_aliased_targets": [ |
| 2697 | "cxx_cc" |
| 2698 | ] |
| 2699 | }, |
| 2700 | "cxx-gen 0.7.97": { |
| 2701 | "name": "cxx-gen", |
| 2702 | "version": "0.7.97", |
| 2703 | "repository": { |
| 2704 | "Http": { |
| 2705 | "url": "https://crates.io/api/v1/crates/cxx-gen/0.7.97/download", |
| 2706 | "sha256": "83f6f8cddb97c1510ef1e7e849a40d60cd97377766187633ac6b9162dd862fd8" |
| 2707 | } |
| 2708 | }, |
| 2709 | "targets": [ |
| 2710 | { |
| 2711 | "Library": { |
| 2712 | "crate_name": "cxx_gen", |
| 2713 | "crate_root": "src/lib.rs", |
| 2714 | "srcs": [ |
| 2715 | "**/*.rs" |
| 2716 | ] |
| 2717 | } |
| 2718 | } |
| 2719 | ], |
| 2720 | "library_target_name": "cxx_gen", |
| 2721 | "common_attrs": { |
| 2722 | "compile_data_glob": [ |
| 2723 | "**" |
| 2724 | ], |
| 2725 | "deps": { |
| 2726 | "common": [ |
| 2727 | { |
| 2728 | "id": "codespan-reporting 0.11.1", |
| 2729 | "target": "codespan_reporting" |
| 2730 | }, |
| 2731 | { |
| 2732 | "id": "proc-macro2 1.0.63", |
| 2733 | "target": "proc_macro2" |
| 2734 | }, |
| 2735 | { |
| 2736 | "id": "quote 1.0.29", |
| 2737 | "target": "quote" |
| 2738 | }, |
| 2739 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 2740 | "id": "syn 2.0.28", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 2741 | "target": "syn" |
| 2742 | } |
| 2743 | ], |
| 2744 | "selects": {} |
| 2745 | }, |
| 2746 | "edition": "2018", |
| 2747 | "version": "0.7.97" |
| 2748 | }, |
| 2749 | "license": "MIT OR Apache-2.0" |
| 2750 | }, |
| 2751 | "cxxbridge-flags 1.0.97": { |
| 2752 | "name": "cxxbridge-flags", |
| 2753 | "version": "1.0.97", |
| 2754 | "repository": { |
| 2755 | "Http": { |
| 2756 | "url": "https://crates.io/api/v1/crates/cxxbridge-flags/1.0.97/download", |
| 2757 | "sha256": "8d3816ed957c008ccd4728485511e3d9aaf7db419aa321e3d2c5a2f3411e36c8" |
| 2758 | } |
| 2759 | }, |
| 2760 | "targets": [ |
| 2761 | { |
| 2762 | "Library": { |
| 2763 | "crate_name": "cxxbridge_flags", |
| 2764 | "crate_root": "src/lib.rs", |
| 2765 | "srcs": [ |
| 2766 | "**/*.rs" |
| 2767 | ] |
| 2768 | } |
| 2769 | } |
| 2770 | ], |
| 2771 | "library_target_name": "cxxbridge_flags", |
| 2772 | "common_attrs": { |
| 2773 | "compile_data_glob": [ |
| 2774 | "**" |
| 2775 | ], |
| 2776 | "crate_features": { |
| 2777 | "common": [ |
| 2778 | "default" |
| 2779 | ], |
| 2780 | "selects": {} |
| 2781 | }, |
| 2782 | "edition": "2018", |
| 2783 | "version": "1.0.97" |
| 2784 | }, |
| 2785 | "license": "MIT OR Apache-2.0" |
| 2786 | }, |
| 2787 | "cxxbridge-macro 1.0.97": { |
| 2788 | "name": "cxxbridge-macro", |
| 2789 | "version": "1.0.97", |
| 2790 | "repository": { |
| 2791 | "Http": { |
| 2792 | "url": "https://crates.io/api/v1/crates/cxxbridge-macro/1.0.97/download", |
| 2793 | "sha256": "a26acccf6f445af85ea056362561a24ef56cdc15fcc685f03aec50b9c702cb6d" |
| 2794 | } |
| 2795 | }, |
| 2796 | "targets": [ |
| 2797 | { |
| 2798 | "ProcMacro": { |
| 2799 | "crate_name": "cxxbridge_macro", |
| 2800 | "crate_root": "src/lib.rs", |
| 2801 | "srcs": [ |
| 2802 | "**/*.rs" |
| 2803 | ] |
| 2804 | } |
| 2805 | } |
| 2806 | ], |
| 2807 | "library_target_name": "cxxbridge_macro", |
| 2808 | "common_attrs": { |
| 2809 | "compile_data_glob": [ |
| 2810 | "**" |
| 2811 | ], |
| 2812 | "deps": { |
| 2813 | "common": [ |
| 2814 | { |
| 2815 | "id": "proc-macro2 1.0.63", |
| 2816 | "target": "proc_macro2" |
| 2817 | }, |
| 2818 | { |
| 2819 | "id": "quote 1.0.29", |
| 2820 | "target": "quote" |
| 2821 | }, |
| 2822 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 2823 | "id": "syn 2.0.28", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 2824 | "target": "syn" |
| 2825 | } |
| 2826 | ], |
| 2827 | "selects": {} |
| 2828 | }, |
| 2829 | "edition": "2018", |
| 2830 | "version": "1.0.97" |
| 2831 | }, |
| 2832 | "license": "MIT OR Apache-2.0" |
| 2833 | }, |
| 2834 | "difflib 0.4.0": { |
| 2835 | "name": "difflib", |
| 2836 | "version": "0.4.0", |
| 2837 | "repository": { |
| 2838 | "Http": { |
| 2839 | "url": "https://crates.io/api/v1/crates/difflib/0.4.0/download", |
| 2840 | "sha256": "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" |
| 2841 | } |
| 2842 | }, |
| 2843 | "targets": [ |
| 2844 | { |
| 2845 | "Library": { |
| 2846 | "crate_name": "difflib", |
| 2847 | "crate_root": "src/lib.rs", |
| 2848 | "srcs": [ |
| 2849 | "**/*.rs" |
| 2850 | ] |
| 2851 | } |
| 2852 | } |
| 2853 | ], |
| 2854 | "library_target_name": "difflib", |
| 2855 | "common_attrs": { |
| 2856 | "compile_data_glob": [ |
| 2857 | "**" |
| 2858 | ], |
| 2859 | "edition": "2015", |
| 2860 | "version": "0.4.0" |
| 2861 | }, |
| 2862 | "license": "MIT" |
| 2863 | }, |
| 2864 | "doc-comment 0.3.3": { |
| 2865 | "name": "doc-comment", |
| 2866 | "version": "0.3.3", |
| 2867 | "repository": { |
| 2868 | "Http": { |
| 2869 | "url": "https://crates.io/api/v1/crates/doc-comment/0.3.3/download", |
| 2870 | "sha256": "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" |
| 2871 | } |
| 2872 | }, |
| 2873 | "targets": [ |
| 2874 | { |
| 2875 | "Library": { |
| 2876 | "crate_name": "doc_comment", |
| 2877 | "crate_root": "src/lib.rs", |
| 2878 | "srcs": [ |
| 2879 | "**/*.rs" |
| 2880 | ] |
| 2881 | } |
| 2882 | }, |
| 2883 | { |
| 2884 | "BuildScript": { |
| 2885 | "crate_name": "build_script_build", |
| 2886 | "crate_root": "build.rs", |
| 2887 | "srcs": [ |
| 2888 | "**/*.rs" |
| 2889 | ] |
| 2890 | } |
| 2891 | } |
| 2892 | ], |
| 2893 | "library_target_name": "doc_comment", |
| 2894 | "common_attrs": { |
| 2895 | "compile_data_glob": [ |
| 2896 | "**" |
| 2897 | ], |
| 2898 | "deps": { |
| 2899 | "common": [ |
| 2900 | { |
| 2901 | "id": "doc-comment 0.3.3", |
| 2902 | "target": "build_script_build" |
| 2903 | } |
| 2904 | ], |
| 2905 | "selects": {} |
| 2906 | }, |
| 2907 | "edition": "2015", |
| 2908 | "version": "0.3.3" |
| 2909 | }, |
| 2910 | "build_script_attrs": { |
| 2911 | "data_glob": [ |
| 2912 | "**" |
| 2913 | ] |
| 2914 | }, |
| 2915 | "license": "MIT" |
| 2916 | }, |
| 2917 | "either 1.8.1": { |
| 2918 | "name": "either", |
| 2919 | "version": "1.8.1", |
| 2920 | "repository": { |
| 2921 | "Http": { |
| 2922 | "url": "https://crates.io/api/v1/crates/either/1.8.1/download", |
| 2923 | "sha256": "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" |
| 2924 | } |
| 2925 | }, |
| 2926 | "targets": [ |
| 2927 | { |
| 2928 | "Library": { |
| 2929 | "crate_name": "either", |
| 2930 | "crate_root": "src/lib.rs", |
| 2931 | "srcs": [ |
| 2932 | "**/*.rs" |
| 2933 | ] |
| 2934 | } |
| 2935 | } |
| 2936 | ], |
| 2937 | "library_target_name": "either", |
| 2938 | "common_attrs": { |
| 2939 | "compile_data_glob": [ |
| 2940 | "**" |
| 2941 | ], |
| 2942 | "crate_features": { |
| 2943 | "common": [ |
| 2944 | "default", |
| 2945 | "use_std" |
| 2946 | ], |
| 2947 | "selects": {} |
| 2948 | }, |
| 2949 | "edition": "2018", |
| 2950 | "version": "1.8.1" |
| 2951 | }, |
| 2952 | "license": "MIT OR Apache-2.0" |
| 2953 | }, |
| 2954 | "env_logger 0.8.4": { |
| 2955 | "name": "env_logger", |
| 2956 | "version": "0.8.4", |
| 2957 | "repository": { |
| 2958 | "Http": { |
| 2959 | "url": "https://crates.io/api/v1/crates/env_logger/0.8.4/download", |
| 2960 | "sha256": "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3" |
| 2961 | } |
| 2962 | }, |
| 2963 | "targets": [ |
| 2964 | { |
| 2965 | "Library": { |
| 2966 | "crate_name": "env_logger", |
| 2967 | "crate_root": "src/lib.rs", |
| 2968 | "srcs": [ |
| 2969 | "**/*.rs" |
| 2970 | ] |
| 2971 | } |
| 2972 | } |
| 2973 | ], |
| 2974 | "library_target_name": "env_logger", |
| 2975 | "common_attrs": { |
| 2976 | "compile_data_glob": [ |
| 2977 | "**" |
| 2978 | ], |
| 2979 | "crate_features": { |
| 2980 | "common": [ |
| 2981 | "atty", |
| 2982 | "default", |
| 2983 | "humantime", |
| 2984 | "regex", |
| 2985 | "termcolor" |
| 2986 | ], |
| 2987 | "selects": {} |
| 2988 | }, |
| 2989 | "deps": { |
| 2990 | "common": [ |
| 2991 | { |
| 2992 | "id": "atty 0.2.14", |
| 2993 | "target": "atty" |
| 2994 | }, |
| 2995 | { |
| 2996 | "id": "humantime 2.1.0", |
| 2997 | "target": "humantime" |
| 2998 | }, |
| 2999 | { |
| 3000 | "id": "log 0.4.19", |
| 3001 | "target": "log" |
| 3002 | }, |
| 3003 | { |
| 3004 | "id": "regex 1.9.1", |
| 3005 | "target": "regex" |
| 3006 | }, |
| 3007 | { |
| 3008 | "id": "termcolor 1.2.0", |
| 3009 | "target": "termcolor" |
| 3010 | } |
| 3011 | ], |
| 3012 | "selects": {} |
| 3013 | }, |
| 3014 | "edition": "2018", |
| 3015 | "version": "0.8.4" |
| 3016 | }, |
| 3017 | "license": "MIT/Apache-2.0" |
| 3018 | }, |
| 3019 | "env_logger 0.9.3": { |
| 3020 | "name": "env_logger", |
| 3021 | "version": "0.9.3", |
| 3022 | "repository": { |
| 3023 | "Http": { |
| 3024 | "url": "https://crates.io/api/v1/crates/env_logger/0.9.3/download", |
| 3025 | "sha256": "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7" |
| 3026 | } |
| 3027 | }, |
| 3028 | "targets": [ |
| 3029 | { |
| 3030 | "Library": { |
| 3031 | "crate_name": "env_logger", |
| 3032 | "crate_root": "src/lib.rs", |
| 3033 | "srcs": [ |
| 3034 | "**/*.rs" |
| 3035 | ] |
| 3036 | } |
| 3037 | } |
| 3038 | ], |
| 3039 | "library_target_name": "env_logger", |
| 3040 | "common_attrs": { |
| 3041 | "compile_data_glob": [ |
| 3042 | "**" |
| 3043 | ], |
| 3044 | "crate_features": { |
| 3045 | "common": [ |
| 3046 | "atty", |
| 3047 | "default", |
| 3048 | "humantime", |
| 3049 | "regex", |
| 3050 | "termcolor" |
| 3051 | ], |
| 3052 | "selects": {} |
| 3053 | }, |
| 3054 | "deps": { |
| 3055 | "common": [ |
| 3056 | { |
| 3057 | "id": "atty 0.2.14", |
| 3058 | "target": "atty" |
| 3059 | }, |
| 3060 | { |
| 3061 | "id": "humantime 2.1.0", |
| 3062 | "target": "humantime" |
| 3063 | }, |
| 3064 | { |
| 3065 | "id": "log 0.4.19", |
| 3066 | "target": "log" |
| 3067 | }, |
| 3068 | { |
| 3069 | "id": "regex 1.9.1", |
| 3070 | "target": "regex" |
| 3071 | }, |
| 3072 | { |
| 3073 | "id": "termcolor 1.2.0", |
| 3074 | "target": "termcolor" |
| 3075 | } |
| 3076 | ], |
| 3077 | "selects": {} |
| 3078 | }, |
| 3079 | "edition": "2018", |
| 3080 | "version": "0.9.3" |
| 3081 | }, |
| 3082 | "license": "MIT OR Apache-2.0" |
| 3083 | }, |
| 3084 | "errno 0.3.1": { |
| 3085 | "name": "errno", |
| 3086 | "version": "0.3.1", |
| 3087 | "repository": { |
| 3088 | "Http": { |
| 3089 | "url": "https://crates.io/api/v1/crates/errno/0.3.1/download", |
| 3090 | "sha256": "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" |
| 3091 | } |
| 3092 | }, |
| 3093 | "targets": [ |
| 3094 | { |
| 3095 | "Library": { |
| 3096 | "crate_name": "errno", |
| 3097 | "crate_root": "src/lib.rs", |
| 3098 | "srcs": [ |
| 3099 | "**/*.rs" |
| 3100 | ] |
| 3101 | } |
| 3102 | } |
| 3103 | ], |
| 3104 | "library_target_name": "errno", |
| 3105 | "common_attrs": { |
| 3106 | "compile_data_glob": [ |
| 3107 | "**" |
| 3108 | ], |
| 3109 | "deps": { |
| 3110 | "common": [], |
| 3111 | "selects": { |
| 3112 | "cfg(target_os = \"dragonfly\")": [ |
| 3113 | { |
| 3114 | "id": "errno-dragonfly 0.1.2", |
| 3115 | "target": "errno_dragonfly" |
| 3116 | } |
| 3117 | ], |
| 3118 | "cfg(target_os = \"hermit\")": [ |
| 3119 | { |
| 3120 | "id": "libc 0.2.147", |
| 3121 | "target": "libc" |
| 3122 | } |
| 3123 | ], |
| 3124 | "cfg(target_os = \"wasi\")": [ |
| 3125 | { |
| 3126 | "id": "libc 0.2.147", |
| 3127 | "target": "libc" |
| 3128 | } |
| 3129 | ], |
| 3130 | "cfg(unix)": [ |
| 3131 | { |
| 3132 | "id": "libc 0.2.147", |
| 3133 | "target": "libc" |
| 3134 | } |
| 3135 | ], |
| 3136 | "cfg(windows)": [ |
| 3137 | { |
| 3138 | "id": "windows-sys 0.48.0", |
| 3139 | "target": "windows_sys" |
| 3140 | } |
| 3141 | ] |
| 3142 | } |
| 3143 | }, |
| 3144 | "edition": "2018", |
| 3145 | "version": "0.3.1" |
| 3146 | }, |
| 3147 | "license": "MIT OR Apache-2.0" |
| 3148 | }, |
| 3149 | "errno-dragonfly 0.1.2": { |
| 3150 | "name": "errno-dragonfly", |
| 3151 | "version": "0.1.2", |
| 3152 | "repository": { |
| 3153 | "Http": { |
| 3154 | "url": "https://crates.io/api/v1/crates/errno-dragonfly/0.1.2/download", |
| 3155 | "sha256": "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" |
| 3156 | } |
| 3157 | }, |
| 3158 | "targets": [ |
| 3159 | { |
| 3160 | "Library": { |
| 3161 | "crate_name": "errno_dragonfly", |
| 3162 | "crate_root": "src/lib.rs", |
| 3163 | "srcs": [ |
| 3164 | "**/*.rs" |
| 3165 | ] |
| 3166 | } |
| 3167 | }, |
| 3168 | { |
| 3169 | "BuildScript": { |
| 3170 | "crate_name": "build_script_build", |
| 3171 | "crate_root": "build.rs", |
| 3172 | "srcs": [ |
| 3173 | "**/*.rs" |
| 3174 | ] |
| 3175 | } |
| 3176 | } |
| 3177 | ], |
| 3178 | "library_target_name": "errno_dragonfly", |
| 3179 | "common_attrs": { |
| 3180 | "compile_data_glob": [ |
| 3181 | "**" |
| 3182 | ], |
| 3183 | "deps": { |
| 3184 | "common": [ |
| 3185 | { |
| 3186 | "id": "errno-dragonfly 0.1.2", |
| 3187 | "target": "build_script_build" |
| 3188 | }, |
| 3189 | { |
| 3190 | "id": "libc 0.2.147", |
| 3191 | "target": "libc" |
| 3192 | } |
| 3193 | ], |
| 3194 | "selects": {} |
| 3195 | }, |
| 3196 | "edition": "2018", |
| 3197 | "version": "0.1.2" |
| 3198 | }, |
| 3199 | "build_script_attrs": { |
| 3200 | "data_glob": [ |
| 3201 | "**" |
| 3202 | ], |
| 3203 | "deps": { |
| 3204 | "common": [ |
| 3205 | { |
| 3206 | "id": "cc 1.0.79", |
| 3207 | "target": "cc" |
| 3208 | } |
| 3209 | ], |
| 3210 | "selects": {} |
| 3211 | } |
| 3212 | }, |
| 3213 | "license": "MIT" |
| 3214 | }, |
| 3215 | "fastrand 1.9.0": { |
| 3216 | "name": "fastrand", |
| 3217 | "version": "1.9.0", |
| 3218 | "repository": { |
| 3219 | "Http": { |
| 3220 | "url": "https://crates.io/api/v1/crates/fastrand/1.9.0/download", |
| 3221 | "sha256": "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" |
| 3222 | } |
| 3223 | }, |
| 3224 | "targets": [ |
| 3225 | { |
| 3226 | "Library": { |
| 3227 | "crate_name": "fastrand", |
| 3228 | "crate_root": "src/lib.rs", |
| 3229 | "srcs": [ |
| 3230 | "**/*.rs" |
| 3231 | ] |
| 3232 | } |
| 3233 | } |
| 3234 | ], |
| 3235 | "library_target_name": "fastrand", |
| 3236 | "common_attrs": { |
| 3237 | "compile_data_glob": [ |
| 3238 | "**" |
| 3239 | ], |
| 3240 | "deps": { |
| 3241 | "common": [], |
| 3242 | "selects": { |
| 3243 | "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))": [ |
| 3244 | { |
| 3245 | "id": "instant 0.1.12", |
| 3246 | "target": "instant" |
| 3247 | } |
| 3248 | ] |
| 3249 | } |
| 3250 | }, |
| 3251 | "edition": "2018", |
| 3252 | "version": "1.9.0" |
| 3253 | }, |
| 3254 | "license": "Apache-2.0 OR MIT" |
| 3255 | }, |
| 3256 | "flatbuffers 22.10.26": { |
| 3257 | "name": "flatbuffers", |
| 3258 | "version": "22.10.26", |
| 3259 | "repository": null, |
| 3260 | "targets": [ |
| 3261 | { |
| 3262 | "Library": { |
| 3263 | "crate_name": "flatbuffers", |
| 3264 | "crate_root": "src/lib.rs", |
| 3265 | "srcs": [ |
| 3266 | "**/*.rs" |
| 3267 | ] |
| 3268 | } |
| 3269 | }, |
| 3270 | { |
| 3271 | "BuildScript": { |
| 3272 | "crate_name": "build_script_build", |
| 3273 | "crate_root": "build.rs", |
| 3274 | "srcs": [ |
| 3275 | "**/*.rs" |
| 3276 | ] |
| 3277 | } |
| 3278 | } |
| 3279 | ], |
| 3280 | "library_target_name": "flatbuffers", |
| 3281 | "common_attrs": { |
| 3282 | "compile_data_glob": [ |
| 3283 | "**" |
| 3284 | ], |
| 3285 | "crate_features": { |
| 3286 | "common": [ |
| 3287 | "default", |
| 3288 | "std" |
| 3289 | ], |
| 3290 | "selects": {} |
| 3291 | }, |
| 3292 | "deps": { |
| 3293 | "common": [ |
| 3294 | { |
Adam Snaider | 0126d83 | 2023-10-03 09:59:34 -0700 | [diff] [blame] | 3295 | "id": "arrayvec 0.7.4", |
| 3296 | "target": "arrayvec" |
| 3297 | }, |
| 3298 | { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 3299 | "id": "bitflags 1.3.2", |
| 3300 | "target": "bitflags" |
| 3301 | }, |
| 3302 | { |
| 3303 | "id": "flatbuffers 22.10.26", |
| 3304 | "target": "build_script_build" |
| 3305 | } |
| 3306 | ], |
| 3307 | "selects": {} |
| 3308 | }, |
| 3309 | "edition": "2018", |
| 3310 | "version": "22.10.26" |
| 3311 | }, |
| 3312 | "build_script_attrs": { |
| 3313 | "data_glob": [ |
| 3314 | "**" |
| 3315 | ], |
| 3316 | "deps": { |
| 3317 | "common": [ |
| 3318 | { |
| 3319 | "id": "rustc_version 0.4.0", |
| 3320 | "target": "rustc_version" |
| 3321 | } |
| 3322 | ], |
| 3323 | "selects": {} |
| 3324 | } |
| 3325 | }, |
| 3326 | "license": "Apache-2.0" |
| 3327 | }, |
| 3328 | "futures 0.3.28": { |
| 3329 | "name": "futures", |
| 3330 | "version": "0.3.28", |
| 3331 | "repository": { |
| 3332 | "Http": { |
| 3333 | "url": "https://crates.io/api/v1/crates/futures/0.3.28/download", |
| 3334 | "sha256": "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" |
| 3335 | } |
| 3336 | }, |
| 3337 | "targets": [ |
| 3338 | { |
| 3339 | "Library": { |
| 3340 | "crate_name": "futures", |
| 3341 | "crate_root": "src/lib.rs", |
| 3342 | "srcs": [ |
| 3343 | "**/*.rs" |
| 3344 | ] |
| 3345 | } |
| 3346 | } |
| 3347 | ], |
| 3348 | "library_target_name": "futures", |
| 3349 | "common_attrs": { |
| 3350 | "compile_data_glob": [ |
| 3351 | "**" |
| 3352 | ], |
| 3353 | "crate_features": { |
| 3354 | "common": [ |
| 3355 | "alloc", |
| 3356 | "async-await", |
| 3357 | "default", |
| 3358 | "executor", |
| 3359 | "futures-executor", |
| 3360 | "std" |
| 3361 | ], |
| 3362 | "selects": {} |
| 3363 | }, |
| 3364 | "deps": { |
| 3365 | "common": [ |
| 3366 | { |
| 3367 | "id": "futures-channel 0.3.28", |
| 3368 | "target": "futures_channel" |
| 3369 | }, |
| 3370 | { |
| 3371 | "id": "futures-core 0.3.28", |
| 3372 | "target": "futures_core" |
| 3373 | }, |
| 3374 | { |
| 3375 | "id": "futures-executor 0.3.28", |
| 3376 | "target": "futures_executor" |
| 3377 | }, |
| 3378 | { |
| 3379 | "id": "futures-io 0.3.28", |
| 3380 | "target": "futures_io" |
| 3381 | }, |
| 3382 | { |
| 3383 | "id": "futures-sink 0.3.28", |
| 3384 | "target": "futures_sink" |
| 3385 | }, |
| 3386 | { |
| 3387 | "id": "futures-task 0.3.28", |
| 3388 | "target": "futures_task" |
| 3389 | }, |
| 3390 | { |
| 3391 | "id": "futures-util 0.3.28", |
| 3392 | "target": "futures_util" |
| 3393 | } |
| 3394 | ], |
| 3395 | "selects": {} |
| 3396 | }, |
| 3397 | "edition": "2018", |
| 3398 | "version": "0.3.28" |
| 3399 | }, |
| 3400 | "license": "MIT OR Apache-2.0" |
| 3401 | }, |
| 3402 | "futures-channel 0.3.28": { |
| 3403 | "name": "futures-channel", |
| 3404 | "version": "0.3.28", |
| 3405 | "repository": { |
| 3406 | "Http": { |
| 3407 | "url": "https://crates.io/api/v1/crates/futures-channel/0.3.28/download", |
| 3408 | "sha256": "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" |
| 3409 | } |
| 3410 | }, |
| 3411 | "targets": [ |
| 3412 | { |
| 3413 | "Library": { |
| 3414 | "crate_name": "futures_channel", |
| 3415 | "crate_root": "src/lib.rs", |
| 3416 | "srcs": [ |
| 3417 | "**/*.rs" |
| 3418 | ] |
| 3419 | } |
| 3420 | }, |
| 3421 | { |
| 3422 | "BuildScript": { |
| 3423 | "crate_name": "build_script_build", |
| 3424 | "crate_root": "build.rs", |
| 3425 | "srcs": [ |
| 3426 | "**/*.rs" |
| 3427 | ] |
| 3428 | } |
| 3429 | } |
| 3430 | ], |
| 3431 | "library_target_name": "futures_channel", |
| 3432 | "common_attrs": { |
| 3433 | "compile_data_glob": [ |
| 3434 | "**" |
| 3435 | ], |
| 3436 | "crate_features": { |
| 3437 | "common": [ |
| 3438 | "alloc", |
| 3439 | "futures-sink", |
| 3440 | "sink", |
| 3441 | "std" |
| 3442 | ], |
| 3443 | "selects": {} |
| 3444 | }, |
| 3445 | "deps": { |
| 3446 | "common": [ |
| 3447 | { |
| 3448 | "id": "futures-channel 0.3.28", |
| 3449 | "target": "build_script_build" |
| 3450 | }, |
| 3451 | { |
| 3452 | "id": "futures-core 0.3.28", |
| 3453 | "target": "futures_core" |
| 3454 | }, |
| 3455 | { |
| 3456 | "id": "futures-sink 0.3.28", |
| 3457 | "target": "futures_sink" |
| 3458 | } |
| 3459 | ], |
| 3460 | "selects": {} |
| 3461 | }, |
| 3462 | "edition": "2018", |
| 3463 | "version": "0.3.28" |
| 3464 | }, |
| 3465 | "build_script_attrs": { |
| 3466 | "data_glob": [ |
| 3467 | "**" |
| 3468 | ] |
| 3469 | }, |
| 3470 | "license": "MIT OR Apache-2.0" |
| 3471 | }, |
| 3472 | "futures-core 0.3.28": { |
| 3473 | "name": "futures-core", |
| 3474 | "version": "0.3.28", |
| 3475 | "repository": { |
| 3476 | "Http": { |
| 3477 | "url": "https://crates.io/api/v1/crates/futures-core/0.3.28/download", |
| 3478 | "sha256": "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" |
| 3479 | } |
| 3480 | }, |
| 3481 | "targets": [ |
| 3482 | { |
| 3483 | "Library": { |
| 3484 | "crate_name": "futures_core", |
| 3485 | "crate_root": "src/lib.rs", |
| 3486 | "srcs": [ |
| 3487 | "**/*.rs" |
| 3488 | ] |
| 3489 | } |
| 3490 | }, |
| 3491 | { |
| 3492 | "BuildScript": { |
| 3493 | "crate_name": "build_script_build", |
| 3494 | "crate_root": "build.rs", |
| 3495 | "srcs": [ |
| 3496 | "**/*.rs" |
| 3497 | ] |
| 3498 | } |
| 3499 | } |
| 3500 | ], |
| 3501 | "library_target_name": "futures_core", |
| 3502 | "common_attrs": { |
| 3503 | "compile_data_glob": [ |
| 3504 | "**" |
| 3505 | ], |
| 3506 | "crate_features": { |
| 3507 | "common": [ |
| 3508 | "alloc", |
| 3509 | "std" |
| 3510 | ], |
| 3511 | "selects": {} |
| 3512 | }, |
| 3513 | "deps": { |
| 3514 | "common": [ |
| 3515 | { |
| 3516 | "id": "futures-core 0.3.28", |
| 3517 | "target": "build_script_build" |
| 3518 | } |
| 3519 | ], |
| 3520 | "selects": {} |
| 3521 | }, |
| 3522 | "edition": "2018", |
| 3523 | "version": "0.3.28" |
| 3524 | }, |
| 3525 | "build_script_attrs": { |
| 3526 | "data_glob": [ |
| 3527 | "**" |
| 3528 | ] |
| 3529 | }, |
| 3530 | "license": "MIT OR Apache-2.0" |
| 3531 | }, |
| 3532 | "futures-executor 0.3.28": { |
| 3533 | "name": "futures-executor", |
| 3534 | "version": "0.3.28", |
| 3535 | "repository": { |
| 3536 | "Http": { |
| 3537 | "url": "https://crates.io/api/v1/crates/futures-executor/0.3.28/download", |
| 3538 | "sha256": "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" |
| 3539 | } |
| 3540 | }, |
| 3541 | "targets": [ |
| 3542 | { |
| 3543 | "Library": { |
| 3544 | "crate_name": "futures_executor", |
| 3545 | "crate_root": "src/lib.rs", |
| 3546 | "srcs": [ |
| 3547 | "**/*.rs" |
| 3548 | ] |
| 3549 | } |
| 3550 | } |
| 3551 | ], |
| 3552 | "library_target_name": "futures_executor", |
| 3553 | "common_attrs": { |
| 3554 | "compile_data_glob": [ |
| 3555 | "**" |
| 3556 | ], |
| 3557 | "crate_features": { |
| 3558 | "common": [ |
| 3559 | "std" |
| 3560 | ], |
| 3561 | "selects": {} |
| 3562 | }, |
| 3563 | "deps": { |
| 3564 | "common": [ |
| 3565 | { |
| 3566 | "id": "futures-core 0.3.28", |
| 3567 | "target": "futures_core" |
| 3568 | }, |
| 3569 | { |
| 3570 | "id": "futures-task 0.3.28", |
| 3571 | "target": "futures_task" |
| 3572 | }, |
| 3573 | { |
| 3574 | "id": "futures-util 0.3.28", |
| 3575 | "target": "futures_util" |
| 3576 | } |
| 3577 | ], |
| 3578 | "selects": {} |
| 3579 | }, |
| 3580 | "edition": "2018", |
| 3581 | "version": "0.3.28" |
| 3582 | }, |
| 3583 | "license": "MIT OR Apache-2.0" |
| 3584 | }, |
| 3585 | "futures-io 0.3.28": { |
| 3586 | "name": "futures-io", |
| 3587 | "version": "0.3.28", |
| 3588 | "repository": { |
| 3589 | "Http": { |
| 3590 | "url": "https://crates.io/api/v1/crates/futures-io/0.3.28/download", |
| 3591 | "sha256": "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" |
| 3592 | } |
| 3593 | }, |
| 3594 | "targets": [ |
| 3595 | { |
| 3596 | "Library": { |
| 3597 | "crate_name": "futures_io", |
| 3598 | "crate_root": "src/lib.rs", |
| 3599 | "srcs": [ |
| 3600 | "**/*.rs" |
| 3601 | ] |
| 3602 | } |
| 3603 | } |
| 3604 | ], |
| 3605 | "library_target_name": "futures_io", |
| 3606 | "common_attrs": { |
| 3607 | "compile_data_glob": [ |
| 3608 | "**" |
| 3609 | ], |
| 3610 | "crate_features": { |
| 3611 | "common": [ |
| 3612 | "std" |
| 3613 | ], |
| 3614 | "selects": {} |
| 3615 | }, |
| 3616 | "edition": "2018", |
| 3617 | "version": "0.3.28" |
| 3618 | }, |
| 3619 | "license": "MIT OR Apache-2.0" |
| 3620 | }, |
| 3621 | "futures-macro 0.3.28": { |
| 3622 | "name": "futures-macro", |
| 3623 | "version": "0.3.28", |
| 3624 | "repository": { |
| 3625 | "Http": { |
| 3626 | "url": "https://crates.io/api/v1/crates/futures-macro/0.3.28/download", |
| 3627 | "sha256": "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" |
| 3628 | } |
| 3629 | }, |
| 3630 | "targets": [ |
| 3631 | { |
| 3632 | "ProcMacro": { |
| 3633 | "crate_name": "futures_macro", |
| 3634 | "crate_root": "src/lib.rs", |
| 3635 | "srcs": [ |
| 3636 | "**/*.rs" |
| 3637 | ] |
| 3638 | } |
| 3639 | } |
| 3640 | ], |
| 3641 | "library_target_name": "futures_macro", |
| 3642 | "common_attrs": { |
| 3643 | "compile_data_glob": [ |
| 3644 | "**" |
| 3645 | ], |
| 3646 | "deps": { |
| 3647 | "common": [ |
| 3648 | { |
| 3649 | "id": "proc-macro2 1.0.63", |
| 3650 | "target": "proc_macro2" |
| 3651 | }, |
| 3652 | { |
| 3653 | "id": "quote 1.0.29", |
| 3654 | "target": "quote" |
| 3655 | }, |
| 3656 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 3657 | "id": "syn 2.0.28", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 3658 | "target": "syn" |
| 3659 | } |
| 3660 | ], |
| 3661 | "selects": {} |
| 3662 | }, |
| 3663 | "edition": "2018", |
| 3664 | "version": "0.3.28" |
| 3665 | }, |
| 3666 | "license": "MIT OR Apache-2.0" |
| 3667 | }, |
| 3668 | "futures-sink 0.3.28": { |
| 3669 | "name": "futures-sink", |
| 3670 | "version": "0.3.28", |
| 3671 | "repository": { |
| 3672 | "Http": { |
| 3673 | "url": "https://crates.io/api/v1/crates/futures-sink/0.3.28/download", |
| 3674 | "sha256": "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" |
| 3675 | } |
| 3676 | }, |
| 3677 | "targets": [ |
| 3678 | { |
| 3679 | "Library": { |
| 3680 | "crate_name": "futures_sink", |
| 3681 | "crate_root": "src/lib.rs", |
| 3682 | "srcs": [ |
| 3683 | "**/*.rs" |
| 3684 | ] |
| 3685 | } |
| 3686 | } |
| 3687 | ], |
| 3688 | "library_target_name": "futures_sink", |
| 3689 | "common_attrs": { |
| 3690 | "compile_data_glob": [ |
| 3691 | "**" |
| 3692 | ], |
| 3693 | "crate_features": { |
| 3694 | "common": [ |
| 3695 | "alloc", |
| 3696 | "std" |
| 3697 | ], |
| 3698 | "selects": {} |
| 3699 | }, |
| 3700 | "edition": "2018", |
| 3701 | "version": "0.3.28" |
| 3702 | }, |
| 3703 | "license": "MIT OR Apache-2.0" |
| 3704 | }, |
| 3705 | "futures-task 0.3.28": { |
| 3706 | "name": "futures-task", |
| 3707 | "version": "0.3.28", |
| 3708 | "repository": { |
| 3709 | "Http": { |
| 3710 | "url": "https://crates.io/api/v1/crates/futures-task/0.3.28/download", |
| 3711 | "sha256": "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" |
| 3712 | } |
| 3713 | }, |
| 3714 | "targets": [ |
| 3715 | { |
| 3716 | "Library": { |
| 3717 | "crate_name": "futures_task", |
| 3718 | "crate_root": "src/lib.rs", |
| 3719 | "srcs": [ |
| 3720 | "**/*.rs" |
| 3721 | ] |
| 3722 | } |
| 3723 | }, |
| 3724 | { |
| 3725 | "BuildScript": { |
| 3726 | "crate_name": "build_script_build", |
| 3727 | "crate_root": "build.rs", |
| 3728 | "srcs": [ |
| 3729 | "**/*.rs" |
| 3730 | ] |
| 3731 | } |
| 3732 | } |
| 3733 | ], |
| 3734 | "library_target_name": "futures_task", |
| 3735 | "common_attrs": { |
| 3736 | "compile_data_glob": [ |
| 3737 | "**" |
| 3738 | ], |
| 3739 | "crate_features": { |
| 3740 | "common": [ |
| 3741 | "alloc", |
| 3742 | "std" |
| 3743 | ], |
| 3744 | "selects": {} |
| 3745 | }, |
| 3746 | "deps": { |
| 3747 | "common": [ |
| 3748 | { |
| 3749 | "id": "futures-task 0.3.28", |
| 3750 | "target": "build_script_build" |
| 3751 | } |
| 3752 | ], |
| 3753 | "selects": {} |
| 3754 | }, |
| 3755 | "edition": "2018", |
| 3756 | "version": "0.3.28" |
| 3757 | }, |
| 3758 | "build_script_attrs": { |
| 3759 | "data_glob": [ |
| 3760 | "**" |
| 3761 | ] |
| 3762 | }, |
| 3763 | "license": "MIT OR Apache-2.0" |
| 3764 | }, |
| 3765 | "futures-util 0.3.28": { |
| 3766 | "name": "futures-util", |
| 3767 | "version": "0.3.28", |
| 3768 | "repository": { |
| 3769 | "Http": { |
| 3770 | "url": "https://crates.io/api/v1/crates/futures-util/0.3.28/download", |
| 3771 | "sha256": "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" |
| 3772 | } |
| 3773 | }, |
| 3774 | "targets": [ |
| 3775 | { |
| 3776 | "Library": { |
| 3777 | "crate_name": "futures_util", |
| 3778 | "crate_root": "src/lib.rs", |
| 3779 | "srcs": [ |
| 3780 | "**/*.rs" |
| 3781 | ] |
| 3782 | } |
| 3783 | }, |
| 3784 | { |
| 3785 | "BuildScript": { |
| 3786 | "crate_name": "build_script_build", |
| 3787 | "crate_root": "build.rs", |
| 3788 | "srcs": [ |
| 3789 | "**/*.rs" |
| 3790 | ] |
| 3791 | } |
| 3792 | } |
| 3793 | ], |
| 3794 | "library_target_name": "futures_util", |
| 3795 | "common_attrs": { |
| 3796 | "compile_data_glob": [ |
| 3797 | "**" |
| 3798 | ], |
| 3799 | "crate_features": { |
| 3800 | "common": [ |
| 3801 | "alloc", |
| 3802 | "async-await", |
| 3803 | "async-await-macro", |
| 3804 | "channel", |
| 3805 | "futures-channel", |
| 3806 | "futures-io", |
| 3807 | "futures-macro", |
| 3808 | "futures-sink", |
| 3809 | "io", |
| 3810 | "memchr", |
| 3811 | "sink", |
| 3812 | "slab", |
| 3813 | "std" |
| 3814 | ], |
| 3815 | "selects": {} |
| 3816 | }, |
| 3817 | "deps": { |
| 3818 | "common": [ |
| 3819 | { |
| 3820 | "id": "futures-channel 0.3.28", |
| 3821 | "target": "futures_channel" |
| 3822 | }, |
| 3823 | { |
| 3824 | "id": "futures-core 0.3.28", |
| 3825 | "target": "futures_core" |
| 3826 | }, |
| 3827 | { |
| 3828 | "id": "futures-io 0.3.28", |
| 3829 | "target": "futures_io" |
| 3830 | }, |
| 3831 | { |
| 3832 | "id": "futures-sink 0.3.28", |
| 3833 | "target": "futures_sink" |
| 3834 | }, |
| 3835 | { |
| 3836 | "id": "futures-task 0.3.28", |
| 3837 | "target": "futures_task" |
| 3838 | }, |
| 3839 | { |
| 3840 | "id": "futures-util 0.3.28", |
| 3841 | "target": "build_script_build" |
| 3842 | }, |
| 3843 | { |
| 3844 | "id": "memchr 2.5.0", |
| 3845 | "target": "memchr" |
| 3846 | }, |
| 3847 | { |
| 3848 | "id": "pin-project-lite 0.2.9", |
| 3849 | "target": "pin_project_lite" |
| 3850 | }, |
| 3851 | { |
| 3852 | "id": "pin-utils 0.1.0", |
| 3853 | "target": "pin_utils" |
| 3854 | }, |
| 3855 | { |
| 3856 | "id": "slab 0.4.8", |
| 3857 | "target": "slab" |
| 3858 | } |
| 3859 | ], |
| 3860 | "selects": {} |
| 3861 | }, |
| 3862 | "edition": "2018", |
| 3863 | "proc_macro_deps": { |
| 3864 | "common": [ |
| 3865 | { |
| 3866 | "id": "futures-macro 0.3.28", |
| 3867 | "target": "futures_macro" |
| 3868 | } |
| 3869 | ], |
| 3870 | "selects": {} |
| 3871 | }, |
| 3872 | "version": "0.3.28" |
| 3873 | }, |
| 3874 | "build_script_attrs": { |
| 3875 | "data_glob": [ |
| 3876 | "**" |
| 3877 | ] |
| 3878 | }, |
| 3879 | "license": "MIT OR Apache-2.0" |
| 3880 | }, |
| 3881 | "getrandom 0.2.10": { |
| 3882 | "name": "getrandom", |
| 3883 | "version": "0.2.10", |
| 3884 | "repository": { |
| 3885 | "Http": { |
| 3886 | "url": "https://crates.io/api/v1/crates/getrandom/0.2.10/download", |
| 3887 | "sha256": "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" |
| 3888 | } |
| 3889 | }, |
| 3890 | "targets": [ |
| 3891 | { |
| 3892 | "Library": { |
| 3893 | "crate_name": "getrandom", |
| 3894 | "crate_root": "src/lib.rs", |
| 3895 | "srcs": [ |
| 3896 | "**/*.rs" |
| 3897 | ] |
| 3898 | } |
| 3899 | } |
| 3900 | ], |
| 3901 | "library_target_name": "getrandom", |
| 3902 | "common_attrs": { |
| 3903 | "compile_data_glob": [ |
| 3904 | "**" |
| 3905 | ], |
| 3906 | "deps": { |
| 3907 | "common": [ |
| 3908 | { |
| 3909 | "id": "cfg-if 1.0.0", |
| 3910 | "target": "cfg_if" |
| 3911 | } |
| 3912 | ], |
| 3913 | "selects": { |
| 3914 | "cfg(target_os = \"wasi\")": [ |
| 3915 | { |
| 3916 | "id": "wasi 0.11.0+wasi-snapshot-preview1", |
| 3917 | "target": "wasi" |
| 3918 | } |
| 3919 | ], |
| 3920 | "cfg(unix)": [ |
| 3921 | { |
| 3922 | "id": "libc 0.2.147", |
| 3923 | "target": "libc" |
| 3924 | } |
| 3925 | ] |
| 3926 | } |
| 3927 | }, |
| 3928 | "edition": "2018", |
| 3929 | "version": "0.2.10" |
| 3930 | }, |
| 3931 | "license": "MIT OR Apache-2.0" |
| 3932 | }, |
| 3933 | "gimli 0.27.3": { |
| 3934 | "name": "gimli", |
| 3935 | "version": "0.27.3", |
| 3936 | "repository": { |
| 3937 | "Http": { |
| 3938 | "url": "https://crates.io/api/v1/crates/gimli/0.27.3/download", |
| 3939 | "sha256": "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e" |
| 3940 | } |
| 3941 | }, |
| 3942 | "targets": [ |
| 3943 | { |
| 3944 | "Library": { |
| 3945 | "crate_name": "gimli", |
| 3946 | "crate_root": "src/lib.rs", |
| 3947 | "srcs": [ |
| 3948 | "**/*.rs" |
| 3949 | ] |
| 3950 | } |
| 3951 | } |
| 3952 | ], |
| 3953 | "library_target_name": "gimli", |
| 3954 | "common_attrs": { |
| 3955 | "compile_data_glob": [ |
| 3956 | "**" |
| 3957 | ], |
| 3958 | "crate_features": { |
| 3959 | "common": [ |
| 3960 | "read", |
| 3961 | "read-core" |
| 3962 | ], |
| 3963 | "selects": {} |
| 3964 | }, |
| 3965 | "edition": "2018", |
| 3966 | "version": "0.27.3" |
| 3967 | }, |
| 3968 | "license": "MIT OR Apache-2.0" |
| 3969 | }, |
| 3970 | "glob 0.3.1": { |
| 3971 | "name": "glob", |
| 3972 | "version": "0.3.1", |
| 3973 | "repository": { |
| 3974 | "Http": { |
| 3975 | "url": "https://crates.io/api/v1/crates/glob/0.3.1/download", |
| 3976 | "sha256": "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" |
| 3977 | } |
| 3978 | }, |
| 3979 | "targets": [ |
| 3980 | { |
| 3981 | "Library": { |
| 3982 | "crate_name": "glob", |
| 3983 | "crate_root": "src/lib.rs", |
| 3984 | "srcs": [ |
| 3985 | "**/*.rs" |
| 3986 | ] |
| 3987 | } |
| 3988 | } |
| 3989 | ], |
| 3990 | "library_target_name": "glob", |
| 3991 | "common_attrs": { |
| 3992 | "compile_data_glob": [ |
| 3993 | "**" |
| 3994 | ], |
| 3995 | "edition": "2015", |
| 3996 | "version": "0.3.1" |
| 3997 | }, |
| 3998 | "license": "MIT OR Apache-2.0" |
| 3999 | }, |
| 4000 | "hashbrown 0.12.3": { |
| 4001 | "name": "hashbrown", |
| 4002 | "version": "0.12.3", |
| 4003 | "repository": { |
| 4004 | "Http": { |
| 4005 | "url": "https://crates.io/api/v1/crates/hashbrown/0.12.3/download", |
| 4006 | "sha256": "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
| 4007 | } |
| 4008 | }, |
| 4009 | "targets": [ |
| 4010 | { |
| 4011 | "Library": { |
| 4012 | "crate_name": "hashbrown", |
| 4013 | "crate_root": "src/lib.rs", |
| 4014 | "srcs": [ |
| 4015 | "**/*.rs" |
| 4016 | ] |
| 4017 | } |
| 4018 | } |
| 4019 | ], |
| 4020 | "library_target_name": "hashbrown", |
| 4021 | "common_attrs": { |
| 4022 | "compile_data_glob": [ |
| 4023 | "**" |
| 4024 | ], |
| 4025 | "crate_features": { |
| 4026 | "common": [ |
| 4027 | "ahash", |
| 4028 | "default", |
| 4029 | "inline-more", |
| 4030 | "raw" |
| 4031 | ], |
| 4032 | "selects": {} |
| 4033 | }, |
| 4034 | "deps": { |
| 4035 | "common": [ |
| 4036 | { |
| 4037 | "id": "ahash 0.7.6", |
| 4038 | "target": "ahash" |
| 4039 | } |
| 4040 | ], |
| 4041 | "selects": {} |
| 4042 | }, |
| 4043 | "edition": "2021", |
| 4044 | "version": "0.12.3" |
| 4045 | }, |
| 4046 | "license": "MIT OR Apache-2.0" |
| 4047 | }, |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame] | 4048 | "heck 0.4.1": { |
| 4049 | "name": "heck", |
| 4050 | "version": "0.4.1", |
| 4051 | "repository": { |
| 4052 | "Http": { |
| 4053 | "url": "https://crates.io/api/v1/crates/heck/0.4.1/download", |
| 4054 | "sha256": "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
| 4055 | } |
| 4056 | }, |
| 4057 | "targets": [ |
| 4058 | { |
| 4059 | "Library": { |
| 4060 | "crate_name": "heck", |
| 4061 | "crate_root": "src/lib.rs", |
| 4062 | "srcs": [ |
| 4063 | "**/*.rs" |
| 4064 | ] |
| 4065 | } |
| 4066 | } |
| 4067 | ], |
| 4068 | "library_target_name": "heck", |
| 4069 | "common_attrs": { |
| 4070 | "compile_data_glob": [ |
| 4071 | "**" |
| 4072 | ], |
| 4073 | "crate_features": { |
| 4074 | "common": [ |
| 4075 | "default" |
| 4076 | ], |
| 4077 | "selects": {} |
| 4078 | }, |
| 4079 | "edition": "2018", |
| 4080 | "version": "0.4.1" |
| 4081 | }, |
| 4082 | "license": "MIT OR Apache-2.0" |
| 4083 | }, |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 4084 | "hermit-abi 0.1.19": { |
| 4085 | "name": "hermit-abi", |
| 4086 | "version": "0.1.19", |
| 4087 | "repository": { |
| 4088 | "Http": { |
| 4089 | "url": "https://crates.io/api/v1/crates/hermit-abi/0.1.19/download", |
| 4090 | "sha256": "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" |
| 4091 | } |
| 4092 | }, |
| 4093 | "targets": [ |
| 4094 | { |
| 4095 | "Library": { |
| 4096 | "crate_name": "hermit_abi", |
| 4097 | "crate_root": "src/lib.rs", |
| 4098 | "srcs": [ |
| 4099 | "**/*.rs" |
| 4100 | ] |
| 4101 | } |
| 4102 | } |
| 4103 | ], |
| 4104 | "library_target_name": "hermit_abi", |
| 4105 | "common_attrs": { |
| 4106 | "compile_data_glob": [ |
| 4107 | "**" |
| 4108 | ], |
| 4109 | "deps": { |
| 4110 | "common": [ |
| 4111 | { |
| 4112 | "id": "libc 0.2.147", |
| 4113 | "target": "libc" |
| 4114 | } |
| 4115 | ], |
| 4116 | "selects": {} |
| 4117 | }, |
| 4118 | "edition": "2018", |
| 4119 | "version": "0.1.19" |
| 4120 | }, |
| 4121 | "license": "MIT/Apache-2.0" |
| 4122 | }, |
| 4123 | "hermit-abi 0.3.2": { |
| 4124 | "name": "hermit-abi", |
| 4125 | "version": "0.3.2", |
| 4126 | "repository": { |
| 4127 | "Http": { |
| 4128 | "url": "https://crates.io/api/v1/crates/hermit-abi/0.3.2/download", |
| 4129 | "sha256": "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" |
| 4130 | } |
| 4131 | }, |
| 4132 | "targets": [ |
| 4133 | { |
| 4134 | "Library": { |
| 4135 | "crate_name": "hermit_abi", |
| 4136 | "crate_root": "src/lib.rs", |
| 4137 | "srcs": [ |
| 4138 | "**/*.rs" |
| 4139 | ] |
| 4140 | } |
| 4141 | } |
| 4142 | ], |
| 4143 | "library_target_name": "hermit_abi", |
| 4144 | "common_attrs": { |
| 4145 | "compile_data_glob": [ |
| 4146 | "**" |
| 4147 | ], |
| 4148 | "edition": "2021", |
| 4149 | "version": "0.3.2" |
| 4150 | }, |
| 4151 | "license": "MIT OR Apache-2.0" |
| 4152 | }, |
| 4153 | "humantime 2.1.0": { |
| 4154 | "name": "humantime", |
| 4155 | "version": "2.1.0", |
| 4156 | "repository": { |
| 4157 | "Http": { |
| 4158 | "url": "https://crates.io/api/v1/crates/humantime/2.1.0/download", |
| 4159 | "sha256": "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
| 4160 | } |
| 4161 | }, |
| 4162 | "targets": [ |
| 4163 | { |
| 4164 | "Library": { |
| 4165 | "crate_name": "humantime", |
| 4166 | "crate_root": "src/lib.rs", |
| 4167 | "srcs": [ |
| 4168 | "**/*.rs" |
| 4169 | ] |
| 4170 | } |
| 4171 | } |
| 4172 | ], |
| 4173 | "library_target_name": "humantime", |
| 4174 | "common_attrs": { |
| 4175 | "compile_data_glob": [ |
| 4176 | "**" |
| 4177 | ], |
| 4178 | "edition": "2018", |
| 4179 | "version": "2.1.0" |
| 4180 | }, |
| 4181 | "license": "MIT/Apache-2.0" |
| 4182 | }, |
| 4183 | "indexmap 1.9.3": { |
| 4184 | "name": "indexmap", |
| 4185 | "version": "1.9.3", |
| 4186 | "repository": { |
| 4187 | "Http": { |
| 4188 | "url": "https://crates.io/api/v1/crates/indexmap/1.9.3/download", |
| 4189 | "sha256": "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" |
| 4190 | } |
| 4191 | }, |
| 4192 | "targets": [ |
| 4193 | { |
| 4194 | "Library": { |
| 4195 | "crate_name": "indexmap", |
| 4196 | "crate_root": "src/lib.rs", |
| 4197 | "srcs": [ |
| 4198 | "**/*.rs" |
| 4199 | ] |
| 4200 | } |
| 4201 | }, |
| 4202 | { |
| 4203 | "BuildScript": { |
| 4204 | "crate_name": "build_script_build", |
| 4205 | "crate_root": "build.rs", |
| 4206 | "srcs": [ |
| 4207 | "**/*.rs" |
| 4208 | ] |
| 4209 | } |
| 4210 | } |
| 4211 | ], |
| 4212 | "library_target_name": "indexmap", |
| 4213 | "common_attrs": { |
| 4214 | "compile_data_glob": [ |
| 4215 | "**" |
| 4216 | ], |
| 4217 | "crate_features": { |
| 4218 | "common": [ |
| 4219 | "serde", |
| 4220 | "std" |
| 4221 | ], |
| 4222 | "selects": {} |
| 4223 | }, |
| 4224 | "deps": { |
| 4225 | "common": [ |
| 4226 | { |
| 4227 | "id": "hashbrown 0.12.3", |
| 4228 | "target": "hashbrown" |
| 4229 | }, |
| 4230 | { |
| 4231 | "id": "indexmap 1.9.3", |
| 4232 | "target": "build_script_build" |
| 4233 | }, |
| 4234 | { |
| 4235 | "id": "serde 1.0.168", |
| 4236 | "target": "serde" |
| 4237 | } |
| 4238 | ], |
| 4239 | "selects": {} |
| 4240 | }, |
| 4241 | "edition": "2021", |
| 4242 | "version": "1.9.3" |
| 4243 | }, |
| 4244 | "build_script_attrs": { |
| 4245 | "data_glob": [ |
| 4246 | "**" |
| 4247 | ], |
| 4248 | "deps": { |
| 4249 | "common": [ |
| 4250 | { |
| 4251 | "id": "autocfg 1.1.0", |
| 4252 | "target": "autocfg" |
| 4253 | } |
| 4254 | ], |
| 4255 | "selects": {} |
| 4256 | } |
| 4257 | }, |
| 4258 | "license": "Apache-2.0 OR MIT" |
| 4259 | }, |
| 4260 | "indoc 1.0.9": { |
| 4261 | "name": "indoc", |
| 4262 | "version": "1.0.9", |
| 4263 | "repository": { |
| 4264 | "Http": { |
| 4265 | "url": "https://crates.io/api/v1/crates/indoc/1.0.9/download", |
| 4266 | "sha256": "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306" |
| 4267 | } |
| 4268 | }, |
| 4269 | "targets": [ |
| 4270 | { |
| 4271 | "ProcMacro": { |
| 4272 | "crate_name": "indoc", |
| 4273 | "crate_root": "src/lib.rs", |
| 4274 | "srcs": [ |
| 4275 | "**/*.rs" |
| 4276 | ] |
| 4277 | } |
| 4278 | } |
| 4279 | ], |
| 4280 | "library_target_name": "indoc", |
| 4281 | "common_attrs": { |
| 4282 | "compile_data_glob": [ |
| 4283 | "**" |
| 4284 | ], |
| 4285 | "edition": "2018", |
| 4286 | "version": "1.0.9" |
| 4287 | }, |
| 4288 | "license": "MIT OR Apache-2.0" |
| 4289 | }, |
| 4290 | "instant 0.1.12": { |
| 4291 | "name": "instant", |
| 4292 | "version": "0.1.12", |
| 4293 | "repository": { |
| 4294 | "Http": { |
| 4295 | "url": "https://crates.io/api/v1/crates/instant/0.1.12/download", |
| 4296 | "sha256": "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" |
| 4297 | } |
| 4298 | }, |
| 4299 | "targets": [ |
| 4300 | { |
| 4301 | "Library": { |
| 4302 | "crate_name": "instant", |
| 4303 | "crate_root": "src/lib.rs", |
| 4304 | "srcs": [ |
| 4305 | "**/*.rs" |
| 4306 | ] |
| 4307 | } |
| 4308 | } |
| 4309 | ], |
| 4310 | "library_target_name": "instant", |
| 4311 | "common_attrs": { |
| 4312 | "compile_data_glob": [ |
| 4313 | "**" |
| 4314 | ], |
| 4315 | "deps": { |
| 4316 | "common": [ |
| 4317 | { |
| 4318 | "id": "cfg-if 1.0.0", |
| 4319 | "target": "cfg_if" |
| 4320 | } |
| 4321 | ], |
| 4322 | "selects": {} |
| 4323 | }, |
| 4324 | "edition": "2018", |
| 4325 | "version": "0.1.12" |
| 4326 | }, |
| 4327 | "license": "BSD-3-Clause" |
| 4328 | }, |
| 4329 | "io-lifetimes 1.0.11": { |
| 4330 | "name": "io-lifetimes", |
| 4331 | "version": "1.0.11", |
| 4332 | "repository": { |
| 4333 | "Http": { |
| 4334 | "url": "https://crates.io/api/v1/crates/io-lifetimes/1.0.11/download", |
| 4335 | "sha256": "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" |
| 4336 | } |
| 4337 | }, |
| 4338 | "targets": [ |
| 4339 | { |
| 4340 | "Library": { |
| 4341 | "crate_name": "io_lifetimes", |
| 4342 | "crate_root": "src/lib.rs", |
| 4343 | "srcs": [ |
| 4344 | "**/*.rs" |
| 4345 | ] |
| 4346 | } |
| 4347 | }, |
| 4348 | { |
| 4349 | "BuildScript": { |
| 4350 | "crate_name": "build_script_build", |
| 4351 | "crate_root": "build.rs", |
| 4352 | "srcs": [ |
| 4353 | "**/*.rs" |
| 4354 | ] |
| 4355 | } |
| 4356 | } |
| 4357 | ], |
| 4358 | "library_target_name": "io_lifetimes", |
| 4359 | "common_attrs": { |
| 4360 | "compile_data_glob": [ |
| 4361 | "**" |
| 4362 | ], |
| 4363 | "crate_features": { |
| 4364 | "common": [ |
| 4365 | "close", |
| 4366 | "hermit-abi", |
| 4367 | "libc", |
| 4368 | "windows-sys" |
| 4369 | ], |
| 4370 | "selects": {} |
| 4371 | }, |
| 4372 | "deps": { |
| 4373 | "common": [ |
| 4374 | { |
| 4375 | "id": "io-lifetimes 1.0.11", |
| 4376 | "target": "build_script_build" |
| 4377 | } |
| 4378 | ], |
| 4379 | "selects": { |
| 4380 | "cfg(not(windows))": [ |
| 4381 | { |
| 4382 | "id": "libc 0.2.147", |
| 4383 | "target": "libc" |
| 4384 | } |
| 4385 | ], |
| 4386 | "cfg(target_os = \"hermit\")": [ |
| 4387 | { |
| 4388 | "id": "hermit-abi 0.3.2", |
| 4389 | "target": "hermit_abi" |
| 4390 | } |
| 4391 | ], |
| 4392 | "cfg(windows)": [ |
| 4393 | { |
| 4394 | "id": "windows-sys 0.48.0", |
| 4395 | "target": "windows_sys" |
| 4396 | } |
| 4397 | ] |
| 4398 | } |
| 4399 | }, |
| 4400 | "edition": "2018", |
| 4401 | "version": "1.0.11" |
| 4402 | }, |
| 4403 | "build_script_attrs": { |
| 4404 | "data_glob": [ |
| 4405 | "**" |
| 4406 | ] |
| 4407 | }, |
| 4408 | "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" |
| 4409 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 4410 | "is-terminal 0.4.9": { |
| 4411 | "name": "is-terminal", |
| 4412 | "version": "0.4.9", |
| 4413 | "repository": { |
| 4414 | "Http": { |
| 4415 | "url": "https://crates.io/api/v1/crates/is-terminal/0.4.9/download", |
| 4416 | "sha256": "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" |
| 4417 | } |
| 4418 | }, |
| 4419 | "targets": [ |
| 4420 | { |
| 4421 | "Library": { |
| 4422 | "crate_name": "is_terminal", |
| 4423 | "crate_root": "src/lib.rs", |
| 4424 | "srcs": [ |
| 4425 | "**/*.rs" |
| 4426 | ] |
| 4427 | } |
| 4428 | } |
| 4429 | ], |
| 4430 | "library_target_name": "is_terminal", |
| 4431 | "common_attrs": { |
| 4432 | "compile_data_glob": [ |
| 4433 | "**" |
| 4434 | ], |
| 4435 | "deps": { |
| 4436 | "common": [], |
| 4437 | "selects": { |
| 4438 | "cfg(not(any(windows, target_os = \"hermit\", target_os = \"unknown\")))": [ |
| 4439 | { |
| 4440 | "id": "rustix 0.38.7", |
| 4441 | "target": "rustix" |
| 4442 | } |
| 4443 | ], |
| 4444 | "cfg(target_os = \"hermit\")": [ |
| 4445 | { |
| 4446 | "id": "hermit-abi 0.3.2", |
| 4447 | "target": "hermit_abi" |
| 4448 | } |
| 4449 | ], |
| 4450 | "cfg(windows)": [ |
| 4451 | { |
| 4452 | "id": "windows-sys 0.48.0", |
| 4453 | "target": "windows_sys" |
| 4454 | } |
| 4455 | ] |
| 4456 | } |
| 4457 | }, |
| 4458 | "edition": "2018", |
| 4459 | "version": "0.4.9" |
| 4460 | }, |
| 4461 | "license": "MIT" |
| 4462 | }, |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 4463 | "is_ci 1.1.1": { |
| 4464 | "name": "is_ci", |
| 4465 | "version": "1.1.1", |
| 4466 | "repository": { |
| 4467 | "Http": { |
| 4468 | "url": "https://crates.io/api/v1/crates/is_ci/1.1.1/download", |
| 4469 | "sha256": "616cde7c720bb2bb5824a224687d8f77bfd38922027f01d825cd7453be5099fb" |
| 4470 | } |
| 4471 | }, |
| 4472 | "targets": [ |
| 4473 | { |
| 4474 | "Library": { |
| 4475 | "crate_name": "is_ci", |
| 4476 | "crate_root": "src/lib.rs", |
| 4477 | "srcs": [ |
| 4478 | "**/*.rs" |
| 4479 | ] |
| 4480 | } |
| 4481 | } |
| 4482 | ], |
| 4483 | "library_target_name": "is_ci", |
| 4484 | "common_attrs": { |
| 4485 | "compile_data_glob": [ |
| 4486 | "**" |
| 4487 | ], |
| 4488 | "edition": "2018", |
| 4489 | "version": "1.1.1" |
| 4490 | }, |
| 4491 | "license": "ISC" |
| 4492 | }, |
| 4493 | "itertools 0.10.5": { |
| 4494 | "name": "itertools", |
| 4495 | "version": "0.10.5", |
| 4496 | "repository": { |
| 4497 | "Http": { |
| 4498 | "url": "https://crates.io/api/v1/crates/itertools/0.10.5/download", |
| 4499 | "sha256": "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" |
| 4500 | } |
| 4501 | }, |
| 4502 | "targets": [ |
| 4503 | { |
| 4504 | "Library": { |
| 4505 | "crate_name": "itertools", |
| 4506 | "crate_root": "src/lib.rs", |
| 4507 | "srcs": [ |
| 4508 | "**/*.rs" |
| 4509 | ] |
| 4510 | } |
| 4511 | } |
| 4512 | ], |
| 4513 | "library_target_name": "itertools", |
| 4514 | "common_attrs": { |
| 4515 | "compile_data_glob": [ |
| 4516 | "**" |
| 4517 | ], |
| 4518 | "crate_features": { |
| 4519 | "common": [ |
| 4520 | "default", |
| 4521 | "use_alloc", |
| 4522 | "use_std" |
| 4523 | ], |
| 4524 | "selects": {} |
| 4525 | }, |
| 4526 | "deps": { |
| 4527 | "common": [ |
| 4528 | { |
| 4529 | "id": "either 1.8.1", |
| 4530 | "target": "either" |
| 4531 | } |
| 4532 | ], |
| 4533 | "selects": {} |
| 4534 | }, |
| 4535 | "edition": "2018", |
| 4536 | "version": "0.10.5" |
| 4537 | }, |
| 4538 | "license": "MIT/Apache-2.0" |
| 4539 | }, |
| 4540 | "itertools 0.9.0": { |
| 4541 | "name": "itertools", |
| 4542 | "version": "0.9.0", |
| 4543 | "repository": { |
| 4544 | "Http": { |
| 4545 | "url": "https://crates.io/api/v1/crates/itertools/0.9.0/download", |
| 4546 | "sha256": "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" |
| 4547 | } |
| 4548 | }, |
| 4549 | "targets": [ |
| 4550 | { |
| 4551 | "Library": { |
| 4552 | "crate_name": "itertools", |
| 4553 | "crate_root": "src/lib.rs", |
| 4554 | "srcs": [ |
| 4555 | "**/*.rs" |
| 4556 | ] |
| 4557 | } |
| 4558 | } |
| 4559 | ], |
| 4560 | "library_target_name": "itertools", |
| 4561 | "common_attrs": { |
| 4562 | "compile_data_glob": [ |
| 4563 | "**" |
| 4564 | ], |
| 4565 | "crate_features": { |
| 4566 | "common": [ |
| 4567 | "default", |
| 4568 | "use_std" |
| 4569 | ], |
| 4570 | "selects": {} |
| 4571 | }, |
| 4572 | "deps": { |
| 4573 | "common": [ |
| 4574 | { |
| 4575 | "id": "either 1.8.1", |
| 4576 | "target": "either" |
| 4577 | } |
| 4578 | ], |
| 4579 | "selects": {} |
| 4580 | }, |
| 4581 | "edition": "2018", |
| 4582 | "version": "0.9.0" |
| 4583 | }, |
| 4584 | "license": "MIT/Apache-2.0" |
| 4585 | }, |
| 4586 | "itoa 1.0.8": { |
| 4587 | "name": "itoa", |
| 4588 | "version": "1.0.8", |
| 4589 | "repository": { |
| 4590 | "Http": { |
| 4591 | "url": "https://crates.io/api/v1/crates/itoa/1.0.8/download", |
| 4592 | "sha256": "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a" |
| 4593 | } |
| 4594 | }, |
| 4595 | "targets": [ |
| 4596 | { |
| 4597 | "Library": { |
| 4598 | "crate_name": "itoa", |
| 4599 | "crate_root": "src/lib.rs", |
| 4600 | "srcs": [ |
| 4601 | "**/*.rs" |
| 4602 | ] |
| 4603 | } |
| 4604 | } |
| 4605 | ], |
| 4606 | "library_target_name": "itoa", |
| 4607 | "common_attrs": { |
| 4608 | "compile_data_glob": [ |
| 4609 | "**" |
| 4610 | ], |
| 4611 | "edition": "2018", |
| 4612 | "version": "1.0.8" |
| 4613 | }, |
| 4614 | "license": "MIT OR Apache-2.0" |
| 4615 | }, |
| 4616 | "lazy_static 1.4.0": { |
| 4617 | "name": "lazy_static", |
| 4618 | "version": "1.4.0", |
| 4619 | "repository": { |
| 4620 | "Http": { |
| 4621 | "url": "https://crates.io/api/v1/crates/lazy_static/1.4.0/download", |
| 4622 | "sha256": "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
| 4623 | } |
| 4624 | }, |
| 4625 | "targets": [ |
| 4626 | { |
| 4627 | "Library": { |
| 4628 | "crate_name": "lazy_static", |
| 4629 | "crate_root": "src/lib.rs", |
| 4630 | "srcs": [ |
| 4631 | "**/*.rs" |
| 4632 | ] |
| 4633 | } |
| 4634 | } |
| 4635 | ], |
| 4636 | "library_target_name": "lazy_static", |
| 4637 | "common_attrs": { |
| 4638 | "compile_data_glob": [ |
| 4639 | "**" |
| 4640 | ], |
| 4641 | "edition": "2015", |
| 4642 | "version": "1.4.0" |
| 4643 | }, |
| 4644 | "license": "MIT/Apache-2.0" |
| 4645 | }, |
| 4646 | "lazycell 1.3.0": { |
| 4647 | "name": "lazycell", |
| 4648 | "version": "1.3.0", |
| 4649 | "repository": { |
| 4650 | "Http": { |
| 4651 | "url": "https://crates.io/api/v1/crates/lazycell/1.3.0/download", |
| 4652 | "sha256": "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" |
| 4653 | } |
| 4654 | }, |
| 4655 | "targets": [ |
| 4656 | { |
| 4657 | "Library": { |
| 4658 | "crate_name": "lazycell", |
| 4659 | "crate_root": "src/lib.rs", |
| 4660 | "srcs": [ |
| 4661 | "**/*.rs" |
| 4662 | ] |
| 4663 | } |
| 4664 | } |
| 4665 | ], |
| 4666 | "library_target_name": "lazycell", |
| 4667 | "common_attrs": { |
| 4668 | "compile_data_glob": [ |
| 4669 | "**" |
| 4670 | ], |
| 4671 | "edition": "2015", |
| 4672 | "version": "1.3.0" |
| 4673 | }, |
| 4674 | "license": "MIT/Apache-2.0" |
| 4675 | }, |
| 4676 | "libc 0.2.147": { |
| 4677 | "name": "libc", |
| 4678 | "version": "0.2.147", |
| 4679 | "repository": { |
| 4680 | "Http": { |
| 4681 | "url": "https://crates.io/api/v1/crates/libc/0.2.147/download", |
| 4682 | "sha256": "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" |
| 4683 | } |
| 4684 | }, |
| 4685 | "targets": [ |
| 4686 | { |
| 4687 | "Library": { |
| 4688 | "crate_name": "libc", |
| 4689 | "crate_root": "src/lib.rs", |
| 4690 | "srcs": [ |
| 4691 | "**/*.rs" |
| 4692 | ] |
| 4693 | } |
| 4694 | }, |
| 4695 | { |
| 4696 | "BuildScript": { |
| 4697 | "crate_name": "build_script_build", |
| 4698 | "crate_root": "build.rs", |
| 4699 | "srcs": [ |
| 4700 | "**/*.rs" |
| 4701 | ] |
| 4702 | } |
| 4703 | } |
| 4704 | ], |
| 4705 | "library_target_name": "libc", |
| 4706 | "common_attrs": { |
| 4707 | "compile_data_glob": [ |
| 4708 | "**" |
| 4709 | ], |
| 4710 | "crate_features": { |
| 4711 | "common": [ |
| 4712 | "default", |
| 4713 | "extra_traits", |
| 4714 | "std" |
| 4715 | ], |
| 4716 | "selects": {} |
| 4717 | }, |
| 4718 | "deps": { |
| 4719 | "common": [ |
| 4720 | { |
| 4721 | "id": "libc 0.2.147", |
| 4722 | "target": "build_script_build" |
| 4723 | } |
| 4724 | ], |
| 4725 | "selects": {} |
| 4726 | }, |
| 4727 | "edition": "2015", |
| 4728 | "version": "0.2.147" |
| 4729 | }, |
| 4730 | "build_script_attrs": { |
| 4731 | "data_glob": [ |
| 4732 | "**" |
| 4733 | ] |
| 4734 | }, |
| 4735 | "license": "MIT OR Apache-2.0" |
| 4736 | }, |
| 4737 | "libloading 0.6.3": { |
| 4738 | "name": "libloading", |
| 4739 | "version": "0.6.3", |
| 4740 | "repository": { |
| 4741 | "Http": { |
| 4742 | "url": "https://crates.io/api/v1/crates/libloading/0.6.3/download", |
| 4743 | "sha256": "2443d8f0478b16759158b2f66d525991a05491138bc05814ef52a250148ef4f9" |
| 4744 | } |
| 4745 | }, |
| 4746 | "targets": [ |
| 4747 | { |
| 4748 | "Library": { |
| 4749 | "crate_name": "libloading", |
| 4750 | "crate_root": "src/lib.rs", |
| 4751 | "srcs": [ |
| 4752 | "**/*.rs" |
| 4753 | ] |
| 4754 | } |
| 4755 | }, |
| 4756 | { |
| 4757 | "BuildScript": { |
| 4758 | "crate_name": "build_script_build", |
| 4759 | "crate_root": "build.rs", |
| 4760 | "srcs": [ |
| 4761 | "**/*.rs" |
| 4762 | ] |
| 4763 | } |
| 4764 | } |
| 4765 | ], |
| 4766 | "library_target_name": "libloading", |
| 4767 | "common_attrs": { |
| 4768 | "compile_data_glob": [ |
| 4769 | "**" |
| 4770 | ], |
| 4771 | "deps": { |
| 4772 | "common": [ |
| 4773 | { |
| 4774 | "id": "libloading 0.6.3", |
| 4775 | "target": "build_script_build" |
| 4776 | } |
| 4777 | ], |
| 4778 | "selects": { |
| 4779 | "cfg(unix)": [ |
| 4780 | { |
| 4781 | "id": "cfg-if 0.1.10", |
| 4782 | "target": "cfg_if" |
| 4783 | } |
| 4784 | ], |
| 4785 | "cfg(windows)": [ |
| 4786 | { |
| 4787 | "id": "winapi 0.3.9", |
| 4788 | "target": "winapi" |
| 4789 | } |
| 4790 | ] |
| 4791 | } |
| 4792 | }, |
| 4793 | "edition": "2015", |
| 4794 | "version": "0.6.3" |
| 4795 | }, |
| 4796 | "build_script_attrs": { |
| 4797 | "data_glob": [ |
| 4798 | "**" |
| 4799 | ] |
| 4800 | }, |
| 4801 | "license": "ISC" |
| 4802 | }, |
| 4803 | "libloading 0.7.4": { |
| 4804 | "name": "libloading", |
| 4805 | "version": "0.7.4", |
| 4806 | "repository": { |
| 4807 | "Http": { |
| 4808 | "url": "https://crates.io/api/v1/crates/libloading/0.7.4/download", |
| 4809 | "sha256": "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" |
| 4810 | } |
| 4811 | }, |
| 4812 | "targets": [ |
| 4813 | { |
| 4814 | "Library": { |
| 4815 | "crate_name": "libloading", |
| 4816 | "crate_root": "src/lib.rs", |
| 4817 | "srcs": [ |
| 4818 | "**/*.rs" |
| 4819 | ] |
| 4820 | } |
| 4821 | } |
| 4822 | ], |
| 4823 | "library_target_name": "libloading", |
| 4824 | "common_attrs": { |
| 4825 | "compile_data_glob": [ |
| 4826 | "**" |
| 4827 | ], |
| 4828 | "deps": { |
| 4829 | "common": [], |
| 4830 | "selects": { |
| 4831 | "cfg(unix)": [ |
| 4832 | { |
| 4833 | "id": "cfg-if 1.0.0", |
| 4834 | "target": "cfg_if" |
| 4835 | } |
| 4836 | ], |
| 4837 | "cfg(windows)": [ |
| 4838 | { |
| 4839 | "id": "winapi 0.3.9", |
| 4840 | "target": "winapi" |
| 4841 | } |
| 4842 | ] |
| 4843 | } |
| 4844 | }, |
| 4845 | "edition": "2015", |
| 4846 | "version": "0.7.4" |
| 4847 | }, |
| 4848 | "license": "ISC" |
| 4849 | }, |
| 4850 | "link-cplusplus 1.0.8": { |
| 4851 | "name": "link-cplusplus", |
| 4852 | "version": "1.0.8", |
| 4853 | "repository": { |
| 4854 | "Http": { |
| 4855 | "url": "https://crates.io/api/v1/crates/link-cplusplus/1.0.8/download", |
| 4856 | "sha256": "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5" |
| 4857 | } |
| 4858 | }, |
| 4859 | "targets": [ |
| 4860 | { |
| 4861 | "Library": { |
| 4862 | "crate_name": "link_cplusplus", |
| 4863 | "crate_root": "src/lib.rs", |
| 4864 | "srcs": [ |
| 4865 | "**/*.rs" |
| 4866 | ] |
| 4867 | } |
| 4868 | }, |
| 4869 | { |
| 4870 | "BuildScript": { |
| 4871 | "crate_name": "build_script_build", |
| 4872 | "crate_root": "build.rs", |
| 4873 | "srcs": [ |
| 4874 | "**/*.rs" |
| 4875 | ] |
| 4876 | } |
| 4877 | } |
| 4878 | ], |
| 4879 | "library_target_name": "link_cplusplus", |
| 4880 | "common_attrs": { |
| 4881 | "compile_data_glob": [ |
| 4882 | "**" |
| 4883 | ], |
| 4884 | "crate_features": { |
| 4885 | "common": [ |
| 4886 | "default", |
| 4887 | "nothing" |
| 4888 | ], |
| 4889 | "selects": {} |
| 4890 | }, |
| 4891 | "deps": { |
| 4892 | "common": [ |
| 4893 | { |
| 4894 | "id": "link-cplusplus 1.0.8", |
| 4895 | "target": "build_script_build" |
| 4896 | } |
| 4897 | ], |
| 4898 | "selects": {} |
| 4899 | }, |
| 4900 | "edition": "2018", |
| 4901 | "version": "1.0.8" |
| 4902 | }, |
| 4903 | "build_script_attrs": { |
| 4904 | "data_glob": [ |
| 4905 | "**" |
| 4906 | ], |
| 4907 | "deps": { |
| 4908 | "common": [ |
| 4909 | { |
| 4910 | "id": "cc 1.0.79", |
| 4911 | "target": "cc" |
| 4912 | } |
| 4913 | ], |
| 4914 | "selects": {} |
| 4915 | }, |
| 4916 | "links": "cplusplus" |
| 4917 | }, |
| 4918 | "license": "MIT OR Apache-2.0" |
| 4919 | }, |
| 4920 | "linux-raw-sys 0.3.8": { |
| 4921 | "name": "linux-raw-sys", |
| 4922 | "version": "0.3.8", |
| 4923 | "repository": { |
| 4924 | "Http": { |
| 4925 | "url": "https://crates.io/api/v1/crates/linux-raw-sys/0.3.8/download", |
| 4926 | "sha256": "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" |
| 4927 | } |
| 4928 | }, |
| 4929 | "targets": [ |
| 4930 | { |
| 4931 | "Library": { |
| 4932 | "crate_name": "linux_raw_sys", |
| 4933 | "crate_root": "src/lib.rs", |
| 4934 | "srcs": [ |
| 4935 | "**/*.rs" |
| 4936 | ] |
| 4937 | } |
| 4938 | } |
| 4939 | ], |
| 4940 | "library_target_name": "linux_raw_sys", |
| 4941 | "common_attrs": { |
| 4942 | "compile_data_glob": [ |
| 4943 | "**" |
| 4944 | ], |
| 4945 | "crate_features": { |
| 4946 | "common": [ |
| 4947 | "errno", |
| 4948 | "general", |
| 4949 | "ioctl", |
| 4950 | "no_std" |
| 4951 | ], |
| 4952 | "selects": {} |
| 4953 | }, |
| 4954 | "edition": "2018", |
| 4955 | "version": "0.3.8" |
| 4956 | }, |
| 4957 | "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" |
| 4958 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 4959 | "linux-raw-sys 0.4.5": { |
| 4960 | "name": "linux-raw-sys", |
| 4961 | "version": "0.4.5", |
| 4962 | "repository": { |
| 4963 | "Http": { |
| 4964 | "url": "https://crates.io/api/v1/crates/linux-raw-sys/0.4.5/download", |
| 4965 | "sha256": "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503" |
| 4966 | } |
| 4967 | }, |
| 4968 | "targets": [ |
| 4969 | { |
| 4970 | "Library": { |
| 4971 | "crate_name": "linux_raw_sys", |
| 4972 | "crate_root": "src/lib.rs", |
| 4973 | "srcs": [ |
| 4974 | "**/*.rs" |
| 4975 | ] |
| 4976 | } |
| 4977 | } |
| 4978 | ], |
| 4979 | "library_target_name": "linux_raw_sys", |
| 4980 | "common_attrs": { |
| 4981 | "compile_data_glob": [ |
| 4982 | "**" |
| 4983 | ], |
| 4984 | "crate_features": { |
| 4985 | "common": [ |
| 4986 | "errno", |
| 4987 | "general", |
| 4988 | "ioctl", |
| 4989 | "no_std" |
| 4990 | ], |
| 4991 | "selects": {} |
| 4992 | }, |
| 4993 | "edition": "2021", |
| 4994 | "version": "0.4.5" |
| 4995 | }, |
| 4996 | "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" |
| 4997 | }, |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 4998 | "log 0.4.19": { |
| 4999 | "name": "log", |
| 5000 | "version": "0.4.19", |
| 5001 | "repository": { |
| 5002 | "Http": { |
| 5003 | "url": "https://crates.io/api/v1/crates/log/0.4.19/download", |
| 5004 | "sha256": "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" |
| 5005 | } |
| 5006 | }, |
| 5007 | "targets": [ |
| 5008 | { |
| 5009 | "Library": { |
| 5010 | "crate_name": "log", |
| 5011 | "crate_root": "src/lib.rs", |
| 5012 | "srcs": [ |
| 5013 | "**/*.rs" |
| 5014 | ] |
| 5015 | } |
| 5016 | } |
| 5017 | ], |
| 5018 | "library_target_name": "log", |
| 5019 | "common_attrs": { |
| 5020 | "compile_data_glob": [ |
| 5021 | "**" |
| 5022 | ], |
| 5023 | "crate_features": { |
| 5024 | "common": [ |
| 5025 | "std" |
| 5026 | ], |
| 5027 | "selects": {} |
| 5028 | }, |
| 5029 | "edition": "2015", |
| 5030 | "rustc_flags": [ |
| 5031 | "--cfg=atomic_cas" |
| 5032 | ], |
| 5033 | "version": "0.4.19" |
| 5034 | }, |
| 5035 | "license": "MIT OR Apache-2.0" |
| 5036 | }, |
| 5037 | "memchr 2.5.0": { |
| 5038 | "name": "memchr", |
| 5039 | "version": "2.5.0", |
| 5040 | "repository": { |
| 5041 | "Http": { |
| 5042 | "url": "https://crates.io/api/v1/crates/memchr/2.5.0/download", |
| 5043 | "sha256": "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" |
| 5044 | } |
| 5045 | }, |
| 5046 | "targets": [ |
| 5047 | { |
| 5048 | "Library": { |
| 5049 | "crate_name": "memchr", |
| 5050 | "crate_root": "src/lib.rs", |
| 5051 | "srcs": [ |
| 5052 | "**/*.rs" |
| 5053 | ] |
| 5054 | } |
| 5055 | }, |
| 5056 | { |
| 5057 | "BuildScript": { |
| 5058 | "crate_name": "build_script_build", |
| 5059 | "crate_root": "build.rs", |
| 5060 | "srcs": [ |
| 5061 | "**/*.rs" |
| 5062 | ] |
| 5063 | } |
| 5064 | } |
| 5065 | ], |
| 5066 | "library_target_name": "memchr", |
| 5067 | "common_attrs": { |
| 5068 | "compile_data_glob": [ |
| 5069 | "**" |
| 5070 | ], |
| 5071 | "crate_features": { |
| 5072 | "common": [ |
| 5073 | "default", |
| 5074 | "std", |
| 5075 | "use_std" |
| 5076 | ], |
| 5077 | "selects": {} |
| 5078 | }, |
| 5079 | "deps": { |
| 5080 | "common": [ |
| 5081 | { |
| 5082 | "id": "memchr 2.5.0", |
| 5083 | "target": "build_script_build" |
| 5084 | } |
| 5085 | ], |
| 5086 | "selects": {} |
| 5087 | }, |
| 5088 | "edition": "2018", |
| 5089 | "version": "2.5.0" |
| 5090 | }, |
| 5091 | "build_script_attrs": { |
| 5092 | "data_glob": [ |
| 5093 | "**" |
| 5094 | ] |
| 5095 | }, |
| 5096 | "license": "Unlicense/MIT" |
| 5097 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 5098 | "miette 5.10.0": { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5099 | "name": "miette", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 5100 | "version": "5.10.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5101 | "repository": { |
| 5102 | "Http": { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 5103 | "url": "https://crates.io/api/v1/crates/miette/5.10.0/download", |
| 5104 | "sha256": "59bb584eaeeab6bd0226ccf3509a69d7936d148cf3d036ad350abe35e8c6856e" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5105 | } |
| 5106 | }, |
| 5107 | "targets": [ |
| 5108 | { |
| 5109 | "Library": { |
| 5110 | "crate_name": "miette", |
| 5111 | "crate_root": "src/lib.rs", |
| 5112 | "srcs": [ |
| 5113 | "**/*.rs" |
| 5114 | ] |
| 5115 | } |
| 5116 | } |
| 5117 | ], |
| 5118 | "library_target_name": "miette", |
| 5119 | "common_attrs": { |
| 5120 | "compile_data_glob": [ |
| 5121 | "**" |
| 5122 | ], |
| 5123 | "crate_features": { |
| 5124 | "common": [ |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5125 | "backtrace", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 5126 | "backtrace-ext", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5127 | "default", |
| 5128 | "fancy", |
| 5129 | "fancy-no-backtrace", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 5130 | "is-terminal", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5131 | "owo-colors", |
| 5132 | "supports-color", |
| 5133 | "supports-hyperlinks", |
| 5134 | "supports-unicode", |
| 5135 | "terminal_size", |
| 5136 | "textwrap" |
| 5137 | ], |
| 5138 | "selects": {} |
| 5139 | }, |
| 5140 | "deps": { |
| 5141 | "common": [ |
| 5142 | { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5143 | "id": "backtrace 0.3.68", |
| 5144 | "target": "backtrace" |
| 5145 | }, |
| 5146 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 5147 | "id": "backtrace-ext 0.2.1", |
| 5148 | "target": "backtrace_ext" |
| 5149 | }, |
| 5150 | { |
| 5151 | "id": "is-terminal 0.4.9", |
| 5152 | "target": "is_terminal" |
| 5153 | }, |
| 5154 | { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5155 | "id": "once_cell 1.18.0", |
| 5156 | "target": "once_cell" |
| 5157 | }, |
| 5158 | { |
| 5159 | "id": "owo-colors 3.5.0", |
| 5160 | "target": "owo_colors" |
| 5161 | }, |
| 5162 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 5163 | "id": "supports-color 2.0.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5164 | "target": "supports_color" |
| 5165 | }, |
| 5166 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 5167 | "id": "supports-hyperlinks 2.1.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5168 | "target": "supports_hyperlinks" |
| 5169 | }, |
| 5170 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 5171 | "id": "supports-unicode 2.0.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5172 | "target": "supports_unicode" |
| 5173 | }, |
| 5174 | { |
| 5175 | "id": "terminal_size 0.1.17", |
| 5176 | "target": "terminal_size" |
| 5177 | }, |
| 5178 | { |
| 5179 | "id": "textwrap 0.15.2", |
| 5180 | "target": "textwrap" |
| 5181 | }, |
| 5182 | { |
| 5183 | "id": "thiserror 1.0.40", |
| 5184 | "target": "thiserror" |
| 5185 | }, |
| 5186 | { |
| 5187 | "id": "unicode-width 0.1.10", |
| 5188 | "target": "unicode_width" |
| 5189 | } |
| 5190 | ], |
| 5191 | "selects": {} |
| 5192 | }, |
| 5193 | "edition": "2018", |
| 5194 | "proc_macro_deps": { |
| 5195 | "common": [ |
| 5196 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 5197 | "id": "miette-derive 5.10.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5198 | "target": "miette_derive" |
| 5199 | } |
| 5200 | ], |
| 5201 | "selects": {} |
| 5202 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 5203 | "version": "5.10.0" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5204 | }, |
| 5205 | "license": "Apache-2.0" |
| 5206 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 5207 | "miette-derive 5.10.0": { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5208 | "name": "miette-derive", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 5209 | "version": "5.10.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5210 | "repository": { |
| 5211 | "Http": { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 5212 | "url": "https://crates.io/api/v1/crates/miette-derive/5.10.0/download", |
| 5213 | "sha256": "49e7bc1560b95a3c4a25d03de42fe76ca718ab92d1a22a55b9b4cf67b3ae635c" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5214 | } |
| 5215 | }, |
| 5216 | "targets": [ |
| 5217 | { |
| 5218 | "ProcMacro": { |
| 5219 | "crate_name": "miette_derive", |
| 5220 | "crate_root": "src/lib.rs", |
| 5221 | "srcs": [ |
| 5222 | "**/*.rs" |
| 5223 | ] |
| 5224 | } |
| 5225 | } |
| 5226 | ], |
| 5227 | "library_target_name": "miette_derive", |
| 5228 | "common_attrs": { |
| 5229 | "compile_data_glob": [ |
| 5230 | "**" |
| 5231 | ], |
| 5232 | "deps": { |
| 5233 | "common": [ |
| 5234 | { |
| 5235 | "id": "proc-macro2 1.0.63", |
| 5236 | "target": "proc_macro2" |
| 5237 | }, |
| 5238 | { |
| 5239 | "id": "quote 1.0.29", |
| 5240 | "target": "quote" |
| 5241 | }, |
| 5242 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 5243 | "id": "syn 2.0.28", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5244 | "target": "syn" |
| 5245 | } |
| 5246 | ], |
| 5247 | "selects": {} |
| 5248 | }, |
| 5249 | "edition": "2018", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 5250 | "version": "5.10.0" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5251 | }, |
| 5252 | "license": "Apache-2.0" |
| 5253 | }, |
| 5254 | "minimal-lexical 0.2.1": { |
| 5255 | "name": "minimal-lexical", |
| 5256 | "version": "0.2.1", |
| 5257 | "repository": { |
| 5258 | "Http": { |
| 5259 | "url": "https://crates.io/api/v1/crates/minimal-lexical/0.2.1/download", |
| 5260 | "sha256": "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| 5261 | } |
| 5262 | }, |
| 5263 | "targets": [ |
| 5264 | { |
| 5265 | "Library": { |
| 5266 | "crate_name": "minimal_lexical", |
| 5267 | "crate_root": "src/lib.rs", |
| 5268 | "srcs": [ |
| 5269 | "**/*.rs" |
| 5270 | ] |
| 5271 | } |
| 5272 | } |
| 5273 | ], |
| 5274 | "library_target_name": "minimal_lexical", |
| 5275 | "common_attrs": { |
| 5276 | "compile_data_glob": [ |
| 5277 | "**" |
| 5278 | ], |
| 5279 | "crate_features": { |
| 5280 | "common": [ |
| 5281 | "std" |
| 5282 | ], |
| 5283 | "selects": {} |
| 5284 | }, |
| 5285 | "edition": "2018", |
| 5286 | "version": "0.2.1" |
| 5287 | }, |
| 5288 | "license": "MIT/Apache-2.0" |
| 5289 | }, |
| 5290 | "miniz_oxide 0.7.1": { |
| 5291 | "name": "miniz_oxide", |
| 5292 | "version": "0.7.1", |
| 5293 | "repository": { |
| 5294 | "Http": { |
| 5295 | "url": "https://crates.io/api/v1/crates/miniz_oxide/0.7.1/download", |
| 5296 | "sha256": "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" |
| 5297 | } |
| 5298 | }, |
| 5299 | "targets": [ |
| 5300 | { |
| 5301 | "Library": { |
| 5302 | "crate_name": "miniz_oxide", |
| 5303 | "crate_root": "src/lib.rs", |
| 5304 | "srcs": [ |
| 5305 | "**/*.rs" |
| 5306 | ] |
| 5307 | } |
| 5308 | } |
| 5309 | ], |
| 5310 | "library_target_name": "miniz_oxide", |
| 5311 | "common_attrs": { |
| 5312 | "compile_data_glob": [ |
| 5313 | "**" |
| 5314 | ], |
| 5315 | "deps": { |
| 5316 | "common": [ |
| 5317 | { |
| 5318 | "id": "adler 1.0.2", |
| 5319 | "target": "adler" |
| 5320 | } |
| 5321 | ], |
| 5322 | "selects": {} |
| 5323 | }, |
| 5324 | "edition": "2018", |
| 5325 | "version": "0.7.1" |
| 5326 | }, |
| 5327 | "license": "MIT OR Zlib OR Apache-2.0" |
| 5328 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 5329 | "moveit 0.6.0": { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5330 | "name": "moveit", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 5331 | "version": "0.6.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5332 | "repository": { |
| 5333 | "Http": { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 5334 | "url": "https://crates.io/api/v1/crates/moveit/0.6.0/download", |
| 5335 | "sha256": "87d7335204cb6ef7bd647fa6db0be3e4d7aa25b5823a7aa030027ddf512cefba" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5336 | } |
| 5337 | }, |
| 5338 | "targets": [ |
| 5339 | { |
| 5340 | "Library": { |
| 5341 | "crate_name": "moveit", |
| 5342 | "crate_root": "src/lib.rs", |
| 5343 | "srcs": [ |
| 5344 | "**/*.rs" |
| 5345 | ] |
| 5346 | } |
| 5347 | } |
| 5348 | ], |
| 5349 | "library_target_name": "moveit", |
| 5350 | "common_attrs": { |
| 5351 | "compile_data_glob": [ |
| 5352 | "**" |
| 5353 | ], |
| 5354 | "crate_features": { |
| 5355 | "common": [ |
| 5356 | "alloc", |
| 5357 | "cxx", |
| 5358 | "default" |
| 5359 | ], |
| 5360 | "selects": {} |
| 5361 | }, |
| 5362 | "deps": { |
| 5363 | "common": [ |
| 5364 | { |
| 5365 | "id": "cxx 1.0.97", |
| 5366 | "target": "cxx" |
| 5367 | } |
| 5368 | ], |
| 5369 | "selects": {} |
| 5370 | }, |
| 5371 | "edition": "2018", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 5372 | "version": "0.6.0" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5373 | }, |
| 5374 | "license": "Apache-2.0 OR MIT" |
| 5375 | }, |
| 5376 | "nom 5.1.3": { |
| 5377 | "name": "nom", |
| 5378 | "version": "5.1.3", |
| 5379 | "repository": { |
| 5380 | "Http": { |
| 5381 | "url": "https://crates.io/api/v1/crates/nom/5.1.3/download", |
| 5382 | "sha256": "08959a387a676302eebf4ddbcbc611da04285579f76f88ee0506c63b1a61dd4b" |
| 5383 | } |
| 5384 | }, |
| 5385 | "targets": [ |
| 5386 | { |
| 5387 | "Library": { |
| 5388 | "crate_name": "nom", |
| 5389 | "crate_root": "src/lib.rs", |
| 5390 | "srcs": [ |
| 5391 | "**/*.rs" |
| 5392 | ] |
| 5393 | } |
| 5394 | }, |
| 5395 | { |
| 5396 | "BuildScript": { |
| 5397 | "crate_name": "build_script_build", |
| 5398 | "crate_root": "build.rs", |
| 5399 | "srcs": [ |
| 5400 | "**/*.rs" |
| 5401 | ] |
| 5402 | } |
| 5403 | } |
| 5404 | ], |
| 5405 | "library_target_name": "nom", |
| 5406 | "common_attrs": { |
| 5407 | "compile_data_glob": [ |
| 5408 | "**" |
| 5409 | ], |
| 5410 | "crate_features": { |
| 5411 | "common": [ |
| 5412 | "alloc", |
| 5413 | "std" |
| 5414 | ], |
| 5415 | "selects": {} |
| 5416 | }, |
| 5417 | "deps": { |
| 5418 | "common": [ |
| 5419 | { |
| 5420 | "id": "memchr 2.5.0", |
| 5421 | "target": "memchr" |
| 5422 | }, |
| 5423 | { |
| 5424 | "id": "nom 5.1.3", |
| 5425 | "target": "build_script_build" |
| 5426 | } |
| 5427 | ], |
| 5428 | "selects": {} |
| 5429 | }, |
| 5430 | "edition": "2018", |
| 5431 | "version": "5.1.3" |
| 5432 | }, |
| 5433 | "build_script_attrs": { |
| 5434 | "data_glob": [ |
| 5435 | "**" |
| 5436 | ], |
| 5437 | "deps": { |
| 5438 | "common": [ |
| 5439 | { |
| 5440 | "id": "version_check 0.9.4", |
| 5441 | "target": "version_check" |
| 5442 | } |
| 5443 | ], |
| 5444 | "selects": {} |
| 5445 | } |
| 5446 | }, |
| 5447 | "license": "MIT" |
| 5448 | }, |
| 5449 | "nom 7.1.3": { |
| 5450 | "name": "nom", |
| 5451 | "version": "7.1.3", |
| 5452 | "repository": { |
| 5453 | "Http": { |
| 5454 | "url": "https://crates.io/api/v1/crates/nom/7.1.3/download", |
| 5455 | "sha256": "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
| 5456 | } |
| 5457 | }, |
| 5458 | "targets": [ |
| 5459 | { |
| 5460 | "Library": { |
| 5461 | "crate_name": "nom", |
| 5462 | "crate_root": "src/lib.rs", |
| 5463 | "srcs": [ |
| 5464 | "**/*.rs" |
| 5465 | ] |
| 5466 | } |
| 5467 | } |
| 5468 | ], |
| 5469 | "library_target_name": "nom", |
| 5470 | "common_attrs": { |
| 5471 | "compile_data_glob": [ |
| 5472 | "**" |
| 5473 | ], |
| 5474 | "crate_features": { |
| 5475 | "common": [ |
| 5476 | "alloc", |
| 5477 | "std" |
| 5478 | ], |
| 5479 | "selects": {} |
| 5480 | }, |
| 5481 | "deps": { |
| 5482 | "common": [ |
| 5483 | { |
| 5484 | "id": "memchr 2.5.0", |
| 5485 | "target": "memchr" |
| 5486 | }, |
| 5487 | { |
| 5488 | "id": "minimal-lexical 0.2.1", |
| 5489 | "target": "minimal_lexical" |
| 5490 | } |
| 5491 | ], |
| 5492 | "selects": {} |
| 5493 | }, |
| 5494 | "edition": "2018", |
| 5495 | "version": "7.1.3" |
| 5496 | }, |
| 5497 | "license": "MIT" |
| 5498 | }, |
| 5499 | "object 0.31.1": { |
| 5500 | "name": "object", |
| 5501 | "version": "0.31.1", |
| 5502 | "repository": { |
| 5503 | "Http": { |
| 5504 | "url": "https://crates.io/api/v1/crates/object/0.31.1/download", |
| 5505 | "sha256": "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1" |
| 5506 | } |
| 5507 | }, |
| 5508 | "targets": [ |
| 5509 | { |
| 5510 | "Library": { |
| 5511 | "crate_name": "object", |
| 5512 | "crate_root": "src/lib.rs", |
| 5513 | "srcs": [ |
| 5514 | "**/*.rs" |
| 5515 | ] |
| 5516 | } |
| 5517 | } |
| 5518 | ], |
| 5519 | "library_target_name": "object", |
| 5520 | "common_attrs": { |
| 5521 | "compile_data_glob": [ |
| 5522 | "**" |
| 5523 | ], |
| 5524 | "crate_features": { |
| 5525 | "common": [ |
| 5526 | "archive", |
| 5527 | "coff", |
| 5528 | "elf", |
| 5529 | "macho", |
| 5530 | "pe", |
| 5531 | "read_core", |
| 5532 | "unaligned" |
| 5533 | ], |
| 5534 | "selects": {} |
| 5535 | }, |
| 5536 | "deps": { |
| 5537 | "common": [ |
| 5538 | { |
| 5539 | "id": "memchr 2.5.0", |
| 5540 | "target": "memchr" |
| 5541 | } |
| 5542 | ], |
| 5543 | "selects": {} |
| 5544 | }, |
| 5545 | "edition": "2018", |
| 5546 | "version": "0.31.1" |
| 5547 | }, |
| 5548 | "license": "Apache-2.0 OR MIT" |
| 5549 | }, |
| 5550 | "once_cell 1.18.0": { |
| 5551 | "name": "once_cell", |
| 5552 | "version": "1.18.0", |
| 5553 | "repository": { |
| 5554 | "Http": { |
| 5555 | "url": "https://crates.io/api/v1/crates/once_cell/1.18.0/download", |
| 5556 | "sha256": "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" |
| 5557 | } |
| 5558 | }, |
| 5559 | "targets": [ |
| 5560 | { |
| 5561 | "Library": { |
| 5562 | "crate_name": "once_cell", |
| 5563 | "crate_root": "src/lib.rs", |
| 5564 | "srcs": [ |
| 5565 | "**/*.rs" |
| 5566 | ] |
| 5567 | } |
| 5568 | } |
| 5569 | ], |
| 5570 | "library_target_name": "once_cell", |
| 5571 | "common_attrs": { |
| 5572 | "compile_data_glob": [ |
| 5573 | "**" |
| 5574 | ], |
| 5575 | "crate_features": { |
| 5576 | "common": [ |
| 5577 | "alloc", |
| 5578 | "default", |
| 5579 | "race", |
| 5580 | "std" |
| 5581 | ], |
| 5582 | "selects": {} |
| 5583 | }, |
| 5584 | "edition": "2021", |
| 5585 | "version": "1.18.0" |
| 5586 | }, |
| 5587 | "license": "MIT OR Apache-2.0" |
| 5588 | }, |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame] | 5589 | "os_str_bytes 6.6.1": { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5590 | "name": "os_str_bytes", |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame] | 5591 | "version": "6.6.1", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5592 | "repository": { |
| 5593 | "Http": { |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame] | 5594 | "url": "https://crates.io/api/v1/crates/os_str_bytes/6.6.1/download", |
| 5595 | "sha256": "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5596 | } |
| 5597 | }, |
| 5598 | "targets": [ |
| 5599 | { |
| 5600 | "Library": { |
| 5601 | "crate_name": "os_str_bytes", |
| 5602 | "crate_root": "src/lib.rs", |
| 5603 | "srcs": [ |
| 5604 | "**/*.rs" |
| 5605 | ] |
| 5606 | } |
| 5607 | } |
| 5608 | ], |
| 5609 | "library_target_name": "os_str_bytes", |
| 5610 | "common_attrs": { |
| 5611 | "compile_data_glob": [ |
| 5612 | "**" |
| 5613 | ], |
| 5614 | "crate_features": { |
| 5615 | "common": [ |
| 5616 | "raw_os_str" |
| 5617 | ], |
| 5618 | "selects": {} |
| 5619 | }, |
| 5620 | "edition": "2021", |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame] | 5621 | "version": "6.6.1" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5622 | }, |
| 5623 | "license": "MIT OR Apache-2.0" |
| 5624 | }, |
| 5625 | "owo-colors 3.5.0": { |
| 5626 | "name": "owo-colors", |
| 5627 | "version": "3.5.0", |
| 5628 | "repository": { |
| 5629 | "Http": { |
| 5630 | "url": "https://crates.io/api/v1/crates/owo-colors/3.5.0/download", |
| 5631 | "sha256": "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" |
| 5632 | } |
| 5633 | }, |
| 5634 | "targets": [ |
| 5635 | { |
| 5636 | "Library": { |
| 5637 | "crate_name": "owo_colors", |
| 5638 | "crate_root": "src/lib.rs", |
| 5639 | "srcs": [ |
| 5640 | "**/*.rs" |
| 5641 | ] |
| 5642 | } |
| 5643 | } |
| 5644 | ], |
| 5645 | "library_target_name": "owo_colors", |
| 5646 | "common_attrs": { |
| 5647 | "compile_data_glob": [ |
| 5648 | "**" |
| 5649 | ], |
| 5650 | "edition": "2018", |
| 5651 | "version": "3.5.0" |
| 5652 | }, |
| 5653 | "license": "MIT" |
| 5654 | }, |
| 5655 | "pathdiff 0.2.1": { |
| 5656 | "name": "pathdiff", |
| 5657 | "version": "0.2.1", |
| 5658 | "repository": { |
| 5659 | "Http": { |
| 5660 | "url": "https://crates.io/api/v1/crates/pathdiff/0.2.1/download", |
| 5661 | "sha256": "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" |
| 5662 | } |
| 5663 | }, |
| 5664 | "targets": [ |
| 5665 | { |
| 5666 | "Library": { |
| 5667 | "crate_name": "pathdiff", |
| 5668 | "crate_root": "src/lib.rs", |
| 5669 | "srcs": [ |
| 5670 | "**/*.rs" |
| 5671 | ] |
| 5672 | } |
| 5673 | } |
| 5674 | ], |
| 5675 | "library_target_name": "pathdiff", |
| 5676 | "common_attrs": { |
| 5677 | "compile_data_glob": [ |
| 5678 | "**" |
| 5679 | ], |
| 5680 | "edition": "2018", |
| 5681 | "version": "0.2.1" |
| 5682 | }, |
| 5683 | "license": "MIT/Apache-2.0" |
| 5684 | }, |
| 5685 | "peeking_take_while 0.1.2": { |
| 5686 | "name": "peeking_take_while", |
| 5687 | "version": "0.1.2", |
| 5688 | "repository": { |
| 5689 | "Http": { |
| 5690 | "url": "https://crates.io/api/v1/crates/peeking_take_while/0.1.2/download", |
| 5691 | "sha256": "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" |
| 5692 | } |
| 5693 | }, |
| 5694 | "targets": [ |
| 5695 | { |
| 5696 | "Library": { |
| 5697 | "crate_name": "peeking_take_while", |
| 5698 | "crate_root": "src/lib.rs", |
| 5699 | "srcs": [ |
| 5700 | "**/*.rs" |
| 5701 | ] |
| 5702 | } |
| 5703 | } |
| 5704 | ], |
| 5705 | "library_target_name": "peeking_take_while", |
| 5706 | "common_attrs": { |
| 5707 | "compile_data_glob": [ |
| 5708 | "**" |
| 5709 | ], |
| 5710 | "edition": "2015", |
| 5711 | "version": "0.1.2" |
| 5712 | }, |
| 5713 | "license": "Apache-2.0/MIT" |
| 5714 | }, |
| 5715 | "pin-project-lite 0.2.9": { |
| 5716 | "name": "pin-project-lite", |
| 5717 | "version": "0.2.9", |
| 5718 | "repository": { |
| 5719 | "Http": { |
| 5720 | "url": "https://crates.io/api/v1/crates/pin-project-lite/0.2.9/download", |
| 5721 | "sha256": "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" |
| 5722 | } |
| 5723 | }, |
| 5724 | "targets": [ |
| 5725 | { |
| 5726 | "Library": { |
| 5727 | "crate_name": "pin_project_lite", |
| 5728 | "crate_root": "src/lib.rs", |
| 5729 | "srcs": [ |
| 5730 | "**/*.rs" |
| 5731 | ] |
| 5732 | } |
| 5733 | } |
| 5734 | ], |
| 5735 | "library_target_name": "pin_project_lite", |
| 5736 | "common_attrs": { |
| 5737 | "compile_data_glob": [ |
| 5738 | "**" |
| 5739 | ], |
| 5740 | "edition": "2018", |
| 5741 | "version": "0.2.9" |
| 5742 | }, |
| 5743 | "license": "Apache-2.0 OR MIT" |
| 5744 | }, |
| 5745 | "pin-utils 0.1.0": { |
| 5746 | "name": "pin-utils", |
| 5747 | "version": "0.1.0", |
| 5748 | "repository": { |
| 5749 | "Http": { |
| 5750 | "url": "https://crates.io/api/v1/crates/pin-utils/0.1.0/download", |
| 5751 | "sha256": "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 5752 | } |
| 5753 | }, |
| 5754 | "targets": [ |
| 5755 | { |
| 5756 | "Library": { |
| 5757 | "crate_name": "pin_utils", |
| 5758 | "crate_root": "src/lib.rs", |
| 5759 | "srcs": [ |
| 5760 | "**/*.rs" |
| 5761 | ] |
| 5762 | } |
| 5763 | } |
| 5764 | ], |
| 5765 | "library_target_name": "pin_utils", |
| 5766 | "common_attrs": { |
| 5767 | "compile_data_glob": [ |
| 5768 | "**" |
| 5769 | ], |
| 5770 | "edition": "2018", |
| 5771 | "version": "0.1.0" |
| 5772 | }, |
| 5773 | "license": "MIT OR Apache-2.0" |
| 5774 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 5775 | "predicates 3.0.3": { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5776 | "name": "predicates", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 5777 | "version": "3.0.3", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5778 | "repository": { |
| 5779 | "Http": { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 5780 | "url": "https://crates.io/api/v1/crates/predicates/3.0.3/download", |
| 5781 | "sha256": "09963355b9f467184c04017ced4a2ba2d75cbcb4e7462690d388233253d4b1a9" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5782 | } |
| 5783 | }, |
| 5784 | "targets": [ |
| 5785 | { |
| 5786 | "Library": { |
| 5787 | "crate_name": "predicates", |
| 5788 | "crate_root": "src/lib.rs", |
| 5789 | "srcs": [ |
| 5790 | "**/*.rs" |
| 5791 | ] |
| 5792 | } |
| 5793 | } |
| 5794 | ], |
| 5795 | "library_target_name": "predicates", |
| 5796 | "common_attrs": { |
| 5797 | "compile_data_glob": [ |
| 5798 | "**" |
| 5799 | ], |
| 5800 | "crate_features": { |
| 5801 | "common": [ |
| 5802 | "diff" |
| 5803 | ], |
| 5804 | "selects": {} |
| 5805 | }, |
| 5806 | "deps": { |
| 5807 | "common": [ |
| 5808 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 5809 | "id": "anstyle 1.0.1", |
| 5810 | "target": "anstyle" |
| 5811 | }, |
| 5812 | { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5813 | "id": "difflib 0.4.0", |
| 5814 | "target": "difflib" |
| 5815 | }, |
| 5816 | { |
| 5817 | "id": "itertools 0.10.5", |
| 5818 | "target": "itertools" |
| 5819 | }, |
| 5820 | { |
| 5821 | "id": "predicates-core 1.0.6", |
| 5822 | "target": "predicates_core" |
| 5823 | } |
| 5824 | ], |
| 5825 | "selects": {} |
| 5826 | }, |
| 5827 | "edition": "2021", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 5828 | "version": "3.0.3" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5829 | }, |
| 5830 | "license": "MIT OR Apache-2.0" |
| 5831 | }, |
| 5832 | "predicates-core 1.0.6": { |
| 5833 | "name": "predicates-core", |
| 5834 | "version": "1.0.6", |
| 5835 | "repository": { |
| 5836 | "Http": { |
| 5837 | "url": "https://crates.io/api/v1/crates/predicates-core/1.0.6/download", |
| 5838 | "sha256": "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174" |
| 5839 | } |
| 5840 | }, |
| 5841 | "targets": [ |
| 5842 | { |
| 5843 | "Library": { |
| 5844 | "crate_name": "predicates_core", |
| 5845 | "crate_root": "src/lib.rs", |
| 5846 | "srcs": [ |
| 5847 | "**/*.rs" |
| 5848 | ] |
| 5849 | } |
| 5850 | } |
| 5851 | ], |
| 5852 | "library_target_name": "predicates_core", |
| 5853 | "common_attrs": { |
| 5854 | "compile_data_glob": [ |
| 5855 | "**" |
| 5856 | ], |
| 5857 | "edition": "2021", |
| 5858 | "version": "1.0.6" |
| 5859 | }, |
| 5860 | "license": "MIT OR Apache-2.0" |
| 5861 | }, |
| 5862 | "predicates-tree 1.0.9": { |
| 5863 | "name": "predicates-tree", |
| 5864 | "version": "1.0.9", |
| 5865 | "repository": { |
| 5866 | "Http": { |
| 5867 | "url": "https://crates.io/api/v1/crates/predicates-tree/1.0.9/download", |
| 5868 | "sha256": "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf" |
| 5869 | } |
| 5870 | }, |
| 5871 | "targets": [ |
| 5872 | { |
| 5873 | "Library": { |
| 5874 | "crate_name": "predicates_tree", |
| 5875 | "crate_root": "src/lib.rs", |
| 5876 | "srcs": [ |
| 5877 | "**/*.rs" |
| 5878 | ] |
| 5879 | } |
| 5880 | } |
| 5881 | ], |
| 5882 | "library_target_name": "predicates_tree", |
| 5883 | "common_attrs": { |
| 5884 | "compile_data_glob": [ |
| 5885 | "**" |
| 5886 | ], |
| 5887 | "deps": { |
| 5888 | "common": [ |
| 5889 | { |
| 5890 | "id": "predicates-core 1.0.6", |
| 5891 | "target": "predicates_core" |
| 5892 | }, |
| 5893 | { |
| 5894 | "id": "termtree 0.4.1", |
| 5895 | "target": "termtree" |
| 5896 | } |
| 5897 | ], |
| 5898 | "selects": {} |
| 5899 | }, |
| 5900 | "edition": "2021", |
| 5901 | "version": "1.0.9" |
| 5902 | }, |
| 5903 | "license": "MIT OR Apache-2.0" |
| 5904 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 5905 | "prettyplease 0.2.12": { |
| 5906 | "name": "prettyplease", |
| 5907 | "version": "0.2.12", |
| 5908 | "repository": { |
| 5909 | "Http": { |
| 5910 | "url": "https://crates.io/api/v1/crates/prettyplease/0.2.12/download", |
| 5911 | "sha256": "6c64d9ba0963cdcea2e1b2230fbae2bab30eb25a174be395c41e764bfb65dd62" |
| 5912 | } |
| 5913 | }, |
| 5914 | "targets": [ |
| 5915 | { |
| 5916 | "Library": { |
| 5917 | "crate_name": "prettyplease", |
| 5918 | "crate_root": "src/lib.rs", |
| 5919 | "srcs": [ |
| 5920 | "**/*.rs" |
| 5921 | ] |
| 5922 | } |
| 5923 | }, |
| 5924 | { |
| 5925 | "BuildScript": { |
| 5926 | "crate_name": "build_script_build", |
| 5927 | "crate_root": "build.rs", |
| 5928 | "srcs": [ |
| 5929 | "**/*.rs" |
| 5930 | ] |
| 5931 | } |
| 5932 | } |
| 5933 | ], |
| 5934 | "library_target_name": "prettyplease", |
| 5935 | "common_attrs": { |
| 5936 | "compile_data_glob": [ |
| 5937 | "**" |
| 5938 | ], |
| 5939 | "crate_features": { |
| 5940 | "common": [ |
| 5941 | "verbatim" |
| 5942 | ], |
| 5943 | "selects": {} |
| 5944 | }, |
| 5945 | "deps": { |
| 5946 | "common": [ |
| 5947 | { |
| 5948 | "id": "prettyplease 0.2.12", |
| 5949 | "target": "build_script_build" |
| 5950 | }, |
| 5951 | { |
| 5952 | "id": "proc-macro2 1.0.63", |
| 5953 | "target": "proc_macro2" |
| 5954 | }, |
| 5955 | { |
| 5956 | "id": "syn 2.0.28", |
| 5957 | "target": "syn" |
| 5958 | } |
| 5959 | ], |
| 5960 | "selects": {} |
| 5961 | }, |
| 5962 | "edition": "2021", |
| 5963 | "version": "0.2.12" |
| 5964 | }, |
| 5965 | "build_script_attrs": { |
| 5966 | "data_glob": [ |
| 5967 | "**" |
| 5968 | ], |
| 5969 | "links": "prettyplease02" |
| 5970 | }, |
| 5971 | "license": "MIT OR Apache-2.0" |
| 5972 | }, |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5973 | "proc-macro-error 1.0.4": { |
| 5974 | "name": "proc-macro-error", |
| 5975 | "version": "1.0.4", |
| 5976 | "repository": { |
| 5977 | "Http": { |
| 5978 | "url": "https://crates.io/api/v1/crates/proc-macro-error/1.0.4/download", |
| 5979 | "sha256": "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" |
| 5980 | } |
| 5981 | }, |
| 5982 | "targets": [ |
| 5983 | { |
| 5984 | "Library": { |
| 5985 | "crate_name": "proc_macro_error", |
| 5986 | "crate_root": "src/lib.rs", |
| 5987 | "srcs": [ |
| 5988 | "**/*.rs" |
| 5989 | ] |
| 5990 | } |
| 5991 | }, |
| 5992 | { |
| 5993 | "BuildScript": { |
| 5994 | "crate_name": "build_script_build", |
| 5995 | "crate_root": "build.rs", |
| 5996 | "srcs": [ |
| 5997 | "**/*.rs" |
| 5998 | ] |
| 5999 | } |
| 6000 | } |
| 6001 | ], |
| 6002 | "library_target_name": "proc_macro_error", |
| 6003 | "common_attrs": { |
| 6004 | "compile_data_glob": [ |
| 6005 | "**" |
| 6006 | ], |
| 6007 | "crate_features": { |
| 6008 | "common": [ |
| 6009 | "default", |
| 6010 | "syn", |
| 6011 | "syn-error" |
| 6012 | ], |
| 6013 | "selects": {} |
| 6014 | }, |
| 6015 | "deps": { |
| 6016 | "common": [ |
| 6017 | { |
| 6018 | "id": "proc-macro-error 1.0.4", |
| 6019 | "target": "build_script_build" |
| 6020 | }, |
| 6021 | { |
| 6022 | "id": "proc-macro2 1.0.63", |
| 6023 | "target": "proc_macro2" |
| 6024 | }, |
| 6025 | { |
| 6026 | "id": "quote 1.0.29", |
| 6027 | "target": "quote" |
| 6028 | }, |
| 6029 | { |
| 6030 | "id": "syn 1.0.109", |
| 6031 | "target": "syn" |
| 6032 | } |
| 6033 | ], |
| 6034 | "selects": {} |
| 6035 | }, |
| 6036 | "edition": "2018", |
| 6037 | "proc_macro_deps": { |
| 6038 | "common": [ |
| 6039 | { |
| 6040 | "id": "proc-macro-error-attr 1.0.4", |
| 6041 | "target": "proc_macro_error_attr" |
| 6042 | } |
| 6043 | ], |
| 6044 | "selects": {} |
| 6045 | }, |
| 6046 | "version": "1.0.4" |
| 6047 | }, |
| 6048 | "build_script_attrs": { |
| 6049 | "data_glob": [ |
| 6050 | "**" |
| 6051 | ], |
| 6052 | "deps": { |
| 6053 | "common": [ |
| 6054 | { |
| 6055 | "id": "version_check 0.9.4", |
| 6056 | "target": "version_check" |
| 6057 | } |
| 6058 | ], |
| 6059 | "selects": {} |
| 6060 | } |
| 6061 | }, |
| 6062 | "license": "MIT OR Apache-2.0" |
| 6063 | }, |
| 6064 | "proc-macro-error-attr 1.0.4": { |
| 6065 | "name": "proc-macro-error-attr", |
| 6066 | "version": "1.0.4", |
| 6067 | "repository": { |
| 6068 | "Http": { |
| 6069 | "url": "https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.4/download", |
| 6070 | "sha256": "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" |
| 6071 | } |
| 6072 | }, |
| 6073 | "targets": [ |
| 6074 | { |
| 6075 | "ProcMacro": { |
| 6076 | "crate_name": "proc_macro_error_attr", |
| 6077 | "crate_root": "src/lib.rs", |
| 6078 | "srcs": [ |
| 6079 | "**/*.rs" |
| 6080 | ] |
| 6081 | } |
| 6082 | }, |
| 6083 | { |
| 6084 | "BuildScript": { |
| 6085 | "crate_name": "build_script_build", |
| 6086 | "crate_root": "build.rs", |
| 6087 | "srcs": [ |
| 6088 | "**/*.rs" |
| 6089 | ] |
| 6090 | } |
| 6091 | } |
| 6092 | ], |
| 6093 | "library_target_name": "proc_macro_error_attr", |
| 6094 | "common_attrs": { |
| 6095 | "compile_data_glob": [ |
| 6096 | "**" |
| 6097 | ], |
| 6098 | "deps": { |
| 6099 | "common": [ |
| 6100 | { |
| 6101 | "id": "proc-macro-error-attr 1.0.4", |
| 6102 | "target": "build_script_build" |
| 6103 | }, |
| 6104 | { |
| 6105 | "id": "proc-macro2 1.0.63", |
| 6106 | "target": "proc_macro2" |
| 6107 | }, |
| 6108 | { |
| 6109 | "id": "quote 1.0.29", |
| 6110 | "target": "quote" |
| 6111 | } |
| 6112 | ], |
| 6113 | "selects": {} |
| 6114 | }, |
| 6115 | "edition": "2018", |
| 6116 | "version": "1.0.4" |
| 6117 | }, |
| 6118 | "build_script_attrs": { |
| 6119 | "data_glob": [ |
| 6120 | "**" |
| 6121 | ], |
| 6122 | "deps": { |
| 6123 | "common": [ |
| 6124 | { |
| 6125 | "id": "version_check 0.9.4", |
| 6126 | "target": "version_check" |
| 6127 | } |
| 6128 | ], |
| 6129 | "selects": {} |
| 6130 | } |
| 6131 | }, |
| 6132 | "license": "MIT OR Apache-2.0" |
| 6133 | }, |
| 6134 | "proc-macro2 1.0.63": { |
| 6135 | "name": "proc-macro2", |
| 6136 | "version": "1.0.63", |
| 6137 | "repository": { |
| 6138 | "Http": { |
| 6139 | "url": "https://crates.io/api/v1/crates/proc-macro2/1.0.63/download", |
| 6140 | "sha256": "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb" |
| 6141 | } |
| 6142 | }, |
| 6143 | "targets": [ |
| 6144 | { |
| 6145 | "Library": { |
| 6146 | "crate_name": "proc_macro2", |
| 6147 | "crate_root": "src/lib.rs", |
| 6148 | "srcs": [ |
| 6149 | "**/*.rs" |
| 6150 | ] |
| 6151 | } |
| 6152 | }, |
| 6153 | { |
| 6154 | "BuildScript": { |
| 6155 | "crate_name": "build_script_build", |
| 6156 | "crate_root": "build.rs", |
| 6157 | "srcs": [ |
| 6158 | "**/*.rs" |
| 6159 | ] |
| 6160 | } |
| 6161 | } |
| 6162 | ], |
| 6163 | "library_target_name": "proc_macro2", |
| 6164 | "common_attrs": { |
| 6165 | "compile_data_glob": [ |
| 6166 | "**" |
| 6167 | ], |
| 6168 | "crate_features": { |
| 6169 | "common": [ |
| 6170 | "default", |
| 6171 | "proc-macro", |
| 6172 | "span-locations" |
| 6173 | ], |
| 6174 | "selects": {} |
| 6175 | }, |
| 6176 | "deps": { |
| 6177 | "common": [ |
| 6178 | { |
| 6179 | "id": "proc-macro2 1.0.63", |
| 6180 | "target": "build_script_build" |
| 6181 | }, |
| 6182 | { |
| 6183 | "id": "unicode-ident 1.0.9", |
| 6184 | "target": "unicode_ident" |
| 6185 | } |
| 6186 | ], |
| 6187 | "selects": {} |
| 6188 | }, |
| 6189 | "edition": "2018", |
| 6190 | "version": "1.0.63" |
| 6191 | }, |
| 6192 | "build_script_attrs": { |
| 6193 | "data_glob": [ |
| 6194 | "**" |
| 6195 | ] |
| 6196 | }, |
| 6197 | "license": "MIT OR Apache-2.0" |
| 6198 | }, |
| 6199 | "quote 1.0.29": { |
| 6200 | "name": "quote", |
| 6201 | "version": "1.0.29", |
| 6202 | "repository": { |
| 6203 | "Http": { |
| 6204 | "url": "https://crates.io/api/v1/crates/quote/1.0.29/download", |
| 6205 | "sha256": "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105" |
| 6206 | } |
| 6207 | }, |
| 6208 | "targets": [ |
| 6209 | { |
| 6210 | "Library": { |
| 6211 | "crate_name": "quote", |
| 6212 | "crate_root": "src/lib.rs", |
| 6213 | "srcs": [ |
| 6214 | "**/*.rs" |
| 6215 | ] |
| 6216 | } |
| 6217 | }, |
| 6218 | { |
| 6219 | "BuildScript": { |
| 6220 | "crate_name": "build_script_build", |
| 6221 | "crate_root": "build.rs", |
| 6222 | "srcs": [ |
| 6223 | "**/*.rs" |
| 6224 | ] |
| 6225 | } |
| 6226 | } |
| 6227 | ], |
| 6228 | "library_target_name": "quote", |
| 6229 | "common_attrs": { |
| 6230 | "compile_data_glob": [ |
| 6231 | "**" |
| 6232 | ], |
| 6233 | "crate_features": { |
| 6234 | "common": [ |
| 6235 | "default", |
| 6236 | "proc-macro" |
| 6237 | ], |
| 6238 | "selects": {} |
| 6239 | }, |
| 6240 | "deps": { |
| 6241 | "common": [ |
| 6242 | { |
| 6243 | "id": "proc-macro2 1.0.63", |
| 6244 | "target": "proc_macro2" |
| 6245 | }, |
| 6246 | { |
| 6247 | "id": "quote 1.0.29", |
| 6248 | "target": "build_script_build" |
| 6249 | } |
| 6250 | ], |
| 6251 | "selects": {} |
| 6252 | }, |
| 6253 | "edition": "2018", |
| 6254 | "version": "1.0.29" |
| 6255 | }, |
| 6256 | "build_script_attrs": { |
| 6257 | "data_glob": [ |
| 6258 | "**" |
| 6259 | ] |
| 6260 | }, |
| 6261 | "license": "MIT OR Apache-2.0" |
| 6262 | }, |
| 6263 | "redox_syscall 0.3.5": { |
| 6264 | "name": "redox_syscall", |
| 6265 | "version": "0.3.5", |
| 6266 | "repository": { |
| 6267 | "Http": { |
| 6268 | "url": "https://crates.io/api/v1/crates/redox_syscall/0.3.5/download", |
| 6269 | "sha256": "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" |
| 6270 | } |
| 6271 | }, |
| 6272 | "targets": [ |
| 6273 | { |
| 6274 | "Library": { |
| 6275 | "crate_name": "syscall", |
| 6276 | "crate_root": "src/lib.rs", |
| 6277 | "srcs": [ |
| 6278 | "**/*.rs" |
| 6279 | ] |
| 6280 | } |
| 6281 | } |
| 6282 | ], |
| 6283 | "library_target_name": "syscall", |
| 6284 | "common_attrs": { |
| 6285 | "compile_data_glob": [ |
| 6286 | "**" |
| 6287 | ], |
| 6288 | "deps": { |
| 6289 | "common": [ |
| 6290 | { |
| 6291 | "id": "bitflags 1.3.2", |
| 6292 | "target": "bitflags" |
| 6293 | } |
| 6294 | ], |
| 6295 | "selects": {} |
| 6296 | }, |
| 6297 | "edition": "2018", |
| 6298 | "version": "0.3.5" |
| 6299 | }, |
| 6300 | "license": "MIT" |
| 6301 | }, |
| 6302 | "regex 1.9.1": { |
| 6303 | "name": "regex", |
| 6304 | "version": "1.9.1", |
| 6305 | "repository": { |
| 6306 | "Http": { |
| 6307 | "url": "https://crates.io/api/v1/crates/regex/1.9.1/download", |
| 6308 | "sha256": "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575" |
| 6309 | } |
| 6310 | }, |
| 6311 | "targets": [ |
| 6312 | { |
| 6313 | "Library": { |
| 6314 | "crate_name": "regex", |
| 6315 | "crate_root": "src/lib.rs", |
| 6316 | "srcs": [ |
| 6317 | "**/*.rs" |
| 6318 | ] |
| 6319 | } |
| 6320 | } |
| 6321 | ], |
| 6322 | "library_target_name": "regex", |
| 6323 | "common_attrs": { |
| 6324 | "compile_data_glob": [ |
| 6325 | "**" |
| 6326 | ], |
| 6327 | "crate_features": { |
| 6328 | "common": [ |
| 6329 | "default", |
| 6330 | "perf", |
| 6331 | "perf-backtrack", |
| 6332 | "perf-cache", |
| 6333 | "perf-dfa", |
| 6334 | "perf-inline", |
| 6335 | "perf-literal", |
| 6336 | "perf-onepass", |
| 6337 | "std", |
| 6338 | "unicode", |
| 6339 | "unicode-age", |
| 6340 | "unicode-bool", |
| 6341 | "unicode-case", |
| 6342 | "unicode-gencat", |
| 6343 | "unicode-perl", |
| 6344 | "unicode-script", |
| 6345 | "unicode-segment" |
| 6346 | ], |
| 6347 | "selects": {} |
| 6348 | }, |
| 6349 | "deps": { |
| 6350 | "common": [ |
| 6351 | { |
| 6352 | "id": "aho-corasick 1.0.2", |
| 6353 | "target": "aho_corasick" |
| 6354 | }, |
| 6355 | { |
| 6356 | "id": "memchr 2.5.0", |
| 6357 | "target": "memchr" |
| 6358 | }, |
| 6359 | { |
| 6360 | "id": "regex-automata 0.3.2", |
| 6361 | "target": "regex_automata" |
| 6362 | }, |
| 6363 | { |
| 6364 | "id": "regex-syntax 0.7.3", |
| 6365 | "target": "regex_syntax" |
| 6366 | } |
| 6367 | ], |
| 6368 | "selects": {} |
| 6369 | }, |
| 6370 | "edition": "2021", |
| 6371 | "version": "1.9.1" |
| 6372 | }, |
| 6373 | "license": "MIT OR Apache-2.0" |
| 6374 | }, |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 6375 | "regex-automata 0.3.2": { |
| 6376 | "name": "regex-automata", |
| 6377 | "version": "0.3.2", |
| 6378 | "repository": { |
| 6379 | "Http": { |
| 6380 | "url": "https://crates.io/api/v1/crates/regex-automata/0.3.2/download", |
| 6381 | "sha256": "83d3daa6976cffb758ec878f108ba0e062a45b2d6ca3a2cca965338855476caf" |
| 6382 | } |
| 6383 | }, |
| 6384 | "targets": [ |
| 6385 | { |
| 6386 | "Library": { |
| 6387 | "crate_name": "regex_automata", |
| 6388 | "crate_root": "src/lib.rs", |
| 6389 | "srcs": [ |
| 6390 | "**/*.rs" |
| 6391 | ] |
| 6392 | } |
| 6393 | } |
| 6394 | ], |
| 6395 | "library_target_name": "regex_automata", |
| 6396 | "common_attrs": { |
| 6397 | "compile_data_glob": [ |
| 6398 | "**" |
| 6399 | ], |
| 6400 | "crate_features": { |
| 6401 | "common": [ |
| 6402 | "alloc", |
| 6403 | "dfa-onepass", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 6404 | "dfa-search", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 6405 | "hybrid", |
| 6406 | "meta", |
| 6407 | "nfa-backtrack", |
| 6408 | "nfa-pikevm", |
| 6409 | "nfa-thompson", |
| 6410 | "perf-inline", |
| 6411 | "perf-literal", |
| 6412 | "perf-literal-multisubstring", |
| 6413 | "perf-literal-substring", |
| 6414 | "std", |
| 6415 | "syntax", |
| 6416 | "unicode", |
| 6417 | "unicode-age", |
| 6418 | "unicode-bool", |
| 6419 | "unicode-case", |
| 6420 | "unicode-gencat", |
| 6421 | "unicode-perl", |
| 6422 | "unicode-script", |
| 6423 | "unicode-segment", |
| 6424 | "unicode-word-boundary" |
| 6425 | ], |
| 6426 | "selects": {} |
| 6427 | }, |
| 6428 | "deps": { |
| 6429 | "common": [ |
| 6430 | { |
| 6431 | "id": "aho-corasick 1.0.2", |
| 6432 | "target": "aho_corasick" |
| 6433 | }, |
| 6434 | { |
| 6435 | "id": "memchr 2.5.0", |
| 6436 | "target": "memchr" |
| 6437 | }, |
| 6438 | { |
| 6439 | "id": "regex-syntax 0.7.3", |
| 6440 | "target": "regex_syntax" |
| 6441 | } |
| 6442 | ], |
| 6443 | "selects": {} |
| 6444 | }, |
| 6445 | "edition": "2021", |
| 6446 | "version": "0.3.2" |
| 6447 | }, |
| 6448 | "license": "MIT OR Apache-2.0" |
| 6449 | }, |
| 6450 | "regex-syntax 0.7.3": { |
| 6451 | "name": "regex-syntax", |
| 6452 | "version": "0.7.3", |
| 6453 | "repository": { |
| 6454 | "Http": { |
| 6455 | "url": "https://crates.io/api/v1/crates/regex-syntax/0.7.3/download", |
| 6456 | "sha256": "2ab07dc67230e4a4718e70fd5c20055a4334b121f1f9db8fe63ef39ce9b8c846" |
| 6457 | } |
| 6458 | }, |
| 6459 | "targets": [ |
| 6460 | { |
| 6461 | "Library": { |
| 6462 | "crate_name": "regex_syntax", |
| 6463 | "crate_root": "src/lib.rs", |
| 6464 | "srcs": [ |
| 6465 | "**/*.rs" |
| 6466 | ] |
| 6467 | } |
| 6468 | } |
| 6469 | ], |
| 6470 | "library_target_name": "regex_syntax", |
| 6471 | "common_attrs": { |
| 6472 | "compile_data_glob": [ |
| 6473 | "**" |
| 6474 | ], |
| 6475 | "crate_features": { |
| 6476 | "common": [ |
| 6477 | "default", |
| 6478 | "std", |
| 6479 | "unicode", |
| 6480 | "unicode-age", |
| 6481 | "unicode-bool", |
| 6482 | "unicode-case", |
| 6483 | "unicode-gencat", |
| 6484 | "unicode-perl", |
| 6485 | "unicode-script", |
| 6486 | "unicode-segment" |
| 6487 | ], |
| 6488 | "selects": {} |
| 6489 | }, |
| 6490 | "edition": "2021", |
| 6491 | "version": "0.7.3" |
| 6492 | }, |
| 6493 | "license": "MIT OR Apache-2.0" |
| 6494 | }, |
| 6495 | "rust_info 0.3.2": { |
| 6496 | "name": "rust_info", |
| 6497 | "version": "0.3.2", |
| 6498 | "repository": { |
| 6499 | "Http": { |
| 6500 | "url": "https://crates.io/api/v1/crates/rust_info/0.3.2/download", |
| 6501 | "sha256": "821495e93d15e4433347b3a72e97005f1d8a620dc88d46637fecfcb16e98043d" |
| 6502 | } |
| 6503 | }, |
| 6504 | "targets": [ |
| 6505 | { |
| 6506 | "Library": { |
| 6507 | "crate_name": "rust_info", |
| 6508 | "crate_root": "src/lib.rs", |
| 6509 | "srcs": [ |
| 6510 | "**/*.rs" |
| 6511 | ] |
| 6512 | } |
| 6513 | } |
| 6514 | ], |
| 6515 | "library_target_name": "rust_info", |
| 6516 | "common_attrs": { |
| 6517 | "compile_data_glob": [ |
| 6518 | "**" |
| 6519 | ], |
| 6520 | "edition": "2018", |
| 6521 | "version": "0.3.2" |
| 6522 | }, |
| 6523 | "license": "Apache-2.0" |
| 6524 | }, |
| 6525 | "rustc-demangle 0.1.23": { |
| 6526 | "name": "rustc-demangle", |
| 6527 | "version": "0.1.23", |
| 6528 | "repository": { |
| 6529 | "Http": { |
| 6530 | "url": "https://crates.io/api/v1/crates/rustc-demangle/0.1.23/download", |
| 6531 | "sha256": "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" |
| 6532 | } |
| 6533 | }, |
| 6534 | "targets": [ |
| 6535 | { |
| 6536 | "Library": { |
| 6537 | "crate_name": "rustc_demangle", |
| 6538 | "crate_root": "src/lib.rs", |
| 6539 | "srcs": [ |
| 6540 | "**/*.rs" |
| 6541 | ] |
| 6542 | } |
| 6543 | } |
| 6544 | ], |
| 6545 | "library_target_name": "rustc_demangle", |
| 6546 | "common_attrs": { |
| 6547 | "compile_data_glob": [ |
| 6548 | "**" |
| 6549 | ], |
| 6550 | "edition": "2015", |
| 6551 | "version": "0.1.23" |
| 6552 | }, |
| 6553 | "license": "MIT/Apache-2.0" |
| 6554 | }, |
| 6555 | "rustc-hash 1.1.0": { |
| 6556 | "name": "rustc-hash", |
| 6557 | "version": "1.1.0", |
| 6558 | "repository": { |
| 6559 | "Http": { |
| 6560 | "url": "https://crates.io/api/v1/crates/rustc-hash/1.1.0/download", |
| 6561 | "sha256": "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
| 6562 | } |
| 6563 | }, |
| 6564 | "targets": [ |
| 6565 | { |
| 6566 | "Library": { |
| 6567 | "crate_name": "rustc_hash", |
| 6568 | "crate_root": "src/lib.rs", |
| 6569 | "srcs": [ |
| 6570 | "**/*.rs" |
| 6571 | ] |
| 6572 | } |
| 6573 | } |
| 6574 | ], |
| 6575 | "library_target_name": "rustc_hash", |
| 6576 | "common_attrs": { |
| 6577 | "compile_data_glob": [ |
| 6578 | "**" |
| 6579 | ], |
| 6580 | "crate_features": { |
| 6581 | "common": [ |
| 6582 | "default", |
| 6583 | "std" |
| 6584 | ], |
| 6585 | "selects": {} |
| 6586 | }, |
| 6587 | "edition": "2015", |
| 6588 | "version": "1.1.0" |
| 6589 | }, |
| 6590 | "license": "Apache-2.0/MIT" |
| 6591 | }, |
| 6592 | "rustc_version 0.4.0": { |
| 6593 | "name": "rustc_version", |
| 6594 | "version": "0.4.0", |
| 6595 | "repository": { |
| 6596 | "Http": { |
| 6597 | "url": "https://crates.io/api/v1/crates/rustc_version/0.4.0/download", |
| 6598 | "sha256": "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" |
| 6599 | } |
| 6600 | }, |
| 6601 | "targets": [ |
| 6602 | { |
| 6603 | "Library": { |
| 6604 | "crate_name": "rustc_version", |
| 6605 | "crate_root": "src/lib.rs", |
| 6606 | "srcs": [ |
| 6607 | "**/*.rs" |
| 6608 | ] |
| 6609 | } |
| 6610 | } |
| 6611 | ], |
| 6612 | "library_target_name": "rustc_version", |
| 6613 | "common_attrs": { |
| 6614 | "compile_data_glob": [ |
| 6615 | "**" |
| 6616 | ], |
| 6617 | "deps": { |
| 6618 | "common": [ |
| 6619 | { |
| 6620 | "id": "semver 1.0.17", |
| 6621 | "target": "semver" |
| 6622 | } |
| 6623 | ], |
| 6624 | "selects": {} |
| 6625 | }, |
| 6626 | "edition": "2018", |
| 6627 | "version": "0.4.0" |
| 6628 | }, |
| 6629 | "license": "MIT/Apache-2.0" |
| 6630 | }, |
| 6631 | "rustix 0.37.23": { |
| 6632 | "name": "rustix", |
| 6633 | "version": "0.37.23", |
| 6634 | "repository": { |
| 6635 | "Http": { |
| 6636 | "url": "https://crates.io/api/v1/crates/rustix/0.37.23/download", |
| 6637 | "sha256": "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06" |
| 6638 | } |
| 6639 | }, |
| 6640 | "targets": [ |
| 6641 | { |
| 6642 | "Library": { |
| 6643 | "crate_name": "rustix", |
| 6644 | "crate_root": "src/lib.rs", |
| 6645 | "srcs": [ |
| 6646 | "**/*.rs" |
| 6647 | ] |
| 6648 | } |
| 6649 | }, |
| 6650 | { |
| 6651 | "BuildScript": { |
| 6652 | "crate_name": "build_script_build", |
| 6653 | "crate_root": "build.rs", |
| 6654 | "srcs": [ |
| 6655 | "**/*.rs" |
| 6656 | ] |
| 6657 | } |
| 6658 | } |
| 6659 | ], |
| 6660 | "library_target_name": "rustix", |
| 6661 | "common_attrs": { |
| 6662 | "compile_data_glob": [ |
| 6663 | "**" |
| 6664 | ], |
| 6665 | "crate_features": { |
| 6666 | "common": [ |
| 6667 | "default", |
| 6668 | "fs", |
| 6669 | "io-lifetimes", |
| 6670 | "libc", |
| 6671 | "std", |
| 6672 | "use-libc-auxv" |
| 6673 | ], |
| 6674 | "selects": {} |
| 6675 | }, |
| 6676 | "deps": { |
| 6677 | "common": [ |
| 6678 | { |
| 6679 | "id": "bitflags 1.3.2", |
| 6680 | "target": "bitflags" |
| 6681 | }, |
| 6682 | { |
| 6683 | "id": "io-lifetimes 1.0.11", |
| 6684 | "target": "io_lifetimes" |
| 6685 | }, |
| 6686 | { |
| 6687 | "id": "rustix 0.37.23", |
| 6688 | "target": "build_script_build" |
| 6689 | } |
| 6690 | ], |
| 6691 | "selects": { |
| 6692 | "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))": [ |
| 6693 | { |
| 6694 | "id": "linux-raw-sys 0.3.8", |
| 6695 | "target": "linux_raw_sys" |
| 6696 | } |
| 6697 | ], |
| 6698 | "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))": [ |
| 6699 | { |
| 6700 | "id": "libc 0.2.147", |
| 6701 | "target": "libc" |
| 6702 | }, |
| 6703 | { |
| 6704 | "id": "linux-raw-sys 0.3.8", |
| 6705 | "target": "linux_raw_sys" |
| 6706 | } |
| 6707 | ], |
| 6708 | "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))": [ |
| 6709 | { |
| 6710 | "id": "errno 0.3.1", |
| 6711 | "target": "errno", |
| 6712 | "alias": "libc_errno" |
| 6713 | }, |
| 6714 | { |
| 6715 | "id": "libc 0.2.147", |
| 6716 | "target": "libc" |
| 6717 | } |
| 6718 | ], |
| 6719 | "cfg(windows)": [ |
| 6720 | { |
| 6721 | "id": "errno 0.3.1", |
| 6722 | "target": "errno", |
| 6723 | "alias": "libc_errno" |
| 6724 | }, |
| 6725 | { |
| 6726 | "id": "windows-sys 0.48.0", |
| 6727 | "target": "windows_sys" |
| 6728 | } |
| 6729 | ] |
| 6730 | } |
| 6731 | }, |
| 6732 | "edition": "2018", |
| 6733 | "version": "0.37.23" |
| 6734 | }, |
| 6735 | "build_script_attrs": { |
| 6736 | "data_glob": [ |
| 6737 | "**" |
| 6738 | ] |
| 6739 | }, |
| 6740 | "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" |
| 6741 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 6742 | "rustix 0.38.7": { |
| 6743 | "name": "rustix", |
| 6744 | "version": "0.38.7", |
| 6745 | "repository": { |
| 6746 | "Http": { |
| 6747 | "url": "https://crates.io/api/v1/crates/rustix/0.38.7/download", |
| 6748 | "sha256": "172891ebdceb05aa0005f533a6cbfca599ddd7d966f6f5d4d9b2e70478e70399" |
| 6749 | } |
| 6750 | }, |
| 6751 | "targets": [ |
| 6752 | { |
| 6753 | "Library": { |
| 6754 | "crate_name": "rustix", |
| 6755 | "crate_root": "src/lib.rs", |
| 6756 | "srcs": [ |
| 6757 | "**/*.rs" |
| 6758 | ] |
| 6759 | } |
| 6760 | }, |
| 6761 | { |
| 6762 | "BuildScript": { |
| 6763 | "crate_name": "build_script_build", |
| 6764 | "crate_root": "build.rs", |
| 6765 | "srcs": [ |
| 6766 | "**/*.rs" |
| 6767 | ] |
| 6768 | } |
| 6769 | } |
| 6770 | ], |
| 6771 | "library_target_name": "rustix", |
| 6772 | "common_attrs": { |
| 6773 | "compile_data_glob": [ |
| 6774 | "**" |
| 6775 | ], |
| 6776 | "crate_features": { |
| 6777 | "common": [ |
| 6778 | "default", |
| 6779 | "std", |
| 6780 | "termios", |
| 6781 | "use-libc-auxv" |
| 6782 | ], |
| 6783 | "selects": {} |
| 6784 | }, |
| 6785 | "deps": { |
| 6786 | "common": [ |
| 6787 | { |
| 6788 | "id": "bitflags 2.3.3", |
| 6789 | "target": "bitflags" |
| 6790 | }, |
| 6791 | { |
| 6792 | "id": "rustix 0.38.7", |
| 6793 | "target": "build_script_build" |
| 6794 | } |
| 6795 | ], |
| 6796 | "selects": { |
| 6797 | "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))": [ |
| 6798 | { |
| 6799 | "id": "linux-raw-sys 0.4.5", |
| 6800 | "target": "linux_raw_sys" |
| 6801 | } |
| 6802 | ], |
| 6803 | "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))": [ |
| 6804 | { |
| 6805 | "id": "linux-raw-sys 0.4.5", |
| 6806 | "target": "linux_raw_sys" |
| 6807 | } |
| 6808 | ], |
| 6809 | "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))": [ |
| 6810 | { |
| 6811 | "id": "errno 0.3.1", |
| 6812 | "target": "errno", |
| 6813 | "alias": "libc_errno" |
| 6814 | }, |
| 6815 | { |
| 6816 | "id": "libc 0.2.147", |
| 6817 | "target": "libc" |
| 6818 | } |
| 6819 | ], |
| 6820 | "cfg(windows)": [ |
| 6821 | { |
| 6822 | "id": "errno 0.3.1", |
| 6823 | "target": "errno", |
| 6824 | "alias": "libc_errno" |
| 6825 | }, |
| 6826 | { |
| 6827 | "id": "windows-sys 0.48.0", |
| 6828 | "target": "windows_sys" |
| 6829 | } |
| 6830 | ] |
| 6831 | } |
| 6832 | }, |
| 6833 | "edition": "2021", |
| 6834 | "version": "0.38.7" |
| 6835 | }, |
| 6836 | "build_script_attrs": { |
| 6837 | "data_glob": [ |
| 6838 | "**" |
| 6839 | ] |
| 6840 | }, |
| 6841 | "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" |
| 6842 | }, |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 6843 | "rustversion 1.0.13": { |
| 6844 | "name": "rustversion", |
| 6845 | "version": "1.0.13", |
| 6846 | "repository": { |
| 6847 | "Http": { |
| 6848 | "url": "https://crates.io/api/v1/crates/rustversion/1.0.13/download", |
| 6849 | "sha256": "dc31bd9b61a32c31f9650d18add92aa83a49ba979c143eefd27fe7177b05bd5f" |
| 6850 | } |
| 6851 | }, |
| 6852 | "targets": [ |
| 6853 | { |
| 6854 | "ProcMacro": { |
| 6855 | "crate_name": "rustversion", |
| 6856 | "crate_root": "src/lib.rs", |
| 6857 | "srcs": [ |
| 6858 | "**/*.rs" |
| 6859 | ] |
| 6860 | } |
| 6861 | }, |
| 6862 | { |
| 6863 | "BuildScript": { |
| 6864 | "crate_name": "build_script_build", |
| 6865 | "crate_root": "build/build.rs", |
| 6866 | "srcs": [ |
| 6867 | "**/*.rs" |
| 6868 | ] |
| 6869 | } |
| 6870 | } |
| 6871 | ], |
| 6872 | "library_target_name": "rustversion", |
| 6873 | "common_attrs": { |
| 6874 | "compile_data_glob": [ |
| 6875 | "**" |
| 6876 | ], |
| 6877 | "deps": { |
| 6878 | "common": [ |
| 6879 | { |
| 6880 | "id": "rustversion 1.0.13", |
| 6881 | "target": "build_script_build" |
| 6882 | } |
| 6883 | ], |
| 6884 | "selects": {} |
| 6885 | }, |
| 6886 | "edition": "2018", |
| 6887 | "version": "1.0.13" |
| 6888 | }, |
| 6889 | "build_script_attrs": { |
| 6890 | "data_glob": [ |
| 6891 | "**" |
| 6892 | ] |
| 6893 | }, |
| 6894 | "license": "MIT OR Apache-2.0" |
| 6895 | }, |
| 6896 | "ryu 1.0.14": { |
| 6897 | "name": "ryu", |
| 6898 | "version": "1.0.14", |
| 6899 | "repository": { |
| 6900 | "Http": { |
| 6901 | "url": "https://crates.io/api/v1/crates/ryu/1.0.14/download", |
| 6902 | "sha256": "fe232bdf6be8c8de797b22184ee71118d63780ea42ac85b61d1baa6d3b782ae9" |
| 6903 | } |
| 6904 | }, |
| 6905 | "targets": [ |
| 6906 | { |
| 6907 | "Library": { |
| 6908 | "crate_name": "ryu", |
| 6909 | "crate_root": "src/lib.rs", |
| 6910 | "srcs": [ |
| 6911 | "**/*.rs" |
| 6912 | ] |
| 6913 | } |
| 6914 | } |
| 6915 | ], |
| 6916 | "library_target_name": "ryu", |
| 6917 | "common_attrs": { |
| 6918 | "compile_data_glob": [ |
| 6919 | "**" |
| 6920 | ], |
| 6921 | "edition": "2018", |
| 6922 | "version": "1.0.14" |
| 6923 | }, |
| 6924 | "license": "Apache-2.0 OR BSL-1.0" |
| 6925 | }, |
| 6926 | "semver 1.0.17": { |
| 6927 | "name": "semver", |
| 6928 | "version": "1.0.17", |
| 6929 | "repository": { |
| 6930 | "Http": { |
| 6931 | "url": "https://crates.io/api/v1/crates/semver/1.0.17/download", |
| 6932 | "sha256": "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" |
| 6933 | } |
| 6934 | }, |
| 6935 | "targets": [ |
| 6936 | { |
| 6937 | "Library": { |
| 6938 | "crate_name": "semver", |
| 6939 | "crate_root": "src/lib.rs", |
| 6940 | "srcs": [ |
| 6941 | "**/*.rs" |
| 6942 | ] |
| 6943 | } |
| 6944 | }, |
| 6945 | { |
| 6946 | "BuildScript": { |
| 6947 | "crate_name": "build_script_build", |
| 6948 | "crate_root": "build.rs", |
| 6949 | "srcs": [ |
| 6950 | "**/*.rs" |
| 6951 | ] |
| 6952 | } |
| 6953 | } |
| 6954 | ], |
| 6955 | "library_target_name": "semver", |
| 6956 | "common_attrs": { |
| 6957 | "compile_data_glob": [ |
| 6958 | "**" |
| 6959 | ], |
| 6960 | "crate_features": { |
| 6961 | "common": [ |
| 6962 | "default", |
| 6963 | "std" |
| 6964 | ], |
| 6965 | "selects": {} |
| 6966 | }, |
| 6967 | "deps": { |
| 6968 | "common": [ |
| 6969 | { |
| 6970 | "id": "semver 1.0.17", |
| 6971 | "target": "build_script_build" |
| 6972 | } |
| 6973 | ], |
| 6974 | "selects": {} |
| 6975 | }, |
| 6976 | "edition": "2018", |
| 6977 | "version": "1.0.17" |
| 6978 | }, |
| 6979 | "build_script_attrs": { |
| 6980 | "data_glob": [ |
| 6981 | "**" |
| 6982 | ] |
| 6983 | }, |
| 6984 | "license": "MIT OR Apache-2.0" |
| 6985 | }, |
| 6986 | "serde 1.0.168": { |
| 6987 | "name": "serde", |
| 6988 | "version": "1.0.168", |
| 6989 | "repository": { |
| 6990 | "Http": { |
| 6991 | "url": "https://crates.io/api/v1/crates/serde/1.0.168/download", |
| 6992 | "sha256": "d614f89548720367ded108b3c843be93f3a341e22d5674ca0dd5cd57f34926af" |
| 6993 | } |
| 6994 | }, |
| 6995 | "targets": [ |
| 6996 | { |
| 6997 | "Library": { |
| 6998 | "crate_name": "serde", |
| 6999 | "crate_root": "src/lib.rs", |
| 7000 | "srcs": [ |
| 7001 | "**/*.rs" |
| 7002 | ] |
| 7003 | } |
| 7004 | }, |
| 7005 | { |
| 7006 | "BuildScript": { |
| 7007 | "crate_name": "build_script_build", |
| 7008 | "crate_root": "build.rs", |
| 7009 | "srcs": [ |
| 7010 | "**/*.rs" |
| 7011 | ] |
| 7012 | } |
| 7013 | } |
| 7014 | ], |
| 7015 | "library_target_name": "serde", |
| 7016 | "common_attrs": { |
| 7017 | "compile_data_glob": [ |
| 7018 | "**" |
| 7019 | ], |
| 7020 | "crate_features": { |
| 7021 | "common": [ |
| 7022 | "default", |
| 7023 | "derive", |
| 7024 | "serde_derive", |
| 7025 | "std" |
| 7026 | ], |
| 7027 | "selects": {} |
| 7028 | }, |
| 7029 | "deps": { |
| 7030 | "common": [ |
| 7031 | { |
| 7032 | "id": "serde 1.0.168", |
| 7033 | "target": "build_script_build" |
| 7034 | } |
| 7035 | ], |
| 7036 | "selects": {} |
| 7037 | }, |
| 7038 | "edition": "2015", |
| 7039 | "proc_macro_deps": { |
| 7040 | "common": [ |
| 7041 | { |
| 7042 | "id": "serde_derive 1.0.168", |
| 7043 | "target": "serde_derive" |
| 7044 | } |
| 7045 | ], |
| 7046 | "selects": {} |
| 7047 | }, |
| 7048 | "version": "1.0.168" |
| 7049 | }, |
| 7050 | "build_script_attrs": { |
| 7051 | "data_glob": [ |
| 7052 | "**" |
| 7053 | ] |
| 7054 | }, |
| 7055 | "license": "MIT OR Apache-2.0" |
| 7056 | }, |
| 7057 | "serde_derive 1.0.168": { |
| 7058 | "name": "serde_derive", |
| 7059 | "version": "1.0.168", |
| 7060 | "repository": { |
| 7061 | "Http": { |
| 7062 | "url": "https://crates.io/api/v1/crates/serde_derive/1.0.168/download", |
| 7063 | "sha256": "d4fe589678c688e44177da4f27152ee2d190757271dc7f1d5b6b9f68d869d641" |
| 7064 | } |
| 7065 | }, |
| 7066 | "targets": [ |
| 7067 | { |
| 7068 | "ProcMacro": { |
| 7069 | "crate_name": "serde_derive", |
| 7070 | "crate_root": "src/lib.rs", |
| 7071 | "srcs": [ |
| 7072 | "**/*.rs" |
| 7073 | ] |
| 7074 | } |
| 7075 | } |
| 7076 | ], |
| 7077 | "library_target_name": "serde_derive", |
| 7078 | "common_attrs": { |
| 7079 | "compile_data_glob": [ |
| 7080 | "**" |
| 7081 | ], |
| 7082 | "crate_features": { |
| 7083 | "common": [ |
| 7084 | "default" |
| 7085 | ], |
| 7086 | "selects": {} |
| 7087 | }, |
| 7088 | "deps": { |
| 7089 | "common": [ |
| 7090 | { |
| 7091 | "id": "proc-macro2 1.0.63", |
| 7092 | "target": "proc_macro2" |
| 7093 | }, |
| 7094 | { |
| 7095 | "id": "quote 1.0.29", |
| 7096 | "target": "quote" |
| 7097 | }, |
| 7098 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 7099 | "id": "syn 2.0.28", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 7100 | "target": "syn" |
| 7101 | } |
| 7102 | ], |
| 7103 | "selects": {} |
| 7104 | }, |
| 7105 | "edition": "2015", |
| 7106 | "version": "1.0.168" |
| 7107 | }, |
| 7108 | "license": "MIT OR Apache-2.0" |
| 7109 | }, |
| 7110 | "serde_json 1.0.100": { |
| 7111 | "name": "serde_json", |
| 7112 | "version": "1.0.100", |
| 7113 | "repository": { |
| 7114 | "Http": { |
| 7115 | "url": "https://crates.io/api/v1/crates/serde_json/1.0.100/download", |
| 7116 | "sha256": "0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c" |
| 7117 | } |
| 7118 | }, |
| 7119 | "targets": [ |
| 7120 | { |
| 7121 | "Library": { |
| 7122 | "crate_name": "serde_json", |
| 7123 | "crate_root": "src/lib.rs", |
| 7124 | "srcs": [ |
| 7125 | "**/*.rs" |
| 7126 | ] |
| 7127 | } |
| 7128 | }, |
| 7129 | { |
| 7130 | "BuildScript": { |
| 7131 | "crate_name": "build_script_build", |
| 7132 | "crate_root": "build.rs", |
| 7133 | "srcs": [ |
| 7134 | "**/*.rs" |
| 7135 | ] |
| 7136 | } |
| 7137 | } |
| 7138 | ], |
| 7139 | "library_target_name": "serde_json", |
| 7140 | "common_attrs": { |
| 7141 | "compile_data_glob": [ |
| 7142 | "**" |
| 7143 | ], |
| 7144 | "crate_features": { |
| 7145 | "common": [ |
| 7146 | "default", |
| 7147 | "std" |
| 7148 | ], |
| 7149 | "selects": {} |
| 7150 | }, |
| 7151 | "deps": { |
| 7152 | "common": [ |
| 7153 | { |
| 7154 | "id": "itoa 1.0.8", |
| 7155 | "target": "itoa" |
| 7156 | }, |
| 7157 | { |
| 7158 | "id": "ryu 1.0.14", |
| 7159 | "target": "ryu" |
| 7160 | }, |
| 7161 | { |
| 7162 | "id": "serde 1.0.168", |
| 7163 | "target": "serde" |
| 7164 | }, |
| 7165 | { |
| 7166 | "id": "serde_json 1.0.100", |
| 7167 | "target": "build_script_build" |
| 7168 | } |
| 7169 | ], |
| 7170 | "selects": {} |
| 7171 | }, |
| 7172 | "edition": "2018", |
| 7173 | "version": "1.0.100" |
| 7174 | }, |
| 7175 | "build_script_attrs": { |
| 7176 | "data_glob": [ |
| 7177 | "**" |
| 7178 | ] |
| 7179 | }, |
| 7180 | "license": "MIT OR Apache-2.0" |
| 7181 | }, |
| 7182 | "shlex 1.1.0": { |
| 7183 | "name": "shlex", |
| 7184 | "version": "1.1.0", |
| 7185 | "repository": { |
| 7186 | "Http": { |
| 7187 | "url": "https://crates.io/api/v1/crates/shlex/1.1.0/download", |
| 7188 | "sha256": "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3" |
| 7189 | } |
| 7190 | }, |
| 7191 | "targets": [ |
| 7192 | { |
| 7193 | "Library": { |
| 7194 | "crate_name": "shlex", |
| 7195 | "crate_root": "src/lib.rs", |
| 7196 | "srcs": [ |
| 7197 | "**/*.rs" |
| 7198 | ] |
| 7199 | } |
| 7200 | } |
| 7201 | ], |
| 7202 | "library_target_name": "shlex", |
| 7203 | "common_attrs": { |
| 7204 | "compile_data_glob": [ |
| 7205 | "**" |
| 7206 | ], |
| 7207 | "crate_features": { |
| 7208 | "common": [ |
| 7209 | "default", |
| 7210 | "std" |
| 7211 | ], |
| 7212 | "selects": {} |
| 7213 | }, |
| 7214 | "edition": "2015", |
| 7215 | "version": "1.1.0" |
| 7216 | }, |
| 7217 | "license": "MIT OR Apache-2.0" |
| 7218 | }, |
| 7219 | "slab 0.4.8": { |
| 7220 | "name": "slab", |
| 7221 | "version": "0.4.8", |
| 7222 | "repository": { |
| 7223 | "Http": { |
| 7224 | "url": "https://crates.io/api/v1/crates/slab/0.4.8/download", |
| 7225 | "sha256": "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" |
| 7226 | } |
| 7227 | }, |
| 7228 | "targets": [ |
| 7229 | { |
| 7230 | "Library": { |
| 7231 | "crate_name": "slab", |
| 7232 | "crate_root": "src/lib.rs", |
| 7233 | "srcs": [ |
| 7234 | "**/*.rs" |
| 7235 | ] |
| 7236 | } |
| 7237 | }, |
| 7238 | { |
| 7239 | "BuildScript": { |
| 7240 | "crate_name": "build_script_build", |
| 7241 | "crate_root": "build.rs", |
| 7242 | "srcs": [ |
| 7243 | "**/*.rs" |
| 7244 | ] |
| 7245 | } |
| 7246 | } |
| 7247 | ], |
| 7248 | "library_target_name": "slab", |
| 7249 | "common_attrs": { |
| 7250 | "compile_data_glob": [ |
| 7251 | "**" |
| 7252 | ], |
| 7253 | "crate_features": { |
| 7254 | "common": [ |
| 7255 | "default", |
| 7256 | "std" |
| 7257 | ], |
| 7258 | "selects": {} |
| 7259 | }, |
| 7260 | "deps": { |
| 7261 | "common": [ |
| 7262 | { |
| 7263 | "id": "slab 0.4.8", |
| 7264 | "target": "build_script_build" |
| 7265 | } |
| 7266 | ], |
| 7267 | "selects": {} |
| 7268 | }, |
| 7269 | "edition": "2018", |
| 7270 | "version": "0.4.8" |
| 7271 | }, |
| 7272 | "build_script_attrs": { |
| 7273 | "data_glob": [ |
| 7274 | "**" |
| 7275 | ], |
| 7276 | "deps": { |
| 7277 | "common": [ |
| 7278 | { |
| 7279 | "id": "autocfg 1.1.0", |
| 7280 | "target": "autocfg" |
| 7281 | } |
| 7282 | ], |
| 7283 | "selects": {} |
| 7284 | } |
| 7285 | }, |
| 7286 | "license": "MIT" |
| 7287 | }, |
| 7288 | "smallvec 1.10.0": { |
| 7289 | "name": "smallvec", |
| 7290 | "version": "1.10.0", |
| 7291 | "repository": { |
| 7292 | "Http": { |
| 7293 | "url": "https://crates.io/api/v1/crates/smallvec/1.10.0/download", |
| 7294 | "sha256": "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" |
| 7295 | } |
| 7296 | }, |
| 7297 | "targets": [ |
| 7298 | { |
| 7299 | "Library": { |
| 7300 | "crate_name": "smallvec", |
| 7301 | "crate_root": "src/lib.rs", |
| 7302 | "srcs": [ |
| 7303 | "**/*.rs" |
| 7304 | ] |
| 7305 | } |
| 7306 | } |
| 7307 | ], |
| 7308 | "library_target_name": "smallvec", |
| 7309 | "common_attrs": { |
| 7310 | "compile_data_glob": [ |
| 7311 | "**" |
| 7312 | ], |
| 7313 | "edition": "2018", |
| 7314 | "version": "1.10.0" |
| 7315 | }, |
| 7316 | "license": "MIT OR Apache-2.0" |
| 7317 | }, |
| 7318 | "smawk 0.3.1": { |
| 7319 | "name": "smawk", |
| 7320 | "version": "0.3.1", |
| 7321 | "repository": { |
| 7322 | "Http": { |
| 7323 | "url": "https://crates.io/api/v1/crates/smawk/0.3.1/download", |
| 7324 | "sha256": "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043" |
| 7325 | } |
| 7326 | }, |
| 7327 | "targets": [ |
| 7328 | { |
| 7329 | "Library": { |
| 7330 | "crate_name": "smawk", |
| 7331 | "crate_root": "src/lib.rs", |
| 7332 | "srcs": [ |
| 7333 | "**/*.rs" |
| 7334 | ] |
| 7335 | } |
| 7336 | } |
| 7337 | ], |
| 7338 | "library_target_name": "smawk", |
| 7339 | "common_attrs": { |
| 7340 | "compile_data_glob": [ |
| 7341 | "**" |
| 7342 | ], |
| 7343 | "edition": "2018", |
| 7344 | "version": "0.3.1" |
| 7345 | }, |
| 7346 | "license": "MIT" |
| 7347 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 7348 | "static_assertions 1.1.0": { |
| 7349 | "name": "static_assertions", |
| 7350 | "version": "1.1.0", |
| 7351 | "repository": { |
| 7352 | "Http": { |
| 7353 | "url": "https://crates.io/api/v1/crates/static_assertions/1.1.0/download", |
| 7354 | "sha256": "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| 7355 | } |
| 7356 | }, |
| 7357 | "targets": [ |
| 7358 | { |
| 7359 | "Library": { |
| 7360 | "crate_name": "static_assertions", |
| 7361 | "crate_root": "src/lib.rs", |
| 7362 | "srcs": [ |
| 7363 | "**/*.rs" |
| 7364 | ] |
| 7365 | } |
| 7366 | } |
| 7367 | ], |
| 7368 | "library_target_name": "static_assertions", |
| 7369 | "common_attrs": { |
| 7370 | "compile_data_glob": [ |
| 7371 | "**" |
| 7372 | ], |
| 7373 | "edition": "2015", |
| 7374 | "version": "1.1.0" |
| 7375 | }, |
| 7376 | "license": "MIT OR Apache-2.0" |
| 7377 | }, |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 7378 | "strsim 0.10.0": { |
| 7379 | "name": "strsim", |
| 7380 | "version": "0.10.0", |
| 7381 | "repository": { |
| 7382 | "Http": { |
| 7383 | "url": "https://crates.io/api/v1/crates/strsim/0.10.0/download", |
| 7384 | "sha256": "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
| 7385 | } |
| 7386 | }, |
| 7387 | "targets": [ |
| 7388 | { |
| 7389 | "Library": { |
| 7390 | "crate_name": "strsim", |
| 7391 | "crate_root": "src/lib.rs", |
| 7392 | "srcs": [ |
| 7393 | "**/*.rs" |
| 7394 | ] |
| 7395 | } |
| 7396 | } |
| 7397 | ], |
| 7398 | "library_target_name": "strsim", |
| 7399 | "common_attrs": { |
| 7400 | "compile_data_glob": [ |
| 7401 | "**" |
| 7402 | ], |
| 7403 | "edition": "2015", |
| 7404 | "version": "0.10.0" |
| 7405 | }, |
| 7406 | "license": "MIT" |
| 7407 | }, |
| 7408 | "strsim 0.8.0": { |
| 7409 | "name": "strsim", |
| 7410 | "version": "0.8.0", |
| 7411 | "repository": { |
| 7412 | "Http": { |
| 7413 | "url": "https://crates.io/api/v1/crates/strsim/0.8.0/download", |
| 7414 | "sha256": "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
| 7415 | } |
| 7416 | }, |
| 7417 | "targets": [ |
| 7418 | { |
| 7419 | "Library": { |
| 7420 | "crate_name": "strsim", |
| 7421 | "crate_root": "src/lib.rs", |
| 7422 | "srcs": [ |
| 7423 | "**/*.rs" |
| 7424 | ] |
| 7425 | } |
| 7426 | } |
| 7427 | ], |
| 7428 | "library_target_name": "strsim", |
| 7429 | "common_attrs": { |
| 7430 | "compile_data_glob": [ |
| 7431 | "**" |
| 7432 | ], |
| 7433 | "edition": "2015", |
| 7434 | "version": "0.8.0" |
| 7435 | }, |
| 7436 | "license": "MIT" |
| 7437 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 7438 | "supports-color 2.0.0": { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 7439 | "name": "supports-color", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 7440 | "version": "2.0.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 7441 | "repository": { |
| 7442 | "Http": { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 7443 | "url": "https://crates.io/api/v1/crates/supports-color/2.0.0/download", |
| 7444 | "sha256": "4950e7174bffabe99455511c39707310e7e9b440364a2fcb1cc21521be57b354" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 7445 | } |
| 7446 | }, |
| 7447 | "targets": [ |
| 7448 | { |
| 7449 | "Library": { |
| 7450 | "crate_name": "supports_color", |
| 7451 | "crate_root": "src/lib.rs", |
| 7452 | "srcs": [ |
| 7453 | "**/*.rs" |
| 7454 | ] |
| 7455 | } |
| 7456 | } |
| 7457 | ], |
| 7458 | "library_target_name": "supports_color", |
| 7459 | "common_attrs": { |
| 7460 | "compile_data_glob": [ |
| 7461 | "**" |
| 7462 | ], |
| 7463 | "deps": { |
| 7464 | "common": [ |
| 7465 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 7466 | "id": "is-terminal 0.4.9", |
| 7467 | "target": "is_terminal" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 7468 | }, |
| 7469 | { |
| 7470 | "id": "is_ci 1.1.1", |
| 7471 | "target": "is_ci" |
| 7472 | } |
| 7473 | ], |
| 7474 | "selects": {} |
| 7475 | }, |
| 7476 | "edition": "2018", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 7477 | "version": "2.0.0" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 7478 | }, |
| 7479 | "license": "Apache-2.0" |
| 7480 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 7481 | "supports-hyperlinks 2.1.0": { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 7482 | "name": "supports-hyperlinks", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 7483 | "version": "2.1.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 7484 | "repository": { |
| 7485 | "Http": { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 7486 | "url": "https://crates.io/api/v1/crates/supports-hyperlinks/2.1.0/download", |
| 7487 | "sha256": "f84231692eb0d4d41e4cdd0cabfdd2e6cd9e255e65f80c9aa7c98dd502b4233d" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 7488 | } |
| 7489 | }, |
| 7490 | "targets": [ |
| 7491 | { |
| 7492 | "Library": { |
| 7493 | "crate_name": "supports_hyperlinks", |
| 7494 | "crate_root": "src/lib.rs", |
| 7495 | "srcs": [ |
| 7496 | "**/*.rs" |
| 7497 | ] |
| 7498 | } |
| 7499 | } |
| 7500 | ], |
| 7501 | "library_target_name": "supports_hyperlinks", |
| 7502 | "common_attrs": { |
| 7503 | "compile_data_glob": [ |
| 7504 | "**" |
| 7505 | ], |
| 7506 | "deps": { |
| 7507 | "common": [ |
| 7508 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 7509 | "id": "is-terminal 0.4.9", |
| 7510 | "target": "is_terminal" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 7511 | } |
| 7512 | ], |
| 7513 | "selects": {} |
| 7514 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 7515 | "edition": "2021", |
| 7516 | "version": "2.1.0" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 7517 | }, |
| 7518 | "license": "Apache-2.0" |
| 7519 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 7520 | "supports-unicode 2.0.0": { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 7521 | "name": "supports-unicode", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 7522 | "version": "2.0.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 7523 | "repository": { |
| 7524 | "Http": { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 7525 | "url": "https://crates.io/api/v1/crates/supports-unicode/2.0.0/download", |
| 7526 | "sha256": "4b6c2cb240ab5dd21ed4906895ee23fe5a48acdbd15a3ce388e7b62a9b66baf7" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 7527 | } |
| 7528 | }, |
| 7529 | "targets": [ |
| 7530 | { |
| 7531 | "Library": { |
| 7532 | "crate_name": "supports_unicode", |
| 7533 | "crate_root": "src/lib.rs", |
| 7534 | "srcs": [ |
| 7535 | "**/*.rs" |
| 7536 | ] |
| 7537 | } |
| 7538 | } |
| 7539 | ], |
| 7540 | "library_target_name": "supports_unicode", |
| 7541 | "common_attrs": { |
| 7542 | "compile_data_glob": [ |
| 7543 | "**" |
| 7544 | ], |
| 7545 | "deps": { |
| 7546 | "common": [ |
| 7547 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 7548 | "id": "is-terminal 0.4.9", |
| 7549 | "target": "is_terminal" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 7550 | } |
| 7551 | ], |
| 7552 | "selects": {} |
| 7553 | }, |
| 7554 | "edition": "2018", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 7555 | "version": "2.0.0" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 7556 | }, |
| 7557 | "license": "Apache-2.0" |
| 7558 | }, |
| 7559 | "syn 1.0.109": { |
| 7560 | "name": "syn", |
| 7561 | "version": "1.0.109", |
| 7562 | "repository": { |
| 7563 | "Http": { |
| 7564 | "url": "https://crates.io/api/v1/crates/syn/1.0.109/download", |
| 7565 | "sha256": "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
| 7566 | } |
| 7567 | }, |
| 7568 | "targets": [ |
| 7569 | { |
| 7570 | "Library": { |
| 7571 | "crate_name": "syn", |
| 7572 | "crate_root": "src/lib.rs", |
| 7573 | "srcs": [ |
| 7574 | "**/*.rs" |
| 7575 | ] |
| 7576 | } |
| 7577 | }, |
| 7578 | { |
| 7579 | "BuildScript": { |
| 7580 | "crate_name": "build_script_build", |
| 7581 | "crate_root": "build.rs", |
| 7582 | "srcs": [ |
| 7583 | "**/*.rs" |
| 7584 | ] |
| 7585 | } |
| 7586 | } |
| 7587 | ], |
| 7588 | "library_target_name": "syn", |
| 7589 | "common_attrs": { |
| 7590 | "compile_data_glob": [ |
| 7591 | "**" |
| 7592 | ], |
| 7593 | "crate_features": { |
| 7594 | "common": [ |
| 7595 | "clone-impls", |
| 7596 | "default", |
| 7597 | "derive", |
| 7598 | "extra-traits", |
| 7599 | "full", |
| 7600 | "parsing", |
| 7601 | "printing", |
| 7602 | "proc-macro", |
| 7603 | "quote" |
| 7604 | ], |
| 7605 | "selects": {} |
| 7606 | }, |
| 7607 | "deps": { |
| 7608 | "common": [ |
| 7609 | { |
| 7610 | "id": "proc-macro2 1.0.63", |
| 7611 | "target": "proc_macro2" |
| 7612 | }, |
| 7613 | { |
| 7614 | "id": "quote 1.0.29", |
| 7615 | "target": "quote" |
| 7616 | }, |
| 7617 | { |
| 7618 | "id": "syn 1.0.109", |
| 7619 | "target": "build_script_build" |
| 7620 | }, |
| 7621 | { |
| 7622 | "id": "unicode-ident 1.0.9", |
| 7623 | "target": "unicode_ident" |
| 7624 | } |
| 7625 | ], |
| 7626 | "selects": {} |
| 7627 | }, |
| 7628 | "edition": "2018", |
| 7629 | "version": "1.0.109" |
| 7630 | }, |
| 7631 | "build_script_attrs": { |
| 7632 | "data_glob": [ |
| 7633 | "**" |
| 7634 | ] |
| 7635 | }, |
| 7636 | "license": "MIT OR Apache-2.0" |
| 7637 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 7638 | "syn 2.0.28": { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 7639 | "name": "syn", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 7640 | "version": "2.0.28", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 7641 | "repository": { |
| 7642 | "Http": { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 7643 | "url": "https://crates.io/api/v1/crates/syn/2.0.28/download", |
| 7644 | "sha256": "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 7645 | } |
| 7646 | }, |
| 7647 | "targets": [ |
| 7648 | { |
| 7649 | "Library": { |
| 7650 | "crate_name": "syn", |
| 7651 | "crate_root": "src/lib.rs", |
| 7652 | "srcs": [ |
| 7653 | "**/*.rs" |
| 7654 | ] |
| 7655 | } |
| 7656 | } |
| 7657 | ], |
| 7658 | "library_target_name": "syn", |
| 7659 | "common_attrs": { |
| 7660 | "compile_data_glob": [ |
| 7661 | "**" |
| 7662 | ], |
| 7663 | "crate_features": { |
| 7664 | "common": [ |
| 7665 | "clone-impls", |
| 7666 | "default", |
| 7667 | "derive", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 7668 | "extra-traits", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 7669 | "full", |
| 7670 | "parsing", |
| 7671 | "printing", |
| 7672 | "proc-macro", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 7673 | "quote", |
| 7674 | "visit-mut" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 7675 | ], |
| 7676 | "selects": {} |
| 7677 | }, |
| 7678 | "deps": { |
| 7679 | "common": [ |
| 7680 | { |
| 7681 | "id": "proc-macro2 1.0.63", |
| 7682 | "target": "proc_macro2" |
| 7683 | }, |
| 7684 | { |
| 7685 | "id": "quote 1.0.29", |
| 7686 | "target": "quote" |
| 7687 | }, |
| 7688 | { |
| 7689 | "id": "unicode-ident 1.0.9", |
| 7690 | "target": "unicode_ident" |
| 7691 | } |
| 7692 | ], |
| 7693 | "selects": {} |
| 7694 | }, |
| 7695 | "edition": "2021", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 7696 | "version": "2.0.28" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 7697 | }, |
| 7698 | "license": "MIT OR Apache-2.0" |
| 7699 | }, |
| 7700 | "tempfile 3.6.0": { |
| 7701 | "name": "tempfile", |
| 7702 | "version": "3.6.0", |
| 7703 | "repository": { |
| 7704 | "Http": { |
| 7705 | "url": "https://crates.io/api/v1/crates/tempfile/3.6.0/download", |
| 7706 | "sha256": "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6" |
| 7707 | } |
| 7708 | }, |
| 7709 | "targets": [ |
| 7710 | { |
| 7711 | "Library": { |
| 7712 | "crate_name": "tempfile", |
| 7713 | "crate_root": "src/lib.rs", |
| 7714 | "srcs": [ |
| 7715 | "**/*.rs" |
| 7716 | ] |
| 7717 | } |
| 7718 | }, |
| 7719 | { |
| 7720 | "BuildScript": { |
| 7721 | "crate_name": "build_script_build", |
| 7722 | "crate_root": "build.rs", |
| 7723 | "srcs": [ |
| 7724 | "**/*.rs" |
| 7725 | ] |
| 7726 | } |
| 7727 | } |
| 7728 | ], |
| 7729 | "library_target_name": "tempfile", |
| 7730 | "common_attrs": { |
| 7731 | "compile_data_glob": [ |
| 7732 | "**" |
| 7733 | ], |
| 7734 | "deps": { |
| 7735 | "common": [ |
| 7736 | { |
| 7737 | "id": "cfg-if 1.0.0", |
| 7738 | "target": "cfg_if" |
| 7739 | }, |
| 7740 | { |
| 7741 | "id": "fastrand 1.9.0", |
| 7742 | "target": "fastrand" |
| 7743 | }, |
| 7744 | { |
| 7745 | "id": "tempfile 3.6.0", |
| 7746 | "target": "build_script_build" |
| 7747 | } |
| 7748 | ], |
| 7749 | "selects": { |
| 7750 | "cfg(any(unix, target_os = \"wasi\"))": [ |
| 7751 | { |
| 7752 | "id": "rustix 0.37.23", |
| 7753 | "target": "rustix" |
| 7754 | } |
| 7755 | ], |
| 7756 | "cfg(target_os = \"redox\")": [ |
| 7757 | { |
| 7758 | "id": "redox_syscall 0.3.5", |
| 7759 | "target": "syscall" |
| 7760 | } |
| 7761 | ], |
| 7762 | "cfg(windows)": [ |
| 7763 | { |
| 7764 | "id": "windows-sys 0.48.0", |
| 7765 | "target": "windows_sys" |
| 7766 | } |
| 7767 | ] |
| 7768 | } |
| 7769 | }, |
| 7770 | "edition": "2018", |
| 7771 | "version": "3.6.0" |
| 7772 | }, |
| 7773 | "build_script_attrs": { |
| 7774 | "data_glob": [ |
| 7775 | "**" |
| 7776 | ], |
| 7777 | "deps": { |
| 7778 | "common": [ |
| 7779 | { |
| 7780 | "id": "autocfg 1.1.0", |
| 7781 | "target": "autocfg" |
| 7782 | } |
| 7783 | ], |
| 7784 | "selects": {} |
| 7785 | } |
| 7786 | }, |
| 7787 | "license": "MIT OR Apache-2.0" |
| 7788 | }, |
| 7789 | "termcolor 1.2.0": { |
| 7790 | "name": "termcolor", |
| 7791 | "version": "1.2.0", |
| 7792 | "repository": { |
| 7793 | "Http": { |
| 7794 | "url": "https://crates.io/api/v1/crates/termcolor/1.2.0/download", |
| 7795 | "sha256": "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" |
| 7796 | } |
| 7797 | }, |
| 7798 | "targets": [ |
| 7799 | { |
| 7800 | "Library": { |
| 7801 | "crate_name": "termcolor", |
| 7802 | "crate_root": "src/lib.rs", |
| 7803 | "srcs": [ |
| 7804 | "**/*.rs" |
| 7805 | ] |
| 7806 | } |
| 7807 | } |
| 7808 | ], |
| 7809 | "library_target_name": "termcolor", |
| 7810 | "common_attrs": { |
| 7811 | "compile_data_glob": [ |
| 7812 | "**" |
| 7813 | ], |
| 7814 | "deps": { |
| 7815 | "common": [], |
| 7816 | "selects": { |
| 7817 | "cfg(windows)": [ |
| 7818 | { |
| 7819 | "id": "winapi-util 0.1.5", |
| 7820 | "target": "winapi_util" |
| 7821 | } |
| 7822 | ] |
| 7823 | } |
| 7824 | }, |
| 7825 | "edition": "2018", |
| 7826 | "version": "1.2.0" |
| 7827 | }, |
| 7828 | "license": "Unlicense OR MIT" |
| 7829 | }, |
| 7830 | "terminal_size 0.1.17": { |
| 7831 | "name": "terminal_size", |
| 7832 | "version": "0.1.17", |
| 7833 | "repository": { |
| 7834 | "Http": { |
| 7835 | "url": "https://crates.io/api/v1/crates/terminal_size/0.1.17/download", |
| 7836 | "sha256": "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df" |
| 7837 | } |
| 7838 | }, |
| 7839 | "targets": [ |
| 7840 | { |
| 7841 | "Library": { |
| 7842 | "crate_name": "terminal_size", |
| 7843 | "crate_root": "src/lib.rs", |
| 7844 | "srcs": [ |
| 7845 | "**/*.rs" |
| 7846 | ] |
| 7847 | } |
| 7848 | } |
| 7849 | ], |
| 7850 | "library_target_name": "terminal_size", |
| 7851 | "common_attrs": { |
| 7852 | "compile_data_glob": [ |
| 7853 | "**" |
| 7854 | ], |
| 7855 | "deps": { |
| 7856 | "common": [], |
| 7857 | "selects": { |
| 7858 | "cfg(not(windows))": [ |
| 7859 | { |
| 7860 | "id": "libc 0.2.147", |
| 7861 | "target": "libc" |
| 7862 | } |
| 7863 | ], |
| 7864 | "cfg(windows)": [ |
| 7865 | { |
| 7866 | "id": "winapi 0.3.9", |
| 7867 | "target": "winapi" |
| 7868 | } |
| 7869 | ] |
| 7870 | } |
| 7871 | }, |
| 7872 | "edition": "2018", |
| 7873 | "version": "0.1.17" |
| 7874 | }, |
| 7875 | "license": "MIT OR Apache-2.0" |
| 7876 | }, |
| 7877 | "termtree 0.4.1": { |
| 7878 | "name": "termtree", |
| 7879 | "version": "0.4.1", |
| 7880 | "repository": { |
| 7881 | "Http": { |
| 7882 | "url": "https://crates.io/api/v1/crates/termtree/0.4.1/download", |
| 7883 | "sha256": "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" |
| 7884 | } |
| 7885 | }, |
| 7886 | "targets": [ |
| 7887 | { |
| 7888 | "Library": { |
| 7889 | "crate_name": "termtree", |
| 7890 | "crate_root": "src/lib.rs", |
| 7891 | "srcs": [ |
| 7892 | "**/*.rs" |
| 7893 | ] |
| 7894 | } |
| 7895 | } |
| 7896 | ], |
| 7897 | "library_target_name": "termtree", |
| 7898 | "common_attrs": { |
| 7899 | "compile_data_glob": [ |
| 7900 | "**" |
| 7901 | ], |
| 7902 | "edition": "2018", |
| 7903 | "version": "0.4.1" |
| 7904 | }, |
| 7905 | "license": "MIT" |
| 7906 | }, |
| 7907 | "test-log 0.2.12": { |
| 7908 | "name": "test-log", |
| 7909 | "version": "0.2.12", |
| 7910 | "repository": { |
| 7911 | "Http": { |
| 7912 | "url": "https://crates.io/api/v1/crates/test-log/0.2.12/download", |
| 7913 | "sha256": "d9601d162c1d77e62c1ea0bc8116cd1caf143ce3af947536c3c9052a1677fe0c" |
| 7914 | } |
| 7915 | }, |
| 7916 | "targets": [ |
| 7917 | { |
| 7918 | "ProcMacro": { |
| 7919 | "crate_name": "test_log", |
| 7920 | "crate_root": "src/lib.rs", |
| 7921 | "srcs": [ |
| 7922 | "**/*.rs" |
| 7923 | ] |
| 7924 | } |
| 7925 | } |
| 7926 | ], |
| 7927 | "library_target_name": "test_log", |
| 7928 | "common_attrs": { |
| 7929 | "compile_data_glob": [ |
| 7930 | "**" |
| 7931 | ], |
| 7932 | "crate_features": { |
| 7933 | "common": [ |
| 7934 | "default", |
| 7935 | "log" |
| 7936 | ], |
| 7937 | "selects": {} |
| 7938 | }, |
| 7939 | "deps": { |
| 7940 | "common": [ |
| 7941 | { |
| 7942 | "id": "proc-macro2 1.0.63", |
| 7943 | "target": "proc_macro2" |
| 7944 | }, |
| 7945 | { |
| 7946 | "id": "quote 1.0.29", |
| 7947 | "target": "quote" |
| 7948 | }, |
| 7949 | { |
| 7950 | "id": "syn 1.0.109", |
| 7951 | "target": "syn" |
| 7952 | } |
| 7953 | ], |
| 7954 | "selects": {} |
| 7955 | }, |
| 7956 | "edition": "2018", |
| 7957 | "version": "0.2.12" |
| 7958 | }, |
| 7959 | "license": "Apache-2.0 OR MIT" |
| 7960 | }, |
| 7961 | "textwrap 0.11.0": { |
| 7962 | "name": "textwrap", |
| 7963 | "version": "0.11.0", |
| 7964 | "repository": { |
| 7965 | "Http": { |
| 7966 | "url": "https://crates.io/api/v1/crates/textwrap/0.11.0/download", |
| 7967 | "sha256": "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
| 7968 | } |
| 7969 | }, |
| 7970 | "targets": [ |
| 7971 | { |
| 7972 | "Library": { |
| 7973 | "crate_name": "textwrap", |
| 7974 | "crate_root": "src/lib.rs", |
| 7975 | "srcs": [ |
| 7976 | "**/*.rs" |
| 7977 | ] |
| 7978 | } |
| 7979 | } |
| 7980 | ], |
| 7981 | "library_target_name": "textwrap", |
| 7982 | "common_attrs": { |
| 7983 | "compile_data_glob": [ |
| 7984 | "**" |
| 7985 | ], |
| 7986 | "deps": { |
| 7987 | "common": [ |
| 7988 | { |
| 7989 | "id": "unicode-width 0.1.10", |
| 7990 | "target": "unicode_width" |
| 7991 | } |
| 7992 | ], |
| 7993 | "selects": {} |
| 7994 | }, |
| 7995 | "edition": "2015", |
| 7996 | "version": "0.11.0" |
| 7997 | }, |
| 7998 | "license": "MIT" |
| 7999 | }, |
| 8000 | "textwrap 0.15.2": { |
| 8001 | "name": "textwrap", |
| 8002 | "version": "0.15.2", |
| 8003 | "repository": { |
| 8004 | "Http": { |
| 8005 | "url": "https://crates.io/api/v1/crates/textwrap/0.15.2/download", |
| 8006 | "sha256": "b7b3e525a49ec206798b40326a44121291b530c963cfb01018f63e135bac543d" |
| 8007 | } |
| 8008 | }, |
| 8009 | "targets": [ |
| 8010 | { |
| 8011 | "Library": { |
| 8012 | "crate_name": "textwrap", |
| 8013 | "crate_root": "src/lib.rs", |
| 8014 | "srcs": [ |
| 8015 | "**/*.rs" |
| 8016 | ] |
| 8017 | } |
| 8018 | } |
| 8019 | ], |
| 8020 | "library_target_name": "textwrap", |
| 8021 | "common_attrs": { |
| 8022 | "compile_data_glob": [ |
| 8023 | "**" |
| 8024 | ], |
| 8025 | "crate_features": { |
| 8026 | "common": [ |
| 8027 | "default", |
| 8028 | "smawk", |
| 8029 | "unicode-linebreak", |
| 8030 | "unicode-width" |
| 8031 | ], |
| 8032 | "selects": {} |
| 8033 | }, |
| 8034 | "deps": { |
| 8035 | "common": [ |
| 8036 | { |
| 8037 | "id": "smawk 0.3.1", |
| 8038 | "target": "smawk" |
| 8039 | }, |
| 8040 | { |
| 8041 | "id": "unicode-linebreak 0.1.4", |
| 8042 | "target": "unicode_linebreak" |
| 8043 | }, |
| 8044 | { |
| 8045 | "id": "unicode-width 0.1.10", |
| 8046 | "target": "unicode_width" |
| 8047 | } |
| 8048 | ], |
| 8049 | "selects": {} |
| 8050 | }, |
| 8051 | "edition": "2018", |
| 8052 | "version": "0.15.2" |
| 8053 | }, |
| 8054 | "license": "MIT" |
| 8055 | }, |
| 8056 | "textwrap 0.16.0": { |
| 8057 | "name": "textwrap", |
| 8058 | "version": "0.16.0", |
| 8059 | "repository": { |
| 8060 | "Http": { |
| 8061 | "url": "https://crates.io/api/v1/crates/textwrap/0.16.0/download", |
| 8062 | "sha256": "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" |
| 8063 | } |
| 8064 | }, |
| 8065 | "targets": [ |
| 8066 | { |
| 8067 | "Library": { |
| 8068 | "crate_name": "textwrap", |
| 8069 | "crate_root": "src/lib.rs", |
| 8070 | "srcs": [ |
| 8071 | "**/*.rs" |
| 8072 | ] |
| 8073 | } |
| 8074 | } |
| 8075 | ], |
| 8076 | "library_target_name": "textwrap", |
| 8077 | "common_attrs": { |
| 8078 | "compile_data_glob": [ |
| 8079 | "**" |
| 8080 | ], |
| 8081 | "edition": "2021", |
| 8082 | "version": "0.16.0" |
| 8083 | }, |
| 8084 | "license": "MIT" |
| 8085 | }, |
| 8086 | "thiserror 1.0.40": { |
| 8087 | "name": "thiserror", |
| 8088 | "version": "1.0.40", |
| 8089 | "repository": { |
| 8090 | "Http": { |
| 8091 | "url": "https://crates.io/api/v1/crates/thiserror/1.0.40/download", |
| 8092 | "sha256": "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" |
| 8093 | } |
| 8094 | }, |
| 8095 | "targets": [ |
| 8096 | { |
| 8097 | "Library": { |
| 8098 | "crate_name": "thiserror", |
| 8099 | "crate_root": "src/lib.rs", |
| 8100 | "srcs": [ |
| 8101 | "**/*.rs" |
| 8102 | ] |
| 8103 | } |
| 8104 | }, |
| 8105 | { |
| 8106 | "BuildScript": { |
| 8107 | "crate_name": "build_script_build", |
| 8108 | "crate_root": "build.rs", |
| 8109 | "srcs": [ |
| 8110 | "**/*.rs" |
| 8111 | ] |
| 8112 | } |
| 8113 | } |
| 8114 | ], |
| 8115 | "library_target_name": "thiserror", |
| 8116 | "common_attrs": { |
| 8117 | "compile_data_glob": [ |
| 8118 | "**" |
| 8119 | ], |
| 8120 | "deps": { |
| 8121 | "common": [ |
| 8122 | { |
| 8123 | "id": "thiserror 1.0.40", |
| 8124 | "target": "build_script_build" |
| 8125 | } |
| 8126 | ], |
| 8127 | "selects": {} |
| 8128 | }, |
| 8129 | "edition": "2018", |
| 8130 | "proc_macro_deps": { |
| 8131 | "common": [ |
| 8132 | { |
| 8133 | "id": "thiserror-impl 1.0.40", |
| 8134 | "target": "thiserror_impl" |
| 8135 | } |
| 8136 | ], |
| 8137 | "selects": {} |
| 8138 | }, |
| 8139 | "version": "1.0.40" |
| 8140 | }, |
| 8141 | "build_script_attrs": { |
| 8142 | "data_glob": [ |
| 8143 | "**" |
| 8144 | ] |
| 8145 | }, |
| 8146 | "license": "MIT OR Apache-2.0" |
| 8147 | }, |
| 8148 | "thiserror-impl 1.0.40": { |
| 8149 | "name": "thiserror-impl", |
| 8150 | "version": "1.0.40", |
| 8151 | "repository": { |
| 8152 | "Http": { |
| 8153 | "url": "https://crates.io/api/v1/crates/thiserror-impl/1.0.40/download", |
| 8154 | "sha256": "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" |
| 8155 | } |
| 8156 | }, |
| 8157 | "targets": [ |
| 8158 | { |
| 8159 | "ProcMacro": { |
| 8160 | "crate_name": "thiserror_impl", |
| 8161 | "crate_root": "src/lib.rs", |
| 8162 | "srcs": [ |
| 8163 | "**/*.rs" |
| 8164 | ] |
| 8165 | } |
| 8166 | } |
| 8167 | ], |
| 8168 | "library_target_name": "thiserror_impl", |
| 8169 | "common_attrs": { |
| 8170 | "compile_data_glob": [ |
| 8171 | "**" |
| 8172 | ], |
| 8173 | "deps": { |
| 8174 | "common": [ |
| 8175 | { |
| 8176 | "id": "proc-macro2 1.0.63", |
| 8177 | "target": "proc_macro2" |
| 8178 | }, |
| 8179 | { |
| 8180 | "id": "quote 1.0.29", |
| 8181 | "target": "quote" |
| 8182 | }, |
| 8183 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 8184 | "id": "syn 2.0.28", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 8185 | "target": "syn" |
| 8186 | } |
| 8187 | ], |
| 8188 | "selects": {} |
| 8189 | }, |
| 8190 | "edition": "2018", |
| 8191 | "version": "1.0.40" |
| 8192 | }, |
| 8193 | "license": "MIT OR Apache-2.0" |
| 8194 | }, |
| 8195 | "toml 0.5.11": { |
| 8196 | "name": "toml", |
| 8197 | "version": "0.5.11", |
| 8198 | "repository": { |
| 8199 | "Http": { |
| 8200 | "url": "https://crates.io/api/v1/crates/toml/0.5.11/download", |
| 8201 | "sha256": "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" |
| 8202 | } |
| 8203 | }, |
| 8204 | "targets": [ |
| 8205 | { |
| 8206 | "Library": { |
| 8207 | "crate_name": "toml", |
| 8208 | "crate_root": "src/lib.rs", |
| 8209 | "srcs": [ |
| 8210 | "**/*.rs" |
| 8211 | ] |
| 8212 | } |
| 8213 | } |
| 8214 | ], |
| 8215 | "library_target_name": "toml", |
| 8216 | "common_attrs": { |
| 8217 | "compile_data_glob": [ |
| 8218 | "**" |
| 8219 | ], |
| 8220 | "crate_features": { |
| 8221 | "common": [ |
| 8222 | "default" |
| 8223 | ], |
| 8224 | "selects": {} |
| 8225 | }, |
| 8226 | "deps": { |
| 8227 | "common": [ |
| 8228 | { |
| 8229 | "id": "serde 1.0.168", |
| 8230 | "target": "serde" |
| 8231 | } |
| 8232 | ], |
| 8233 | "selects": {} |
| 8234 | }, |
| 8235 | "edition": "2018", |
| 8236 | "version": "0.5.11" |
| 8237 | }, |
| 8238 | "license": "MIT/Apache-2.0" |
| 8239 | }, |
| 8240 | "trybuild 1.0.81": { |
| 8241 | "name": "trybuild", |
| 8242 | "version": "1.0.81", |
| 8243 | "repository": { |
| 8244 | "Http": { |
| 8245 | "url": "https://crates.io/api/v1/crates/trybuild/1.0.81/download", |
| 8246 | "sha256": "04366e99ff743345622cd00af2af01d711dc2d1ef59250d7347698d21b546729" |
| 8247 | } |
| 8248 | }, |
| 8249 | "targets": [ |
| 8250 | { |
| 8251 | "Library": { |
| 8252 | "crate_name": "trybuild", |
| 8253 | "crate_root": "src/lib.rs", |
| 8254 | "srcs": [ |
| 8255 | "**/*.rs" |
| 8256 | ] |
| 8257 | } |
| 8258 | }, |
| 8259 | { |
| 8260 | "BuildScript": { |
| 8261 | "crate_name": "build_script_build", |
| 8262 | "crate_root": "build.rs", |
| 8263 | "srcs": [ |
| 8264 | "**/*.rs" |
| 8265 | ] |
| 8266 | } |
| 8267 | } |
| 8268 | ], |
| 8269 | "library_target_name": "trybuild", |
| 8270 | "common_attrs": { |
| 8271 | "compile_data_glob": [ |
| 8272 | "**" |
| 8273 | ], |
| 8274 | "deps": { |
| 8275 | "common": [ |
| 8276 | { |
| 8277 | "id": "basic-toml 0.1.3", |
| 8278 | "target": "basic_toml" |
| 8279 | }, |
| 8280 | { |
| 8281 | "id": "glob 0.3.1", |
| 8282 | "target": "glob" |
| 8283 | }, |
| 8284 | { |
| 8285 | "id": "once_cell 1.18.0", |
| 8286 | "target": "once_cell" |
| 8287 | }, |
| 8288 | { |
| 8289 | "id": "serde 1.0.168", |
| 8290 | "target": "serde" |
| 8291 | }, |
| 8292 | { |
| 8293 | "id": "serde_json 1.0.100", |
| 8294 | "target": "serde_json" |
| 8295 | }, |
| 8296 | { |
| 8297 | "id": "termcolor 1.2.0", |
| 8298 | "target": "termcolor" |
| 8299 | }, |
| 8300 | { |
| 8301 | "id": "trybuild 1.0.81", |
| 8302 | "target": "build_script_build" |
| 8303 | } |
| 8304 | ], |
| 8305 | "selects": {} |
| 8306 | }, |
| 8307 | "edition": "2018", |
| 8308 | "proc_macro_deps": { |
| 8309 | "common": [ |
| 8310 | { |
| 8311 | "id": "serde_derive 1.0.168", |
| 8312 | "target": "serde_derive" |
| 8313 | } |
| 8314 | ], |
| 8315 | "selects": {} |
| 8316 | }, |
| 8317 | "version": "1.0.81" |
| 8318 | }, |
| 8319 | "build_script_attrs": { |
| 8320 | "data_glob": [ |
| 8321 | "**" |
| 8322 | ] |
| 8323 | }, |
| 8324 | "license": "MIT OR Apache-2.0" |
| 8325 | }, |
| 8326 | "unicode-ident 1.0.9": { |
| 8327 | "name": "unicode-ident", |
| 8328 | "version": "1.0.9", |
| 8329 | "repository": { |
| 8330 | "Http": { |
| 8331 | "url": "https://crates.io/api/v1/crates/unicode-ident/1.0.9/download", |
| 8332 | "sha256": "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0" |
| 8333 | } |
| 8334 | }, |
| 8335 | "targets": [ |
| 8336 | { |
| 8337 | "Library": { |
| 8338 | "crate_name": "unicode_ident", |
| 8339 | "crate_root": "src/lib.rs", |
| 8340 | "srcs": [ |
| 8341 | "**/*.rs" |
| 8342 | ] |
| 8343 | } |
| 8344 | } |
| 8345 | ], |
| 8346 | "library_target_name": "unicode_ident", |
| 8347 | "common_attrs": { |
| 8348 | "compile_data_glob": [ |
| 8349 | "**" |
| 8350 | ], |
| 8351 | "edition": "2018", |
| 8352 | "version": "1.0.9" |
| 8353 | }, |
| 8354 | "license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016" |
| 8355 | }, |
| 8356 | "unicode-linebreak 0.1.4": { |
| 8357 | "name": "unicode-linebreak", |
| 8358 | "version": "0.1.4", |
| 8359 | "repository": { |
| 8360 | "Http": { |
| 8361 | "url": "https://crates.io/api/v1/crates/unicode-linebreak/0.1.4/download", |
| 8362 | "sha256": "c5faade31a542b8b35855fff6e8def199853b2da8da256da52f52f1316ee3137" |
| 8363 | } |
| 8364 | }, |
| 8365 | "targets": [ |
| 8366 | { |
| 8367 | "Library": { |
| 8368 | "crate_name": "unicode_linebreak", |
| 8369 | "crate_root": "src/lib.rs", |
| 8370 | "srcs": [ |
| 8371 | "**/*.rs" |
| 8372 | ] |
| 8373 | } |
| 8374 | }, |
| 8375 | { |
| 8376 | "BuildScript": { |
| 8377 | "crate_name": "build_script_build", |
| 8378 | "crate_root": "build.rs", |
| 8379 | "srcs": [ |
| 8380 | "**/*.rs" |
| 8381 | ] |
| 8382 | } |
| 8383 | } |
| 8384 | ], |
| 8385 | "library_target_name": "unicode_linebreak", |
| 8386 | "common_attrs": { |
| 8387 | "compile_data_glob": [ |
| 8388 | "**" |
| 8389 | ], |
| 8390 | "deps": { |
| 8391 | "common": [ |
| 8392 | { |
| 8393 | "id": "unicode-linebreak 0.1.4", |
| 8394 | "target": "build_script_build" |
| 8395 | } |
| 8396 | ], |
| 8397 | "selects": {} |
| 8398 | }, |
| 8399 | "edition": "2021", |
| 8400 | "version": "0.1.4" |
| 8401 | }, |
| 8402 | "build_script_attrs": { |
| 8403 | "data_glob": [ |
| 8404 | "**" |
| 8405 | ], |
| 8406 | "deps": { |
| 8407 | "common": [ |
| 8408 | { |
| 8409 | "id": "hashbrown 0.12.3", |
| 8410 | "target": "hashbrown" |
| 8411 | }, |
| 8412 | { |
| 8413 | "id": "regex 1.9.1", |
| 8414 | "target": "regex" |
| 8415 | } |
| 8416 | ], |
| 8417 | "selects": {} |
| 8418 | } |
| 8419 | }, |
| 8420 | "license": "Apache-2.0" |
| 8421 | }, |
| 8422 | "unicode-width 0.1.10": { |
| 8423 | "name": "unicode-width", |
| 8424 | "version": "0.1.10", |
| 8425 | "repository": { |
| 8426 | "Http": { |
| 8427 | "url": "https://crates.io/api/v1/crates/unicode-width/0.1.10/download", |
| 8428 | "sha256": "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" |
| 8429 | } |
| 8430 | }, |
| 8431 | "targets": [ |
| 8432 | { |
| 8433 | "Library": { |
| 8434 | "crate_name": "unicode_width", |
| 8435 | "crate_root": "src/lib.rs", |
| 8436 | "srcs": [ |
| 8437 | "**/*.rs" |
| 8438 | ] |
| 8439 | } |
| 8440 | } |
| 8441 | ], |
| 8442 | "library_target_name": "unicode_width", |
| 8443 | "common_attrs": { |
| 8444 | "compile_data_glob": [ |
| 8445 | "**" |
| 8446 | ], |
| 8447 | "crate_features": { |
| 8448 | "common": [ |
| 8449 | "default" |
| 8450 | ], |
| 8451 | "selects": {} |
| 8452 | }, |
| 8453 | "edition": "2015", |
| 8454 | "version": "0.1.10" |
| 8455 | }, |
| 8456 | "license": "MIT/Apache-2.0" |
| 8457 | }, |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame] | 8458 | "utf8parse 0.2.1": { |
| 8459 | "name": "utf8parse", |
| 8460 | "version": "0.2.1", |
| 8461 | "repository": { |
| 8462 | "Http": { |
| 8463 | "url": "https://crates.io/api/v1/crates/utf8parse/0.2.1/download", |
| 8464 | "sha256": "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" |
| 8465 | } |
| 8466 | }, |
| 8467 | "targets": [ |
| 8468 | { |
| 8469 | "Library": { |
| 8470 | "crate_name": "utf8parse", |
| 8471 | "crate_root": "src/lib.rs", |
| 8472 | "srcs": [ |
| 8473 | "**/*.rs" |
| 8474 | ] |
| 8475 | } |
| 8476 | } |
| 8477 | ], |
| 8478 | "library_target_name": "utf8parse", |
| 8479 | "common_attrs": { |
| 8480 | "compile_data_glob": [ |
| 8481 | "**" |
| 8482 | ], |
| 8483 | "crate_features": { |
| 8484 | "common": [ |
| 8485 | "default" |
| 8486 | ], |
| 8487 | "selects": {} |
| 8488 | }, |
| 8489 | "edition": "2018", |
| 8490 | "version": "0.2.1" |
| 8491 | }, |
| 8492 | "license": "Apache-2.0 OR MIT" |
| 8493 | }, |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 8494 | "uuid 1.4.0": { |
| 8495 | "name": "uuid", |
| 8496 | "version": "1.4.0", |
| 8497 | "repository": { |
| 8498 | "Http": { |
| 8499 | "url": "https://crates.io/api/v1/crates/uuid/1.4.0/download", |
| 8500 | "sha256": "d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be" |
| 8501 | } |
| 8502 | }, |
| 8503 | "targets": [ |
| 8504 | { |
| 8505 | "Library": { |
| 8506 | "crate_name": "uuid", |
| 8507 | "crate_root": "src/lib.rs", |
| 8508 | "srcs": [ |
| 8509 | "**/*.rs" |
| 8510 | ] |
| 8511 | } |
| 8512 | } |
| 8513 | ], |
| 8514 | "library_target_name": "uuid", |
| 8515 | "common_attrs": { |
| 8516 | "compile_data_glob": [ |
| 8517 | "**" |
| 8518 | ], |
| 8519 | "crate_features": { |
| 8520 | "common": [ |
| 8521 | "default", |
| 8522 | "std" |
| 8523 | ], |
| 8524 | "selects": {} |
| 8525 | }, |
| 8526 | "edition": "2018", |
| 8527 | "version": "1.4.0" |
| 8528 | }, |
| 8529 | "license": "Apache-2.0 OR MIT" |
| 8530 | }, |
| 8531 | "vec_map 0.8.2": { |
| 8532 | "name": "vec_map", |
| 8533 | "version": "0.8.2", |
| 8534 | "repository": { |
| 8535 | "Http": { |
| 8536 | "url": "https://crates.io/api/v1/crates/vec_map/0.8.2/download", |
| 8537 | "sha256": "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" |
| 8538 | } |
| 8539 | }, |
| 8540 | "targets": [ |
| 8541 | { |
| 8542 | "Library": { |
| 8543 | "crate_name": "vec_map", |
| 8544 | "crate_root": "src/lib.rs", |
| 8545 | "srcs": [ |
| 8546 | "**/*.rs" |
| 8547 | ] |
| 8548 | } |
| 8549 | } |
| 8550 | ], |
| 8551 | "library_target_name": "vec_map", |
| 8552 | "common_attrs": { |
| 8553 | "compile_data_glob": [ |
| 8554 | "**" |
| 8555 | ], |
| 8556 | "edition": "2015", |
| 8557 | "version": "0.8.2" |
| 8558 | }, |
| 8559 | "license": "MIT/Apache-2.0" |
| 8560 | }, |
| 8561 | "version_check 0.9.4": { |
| 8562 | "name": "version_check", |
| 8563 | "version": "0.9.4", |
| 8564 | "repository": { |
| 8565 | "Http": { |
| 8566 | "url": "https://crates.io/api/v1/crates/version_check/0.9.4/download", |
| 8567 | "sha256": "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
| 8568 | } |
| 8569 | }, |
| 8570 | "targets": [ |
| 8571 | { |
| 8572 | "Library": { |
| 8573 | "crate_name": "version_check", |
| 8574 | "crate_root": "src/lib.rs", |
| 8575 | "srcs": [ |
| 8576 | "**/*.rs" |
| 8577 | ] |
| 8578 | } |
| 8579 | } |
| 8580 | ], |
| 8581 | "library_target_name": "version_check", |
| 8582 | "common_attrs": { |
| 8583 | "compile_data_glob": [ |
| 8584 | "**" |
| 8585 | ], |
| 8586 | "edition": "2015", |
| 8587 | "version": "0.9.4" |
| 8588 | }, |
| 8589 | "license": "MIT/Apache-2.0" |
| 8590 | }, |
| 8591 | "wait-timeout 0.2.0": { |
| 8592 | "name": "wait-timeout", |
| 8593 | "version": "0.2.0", |
| 8594 | "repository": { |
| 8595 | "Http": { |
| 8596 | "url": "https://crates.io/api/v1/crates/wait-timeout/0.2.0/download", |
| 8597 | "sha256": "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" |
| 8598 | } |
| 8599 | }, |
| 8600 | "targets": [ |
| 8601 | { |
| 8602 | "Library": { |
| 8603 | "crate_name": "wait_timeout", |
| 8604 | "crate_root": "src/lib.rs", |
| 8605 | "srcs": [ |
| 8606 | "**/*.rs" |
| 8607 | ] |
| 8608 | } |
| 8609 | } |
| 8610 | ], |
| 8611 | "library_target_name": "wait_timeout", |
| 8612 | "common_attrs": { |
| 8613 | "compile_data_glob": [ |
| 8614 | "**" |
| 8615 | ], |
| 8616 | "deps": { |
| 8617 | "common": [], |
| 8618 | "selects": { |
| 8619 | "cfg(unix)": [ |
| 8620 | { |
| 8621 | "id": "libc 0.2.147", |
| 8622 | "target": "libc" |
| 8623 | } |
| 8624 | ] |
| 8625 | } |
| 8626 | }, |
| 8627 | "edition": "2015", |
| 8628 | "version": "0.2.0" |
| 8629 | }, |
| 8630 | "license": "MIT/Apache-2.0" |
| 8631 | }, |
| 8632 | "wasi 0.11.0+wasi-snapshot-preview1": { |
| 8633 | "name": "wasi", |
| 8634 | "version": "0.11.0+wasi-snapshot-preview1", |
| 8635 | "repository": { |
| 8636 | "Http": { |
| 8637 | "url": "https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download", |
| 8638 | "sha256": "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
| 8639 | } |
| 8640 | }, |
| 8641 | "targets": [ |
| 8642 | { |
| 8643 | "Library": { |
| 8644 | "crate_name": "wasi", |
| 8645 | "crate_root": "src/lib.rs", |
| 8646 | "srcs": [ |
| 8647 | "**/*.rs" |
| 8648 | ] |
| 8649 | } |
| 8650 | } |
| 8651 | ], |
| 8652 | "library_target_name": "wasi", |
| 8653 | "common_attrs": { |
| 8654 | "compile_data_glob": [ |
| 8655 | "**" |
| 8656 | ], |
| 8657 | "edition": "2018", |
| 8658 | "version": "0.11.0+wasi-snapshot-preview1" |
| 8659 | }, |
| 8660 | "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" |
| 8661 | }, |
| 8662 | "which 3.1.1": { |
| 8663 | "name": "which", |
| 8664 | "version": "3.1.1", |
| 8665 | "repository": { |
| 8666 | "Http": { |
| 8667 | "url": "https://crates.io/api/v1/crates/which/3.1.1/download", |
| 8668 | "sha256": "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724" |
| 8669 | } |
| 8670 | }, |
| 8671 | "targets": [ |
| 8672 | { |
| 8673 | "Library": { |
| 8674 | "crate_name": "which", |
| 8675 | "crate_root": "src/lib.rs", |
| 8676 | "srcs": [ |
| 8677 | "**/*.rs" |
| 8678 | ] |
| 8679 | } |
| 8680 | } |
| 8681 | ], |
| 8682 | "library_target_name": "which", |
| 8683 | "common_attrs": { |
| 8684 | "compile_data_glob": [ |
| 8685 | "**" |
| 8686 | ], |
| 8687 | "deps": { |
| 8688 | "common": [ |
| 8689 | { |
| 8690 | "id": "libc 0.2.147", |
| 8691 | "target": "libc" |
| 8692 | } |
| 8693 | ], |
| 8694 | "selects": {} |
| 8695 | }, |
| 8696 | "edition": "2015", |
| 8697 | "version": "3.1.1" |
| 8698 | }, |
| 8699 | "license": "MIT" |
| 8700 | }, |
| 8701 | "which 4.4.0": { |
| 8702 | "name": "which", |
| 8703 | "version": "4.4.0", |
| 8704 | "repository": { |
| 8705 | "Http": { |
| 8706 | "url": "https://crates.io/api/v1/crates/which/4.4.0/download", |
| 8707 | "sha256": "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269" |
| 8708 | } |
| 8709 | }, |
| 8710 | "targets": [ |
| 8711 | { |
| 8712 | "Library": { |
| 8713 | "crate_name": "which", |
| 8714 | "crate_root": "src/lib.rs", |
| 8715 | "srcs": [ |
| 8716 | "**/*.rs" |
| 8717 | ] |
| 8718 | } |
| 8719 | } |
| 8720 | ], |
| 8721 | "library_target_name": "which", |
| 8722 | "common_attrs": { |
| 8723 | "compile_data_glob": [ |
| 8724 | "**" |
| 8725 | ], |
| 8726 | "deps": { |
| 8727 | "common": [ |
| 8728 | { |
| 8729 | "id": "either 1.8.1", |
| 8730 | "target": "either" |
| 8731 | }, |
| 8732 | { |
| 8733 | "id": "libc 0.2.147", |
| 8734 | "target": "libc" |
| 8735 | } |
| 8736 | ], |
| 8737 | "selects": { |
| 8738 | "cfg(windows)": [ |
| 8739 | { |
| 8740 | "id": "once_cell 1.18.0", |
| 8741 | "target": "once_cell" |
| 8742 | } |
| 8743 | ] |
| 8744 | } |
| 8745 | }, |
| 8746 | "edition": "2018", |
| 8747 | "version": "4.4.0" |
| 8748 | }, |
| 8749 | "license": "MIT" |
| 8750 | }, |
| 8751 | "winapi 0.3.9": { |
| 8752 | "name": "winapi", |
| 8753 | "version": "0.3.9", |
| 8754 | "repository": { |
| 8755 | "Http": { |
| 8756 | "url": "https://crates.io/api/v1/crates/winapi/0.3.9/download", |
| 8757 | "sha256": "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| 8758 | } |
| 8759 | }, |
| 8760 | "targets": [ |
| 8761 | { |
| 8762 | "Library": { |
| 8763 | "crate_name": "winapi", |
| 8764 | "crate_root": "src/lib.rs", |
| 8765 | "srcs": [ |
| 8766 | "**/*.rs" |
| 8767 | ] |
| 8768 | } |
| 8769 | }, |
| 8770 | { |
| 8771 | "BuildScript": { |
| 8772 | "crate_name": "build_script_build", |
| 8773 | "crate_root": "build.rs", |
| 8774 | "srcs": [ |
| 8775 | "**/*.rs" |
| 8776 | ] |
| 8777 | } |
| 8778 | } |
| 8779 | ], |
| 8780 | "library_target_name": "winapi", |
| 8781 | "common_attrs": { |
| 8782 | "compile_data_glob": [ |
| 8783 | "**" |
| 8784 | ], |
| 8785 | "deps": { |
| 8786 | "common": [ |
| 8787 | { |
| 8788 | "id": "winapi 0.3.9", |
| 8789 | "target": "build_script_build" |
| 8790 | } |
| 8791 | ], |
| 8792 | "selects": { |
| 8793 | "i686-pc-windows-gnu": [ |
| 8794 | { |
| 8795 | "id": "winapi-i686-pc-windows-gnu 0.4.0", |
| 8796 | "target": "winapi_i686_pc_windows_gnu" |
| 8797 | } |
| 8798 | ], |
| 8799 | "x86_64-pc-windows-gnu": [ |
| 8800 | { |
| 8801 | "id": "winapi-x86_64-pc-windows-gnu 0.4.0", |
| 8802 | "target": "winapi_x86_64_pc_windows_gnu" |
| 8803 | } |
| 8804 | ] |
| 8805 | } |
| 8806 | }, |
| 8807 | "edition": "2015", |
| 8808 | "version": "0.3.9" |
| 8809 | }, |
| 8810 | "build_script_attrs": { |
| 8811 | "data_glob": [ |
| 8812 | "**" |
| 8813 | ] |
| 8814 | }, |
| 8815 | "license": "MIT/Apache-2.0" |
| 8816 | }, |
| 8817 | "winapi-i686-pc-windows-gnu 0.4.0": { |
| 8818 | "name": "winapi-i686-pc-windows-gnu", |
| 8819 | "version": "0.4.0", |
| 8820 | "repository": { |
| 8821 | "Http": { |
| 8822 | "url": "https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download", |
| 8823 | "sha256": "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 8824 | } |
| 8825 | }, |
| 8826 | "targets": [ |
| 8827 | { |
| 8828 | "Library": { |
| 8829 | "crate_name": "winapi_i686_pc_windows_gnu", |
| 8830 | "crate_root": "src/lib.rs", |
| 8831 | "srcs": [ |
| 8832 | "**/*.rs" |
| 8833 | ] |
| 8834 | } |
| 8835 | }, |
| 8836 | { |
| 8837 | "BuildScript": { |
| 8838 | "crate_name": "build_script_build", |
| 8839 | "crate_root": "build.rs", |
| 8840 | "srcs": [ |
| 8841 | "**/*.rs" |
| 8842 | ] |
| 8843 | } |
| 8844 | } |
| 8845 | ], |
| 8846 | "library_target_name": "winapi_i686_pc_windows_gnu", |
| 8847 | "common_attrs": { |
| 8848 | "compile_data_glob": [ |
| 8849 | "**" |
| 8850 | ], |
| 8851 | "deps": { |
| 8852 | "common": [ |
| 8853 | { |
| 8854 | "id": "winapi-i686-pc-windows-gnu 0.4.0", |
| 8855 | "target": "build_script_build" |
| 8856 | } |
| 8857 | ], |
| 8858 | "selects": {} |
| 8859 | }, |
| 8860 | "edition": "2015", |
| 8861 | "version": "0.4.0" |
| 8862 | }, |
| 8863 | "build_script_attrs": { |
| 8864 | "data_glob": [ |
| 8865 | "**" |
| 8866 | ] |
| 8867 | }, |
| 8868 | "license": "MIT/Apache-2.0" |
| 8869 | }, |
| 8870 | "winapi-util 0.1.5": { |
| 8871 | "name": "winapi-util", |
| 8872 | "version": "0.1.5", |
| 8873 | "repository": { |
| 8874 | "Http": { |
| 8875 | "url": "https://crates.io/api/v1/crates/winapi-util/0.1.5/download", |
| 8876 | "sha256": "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" |
| 8877 | } |
| 8878 | }, |
| 8879 | "targets": [ |
| 8880 | { |
| 8881 | "Library": { |
| 8882 | "crate_name": "winapi_util", |
| 8883 | "crate_root": "src/lib.rs", |
| 8884 | "srcs": [ |
| 8885 | "**/*.rs" |
| 8886 | ] |
| 8887 | } |
| 8888 | } |
| 8889 | ], |
| 8890 | "library_target_name": "winapi_util", |
| 8891 | "common_attrs": { |
| 8892 | "compile_data_glob": [ |
| 8893 | "**" |
| 8894 | ], |
| 8895 | "deps": { |
| 8896 | "common": [], |
| 8897 | "selects": { |
| 8898 | "cfg(windows)": [ |
| 8899 | { |
| 8900 | "id": "winapi 0.3.9", |
| 8901 | "target": "winapi" |
| 8902 | } |
| 8903 | ] |
| 8904 | } |
| 8905 | }, |
| 8906 | "edition": "2018", |
| 8907 | "version": "0.1.5" |
| 8908 | }, |
| 8909 | "license": "Unlicense/MIT" |
| 8910 | }, |
| 8911 | "winapi-x86_64-pc-windows-gnu 0.4.0": { |
| 8912 | "name": "winapi-x86_64-pc-windows-gnu", |
| 8913 | "version": "0.4.0", |
| 8914 | "repository": { |
| 8915 | "Http": { |
| 8916 | "url": "https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download", |
| 8917 | "sha256": "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 8918 | } |
| 8919 | }, |
| 8920 | "targets": [ |
| 8921 | { |
| 8922 | "Library": { |
| 8923 | "crate_name": "winapi_x86_64_pc_windows_gnu", |
| 8924 | "crate_root": "src/lib.rs", |
| 8925 | "srcs": [ |
| 8926 | "**/*.rs" |
| 8927 | ] |
| 8928 | } |
| 8929 | }, |
| 8930 | { |
| 8931 | "BuildScript": { |
| 8932 | "crate_name": "build_script_build", |
| 8933 | "crate_root": "build.rs", |
| 8934 | "srcs": [ |
| 8935 | "**/*.rs" |
| 8936 | ] |
| 8937 | } |
| 8938 | } |
| 8939 | ], |
| 8940 | "library_target_name": "winapi_x86_64_pc_windows_gnu", |
| 8941 | "common_attrs": { |
| 8942 | "compile_data_glob": [ |
| 8943 | "**" |
| 8944 | ], |
| 8945 | "deps": { |
| 8946 | "common": [ |
| 8947 | { |
| 8948 | "id": "winapi-x86_64-pc-windows-gnu 0.4.0", |
| 8949 | "target": "build_script_build" |
| 8950 | } |
| 8951 | ], |
| 8952 | "selects": {} |
| 8953 | }, |
| 8954 | "edition": "2015", |
| 8955 | "version": "0.4.0" |
| 8956 | }, |
| 8957 | "build_script_attrs": { |
| 8958 | "data_glob": [ |
| 8959 | "**" |
| 8960 | ] |
| 8961 | }, |
| 8962 | "license": "MIT/Apache-2.0" |
| 8963 | }, |
| 8964 | "windows-sys 0.48.0": { |
| 8965 | "name": "windows-sys", |
| 8966 | "version": "0.48.0", |
| 8967 | "repository": { |
| 8968 | "Http": { |
| 8969 | "url": "https://crates.io/api/v1/crates/windows-sys/0.48.0/download", |
| 8970 | "sha256": "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| 8971 | } |
| 8972 | }, |
| 8973 | "targets": [ |
| 8974 | { |
| 8975 | "Library": { |
| 8976 | "crate_name": "windows_sys", |
| 8977 | "crate_root": "src/lib.rs", |
| 8978 | "srcs": [ |
| 8979 | "**/*.rs" |
| 8980 | ] |
| 8981 | } |
| 8982 | } |
| 8983 | ], |
| 8984 | "library_target_name": "windows_sys", |
| 8985 | "common_attrs": { |
| 8986 | "compile_data_glob": [ |
| 8987 | "**" |
| 8988 | ], |
| 8989 | "deps": { |
| 8990 | "common": [ |
| 8991 | { |
| 8992 | "id": "windows-targets 0.48.1", |
| 8993 | "target": "windows_targets" |
| 8994 | } |
| 8995 | ], |
| 8996 | "selects": {} |
| 8997 | }, |
| 8998 | "edition": "2018", |
| 8999 | "version": "0.48.0" |
| 9000 | }, |
| 9001 | "license": "MIT OR Apache-2.0" |
| 9002 | }, |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame] | 9003 | "windows-sys 0.52.0": { |
| 9004 | "name": "windows-sys", |
| 9005 | "version": "0.52.0", |
| 9006 | "repository": { |
| 9007 | "Http": { |
| 9008 | "url": "https://crates.io/api/v1/crates/windows-sys/0.52.0/download", |
| 9009 | "sha256": "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 9010 | } |
| 9011 | }, |
| 9012 | "targets": [ |
| 9013 | { |
| 9014 | "Library": { |
| 9015 | "crate_name": "windows_sys", |
| 9016 | "crate_root": "src/lib.rs", |
| 9017 | "srcs": [ |
| 9018 | "**/*.rs" |
| 9019 | ] |
| 9020 | } |
| 9021 | } |
| 9022 | ], |
| 9023 | "library_target_name": "windows_sys", |
| 9024 | "common_attrs": { |
| 9025 | "compile_data_glob": [ |
| 9026 | "**" |
| 9027 | ], |
| 9028 | "deps": { |
| 9029 | "common": [ |
| 9030 | { |
| 9031 | "id": "windows-targets 0.52.0", |
| 9032 | "target": "windows_targets" |
| 9033 | } |
| 9034 | ], |
| 9035 | "selects": {} |
| 9036 | }, |
| 9037 | "edition": "2021", |
| 9038 | "version": "0.52.0" |
| 9039 | }, |
| 9040 | "license": "MIT OR Apache-2.0" |
| 9041 | }, |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 9042 | "windows-targets 0.48.1": { |
| 9043 | "name": "windows-targets", |
| 9044 | "version": "0.48.1", |
| 9045 | "repository": { |
| 9046 | "Http": { |
| 9047 | "url": "https://crates.io/api/v1/crates/windows-targets/0.48.1/download", |
| 9048 | "sha256": "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f" |
| 9049 | } |
| 9050 | }, |
| 9051 | "targets": [ |
| 9052 | { |
| 9053 | "Library": { |
| 9054 | "crate_name": "windows_targets", |
| 9055 | "crate_root": "src/lib.rs", |
| 9056 | "srcs": [ |
| 9057 | "**/*.rs" |
| 9058 | ] |
| 9059 | } |
| 9060 | } |
| 9061 | ], |
| 9062 | "library_target_name": "windows_targets", |
| 9063 | "common_attrs": { |
| 9064 | "compile_data_glob": [ |
| 9065 | "**" |
| 9066 | ], |
| 9067 | "deps": { |
| 9068 | "common": [], |
| 9069 | "selects": { |
| 9070 | "aarch64-pc-windows-gnullvm": [ |
| 9071 | { |
| 9072 | "id": "windows_aarch64_gnullvm 0.48.0", |
| 9073 | "target": "windows_aarch64_gnullvm" |
| 9074 | } |
| 9075 | ], |
| 9076 | "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))": [ |
| 9077 | { |
| 9078 | "id": "windows_aarch64_msvc 0.48.0", |
| 9079 | "target": "windows_aarch64_msvc" |
| 9080 | } |
| 9081 | ], |
| 9082 | "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))": [ |
| 9083 | { |
| 9084 | "id": "windows_i686_gnu 0.48.0", |
| 9085 | "target": "windows_i686_gnu" |
| 9086 | } |
| 9087 | ], |
| 9088 | "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))": [ |
| 9089 | { |
| 9090 | "id": "windows_i686_msvc 0.48.0", |
| 9091 | "target": "windows_i686_msvc" |
| 9092 | } |
| 9093 | ], |
| 9094 | "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [ |
| 9095 | { |
| 9096 | "id": "windows_x86_64_gnu 0.48.0", |
| 9097 | "target": "windows_x86_64_gnu" |
| 9098 | } |
| 9099 | ], |
| 9100 | "cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))": [ |
| 9101 | { |
| 9102 | "id": "windows_x86_64_msvc 0.48.0", |
| 9103 | "target": "windows_x86_64_msvc" |
| 9104 | } |
| 9105 | ], |
| 9106 | "x86_64-pc-windows-gnullvm": [ |
| 9107 | { |
| 9108 | "id": "windows_x86_64_gnullvm 0.48.0", |
| 9109 | "target": "windows_x86_64_gnullvm" |
| 9110 | } |
| 9111 | ] |
| 9112 | } |
| 9113 | }, |
| 9114 | "edition": "2018", |
| 9115 | "version": "0.48.1" |
| 9116 | }, |
| 9117 | "license": "MIT OR Apache-2.0" |
| 9118 | }, |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame] | 9119 | "windows-targets 0.52.0": { |
| 9120 | "name": "windows-targets", |
| 9121 | "version": "0.52.0", |
| 9122 | "repository": { |
| 9123 | "Http": { |
| 9124 | "url": "https://crates.io/api/v1/crates/windows-targets/0.52.0/download", |
| 9125 | "sha256": "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" |
| 9126 | } |
| 9127 | }, |
| 9128 | "targets": [ |
| 9129 | { |
| 9130 | "Library": { |
| 9131 | "crate_name": "windows_targets", |
| 9132 | "crate_root": "src/lib.rs", |
| 9133 | "srcs": [ |
| 9134 | "**/*.rs" |
| 9135 | ] |
| 9136 | } |
| 9137 | } |
| 9138 | ], |
| 9139 | "library_target_name": "windows_targets", |
| 9140 | "common_attrs": { |
| 9141 | "compile_data_glob": [ |
| 9142 | "**" |
| 9143 | ], |
| 9144 | "deps": { |
| 9145 | "common": [], |
| 9146 | "selects": { |
| 9147 | "aarch64-pc-windows-gnullvm": [ |
| 9148 | { |
| 9149 | "id": "windows_aarch64_gnullvm 0.52.0", |
| 9150 | "target": "windows_aarch64_gnullvm" |
| 9151 | } |
| 9152 | ], |
| 9153 | "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))": [ |
| 9154 | { |
| 9155 | "id": "windows_aarch64_msvc 0.52.0", |
| 9156 | "target": "windows_aarch64_msvc" |
| 9157 | } |
| 9158 | ], |
| 9159 | "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))": [ |
| 9160 | { |
| 9161 | "id": "windows_i686_gnu 0.52.0", |
| 9162 | "target": "windows_i686_gnu" |
| 9163 | } |
| 9164 | ], |
| 9165 | "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))": [ |
| 9166 | { |
| 9167 | "id": "windows_i686_msvc 0.52.0", |
| 9168 | "target": "windows_i686_msvc" |
| 9169 | } |
| 9170 | ], |
| 9171 | "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [ |
| 9172 | { |
| 9173 | "id": "windows_x86_64_gnu 0.52.0", |
| 9174 | "target": "windows_x86_64_gnu" |
| 9175 | } |
| 9176 | ], |
| 9177 | "cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))": [ |
| 9178 | { |
| 9179 | "id": "windows_x86_64_msvc 0.52.0", |
| 9180 | "target": "windows_x86_64_msvc" |
| 9181 | } |
| 9182 | ], |
| 9183 | "x86_64-pc-windows-gnullvm": [ |
| 9184 | { |
| 9185 | "id": "windows_x86_64_gnullvm 0.52.0", |
| 9186 | "target": "windows_x86_64_gnullvm" |
| 9187 | } |
| 9188 | ] |
| 9189 | } |
| 9190 | }, |
| 9191 | "edition": "2021", |
| 9192 | "version": "0.52.0" |
| 9193 | }, |
| 9194 | "license": "MIT OR Apache-2.0" |
| 9195 | }, |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 9196 | "windows_aarch64_gnullvm 0.48.0": { |
| 9197 | "name": "windows_aarch64_gnullvm", |
| 9198 | "version": "0.48.0", |
| 9199 | "repository": { |
| 9200 | "Http": { |
| 9201 | "url": "https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.0/download", |
| 9202 | "sha256": "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" |
| 9203 | } |
| 9204 | }, |
| 9205 | "targets": [ |
| 9206 | { |
| 9207 | "Library": { |
| 9208 | "crate_name": "windows_aarch64_gnullvm", |
| 9209 | "crate_root": "src/lib.rs", |
| 9210 | "srcs": [ |
| 9211 | "**/*.rs" |
| 9212 | ] |
| 9213 | } |
| 9214 | }, |
| 9215 | { |
| 9216 | "BuildScript": { |
| 9217 | "crate_name": "build_script_build", |
| 9218 | "crate_root": "build.rs", |
| 9219 | "srcs": [ |
| 9220 | "**/*.rs" |
| 9221 | ] |
| 9222 | } |
| 9223 | } |
| 9224 | ], |
| 9225 | "library_target_name": "windows_aarch64_gnullvm", |
| 9226 | "common_attrs": { |
| 9227 | "compile_data_glob": [ |
| 9228 | "**" |
| 9229 | ], |
| 9230 | "deps": { |
| 9231 | "common": [ |
| 9232 | { |
| 9233 | "id": "windows_aarch64_gnullvm 0.48.0", |
| 9234 | "target": "build_script_build" |
| 9235 | } |
| 9236 | ], |
| 9237 | "selects": {} |
| 9238 | }, |
| 9239 | "edition": "2018", |
| 9240 | "version": "0.48.0" |
| 9241 | }, |
| 9242 | "build_script_attrs": { |
| 9243 | "data_glob": [ |
| 9244 | "**" |
| 9245 | ] |
| 9246 | }, |
| 9247 | "license": "MIT OR Apache-2.0" |
| 9248 | }, |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame] | 9249 | "windows_aarch64_gnullvm 0.52.0": { |
| 9250 | "name": "windows_aarch64_gnullvm", |
| 9251 | "version": "0.52.0", |
| 9252 | "repository": { |
| 9253 | "Http": { |
| 9254 | "url": "https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.0/download", |
| 9255 | "sha256": "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" |
| 9256 | } |
| 9257 | }, |
| 9258 | "targets": [ |
| 9259 | { |
| 9260 | "Library": { |
| 9261 | "crate_name": "windows_aarch64_gnullvm", |
| 9262 | "crate_root": "src/lib.rs", |
| 9263 | "srcs": [ |
| 9264 | "**/*.rs" |
| 9265 | ] |
| 9266 | } |
| 9267 | }, |
| 9268 | { |
| 9269 | "BuildScript": { |
| 9270 | "crate_name": "build_script_build", |
| 9271 | "crate_root": "build.rs", |
| 9272 | "srcs": [ |
| 9273 | "**/*.rs" |
| 9274 | ] |
| 9275 | } |
| 9276 | } |
| 9277 | ], |
| 9278 | "library_target_name": "windows_aarch64_gnullvm", |
| 9279 | "common_attrs": { |
| 9280 | "compile_data_glob": [ |
| 9281 | "**" |
| 9282 | ], |
| 9283 | "deps": { |
| 9284 | "common": [ |
| 9285 | { |
| 9286 | "id": "windows_aarch64_gnullvm 0.52.0", |
| 9287 | "target": "build_script_build" |
| 9288 | } |
| 9289 | ], |
| 9290 | "selects": {} |
| 9291 | }, |
| 9292 | "edition": "2021", |
| 9293 | "version": "0.52.0" |
| 9294 | }, |
| 9295 | "build_script_attrs": { |
| 9296 | "data_glob": [ |
| 9297 | "**" |
| 9298 | ] |
| 9299 | }, |
| 9300 | "license": "MIT OR Apache-2.0" |
| 9301 | }, |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 9302 | "windows_aarch64_msvc 0.48.0": { |
| 9303 | "name": "windows_aarch64_msvc", |
| 9304 | "version": "0.48.0", |
| 9305 | "repository": { |
| 9306 | "Http": { |
| 9307 | "url": "https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.0/download", |
| 9308 | "sha256": "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" |
| 9309 | } |
| 9310 | }, |
| 9311 | "targets": [ |
| 9312 | { |
| 9313 | "Library": { |
| 9314 | "crate_name": "windows_aarch64_msvc", |
| 9315 | "crate_root": "src/lib.rs", |
| 9316 | "srcs": [ |
| 9317 | "**/*.rs" |
| 9318 | ] |
| 9319 | } |
| 9320 | }, |
| 9321 | { |
| 9322 | "BuildScript": { |
| 9323 | "crate_name": "build_script_build", |
| 9324 | "crate_root": "build.rs", |
| 9325 | "srcs": [ |
| 9326 | "**/*.rs" |
| 9327 | ] |
| 9328 | } |
| 9329 | } |
| 9330 | ], |
| 9331 | "library_target_name": "windows_aarch64_msvc", |
| 9332 | "common_attrs": { |
| 9333 | "compile_data_glob": [ |
| 9334 | "**" |
| 9335 | ], |
| 9336 | "deps": { |
| 9337 | "common": [ |
| 9338 | { |
| 9339 | "id": "windows_aarch64_msvc 0.48.0", |
| 9340 | "target": "build_script_build" |
| 9341 | } |
| 9342 | ], |
| 9343 | "selects": {} |
| 9344 | }, |
| 9345 | "edition": "2018", |
| 9346 | "version": "0.48.0" |
| 9347 | }, |
| 9348 | "build_script_attrs": { |
| 9349 | "data_glob": [ |
| 9350 | "**" |
| 9351 | ] |
| 9352 | }, |
| 9353 | "license": "MIT OR Apache-2.0" |
| 9354 | }, |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame] | 9355 | "windows_aarch64_msvc 0.52.0": { |
| 9356 | "name": "windows_aarch64_msvc", |
| 9357 | "version": "0.52.0", |
| 9358 | "repository": { |
| 9359 | "Http": { |
| 9360 | "url": "https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.0/download", |
| 9361 | "sha256": "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" |
| 9362 | } |
| 9363 | }, |
| 9364 | "targets": [ |
| 9365 | { |
| 9366 | "Library": { |
| 9367 | "crate_name": "windows_aarch64_msvc", |
| 9368 | "crate_root": "src/lib.rs", |
| 9369 | "srcs": [ |
| 9370 | "**/*.rs" |
| 9371 | ] |
| 9372 | } |
| 9373 | }, |
| 9374 | { |
| 9375 | "BuildScript": { |
| 9376 | "crate_name": "build_script_build", |
| 9377 | "crate_root": "build.rs", |
| 9378 | "srcs": [ |
| 9379 | "**/*.rs" |
| 9380 | ] |
| 9381 | } |
| 9382 | } |
| 9383 | ], |
| 9384 | "library_target_name": "windows_aarch64_msvc", |
| 9385 | "common_attrs": { |
| 9386 | "compile_data_glob": [ |
| 9387 | "**" |
| 9388 | ], |
| 9389 | "deps": { |
| 9390 | "common": [ |
| 9391 | { |
| 9392 | "id": "windows_aarch64_msvc 0.52.0", |
| 9393 | "target": "build_script_build" |
| 9394 | } |
| 9395 | ], |
| 9396 | "selects": {} |
| 9397 | }, |
| 9398 | "edition": "2021", |
| 9399 | "version": "0.52.0" |
| 9400 | }, |
| 9401 | "build_script_attrs": { |
| 9402 | "data_glob": [ |
| 9403 | "**" |
| 9404 | ] |
| 9405 | }, |
| 9406 | "license": "MIT OR Apache-2.0" |
| 9407 | }, |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 9408 | "windows_i686_gnu 0.48.0": { |
| 9409 | "name": "windows_i686_gnu", |
| 9410 | "version": "0.48.0", |
| 9411 | "repository": { |
| 9412 | "Http": { |
| 9413 | "url": "https://crates.io/api/v1/crates/windows_i686_gnu/0.48.0/download", |
| 9414 | "sha256": "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" |
| 9415 | } |
| 9416 | }, |
| 9417 | "targets": [ |
| 9418 | { |
| 9419 | "Library": { |
| 9420 | "crate_name": "windows_i686_gnu", |
| 9421 | "crate_root": "src/lib.rs", |
| 9422 | "srcs": [ |
| 9423 | "**/*.rs" |
| 9424 | ] |
| 9425 | } |
| 9426 | }, |
| 9427 | { |
| 9428 | "BuildScript": { |
| 9429 | "crate_name": "build_script_build", |
| 9430 | "crate_root": "build.rs", |
| 9431 | "srcs": [ |
| 9432 | "**/*.rs" |
| 9433 | ] |
| 9434 | } |
| 9435 | } |
| 9436 | ], |
| 9437 | "library_target_name": "windows_i686_gnu", |
| 9438 | "common_attrs": { |
| 9439 | "compile_data_glob": [ |
| 9440 | "**" |
| 9441 | ], |
| 9442 | "deps": { |
| 9443 | "common": [ |
| 9444 | { |
| 9445 | "id": "windows_i686_gnu 0.48.0", |
| 9446 | "target": "build_script_build" |
| 9447 | } |
| 9448 | ], |
| 9449 | "selects": {} |
| 9450 | }, |
| 9451 | "edition": "2018", |
| 9452 | "version": "0.48.0" |
| 9453 | }, |
| 9454 | "build_script_attrs": { |
| 9455 | "data_glob": [ |
| 9456 | "**" |
| 9457 | ] |
| 9458 | }, |
| 9459 | "license": "MIT OR Apache-2.0" |
| 9460 | }, |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame] | 9461 | "windows_i686_gnu 0.52.0": { |
| 9462 | "name": "windows_i686_gnu", |
| 9463 | "version": "0.52.0", |
| 9464 | "repository": { |
| 9465 | "Http": { |
| 9466 | "url": "https://crates.io/api/v1/crates/windows_i686_gnu/0.52.0/download", |
| 9467 | "sha256": "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" |
| 9468 | } |
| 9469 | }, |
| 9470 | "targets": [ |
| 9471 | { |
| 9472 | "Library": { |
| 9473 | "crate_name": "windows_i686_gnu", |
| 9474 | "crate_root": "src/lib.rs", |
| 9475 | "srcs": [ |
| 9476 | "**/*.rs" |
| 9477 | ] |
| 9478 | } |
| 9479 | }, |
| 9480 | { |
| 9481 | "BuildScript": { |
| 9482 | "crate_name": "build_script_build", |
| 9483 | "crate_root": "build.rs", |
| 9484 | "srcs": [ |
| 9485 | "**/*.rs" |
| 9486 | ] |
| 9487 | } |
| 9488 | } |
| 9489 | ], |
| 9490 | "library_target_name": "windows_i686_gnu", |
| 9491 | "common_attrs": { |
| 9492 | "compile_data_glob": [ |
| 9493 | "**" |
| 9494 | ], |
| 9495 | "deps": { |
| 9496 | "common": [ |
| 9497 | { |
| 9498 | "id": "windows_i686_gnu 0.52.0", |
| 9499 | "target": "build_script_build" |
| 9500 | } |
| 9501 | ], |
| 9502 | "selects": {} |
| 9503 | }, |
| 9504 | "edition": "2021", |
| 9505 | "version": "0.52.0" |
| 9506 | }, |
| 9507 | "build_script_attrs": { |
| 9508 | "data_glob": [ |
| 9509 | "**" |
| 9510 | ] |
| 9511 | }, |
| 9512 | "license": "MIT OR Apache-2.0" |
| 9513 | }, |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 9514 | "windows_i686_msvc 0.48.0": { |
| 9515 | "name": "windows_i686_msvc", |
| 9516 | "version": "0.48.0", |
| 9517 | "repository": { |
| 9518 | "Http": { |
| 9519 | "url": "https://crates.io/api/v1/crates/windows_i686_msvc/0.48.0/download", |
| 9520 | "sha256": "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" |
| 9521 | } |
| 9522 | }, |
| 9523 | "targets": [ |
| 9524 | { |
| 9525 | "Library": { |
| 9526 | "crate_name": "windows_i686_msvc", |
| 9527 | "crate_root": "src/lib.rs", |
| 9528 | "srcs": [ |
| 9529 | "**/*.rs" |
| 9530 | ] |
| 9531 | } |
| 9532 | }, |
| 9533 | { |
| 9534 | "BuildScript": { |
| 9535 | "crate_name": "build_script_build", |
| 9536 | "crate_root": "build.rs", |
| 9537 | "srcs": [ |
| 9538 | "**/*.rs" |
| 9539 | ] |
| 9540 | } |
| 9541 | } |
| 9542 | ], |
| 9543 | "library_target_name": "windows_i686_msvc", |
| 9544 | "common_attrs": { |
| 9545 | "compile_data_glob": [ |
| 9546 | "**" |
| 9547 | ], |
| 9548 | "deps": { |
| 9549 | "common": [ |
| 9550 | { |
| 9551 | "id": "windows_i686_msvc 0.48.0", |
| 9552 | "target": "build_script_build" |
| 9553 | } |
| 9554 | ], |
| 9555 | "selects": {} |
| 9556 | }, |
| 9557 | "edition": "2018", |
| 9558 | "version": "0.48.0" |
| 9559 | }, |
| 9560 | "build_script_attrs": { |
| 9561 | "data_glob": [ |
| 9562 | "**" |
| 9563 | ] |
| 9564 | }, |
| 9565 | "license": "MIT OR Apache-2.0" |
| 9566 | }, |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame] | 9567 | "windows_i686_msvc 0.52.0": { |
| 9568 | "name": "windows_i686_msvc", |
| 9569 | "version": "0.52.0", |
| 9570 | "repository": { |
| 9571 | "Http": { |
| 9572 | "url": "https://crates.io/api/v1/crates/windows_i686_msvc/0.52.0/download", |
| 9573 | "sha256": "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" |
| 9574 | } |
| 9575 | }, |
| 9576 | "targets": [ |
| 9577 | { |
| 9578 | "Library": { |
| 9579 | "crate_name": "windows_i686_msvc", |
| 9580 | "crate_root": "src/lib.rs", |
| 9581 | "srcs": [ |
| 9582 | "**/*.rs" |
| 9583 | ] |
| 9584 | } |
| 9585 | }, |
| 9586 | { |
| 9587 | "BuildScript": { |
| 9588 | "crate_name": "build_script_build", |
| 9589 | "crate_root": "build.rs", |
| 9590 | "srcs": [ |
| 9591 | "**/*.rs" |
| 9592 | ] |
| 9593 | } |
| 9594 | } |
| 9595 | ], |
| 9596 | "library_target_name": "windows_i686_msvc", |
| 9597 | "common_attrs": { |
| 9598 | "compile_data_glob": [ |
| 9599 | "**" |
| 9600 | ], |
| 9601 | "deps": { |
| 9602 | "common": [ |
| 9603 | { |
| 9604 | "id": "windows_i686_msvc 0.52.0", |
| 9605 | "target": "build_script_build" |
| 9606 | } |
| 9607 | ], |
| 9608 | "selects": {} |
| 9609 | }, |
| 9610 | "edition": "2021", |
| 9611 | "version": "0.52.0" |
| 9612 | }, |
| 9613 | "build_script_attrs": { |
| 9614 | "data_glob": [ |
| 9615 | "**" |
| 9616 | ] |
| 9617 | }, |
| 9618 | "license": "MIT OR Apache-2.0" |
| 9619 | }, |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 9620 | "windows_x86_64_gnu 0.48.0": { |
| 9621 | "name": "windows_x86_64_gnu", |
| 9622 | "version": "0.48.0", |
| 9623 | "repository": { |
| 9624 | "Http": { |
| 9625 | "url": "https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.0/download", |
| 9626 | "sha256": "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" |
| 9627 | } |
| 9628 | }, |
| 9629 | "targets": [ |
| 9630 | { |
| 9631 | "Library": { |
| 9632 | "crate_name": "windows_x86_64_gnu", |
| 9633 | "crate_root": "src/lib.rs", |
| 9634 | "srcs": [ |
| 9635 | "**/*.rs" |
| 9636 | ] |
| 9637 | } |
| 9638 | }, |
| 9639 | { |
| 9640 | "BuildScript": { |
| 9641 | "crate_name": "build_script_build", |
| 9642 | "crate_root": "build.rs", |
| 9643 | "srcs": [ |
| 9644 | "**/*.rs" |
| 9645 | ] |
| 9646 | } |
| 9647 | } |
| 9648 | ], |
| 9649 | "library_target_name": "windows_x86_64_gnu", |
| 9650 | "common_attrs": { |
| 9651 | "compile_data_glob": [ |
| 9652 | "**" |
| 9653 | ], |
| 9654 | "deps": { |
| 9655 | "common": [ |
| 9656 | { |
| 9657 | "id": "windows_x86_64_gnu 0.48.0", |
| 9658 | "target": "build_script_build" |
| 9659 | } |
| 9660 | ], |
| 9661 | "selects": {} |
| 9662 | }, |
| 9663 | "edition": "2018", |
| 9664 | "version": "0.48.0" |
| 9665 | }, |
| 9666 | "build_script_attrs": { |
| 9667 | "data_glob": [ |
| 9668 | "**" |
| 9669 | ] |
| 9670 | }, |
| 9671 | "license": "MIT OR Apache-2.0" |
| 9672 | }, |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame] | 9673 | "windows_x86_64_gnu 0.52.0": { |
| 9674 | "name": "windows_x86_64_gnu", |
| 9675 | "version": "0.52.0", |
| 9676 | "repository": { |
| 9677 | "Http": { |
| 9678 | "url": "https://crates.io/api/v1/crates/windows_x86_64_gnu/0.52.0/download", |
| 9679 | "sha256": "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" |
| 9680 | } |
| 9681 | }, |
| 9682 | "targets": [ |
| 9683 | { |
| 9684 | "Library": { |
| 9685 | "crate_name": "windows_x86_64_gnu", |
| 9686 | "crate_root": "src/lib.rs", |
| 9687 | "srcs": [ |
| 9688 | "**/*.rs" |
| 9689 | ] |
| 9690 | } |
| 9691 | }, |
| 9692 | { |
| 9693 | "BuildScript": { |
| 9694 | "crate_name": "build_script_build", |
| 9695 | "crate_root": "build.rs", |
| 9696 | "srcs": [ |
| 9697 | "**/*.rs" |
| 9698 | ] |
| 9699 | } |
| 9700 | } |
| 9701 | ], |
| 9702 | "library_target_name": "windows_x86_64_gnu", |
| 9703 | "common_attrs": { |
| 9704 | "compile_data_glob": [ |
| 9705 | "**" |
| 9706 | ], |
| 9707 | "deps": { |
| 9708 | "common": [ |
| 9709 | { |
| 9710 | "id": "windows_x86_64_gnu 0.52.0", |
| 9711 | "target": "build_script_build" |
| 9712 | } |
| 9713 | ], |
| 9714 | "selects": {} |
| 9715 | }, |
| 9716 | "edition": "2021", |
| 9717 | "version": "0.52.0" |
| 9718 | }, |
| 9719 | "build_script_attrs": { |
| 9720 | "data_glob": [ |
| 9721 | "**" |
| 9722 | ] |
| 9723 | }, |
| 9724 | "license": "MIT OR Apache-2.0" |
| 9725 | }, |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 9726 | "windows_x86_64_gnullvm 0.48.0": { |
| 9727 | "name": "windows_x86_64_gnullvm", |
| 9728 | "version": "0.48.0", |
| 9729 | "repository": { |
| 9730 | "Http": { |
| 9731 | "url": "https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.0/download", |
| 9732 | "sha256": "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" |
| 9733 | } |
| 9734 | }, |
| 9735 | "targets": [ |
| 9736 | { |
| 9737 | "Library": { |
| 9738 | "crate_name": "windows_x86_64_gnullvm", |
| 9739 | "crate_root": "src/lib.rs", |
| 9740 | "srcs": [ |
| 9741 | "**/*.rs" |
| 9742 | ] |
| 9743 | } |
| 9744 | }, |
| 9745 | { |
| 9746 | "BuildScript": { |
| 9747 | "crate_name": "build_script_build", |
| 9748 | "crate_root": "build.rs", |
| 9749 | "srcs": [ |
| 9750 | "**/*.rs" |
| 9751 | ] |
| 9752 | } |
| 9753 | } |
| 9754 | ], |
| 9755 | "library_target_name": "windows_x86_64_gnullvm", |
| 9756 | "common_attrs": { |
| 9757 | "compile_data_glob": [ |
| 9758 | "**" |
| 9759 | ], |
| 9760 | "deps": { |
| 9761 | "common": [ |
| 9762 | { |
| 9763 | "id": "windows_x86_64_gnullvm 0.48.0", |
| 9764 | "target": "build_script_build" |
| 9765 | } |
| 9766 | ], |
| 9767 | "selects": {} |
| 9768 | }, |
| 9769 | "edition": "2018", |
| 9770 | "version": "0.48.0" |
| 9771 | }, |
| 9772 | "build_script_attrs": { |
| 9773 | "data_glob": [ |
| 9774 | "**" |
| 9775 | ] |
| 9776 | }, |
| 9777 | "license": "MIT OR Apache-2.0" |
| 9778 | }, |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame] | 9779 | "windows_x86_64_gnullvm 0.52.0": { |
| 9780 | "name": "windows_x86_64_gnullvm", |
| 9781 | "version": "0.52.0", |
| 9782 | "repository": { |
| 9783 | "Http": { |
| 9784 | "url": "https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.52.0/download", |
| 9785 | "sha256": "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" |
| 9786 | } |
| 9787 | }, |
| 9788 | "targets": [ |
| 9789 | { |
| 9790 | "Library": { |
| 9791 | "crate_name": "windows_x86_64_gnullvm", |
| 9792 | "crate_root": "src/lib.rs", |
| 9793 | "srcs": [ |
| 9794 | "**/*.rs" |
| 9795 | ] |
| 9796 | } |
| 9797 | }, |
| 9798 | { |
| 9799 | "BuildScript": { |
| 9800 | "crate_name": "build_script_build", |
| 9801 | "crate_root": "build.rs", |
| 9802 | "srcs": [ |
| 9803 | "**/*.rs" |
| 9804 | ] |
| 9805 | } |
| 9806 | } |
| 9807 | ], |
| 9808 | "library_target_name": "windows_x86_64_gnullvm", |
| 9809 | "common_attrs": { |
| 9810 | "compile_data_glob": [ |
| 9811 | "**" |
| 9812 | ], |
| 9813 | "deps": { |
| 9814 | "common": [ |
| 9815 | { |
| 9816 | "id": "windows_x86_64_gnullvm 0.52.0", |
| 9817 | "target": "build_script_build" |
| 9818 | } |
| 9819 | ], |
| 9820 | "selects": {} |
| 9821 | }, |
| 9822 | "edition": "2021", |
| 9823 | "version": "0.52.0" |
| 9824 | }, |
| 9825 | "build_script_attrs": { |
| 9826 | "data_glob": [ |
| 9827 | "**" |
| 9828 | ] |
| 9829 | }, |
| 9830 | "license": "MIT OR Apache-2.0" |
| 9831 | }, |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 9832 | "windows_x86_64_msvc 0.48.0": { |
| 9833 | "name": "windows_x86_64_msvc", |
| 9834 | "version": "0.48.0", |
| 9835 | "repository": { |
| 9836 | "Http": { |
| 9837 | "url": "https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.0/download", |
| 9838 | "sha256": "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" |
| 9839 | } |
| 9840 | }, |
| 9841 | "targets": [ |
| 9842 | { |
| 9843 | "Library": { |
| 9844 | "crate_name": "windows_x86_64_msvc", |
| 9845 | "crate_root": "src/lib.rs", |
| 9846 | "srcs": [ |
| 9847 | "**/*.rs" |
| 9848 | ] |
| 9849 | } |
| 9850 | }, |
| 9851 | { |
| 9852 | "BuildScript": { |
| 9853 | "crate_name": "build_script_build", |
| 9854 | "crate_root": "build.rs", |
| 9855 | "srcs": [ |
| 9856 | "**/*.rs" |
| 9857 | ] |
| 9858 | } |
| 9859 | } |
| 9860 | ], |
| 9861 | "library_target_name": "windows_x86_64_msvc", |
| 9862 | "common_attrs": { |
| 9863 | "compile_data_glob": [ |
| 9864 | "**" |
| 9865 | ], |
| 9866 | "deps": { |
| 9867 | "common": [ |
| 9868 | { |
| 9869 | "id": "windows_x86_64_msvc 0.48.0", |
| 9870 | "target": "build_script_build" |
| 9871 | } |
| 9872 | ], |
| 9873 | "selects": {} |
| 9874 | }, |
| 9875 | "edition": "2018", |
| 9876 | "version": "0.48.0" |
| 9877 | }, |
| 9878 | "build_script_attrs": { |
| 9879 | "data_glob": [ |
| 9880 | "**" |
| 9881 | ] |
| 9882 | }, |
| 9883 | "license": "MIT OR Apache-2.0" |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame] | 9884 | }, |
| 9885 | "windows_x86_64_msvc 0.52.0": { |
| 9886 | "name": "windows_x86_64_msvc", |
| 9887 | "version": "0.52.0", |
| 9888 | "repository": { |
| 9889 | "Http": { |
| 9890 | "url": "https://crates.io/api/v1/crates/windows_x86_64_msvc/0.52.0/download", |
| 9891 | "sha256": "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" |
| 9892 | } |
| 9893 | }, |
| 9894 | "targets": [ |
| 9895 | { |
| 9896 | "Library": { |
| 9897 | "crate_name": "windows_x86_64_msvc", |
| 9898 | "crate_root": "src/lib.rs", |
| 9899 | "srcs": [ |
| 9900 | "**/*.rs" |
| 9901 | ] |
| 9902 | } |
| 9903 | }, |
| 9904 | { |
| 9905 | "BuildScript": { |
| 9906 | "crate_name": "build_script_build", |
| 9907 | "crate_root": "build.rs", |
| 9908 | "srcs": [ |
| 9909 | "**/*.rs" |
| 9910 | ] |
| 9911 | } |
| 9912 | } |
| 9913 | ], |
| 9914 | "library_target_name": "windows_x86_64_msvc", |
| 9915 | "common_attrs": { |
| 9916 | "compile_data_glob": [ |
| 9917 | "**" |
| 9918 | ], |
| 9919 | "deps": { |
| 9920 | "common": [ |
| 9921 | { |
| 9922 | "id": "windows_x86_64_msvc 0.52.0", |
| 9923 | "target": "build_script_build" |
| 9924 | } |
| 9925 | ], |
| 9926 | "selects": {} |
| 9927 | }, |
| 9928 | "edition": "2021", |
| 9929 | "version": "0.52.0" |
| 9930 | }, |
| 9931 | "build_script_attrs": { |
| 9932 | "data_glob": [ |
| 9933 | "**" |
| 9934 | ] |
| 9935 | }, |
| 9936 | "license": "MIT OR Apache-2.0" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 9937 | } |
| 9938 | }, |
| 9939 | "binary_crates": [], |
| 9940 | "workspace_members": { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 9941 | "autocxx 0.26.0": "third_party/autocxx", |
| 9942 | "autocxx-engine 0.26.0": "third_party/autocxx/engine", |
| 9943 | "autocxx-gen 0.26.0": "third_party/autocxx/gen/cmd", |
| 9944 | "autocxx-integration-tests 0.26.0": "third_party/autocxx/integration-tests", |
| 9945 | "autocxx-macro 0.26.0": "third_party/autocxx/macro", |
| 9946 | "autocxx-parser 0.26.0": "third_party/autocxx/parser", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 9947 | "compile_with_bazel 0.0.0": "", |
| 9948 | "flatbuffers 22.10.26": "third_party/flatbuffers/rust/flatbuffers" |
| 9949 | }, |
| 9950 | "conditions": { |
| 9951 | "aarch64-pc-windows-gnullvm": [], |
| 9952 | "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))": [], |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 9953 | "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))": [], |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 9954 | "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))": [ |
| 9955 | "aarch64-unknown-linux-gnu", |
| 9956 | "arm-unknown-linux-gnueabi", |
| 9957 | "armv7-unknown-linux-gnueabihf", |
| 9958 | "x86_64-unknown-linux-gnu" |
| 9959 | ], |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 9960 | "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))": [ |
| 9961 | "aarch64-unknown-linux-gnu", |
| 9962 | "arm-unknown-linux-gnueabi", |
| 9963 | "armv7-unknown-linux-gnueabihf", |
| 9964 | "x86_64-unknown-linux-gnu" |
| 9965 | ], |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 9966 | "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))": [], |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 9967 | "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))": [], |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 9968 | "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))": [], |
| 9969 | "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))": [], |
| 9970 | "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))": [], |
| 9971 | "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))": [], |
| 9972 | "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [ |
| 9973 | "x86_64-unknown-linux-gnu" |
| 9974 | ], |
| 9975 | "cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))": [], |
| 9976 | "cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"windows\", target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonfly\", target_os = \"solaris\", target_os = \"illumos\", target_os = \"fuchsia\", target_os = \"redox\", target_os = \"cloudabi\", target_os = \"haiku\", target_os = \"vxworks\", target_os = \"emscripten\", target_os = \"wasi\"))": [ |
| 9977 | "aarch64-unknown-linux-gnu", |
| 9978 | "arm-unknown-linux-gnueabi", |
| 9979 | "armv7-unknown-linux-gnueabihf", |
| 9980 | "x86_64-unknown-linux-gnu" |
| 9981 | ], |
| 9982 | "cfg(any(unix, target_os = \"wasi\"))": [ |
| 9983 | "aarch64-unknown-linux-gnu", |
| 9984 | "arm-unknown-linux-gnueabi", |
| 9985 | "armv7-unknown-linux-gnueabihf", |
| 9986 | "x86_64-unknown-linux-gnu" |
| 9987 | ], |
| 9988 | "cfg(not(all(target_arch = \"arm\", target_os = \"none\")))": [ |
| 9989 | "aarch64-unknown-linux-gnu", |
| 9990 | "arm-unknown-linux-gnueabi", |
| 9991 | "armv7-unknown-linux-gnueabihf", |
| 9992 | "x86_64-unknown-linux-gnu" |
| 9993 | ], |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 9994 | "cfg(not(any(windows, target_os = \"hermit\", target_os = \"unknown\")))": [ |
| 9995 | "aarch64-unknown-linux-gnu", |
| 9996 | "arm-unknown-linux-gnueabi", |
| 9997 | "armv7-unknown-linux-gnueabihf", |
| 9998 | "x86_64-unknown-linux-gnu" |
| 9999 | ], |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 10000 | "cfg(not(windows))": [ |
| 10001 | "aarch64-unknown-linux-gnu", |
| 10002 | "arm-unknown-linux-gnueabi", |
| 10003 | "armv7-unknown-linux-gnueabihf", |
| 10004 | "x86_64-unknown-linux-gnu" |
| 10005 | ], |
| 10006 | "cfg(target_os = \"dragonfly\")": [], |
| 10007 | "cfg(target_os = \"hermit\")": [], |
| 10008 | "cfg(target_os = \"redox\")": [], |
| 10009 | "cfg(target_os = \"wasi\")": [], |
| 10010 | "cfg(target_os = \"windows\")": [], |
| 10011 | "cfg(unix)": [ |
| 10012 | "aarch64-unknown-linux-gnu", |
| 10013 | "arm-unknown-linux-gnueabi", |
| 10014 | "armv7-unknown-linux-gnueabihf", |
| 10015 | "x86_64-unknown-linux-gnu" |
| 10016 | ], |
| 10017 | "cfg(windows)": [], |
| 10018 | "i686-pc-windows-gnu": [], |
| 10019 | "x86_64-pc-windows-gnu": [], |
| 10020 | "x86_64-pc-windows-gnullvm": [] |
| 10021 | } |
| 10022 | } |