Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 2 | "checksum": "7305dfa1e83bfd0222912e22f8294905db9c35e036a34182aaaf7bafa13c28ac", |
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 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 236 | "anstyle 1.0.1": { |
| 237 | "name": "anstyle", |
| 238 | "version": "1.0.1", |
| 239 | "repository": { |
| 240 | "Http": { |
| 241 | "url": "https://crates.io/api/v1/crates/anstyle/1.0.1/download", |
| 242 | "sha256": "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd" |
| 243 | } |
| 244 | }, |
| 245 | "targets": [ |
| 246 | { |
| 247 | "Library": { |
| 248 | "crate_name": "anstyle", |
| 249 | "crate_root": "src/lib.rs", |
| 250 | "srcs": [ |
| 251 | "**/*.rs" |
| 252 | ] |
| 253 | } |
| 254 | } |
| 255 | ], |
| 256 | "library_target_name": "anstyle", |
| 257 | "common_attrs": { |
| 258 | "compile_data_glob": [ |
| 259 | "**" |
| 260 | ], |
| 261 | "crate_features": { |
| 262 | "common": [ |
| 263 | "default", |
| 264 | "std" |
| 265 | ], |
| 266 | "selects": {} |
| 267 | }, |
| 268 | "edition": "2021", |
| 269 | "version": "1.0.1" |
| 270 | }, |
| 271 | "license": "MIT OR Apache-2.0" |
| 272 | }, |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 273 | "anyhow 1.0.71": { |
| 274 | "name": "anyhow", |
| 275 | "version": "1.0.71", |
| 276 | "repository": { |
| 277 | "Http": { |
| 278 | "url": "https://crates.io/api/v1/crates/anyhow/1.0.71/download", |
| 279 | "sha256": "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" |
| 280 | } |
| 281 | }, |
| 282 | "targets": [ |
| 283 | { |
| 284 | "Library": { |
| 285 | "crate_name": "anyhow", |
| 286 | "crate_root": "src/lib.rs", |
| 287 | "srcs": [ |
| 288 | "**/*.rs" |
| 289 | ] |
| 290 | } |
| 291 | }, |
| 292 | { |
| 293 | "BuildScript": { |
| 294 | "crate_name": "build_script_build", |
| 295 | "crate_root": "build.rs", |
| 296 | "srcs": [ |
| 297 | "**/*.rs" |
| 298 | ] |
| 299 | } |
| 300 | } |
| 301 | ], |
| 302 | "library_target_name": "anyhow", |
| 303 | "common_attrs": { |
| 304 | "compile_data_glob": [ |
| 305 | "**" |
| 306 | ], |
| 307 | "crate_features": { |
| 308 | "common": [ |
| 309 | "default", |
| 310 | "std" |
| 311 | ], |
| 312 | "selects": {} |
| 313 | }, |
| 314 | "deps": { |
| 315 | "common": [ |
| 316 | { |
| 317 | "id": "anyhow 1.0.71", |
| 318 | "target": "build_script_build" |
| 319 | } |
| 320 | ], |
| 321 | "selects": {} |
| 322 | }, |
| 323 | "edition": "2018", |
| 324 | "version": "1.0.71" |
| 325 | }, |
| 326 | "build_script_attrs": { |
| 327 | "data_glob": [ |
| 328 | "**" |
| 329 | ] |
| 330 | }, |
| 331 | "license": "MIT OR Apache-2.0" |
| 332 | }, |
| 333 | "aquamarine 0.1.12": { |
| 334 | "name": "aquamarine", |
| 335 | "version": "0.1.12", |
| 336 | "repository": { |
| 337 | "Http": { |
| 338 | "url": "https://crates.io/api/v1/crates/aquamarine/0.1.12/download", |
| 339 | "sha256": "a941c39708478e8eea39243b5983f1c42d2717b3620ee91f4a52115fd02ac43f" |
| 340 | } |
| 341 | }, |
| 342 | "targets": [ |
| 343 | { |
| 344 | "ProcMacro": { |
| 345 | "crate_name": "aquamarine", |
| 346 | "crate_root": "src/lib.rs", |
| 347 | "srcs": [ |
| 348 | "**/*.rs" |
| 349 | ] |
| 350 | } |
| 351 | } |
| 352 | ], |
| 353 | "library_target_name": "aquamarine", |
| 354 | "common_attrs": { |
| 355 | "compile_data_glob": [ |
| 356 | "**" |
| 357 | ], |
| 358 | "deps": { |
| 359 | "common": [ |
| 360 | { |
| 361 | "id": "itertools 0.9.0", |
| 362 | "target": "itertools" |
| 363 | }, |
| 364 | { |
| 365 | "id": "proc-macro-error 1.0.4", |
| 366 | "target": "proc_macro_error" |
| 367 | }, |
| 368 | { |
| 369 | "id": "proc-macro2 1.0.63", |
| 370 | "target": "proc_macro2" |
| 371 | }, |
| 372 | { |
| 373 | "id": "quote 1.0.29", |
| 374 | "target": "quote" |
| 375 | }, |
| 376 | { |
| 377 | "id": "syn 1.0.109", |
| 378 | "target": "syn" |
| 379 | } |
| 380 | ], |
| 381 | "selects": {} |
| 382 | }, |
| 383 | "edition": "2018", |
| 384 | "version": "0.1.12" |
| 385 | }, |
| 386 | "license": "MIT" |
| 387 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 388 | "assert_cmd 2.0.12": { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 389 | "name": "assert_cmd", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 390 | "version": "2.0.12", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 391 | "repository": { |
| 392 | "Http": { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 393 | "url": "https://crates.io/api/v1/crates/assert_cmd/2.0.12/download", |
| 394 | "sha256": "88903cb14723e4d4003335bb7f8a14f27691649105346a0f0957466c096adfe6" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 395 | } |
| 396 | }, |
| 397 | "targets": [ |
| 398 | { |
| 399 | "Library": { |
| 400 | "crate_name": "assert_cmd", |
| 401 | "crate_root": "src/lib.rs", |
| 402 | "srcs": [ |
| 403 | "**/*.rs" |
| 404 | ] |
| 405 | } |
| 406 | } |
| 407 | ], |
| 408 | "library_target_name": "assert_cmd", |
| 409 | "common_attrs": { |
| 410 | "compile_data_glob": [ |
| 411 | "**" |
| 412 | ], |
| 413 | "deps": { |
| 414 | "common": [ |
| 415 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 416 | "id": "anstyle 1.0.1", |
| 417 | "target": "anstyle" |
| 418 | }, |
| 419 | { |
| 420 | "id": "bstr 1.6.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 421 | "target": "bstr" |
| 422 | }, |
| 423 | { |
| 424 | "id": "doc-comment 0.3.3", |
| 425 | "target": "doc_comment" |
| 426 | }, |
| 427 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 428 | "id": "predicates 3.0.3", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 429 | "target": "predicates" |
| 430 | }, |
| 431 | { |
| 432 | "id": "predicates-core 1.0.6", |
| 433 | "target": "predicates_core" |
| 434 | }, |
| 435 | { |
| 436 | "id": "predicates-tree 1.0.9", |
| 437 | "target": "predicates_tree" |
| 438 | }, |
| 439 | { |
| 440 | "id": "wait-timeout 0.2.0", |
| 441 | "target": "wait_timeout" |
| 442 | } |
| 443 | ], |
| 444 | "selects": {} |
| 445 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 446 | "edition": "2021", |
| 447 | "version": "2.0.12" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 448 | }, |
| 449 | "license": "MIT OR Apache-2.0" |
| 450 | }, |
| 451 | "atty 0.2.14": { |
| 452 | "name": "atty", |
| 453 | "version": "0.2.14", |
| 454 | "repository": { |
| 455 | "Http": { |
| 456 | "url": "https://crates.io/api/v1/crates/atty/0.2.14/download", |
| 457 | "sha256": "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
| 458 | } |
| 459 | }, |
| 460 | "targets": [ |
| 461 | { |
| 462 | "Library": { |
| 463 | "crate_name": "atty", |
| 464 | "crate_root": "src/lib.rs", |
| 465 | "srcs": [ |
| 466 | "**/*.rs" |
| 467 | ] |
| 468 | } |
| 469 | } |
| 470 | ], |
| 471 | "library_target_name": "atty", |
| 472 | "common_attrs": { |
| 473 | "compile_data_glob": [ |
| 474 | "**" |
| 475 | ], |
| 476 | "deps": { |
| 477 | "common": [], |
| 478 | "selects": { |
| 479 | "cfg(target_os = \"hermit\")": [ |
| 480 | { |
| 481 | "id": "hermit-abi 0.1.19", |
| 482 | "target": "hermit_abi" |
| 483 | } |
| 484 | ], |
| 485 | "cfg(unix)": [ |
| 486 | { |
| 487 | "id": "libc 0.2.147", |
| 488 | "target": "libc" |
| 489 | } |
| 490 | ], |
| 491 | "cfg(windows)": [ |
| 492 | { |
| 493 | "id": "winapi 0.3.9", |
| 494 | "target": "winapi" |
| 495 | } |
| 496 | ] |
| 497 | } |
| 498 | }, |
| 499 | "edition": "2015", |
| 500 | "version": "0.2.14" |
| 501 | }, |
| 502 | "license": "MIT" |
| 503 | }, |
| 504 | "autocfg 1.1.0": { |
| 505 | "name": "autocfg", |
| 506 | "version": "1.1.0", |
| 507 | "repository": { |
| 508 | "Http": { |
| 509 | "url": "https://crates.io/api/v1/crates/autocfg/1.1.0/download", |
| 510 | "sha256": "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
| 511 | } |
| 512 | }, |
| 513 | "targets": [ |
| 514 | { |
| 515 | "Library": { |
| 516 | "crate_name": "autocfg", |
| 517 | "crate_root": "src/lib.rs", |
| 518 | "srcs": [ |
| 519 | "**/*.rs" |
| 520 | ] |
| 521 | } |
| 522 | } |
| 523 | ], |
| 524 | "library_target_name": "autocfg", |
| 525 | "common_attrs": { |
| 526 | "compile_data_glob": [ |
| 527 | "**" |
| 528 | ], |
| 529 | "edition": "2015", |
| 530 | "version": "1.1.0" |
| 531 | }, |
| 532 | "license": "Apache-2.0 OR MIT" |
| 533 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 534 | "autocxx 0.26.0": { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 535 | "name": "autocxx", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 536 | "version": "0.26.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 537 | "repository": null, |
| 538 | "targets": [ |
| 539 | { |
| 540 | "Library": { |
| 541 | "crate_name": "autocxx", |
| 542 | "crate_root": "src/lib.rs", |
| 543 | "srcs": [ |
| 544 | "**/*.rs" |
| 545 | ] |
| 546 | } |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 547 | }, |
| 548 | { |
| 549 | "BuildScript": { |
| 550 | "crate_name": "build_script_build", |
| 551 | "crate_root": "build.rs", |
| 552 | "srcs": [ |
| 553 | "**/*.rs" |
| 554 | ] |
| 555 | } |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 556 | } |
| 557 | ], |
| 558 | "library_target_name": "autocxx", |
| 559 | "common_attrs": { |
| 560 | "compile_data_glob": [ |
| 561 | "**" |
| 562 | ], |
| 563 | "deps": { |
| 564 | "common": [ |
| 565 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 566 | "id": "autocxx 0.26.0", |
| 567 | "target": "build_script_build" |
| 568 | }, |
| 569 | { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 570 | "id": "cxx 1.0.97", |
| 571 | "target": "cxx" |
| 572 | }, |
| 573 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 574 | "id": "moveit 0.6.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 575 | "target": "moveit" |
| 576 | } |
| 577 | ], |
| 578 | "selects": {} |
| 579 | }, |
| 580 | "edition": "2021", |
| 581 | "proc_macro_deps": { |
| 582 | "common": [ |
| 583 | { |
| 584 | "id": "aquamarine 0.1.12", |
| 585 | "target": "aquamarine" |
| 586 | } |
| 587 | ], |
| 588 | "selects": {} |
| 589 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 590 | "version": "0.26.0" |
| 591 | }, |
| 592 | "build_script_attrs": { |
| 593 | "data_glob": [ |
| 594 | "**" |
| 595 | ] |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 596 | }, |
| 597 | "license": "MIT OR Apache-2.0" |
| 598 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 599 | "autocxx-bindgen 0.65.1": { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 600 | "name": "autocxx-bindgen", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 601 | "version": "0.65.1", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 602 | "repository": { |
| 603 | "Http": { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 604 | "url": "https://crates.io/api/v1/crates/autocxx-bindgen/0.65.1/download", |
| 605 | "sha256": "6c9fb7b8dd83a582e12157367773d8d1195f2dea54d4250aaf3426abae3237aa" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 606 | } |
| 607 | }, |
| 608 | "targets": [ |
| 609 | { |
| 610 | "Library": { |
| 611 | "crate_name": "autocxx_bindgen", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 612 | "crate_root": "lib.rs", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 613 | "srcs": [ |
| 614 | "**/*.rs" |
| 615 | ] |
| 616 | } |
| 617 | }, |
| 618 | { |
| 619 | "BuildScript": { |
| 620 | "crate_name": "build_script_build", |
| 621 | "crate_root": "build.rs", |
| 622 | "srcs": [ |
| 623 | "**/*.rs" |
| 624 | ] |
| 625 | } |
| 626 | } |
| 627 | ], |
| 628 | "library_target_name": "autocxx_bindgen", |
| 629 | "common_attrs": { |
| 630 | "compile_data_glob": [ |
| 631 | "**" |
| 632 | ], |
| 633 | "crate_features": { |
| 634 | "common": [ |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 635 | "log", |
| 636 | "logging", |
| 637 | "runtime", |
| 638 | "which", |
| 639 | "which-rustfmt" |
| 640 | ], |
| 641 | "selects": {} |
| 642 | }, |
| 643 | "deps": { |
| 644 | "common": [ |
| 645 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 646 | "id": "autocxx-bindgen 0.65.1", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 647 | "target": "build_script_build" |
| 648 | }, |
| 649 | { |
| 650 | "id": "bitflags 1.3.2", |
| 651 | "target": "bitflags" |
| 652 | }, |
| 653 | { |
| 654 | "id": "cexpr 0.6.0", |
| 655 | "target": "cexpr" |
| 656 | }, |
| 657 | { |
| 658 | "id": "clang-sys 1.6.1", |
| 659 | "target": "clang_sys" |
| 660 | }, |
| 661 | { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 662 | "id": "itertools 0.10.5", |
| 663 | "target": "itertools" |
| 664 | }, |
| 665 | { |
| 666 | "id": "lazy_static 1.4.0", |
| 667 | "target": "lazy_static" |
| 668 | }, |
| 669 | { |
| 670 | "id": "lazycell 1.3.0", |
| 671 | "target": "lazycell" |
| 672 | }, |
| 673 | { |
| 674 | "id": "log 0.4.19", |
| 675 | "target": "log" |
| 676 | }, |
| 677 | { |
| 678 | "id": "peeking_take_while 0.1.2", |
| 679 | "target": "peeking_take_while" |
| 680 | }, |
| 681 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 682 | "id": "prettyplease 0.2.12", |
| 683 | "target": "prettyplease" |
| 684 | }, |
| 685 | { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 686 | "id": "proc-macro2 1.0.63", |
| 687 | "target": "proc_macro2" |
| 688 | }, |
| 689 | { |
| 690 | "id": "quote 1.0.29", |
| 691 | "target": "quote" |
| 692 | }, |
| 693 | { |
| 694 | "id": "regex 1.9.1", |
| 695 | "target": "regex" |
| 696 | }, |
| 697 | { |
| 698 | "id": "rustc-hash 1.1.0", |
| 699 | "target": "rustc_hash" |
| 700 | }, |
| 701 | { |
| 702 | "id": "shlex 1.1.0", |
| 703 | "target": "shlex" |
| 704 | }, |
| 705 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 706 | "id": "syn 2.0.28", |
| 707 | "target": "syn" |
| 708 | }, |
| 709 | { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 710 | "id": "which 4.4.0", |
| 711 | "target": "which" |
| 712 | } |
| 713 | ], |
| 714 | "selects": {} |
| 715 | }, |
| 716 | "edition": "2018", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 717 | "version": "0.65.1" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 718 | }, |
| 719 | "build_script_attrs": { |
| 720 | "data_glob": [ |
| 721 | "**" |
| 722 | ] |
| 723 | }, |
| 724 | "license": "BSD-3-Clause" |
| 725 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 726 | "autocxx-engine 0.26.0": { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 727 | "name": "autocxx-engine", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 728 | "version": "0.26.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 729 | "repository": null, |
| 730 | "targets": [ |
| 731 | { |
| 732 | "Library": { |
| 733 | "crate_name": "autocxx_engine", |
| 734 | "crate_root": "src/lib.rs", |
| 735 | "srcs": [ |
| 736 | "**/*.rs" |
| 737 | ] |
| 738 | } |
| 739 | } |
| 740 | ], |
| 741 | "library_target_name": "autocxx_engine", |
| 742 | "common_attrs": { |
| 743 | "compile_data_glob": [ |
| 744 | "**" |
| 745 | ], |
| 746 | "crate_features": { |
| 747 | "common": [ |
| 748 | "build", |
| 749 | "cc", |
| 750 | "default", |
| 751 | "reproduction_case", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 752 | "runtime", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 753 | "serde_json" |
| 754 | ], |
| 755 | "selects": {} |
| 756 | }, |
| 757 | "deps": { |
| 758 | "common": [ |
| 759 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 760 | "id": "autocxx-bindgen 0.65.1", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 761 | "target": "autocxx_bindgen" |
| 762 | }, |
| 763 | { |
| 764 | "id": "cc 1.0.79", |
| 765 | "target": "cc" |
| 766 | }, |
| 767 | { |
| 768 | "id": "cxx-gen 0.7.97", |
| 769 | "target": "cxx_gen" |
| 770 | }, |
| 771 | { |
| 772 | "id": "indexmap 1.9.3", |
| 773 | "target": "indexmap" |
| 774 | }, |
| 775 | { |
| 776 | "id": "itertools 0.10.5", |
| 777 | "target": "itertools" |
| 778 | }, |
| 779 | { |
| 780 | "id": "log 0.4.19", |
| 781 | "target": "log" |
| 782 | }, |
| 783 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 784 | "id": "miette 5.10.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 785 | "target": "miette" |
| 786 | }, |
| 787 | { |
| 788 | "id": "once_cell 1.18.0", |
| 789 | "target": "once_cell" |
| 790 | }, |
| 791 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 792 | "id": "prettyplease 0.2.12", |
| 793 | "target": "prettyplease" |
| 794 | }, |
| 795 | { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 796 | "id": "proc-macro2 1.0.63", |
| 797 | "target": "proc_macro2" |
| 798 | }, |
| 799 | { |
| 800 | "id": "quote 1.0.29", |
| 801 | "target": "quote" |
| 802 | }, |
| 803 | { |
| 804 | "id": "regex 1.9.1", |
| 805 | "target": "regex" |
| 806 | }, |
| 807 | { |
| 808 | "id": "serde_json 1.0.100", |
| 809 | "target": "serde_json" |
| 810 | }, |
| 811 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 812 | "id": "syn 2.0.28", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 813 | "target": "syn" |
| 814 | }, |
| 815 | { |
| 816 | "id": "tempfile 3.6.0", |
| 817 | "target": "tempfile" |
| 818 | }, |
| 819 | { |
| 820 | "id": "thiserror 1.0.40", |
| 821 | "target": "thiserror" |
| 822 | }, |
| 823 | { |
| 824 | "id": "version_check 0.9.4", |
| 825 | "target": "version_check" |
| 826 | } |
| 827 | ], |
| 828 | "selects": {} |
| 829 | }, |
| 830 | "edition": "2021", |
| 831 | "proc_macro_deps": { |
| 832 | "common": [ |
| 833 | { |
| 834 | "id": "aquamarine 0.1.12", |
| 835 | "target": "aquamarine" |
| 836 | }, |
| 837 | { |
| 838 | "id": "indoc 1.0.9", |
| 839 | "target": "indoc" |
| 840 | }, |
| 841 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 842 | "id": "rustversion 1.0.13", |
| 843 | "target": "rustversion" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 844 | } |
| 845 | ], |
| 846 | "selects": {} |
| 847 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 848 | "version": "0.26.0" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 849 | }, |
| 850 | "license": "MIT OR Apache-2.0" |
| 851 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 852 | "autocxx-gen 0.26.0": { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 853 | "name": "autocxx-gen", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 854 | "version": "0.26.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 855 | "repository": null, |
| 856 | "targets": [], |
| 857 | "library_target_name": null, |
| 858 | "common_attrs": { |
| 859 | "compile_data_glob": [ |
| 860 | "**" |
| 861 | ], |
| 862 | "deps": { |
| 863 | "common": [ |
| 864 | { |
| 865 | "id": "clap 3.2.25", |
| 866 | "target": "clap" |
| 867 | }, |
| 868 | { |
| 869 | "id": "env_logger 0.9.3", |
| 870 | "target": "env_logger" |
| 871 | }, |
| 872 | { |
| 873 | "id": "indexmap 1.9.3", |
| 874 | "target": "indexmap" |
| 875 | }, |
| 876 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 877 | "id": "miette 5.10.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 878 | "target": "miette" |
| 879 | }, |
| 880 | { |
| 881 | "id": "pathdiff 0.2.1", |
| 882 | "target": "pathdiff" |
| 883 | }, |
| 884 | { |
| 885 | "id": "proc-macro2 1.0.63", |
| 886 | "target": "proc_macro2" |
| 887 | } |
| 888 | ], |
| 889 | "selects": {} |
| 890 | }, |
| 891 | "deps_dev": { |
| 892 | "common": [ |
| 893 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 894 | "id": "assert_cmd 2.0.12", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 895 | "target": "assert_cmd" |
| 896 | }, |
| 897 | { |
| 898 | "id": "cxx 1.0.97", |
| 899 | "target": "cxx" |
| 900 | }, |
| 901 | { |
| 902 | "id": "itertools 0.10.5", |
| 903 | "target": "itertools" |
| 904 | }, |
| 905 | { |
| 906 | "id": "tempfile 3.6.0", |
| 907 | "target": "tempfile" |
| 908 | } |
| 909 | ], |
| 910 | "selects": {} |
| 911 | }, |
| 912 | "edition": "2021", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 913 | "version": "0.26.0" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 914 | }, |
| 915 | "license": "MIT OR Apache-2.0" |
| 916 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 917 | "autocxx-integration-tests 0.26.0": { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 918 | "name": "autocxx-integration-tests", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 919 | "version": "0.26.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 920 | "repository": null, |
| 921 | "targets": [ |
| 922 | { |
| 923 | "Library": { |
| 924 | "crate_name": "autocxx_integration_tests", |
| 925 | "crate_root": "src/lib.rs", |
| 926 | "srcs": [ |
| 927 | "**/*.rs" |
| 928 | ] |
| 929 | } |
| 930 | } |
| 931 | ], |
| 932 | "library_target_name": "autocxx_integration_tests", |
| 933 | "common_attrs": { |
| 934 | "compile_data_glob": [ |
| 935 | "**" |
| 936 | ], |
| 937 | "deps": { |
| 938 | "common": [ |
| 939 | { |
| 940 | "id": "cc 1.0.79", |
| 941 | "target": "cc" |
| 942 | }, |
| 943 | { |
| 944 | "id": "cxx 1.0.97", |
| 945 | "target": "cxx" |
| 946 | }, |
| 947 | { |
| 948 | "id": "env_logger 0.9.3", |
| 949 | "target": "env_logger" |
| 950 | }, |
| 951 | { |
| 952 | "id": "itertools 0.10.5", |
| 953 | "target": "itertools" |
| 954 | }, |
| 955 | { |
| 956 | "id": "link-cplusplus 1.0.8", |
| 957 | "target": "link_cplusplus" |
| 958 | }, |
| 959 | { |
| 960 | "id": "log 0.4.19", |
| 961 | "target": "log" |
| 962 | }, |
| 963 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 964 | "id": "moveit 0.6.0", |
| 965 | "target": "moveit" |
| 966 | }, |
| 967 | { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 968 | "id": "once_cell 1.18.0", |
| 969 | "target": "once_cell" |
| 970 | }, |
| 971 | { |
| 972 | "id": "proc-macro2 1.0.63", |
| 973 | "target": "proc_macro2" |
| 974 | }, |
| 975 | { |
| 976 | "id": "quote 1.0.29", |
| 977 | "target": "quote" |
| 978 | }, |
| 979 | { |
| 980 | "id": "rust_info 0.3.2", |
| 981 | "target": "rust_info" |
| 982 | }, |
| 983 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 984 | "id": "static_assertions 1.1.0", |
| 985 | "target": "static_assertions" |
| 986 | }, |
| 987 | { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 988 | "id": "syn 1.0.109", |
| 989 | "target": "syn" |
| 990 | }, |
| 991 | { |
| 992 | "id": "tempfile 3.6.0", |
| 993 | "target": "tempfile" |
| 994 | }, |
| 995 | { |
| 996 | "id": "trybuild 1.0.81", |
| 997 | "target": "trybuild" |
| 998 | } |
| 999 | ], |
| 1000 | "selects": {} |
| 1001 | }, |
| 1002 | "edition": "2021", |
| 1003 | "proc_macro_deps": { |
| 1004 | "common": [ |
| 1005 | { |
| 1006 | "id": "indoc 1.0.9", |
| 1007 | "target": "indoc" |
| 1008 | }, |
| 1009 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 1010 | "id": "rustversion 1.0.13", |
| 1011 | "target": "rustversion" |
| 1012 | }, |
| 1013 | { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1014 | "id": "test-log 0.2.12", |
| 1015 | "target": "test_log" |
| 1016 | } |
| 1017 | ], |
| 1018 | "selects": {} |
| 1019 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 1020 | "version": "0.26.0" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1021 | }, |
| 1022 | "license": "MIT OR Apache-2.0" |
| 1023 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 1024 | "autocxx-macro 0.26.0": { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1025 | "name": "autocxx-macro", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 1026 | "version": "0.26.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1027 | "repository": null, |
| 1028 | "targets": [ |
| 1029 | { |
| 1030 | "ProcMacro": { |
| 1031 | "crate_name": "autocxx_macro", |
| 1032 | "crate_root": "src/lib.rs", |
| 1033 | "srcs": [ |
| 1034 | "**/*.rs" |
| 1035 | ] |
| 1036 | } |
| 1037 | } |
| 1038 | ], |
| 1039 | "library_target_name": "autocxx_macro", |
| 1040 | "common_attrs": { |
| 1041 | "compile_data_glob": [ |
| 1042 | "**" |
| 1043 | ], |
| 1044 | "deps": { |
| 1045 | "common": [ |
| 1046 | { |
| 1047 | "id": "proc-macro-error 1.0.4", |
| 1048 | "target": "proc_macro_error" |
| 1049 | }, |
| 1050 | { |
| 1051 | "id": "proc-macro2 1.0.63", |
| 1052 | "target": "proc_macro2" |
| 1053 | }, |
| 1054 | { |
| 1055 | "id": "quote 1.0.29", |
| 1056 | "target": "quote" |
| 1057 | }, |
| 1058 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 1059 | "id": "syn 2.0.28", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1060 | "target": "syn" |
| 1061 | } |
| 1062 | ], |
| 1063 | "selects": {} |
| 1064 | }, |
| 1065 | "edition": "2021", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 1066 | "version": "0.26.0" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1067 | }, |
| 1068 | "license": "MIT OR Apache-2.0" |
| 1069 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 1070 | "autocxx-parser 0.26.0": { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1071 | "name": "autocxx-parser", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 1072 | "version": "0.26.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1073 | "repository": null, |
| 1074 | "targets": [ |
| 1075 | { |
| 1076 | "Library": { |
| 1077 | "crate_name": "autocxx_parser", |
| 1078 | "crate_root": "src/lib.rs", |
| 1079 | "srcs": [ |
| 1080 | "**/*.rs" |
| 1081 | ] |
| 1082 | } |
| 1083 | } |
| 1084 | ], |
| 1085 | "library_target_name": "autocxx_parser", |
| 1086 | "common_attrs": { |
| 1087 | "compile_data_glob": [ |
| 1088 | "**" |
| 1089 | ], |
| 1090 | "crate_features": { |
| 1091 | "common": [ |
| 1092 | "reproduction_case" |
| 1093 | ], |
| 1094 | "selects": {} |
| 1095 | }, |
| 1096 | "deps": { |
| 1097 | "common": [ |
| 1098 | { |
| 1099 | "id": "indexmap 1.9.3", |
| 1100 | "target": "indexmap" |
| 1101 | }, |
| 1102 | { |
| 1103 | "id": "itertools 0.10.5", |
| 1104 | "target": "itertools" |
| 1105 | }, |
| 1106 | { |
| 1107 | "id": "log 0.4.19", |
| 1108 | "target": "log" |
| 1109 | }, |
| 1110 | { |
| 1111 | "id": "once_cell 1.18.0", |
| 1112 | "target": "once_cell" |
| 1113 | }, |
| 1114 | { |
| 1115 | "id": "proc-macro2 1.0.63", |
| 1116 | "target": "proc_macro2" |
| 1117 | }, |
| 1118 | { |
| 1119 | "id": "quote 1.0.29", |
| 1120 | "target": "quote" |
| 1121 | }, |
| 1122 | { |
| 1123 | "id": "serde 1.0.168", |
| 1124 | "target": "serde" |
| 1125 | }, |
| 1126 | { |
| 1127 | "id": "serde_json 1.0.100", |
| 1128 | "target": "serde_json" |
| 1129 | }, |
| 1130 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 1131 | "id": "syn 2.0.28", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1132 | "target": "syn" |
| 1133 | }, |
| 1134 | { |
| 1135 | "id": "thiserror 1.0.40", |
| 1136 | "target": "thiserror" |
| 1137 | } |
| 1138 | ], |
| 1139 | "selects": {} |
| 1140 | }, |
| 1141 | "edition": "2021", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 1142 | "version": "0.26.0" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1143 | }, |
| 1144 | "license": "MIT OR Apache-2.0" |
| 1145 | }, |
| 1146 | "backtrace 0.3.68": { |
| 1147 | "name": "backtrace", |
| 1148 | "version": "0.3.68", |
| 1149 | "repository": { |
| 1150 | "Http": { |
| 1151 | "url": "https://crates.io/api/v1/crates/backtrace/0.3.68/download", |
| 1152 | "sha256": "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12" |
| 1153 | } |
| 1154 | }, |
| 1155 | "targets": [ |
| 1156 | { |
| 1157 | "Library": { |
| 1158 | "crate_name": "backtrace", |
| 1159 | "crate_root": "src/lib.rs", |
| 1160 | "srcs": [ |
| 1161 | "**/*.rs" |
| 1162 | ] |
| 1163 | } |
| 1164 | }, |
| 1165 | { |
| 1166 | "BuildScript": { |
| 1167 | "crate_name": "build_script_build", |
| 1168 | "crate_root": "build.rs", |
| 1169 | "srcs": [ |
| 1170 | "**/*.rs" |
| 1171 | ] |
| 1172 | } |
| 1173 | } |
| 1174 | ], |
| 1175 | "library_target_name": "backtrace", |
| 1176 | "common_attrs": { |
| 1177 | "compile_data_glob": [ |
| 1178 | "**" |
| 1179 | ], |
| 1180 | "crate_features": { |
| 1181 | "common": [ |
| 1182 | "default", |
| 1183 | "std" |
| 1184 | ], |
| 1185 | "selects": {} |
| 1186 | }, |
| 1187 | "deps": { |
| 1188 | "common": [ |
| 1189 | { |
| 1190 | "id": "addr2line 0.20.0", |
| 1191 | "target": "addr2line" |
| 1192 | }, |
| 1193 | { |
| 1194 | "id": "backtrace 0.3.68", |
| 1195 | "target": "build_script_build" |
| 1196 | }, |
| 1197 | { |
| 1198 | "id": "cfg-if 1.0.0", |
| 1199 | "target": "cfg_if" |
| 1200 | }, |
| 1201 | { |
| 1202 | "id": "libc 0.2.147", |
| 1203 | "target": "libc" |
| 1204 | }, |
| 1205 | { |
| 1206 | "id": "miniz_oxide 0.7.1", |
| 1207 | "target": "miniz_oxide" |
| 1208 | }, |
| 1209 | { |
| 1210 | "id": "object 0.31.1", |
| 1211 | "target": "object" |
| 1212 | }, |
| 1213 | { |
| 1214 | "id": "rustc-demangle 0.1.23", |
| 1215 | "target": "rustc_demangle" |
| 1216 | } |
| 1217 | ], |
| 1218 | "selects": {} |
| 1219 | }, |
| 1220 | "edition": "2018", |
| 1221 | "version": "0.3.68" |
| 1222 | }, |
| 1223 | "build_script_attrs": { |
| 1224 | "data_glob": [ |
| 1225 | "**" |
| 1226 | ], |
| 1227 | "deps": { |
| 1228 | "common": [ |
| 1229 | { |
| 1230 | "id": "cc 1.0.79", |
| 1231 | "target": "cc" |
| 1232 | } |
| 1233 | ], |
| 1234 | "selects": {} |
| 1235 | } |
| 1236 | }, |
| 1237 | "license": "MIT OR Apache-2.0" |
| 1238 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 1239 | "backtrace-ext 0.2.1": { |
| 1240 | "name": "backtrace-ext", |
| 1241 | "version": "0.2.1", |
| 1242 | "repository": { |
| 1243 | "Http": { |
| 1244 | "url": "https://crates.io/api/v1/crates/backtrace-ext/0.2.1/download", |
| 1245 | "sha256": "537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50" |
| 1246 | } |
| 1247 | }, |
| 1248 | "targets": [ |
| 1249 | { |
| 1250 | "Library": { |
| 1251 | "crate_name": "backtrace_ext", |
| 1252 | "crate_root": "src/lib.rs", |
| 1253 | "srcs": [ |
| 1254 | "**/*.rs" |
| 1255 | ] |
| 1256 | } |
| 1257 | } |
| 1258 | ], |
| 1259 | "library_target_name": "backtrace_ext", |
| 1260 | "common_attrs": { |
| 1261 | "compile_data_glob": [ |
| 1262 | "**" |
| 1263 | ], |
| 1264 | "deps": { |
| 1265 | "common": [ |
| 1266 | { |
| 1267 | "id": "backtrace 0.3.68", |
| 1268 | "target": "backtrace" |
| 1269 | } |
| 1270 | ], |
| 1271 | "selects": {} |
| 1272 | }, |
| 1273 | "edition": "2018", |
| 1274 | "version": "0.2.1" |
| 1275 | }, |
| 1276 | "license": "MIT OR Apache-2.0" |
| 1277 | }, |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1278 | "basic-toml 0.1.3": { |
| 1279 | "name": "basic-toml", |
| 1280 | "version": "0.1.3", |
| 1281 | "repository": { |
| 1282 | "Http": { |
| 1283 | "url": "https://crates.io/api/v1/crates/basic-toml/0.1.3/download", |
| 1284 | "sha256": "f838d03a705d72b12389b8930bd14cacf493be1380bfb15720d4d12db5ab03ac" |
| 1285 | } |
| 1286 | }, |
| 1287 | "targets": [ |
| 1288 | { |
| 1289 | "Library": { |
| 1290 | "crate_name": "basic_toml", |
| 1291 | "crate_root": "src/lib.rs", |
| 1292 | "srcs": [ |
| 1293 | "**/*.rs" |
| 1294 | ] |
| 1295 | } |
| 1296 | } |
| 1297 | ], |
| 1298 | "library_target_name": "basic_toml", |
| 1299 | "common_attrs": { |
| 1300 | "compile_data_glob": [ |
| 1301 | "**" |
| 1302 | ], |
| 1303 | "deps": { |
| 1304 | "common": [ |
| 1305 | { |
| 1306 | "id": "serde 1.0.168", |
| 1307 | "target": "serde" |
| 1308 | } |
| 1309 | ], |
| 1310 | "selects": {} |
| 1311 | }, |
| 1312 | "edition": "2021", |
| 1313 | "version": "0.1.3" |
| 1314 | }, |
| 1315 | "license": "MIT OR Apache-2.0" |
| 1316 | }, |
| 1317 | "bindgen 0.58.1": { |
| 1318 | "name": "bindgen", |
| 1319 | "version": "0.58.1", |
| 1320 | "repository": { |
| 1321 | "Http": { |
| 1322 | "url": "https://crates.io/api/v1/crates/bindgen/0.58.1/download", |
| 1323 | "sha256": "0f8523b410d7187a43085e7e064416ea32ded16bd0a4e6fc025e21616d01258f" |
| 1324 | } |
| 1325 | }, |
| 1326 | "targets": [ |
| 1327 | { |
| 1328 | "Library": { |
| 1329 | "crate_name": "bindgen", |
| 1330 | "crate_root": "src/lib.rs", |
| 1331 | "srcs": [ |
| 1332 | "**/*.rs" |
| 1333 | ] |
| 1334 | } |
| 1335 | }, |
| 1336 | { |
| 1337 | "BuildScript": { |
| 1338 | "crate_name": "build_script_build", |
| 1339 | "crate_root": "build.rs", |
| 1340 | "srcs": [ |
| 1341 | "**/*.rs" |
| 1342 | ] |
| 1343 | } |
| 1344 | } |
| 1345 | ], |
| 1346 | "library_target_name": "bindgen", |
| 1347 | "common_attrs": { |
| 1348 | "compile_data_glob": [ |
| 1349 | "**" |
| 1350 | ], |
| 1351 | "crate_features": { |
| 1352 | "common": [ |
| 1353 | "clap", |
| 1354 | "default", |
| 1355 | "env_logger", |
| 1356 | "log", |
| 1357 | "logging", |
| 1358 | "runtime", |
| 1359 | "which", |
| 1360 | "which-rustfmt" |
| 1361 | ], |
| 1362 | "selects": {} |
| 1363 | }, |
| 1364 | "deps": { |
| 1365 | "common": [ |
| 1366 | { |
| 1367 | "id": "bindgen 0.58.1", |
| 1368 | "target": "build_script_build" |
| 1369 | }, |
| 1370 | { |
| 1371 | "id": "bitflags 1.3.2", |
| 1372 | "target": "bitflags" |
| 1373 | }, |
| 1374 | { |
| 1375 | "id": "cexpr 0.4.0", |
| 1376 | "target": "cexpr" |
| 1377 | }, |
| 1378 | { |
| 1379 | "id": "clang-sys 1.6.1", |
| 1380 | "target": "clang_sys" |
| 1381 | }, |
| 1382 | { |
| 1383 | "id": "clap 2.34.0", |
| 1384 | "target": "clap" |
| 1385 | }, |
| 1386 | { |
| 1387 | "id": "env_logger 0.8.4", |
| 1388 | "target": "env_logger" |
| 1389 | }, |
| 1390 | { |
| 1391 | "id": "lazy_static 1.4.0", |
| 1392 | "target": "lazy_static" |
| 1393 | }, |
| 1394 | { |
| 1395 | "id": "lazycell 1.3.0", |
| 1396 | "target": "lazycell" |
| 1397 | }, |
| 1398 | { |
| 1399 | "id": "log 0.4.19", |
| 1400 | "target": "log" |
| 1401 | }, |
| 1402 | { |
| 1403 | "id": "peeking_take_while 0.1.2", |
| 1404 | "target": "peeking_take_while" |
| 1405 | }, |
| 1406 | { |
| 1407 | "id": "proc-macro2 1.0.63", |
| 1408 | "target": "proc_macro2" |
| 1409 | }, |
| 1410 | { |
| 1411 | "id": "quote 1.0.29", |
| 1412 | "target": "quote" |
| 1413 | }, |
| 1414 | { |
| 1415 | "id": "regex 1.9.1", |
| 1416 | "target": "regex" |
| 1417 | }, |
| 1418 | { |
| 1419 | "id": "rustc-hash 1.1.0", |
| 1420 | "target": "rustc_hash" |
| 1421 | }, |
| 1422 | { |
| 1423 | "id": "shlex 1.1.0", |
| 1424 | "target": "shlex" |
| 1425 | }, |
| 1426 | { |
| 1427 | "id": "which 3.1.1", |
| 1428 | "target": "which" |
| 1429 | } |
| 1430 | ], |
| 1431 | "selects": {} |
| 1432 | }, |
| 1433 | "edition": "2018", |
| 1434 | "version": "0.58.1" |
| 1435 | }, |
| 1436 | "build_script_attrs": { |
| 1437 | "data_glob": [ |
| 1438 | "**" |
| 1439 | ] |
| 1440 | }, |
| 1441 | "license": "BSD-3-Clause" |
| 1442 | }, |
| 1443 | "bitflags 1.3.2": { |
| 1444 | "name": "bitflags", |
| 1445 | "version": "1.3.2", |
| 1446 | "repository": { |
| 1447 | "Http": { |
| 1448 | "url": "https://crates.io/api/v1/crates/bitflags/1.3.2/download", |
| 1449 | "sha256": "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| 1450 | } |
| 1451 | }, |
| 1452 | "targets": [ |
| 1453 | { |
| 1454 | "Library": { |
| 1455 | "crate_name": "bitflags", |
| 1456 | "crate_root": "src/lib.rs", |
| 1457 | "srcs": [ |
| 1458 | "**/*.rs" |
| 1459 | ] |
| 1460 | } |
| 1461 | } |
| 1462 | ], |
| 1463 | "library_target_name": "bitflags", |
| 1464 | "common_attrs": { |
| 1465 | "compile_data_glob": [ |
| 1466 | "**" |
| 1467 | ], |
| 1468 | "crate_features": { |
| 1469 | "common": [ |
| 1470 | "default" |
| 1471 | ], |
| 1472 | "selects": {} |
| 1473 | }, |
| 1474 | "edition": "2018", |
| 1475 | "version": "1.3.2" |
| 1476 | }, |
| 1477 | "license": "MIT/Apache-2.0" |
| 1478 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 1479 | "bitflags 2.3.3": { |
| 1480 | "name": "bitflags", |
| 1481 | "version": "2.3.3", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1482 | "repository": { |
| 1483 | "Http": { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 1484 | "url": "https://crates.io/api/v1/crates/bitflags/2.3.3/download", |
| 1485 | "sha256": "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42" |
| 1486 | } |
| 1487 | }, |
| 1488 | "targets": [ |
| 1489 | { |
| 1490 | "Library": { |
| 1491 | "crate_name": "bitflags", |
| 1492 | "crate_root": "src/lib.rs", |
| 1493 | "srcs": [ |
| 1494 | "**/*.rs" |
| 1495 | ] |
| 1496 | } |
| 1497 | } |
| 1498 | ], |
| 1499 | "library_target_name": "bitflags", |
| 1500 | "common_attrs": { |
| 1501 | "compile_data_glob": [ |
| 1502 | "**" |
| 1503 | ], |
| 1504 | "crate_features": { |
| 1505 | "common": [ |
| 1506 | "std" |
| 1507 | ], |
| 1508 | "selects": {} |
| 1509 | }, |
| 1510 | "edition": "2021", |
| 1511 | "version": "2.3.3" |
| 1512 | }, |
| 1513 | "license": "MIT OR Apache-2.0" |
| 1514 | }, |
| 1515 | "bstr 1.6.0": { |
| 1516 | "name": "bstr", |
| 1517 | "version": "1.6.0", |
| 1518 | "repository": { |
| 1519 | "Http": { |
| 1520 | "url": "https://crates.io/api/v1/crates/bstr/1.6.0/download", |
| 1521 | "sha256": "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1522 | } |
| 1523 | }, |
| 1524 | "targets": [ |
| 1525 | { |
| 1526 | "Library": { |
| 1527 | "crate_name": "bstr", |
| 1528 | "crate_root": "src/lib.rs", |
| 1529 | "srcs": [ |
| 1530 | "**/*.rs" |
| 1531 | ] |
| 1532 | } |
| 1533 | } |
| 1534 | ], |
| 1535 | "library_target_name": "bstr", |
| 1536 | "common_attrs": { |
| 1537 | "compile_data_glob": [ |
| 1538 | "**" |
| 1539 | ], |
| 1540 | "crate_features": { |
| 1541 | "common": [ |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 1542 | "alloc", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1543 | "default", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1544 | "std", |
| 1545 | "unicode" |
| 1546 | ], |
| 1547 | "selects": {} |
| 1548 | }, |
| 1549 | "deps": { |
| 1550 | "common": [ |
| 1551 | { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1552 | "id": "memchr 2.5.0", |
| 1553 | "target": "memchr" |
| 1554 | }, |
| 1555 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 1556 | "id": "regex-automata 0.3.2", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1557 | "target": "regex_automata" |
| 1558 | } |
| 1559 | ], |
| 1560 | "selects": {} |
| 1561 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 1562 | "edition": "2021", |
| 1563 | "version": "1.6.0" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1564 | }, |
| 1565 | "license": "MIT OR Apache-2.0" |
| 1566 | }, |
| 1567 | "cc 1.0.79": { |
| 1568 | "name": "cc", |
| 1569 | "version": "1.0.79", |
| 1570 | "repository": { |
| 1571 | "Http": { |
| 1572 | "url": "https://crates.io/api/v1/crates/cc/1.0.79/download", |
| 1573 | "sha256": "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" |
| 1574 | } |
| 1575 | }, |
| 1576 | "targets": [ |
| 1577 | { |
| 1578 | "Library": { |
| 1579 | "crate_name": "cc", |
| 1580 | "crate_root": "src/lib.rs", |
| 1581 | "srcs": [ |
| 1582 | "**/*.rs" |
| 1583 | ] |
| 1584 | } |
| 1585 | } |
| 1586 | ], |
| 1587 | "library_target_name": "cc", |
| 1588 | "common_attrs": { |
| 1589 | "compile_data_glob": [ |
| 1590 | "**" |
| 1591 | ], |
| 1592 | "edition": "2018", |
| 1593 | "version": "1.0.79" |
| 1594 | }, |
| 1595 | "license": "MIT OR Apache-2.0" |
| 1596 | }, |
| 1597 | "cexpr 0.4.0": { |
| 1598 | "name": "cexpr", |
| 1599 | "version": "0.4.0", |
| 1600 | "repository": { |
| 1601 | "Http": { |
| 1602 | "url": "https://crates.io/api/v1/crates/cexpr/0.4.0/download", |
| 1603 | "sha256": "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27" |
| 1604 | } |
| 1605 | }, |
| 1606 | "targets": [ |
| 1607 | { |
| 1608 | "Library": { |
| 1609 | "crate_name": "cexpr", |
| 1610 | "crate_root": "src/lib.rs", |
| 1611 | "srcs": [ |
| 1612 | "**/*.rs" |
| 1613 | ] |
| 1614 | } |
| 1615 | } |
| 1616 | ], |
| 1617 | "library_target_name": "cexpr", |
| 1618 | "common_attrs": { |
| 1619 | "compile_data_glob": [ |
| 1620 | "**" |
| 1621 | ], |
| 1622 | "deps": { |
| 1623 | "common": [ |
| 1624 | { |
| 1625 | "id": "nom 5.1.3", |
| 1626 | "target": "nom" |
| 1627 | } |
| 1628 | ], |
| 1629 | "selects": {} |
| 1630 | }, |
| 1631 | "edition": "2018", |
| 1632 | "version": "0.4.0" |
| 1633 | }, |
| 1634 | "license": "Apache-2.0/MIT" |
| 1635 | }, |
| 1636 | "cexpr 0.6.0": { |
| 1637 | "name": "cexpr", |
| 1638 | "version": "0.6.0", |
| 1639 | "repository": { |
| 1640 | "Http": { |
| 1641 | "url": "https://crates.io/api/v1/crates/cexpr/0.6.0/download", |
| 1642 | "sha256": "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" |
| 1643 | } |
| 1644 | }, |
| 1645 | "targets": [ |
| 1646 | { |
| 1647 | "Library": { |
| 1648 | "crate_name": "cexpr", |
| 1649 | "crate_root": "src/lib.rs", |
| 1650 | "srcs": [ |
| 1651 | "**/*.rs" |
| 1652 | ] |
| 1653 | } |
| 1654 | } |
| 1655 | ], |
| 1656 | "library_target_name": "cexpr", |
| 1657 | "common_attrs": { |
| 1658 | "compile_data_glob": [ |
| 1659 | "**" |
| 1660 | ], |
| 1661 | "deps": { |
| 1662 | "common": [ |
| 1663 | { |
| 1664 | "id": "nom 7.1.3", |
| 1665 | "target": "nom" |
| 1666 | } |
| 1667 | ], |
| 1668 | "selects": {} |
| 1669 | }, |
| 1670 | "edition": "2018", |
| 1671 | "version": "0.6.0" |
| 1672 | }, |
| 1673 | "license": "Apache-2.0/MIT" |
| 1674 | }, |
| 1675 | "cfg-if 0.1.10": { |
| 1676 | "name": "cfg-if", |
| 1677 | "version": "0.1.10", |
| 1678 | "repository": { |
| 1679 | "Http": { |
| 1680 | "url": "https://crates.io/api/v1/crates/cfg-if/0.1.10/download", |
| 1681 | "sha256": "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
| 1682 | } |
| 1683 | }, |
| 1684 | "targets": [ |
| 1685 | { |
| 1686 | "Library": { |
| 1687 | "crate_name": "cfg_if", |
| 1688 | "crate_root": "src/lib.rs", |
| 1689 | "srcs": [ |
| 1690 | "**/*.rs" |
| 1691 | ] |
| 1692 | } |
| 1693 | } |
| 1694 | ], |
| 1695 | "library_target_name": "cfg_if", |
| 1696 | "common_attrs": { |
| 1697 | "compile_data_glob": [ |
| 1698 | "**" |
| 1699 | ], |
| 1700 | "edition": "2018", |
| 1701 | "version": "0.1.10" |
| 1702 | }, |
| 1703 | "license": "MIT/Apache-2.0" |
| 1704 | }, |
| 1705 | "cfg-if 1.0.0": { |
| 1706 | "name": "cfg-if", |
| 1707 | "version": "1.0.0", |
| 1708 | "repository": { |
| 1709 | "Http": { |
| 1710 | "url": "https://crates.io/api/v1/crates/cfg-if/1.0.0/download", |
| 1711 | "sha256": "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| 1712 | } |
| 1713 | }, |
| 1714 | "targets": [ |
| 1715 | { |
| 1716 | "Library": { |
| 1717 | "crate_name": "cfg_if", |
| 1718 | "crate_root": "src/lib.rs", |
| 1719 | "srcs": [ |
| 1720 | "**/*.rs" |
| 1721 | ] |
| 1722 | } |
| 1723 | } |
| 1724 | ], |
| 1725 | "library_target_name": "cfg_if", |
| 1726 | "common_attrs": { |
| 1727 | "compile_data_glob": [ |
| 1728 | "**" |
| 1729 | ], |
| 1730 | "edition": "2018", |
| 1731 | "version": "1.0.0" |
| 1732 | }, |
| 1733 | "license": "MIT/Apache-2.0" |
| 1734 | }, |
| 1735 | "clang-sys 1.6.1": { |
| 1736 | "name": "clang-sys", |
| 1737 | "version": "1.6.1", |
| 1738 | "repository": { |
| 1739 | "Http": { |
| 1740 | "url": "https://crates.io/api/v1/crates/clang-sys/1.6.1/download", |
| 1741 | "sha256": "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f" |
| 1742 | } |
| 1743 | }, |
| 1744 | "targets": [ |
| 1745 | { |
| 1746 | "Library": { |
| 1747 | "crate_name": "clang_sys", |
| 1748 | "crate_root": "src/lib.rs", |
| 1749 | "srcs": [ |
| 1750 | "**/*.rs" |
| 1751 | ] |
| 1752 | } |
| 1753 | }, |
| 1754 | { |
| 1755 | "BuildScript": { |
| 1756 | "crate_name": "build_script_build", |
| 1757 | "crate_root": "build.rs", |
| 1758 | "srcs": [ |
| 1759 | "**/*.rs" |
| 1760 | ] |
| 1761 | } |
| 1762 | } |
| 1763 | ], |
| 1764 | "library_target_name": "clang_sys", |
| 1765 | "common_attrs": { |
| 1766 | "compile_data_glob": [ |
| 1767 | "**" |
| 1768 | ], |
| 1769 | "crate_features": { |
| 1770 | "common": [ |
| 1771 | "clang_3_5", |
| 1772 | "clang_3_6", |
| 1773 | "clang_3_7", |
| 1774 | "clang_3_8", |
| 1775 | "clang_3_9", |
| 1776 | "clang_4_0", |
| 1777 | "clang_5_0", |
| 1778 | "clang_6_0", |
| 1779 | "libloading", |
| 1780 | "runtime" |
| 1781 | ], |
| 1782 | "selects": {} |
| 1783 | }, |
| 1784 | "deps": { |
| 1785 | "common": [ |
| 1786 | { |
| 1787 | "id": "clang-sys 1.6.1", |
| 1788 | "target": "build_script_build" |
| 1789 | }, |
| 1790 | { |
| 1791 | "id": "glob 0.3.1", |
| 1792 | "target": "glob" |
| 1793 | }, |
| 1794 | { |
| 1795 | "id": "libc 0.2.147", |
| 1796 | "target": "libc" |
| 1797 | }, |
| 1798 | { |
| 1799 | "id": "libloading 0.7.4", |
| 1800 | "target": "libloading" |
| 1801 | } |
| 1802 | ], |
| 1803 | "selects": {} |
| 1804 | }, |
| 1805 | "edition": "2015", |
| 1806 | "version": "1.6.1" |
| 1807 | }, |
| 1808 | "build_script_attrs": { |
| 1809 | "data_glob": [ |
| 1810 | "**" |
| 1811 | ], |
| 1812 | "deps": { |
| 1813 | "common": [ |
| 1814 | { |
| 1815 | "id": "glob 0.3.1", |
| 1816 | "target": "glob" |
| 1817 | } |
| 1818 | ], |
| 1819 | "selects": {} |
| 1820 | }, |
| 1821 | "links": "clang" |
| 1822 | }, |
| 1823 | "license": "Apache-2.0" |
| 1824 | }, |
| 1825 | "clap 2.34.0": { |
| 1826 | "name": "clap", |
| 1827 | "version": "2.34.0", |
| 1828 | "repository": { |
| 1829 | "Http": { |
| 1830 | "url": "https://crates.io/api/v1/crates/clap/2.34.0/download", |
| 1831 | "sha256": "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" |
| 1832 | } |
| 1833 | }, |
| 1834 | "targets": [ |
| 1835 | { |
| 1836 | "Library": { |
| 1837 | "crate_name": "clap", |
| 1838 | "crate_root": "src/lib.rs", |
| 1839 | "srcs": [ |
| 1840 | "**/*.rs" |
| 1841 | ] |
| 1842 | } |
| 1843 | } |
| 1844 | ], |
| 1845 | "library_target_name": "clap", |
| 1846 | "common_attrs": { |
| 1847 | "compile_data_glob": [ |
| 1848 | "**" |
| 1849 | ], |
| 1850 | "crate_features": { |
| 1851 | "common": [ |
| 1852 | "ansi_term", |
| 1853 | "atty", |
| 1854 | "color", |
| 1855 | "default", |
| 1856 | "strsim", |
| 1857 | "suggestions", |
| 1858 | "vec_map" |
| 1859 | ], |
| 1860 | "selects": {} |
| 1861 | }, |
| 1862 | "deps": { |
| 1863 | "common": [ |
| 1864 | { |
| 1865 | "id": "atty 0.2.14", |
| 1866 | "target": "atty" |
| 1867 | }, |
| 1868 | { |
| 1869 | "id": "bitflags 1.3.2", |
| 1870 | "target": "bitflags" |
| 1871 | }, |
| 1872 | { |
| 1873 | "id": "strsim 0.8.0", |
| 1874 | "target": "strsim" |
| 1875 | }, |
| 1876 | { |
| 1877 | "id": "textwrap 0.11.0", |
| 1878 | "target": "textwrap" |
| 1879 | }, |
| 1880 | { |
| 1881 | "id": "unicode-width 0.1.10", |
| 1882 | "target": "unicode_width" |
| 1883 | }, |
| 1884 | { |
| 1885 | "id": "vec_map 0.8.2", |
| 1886 | "target": "vec_map" |
| 1887 | } |
| 1888 | ], |
| 1889 | "selects": { |
| 1890 | "cfg(not(windows))": [ |
| 1891 | { |
| 1892 | "id": "ansi_term 0.12.1", |
| 1893 | "target": "ansi_term" |
| 1894 | } |
| 1895 | ] |
| 1896 | } |
| 1897 | }, |
| 1898 | "edition": "2018", |
| 1899 | "version": "2.34.0" |
| 1900 | }, |
| 1901 | "license": "MIT" |
| 1902 | }, |
| 1903 | "clap 3.2.25": { |
| 1904 | "name": "clap", |
| 1905 | "version": "3.2.25", |
| 1906 | "repository": { |
| 1907 | "Http": { |
| 1908 | "url": "https://crates.io/api/v1/crates/clap/3.2.25/download", |
| 1909 | "sha256": "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123" |
| 1910 | } |
| 1911 | }, |
| 1912 | "targets": [ |
| 1913 | { |
| 1914 | "Library": { |
| 1915 | "crate_name": "clap", |
| 1916 | "crate_root": "src/lib.rs", |
| 1917 | "srcs": [ |
| 1918 | "**/*.rs" |
| 1919 | ] |
| 1920 | } |
| 1921 | } |
| 1922 | ], |
| 1923 | "library_target_name": "clap", |
| 1924 | "common_attrs": { |
| 1925 | "compile_data_glob": [ |
| 1926 | "**" |
| 1927 | ], |
| 1928 | "crate_features": { |
| 1929 | "common": [ |
| 1930 | "atty", |
| 1931 | "cargo", |
| 1932 | "color", |
| 1933 | "default", |
| 1934 | "once_cell", |
| 1935 | "std", |
| 1936 | "strsim", |
| 1937 | "suggestions", |
| 1938 | "termcolor" |
| 1939 | ], |
| 1940 | "selects": {} |
| 1941 | }, |
| 1942 | "deps": { |
| 1943 | "common": [ |
| 1944 | { |
| 1945 | "id": "atty 0.2.14", |
| 1946 | "target": "atty" |
| 1947 | }, |
| 1948 | { |
| 1949 | "id": "bitflags 1.3.2", |
| 1950 | "target": "bitflags" |
| 1951 | }, |
| 1952 | { |
| 1953 | "id": "clap_lex 0.2.4", |
| 1954 | "target": "clap_lex" |
| 1955 | }, |
| 1956 | { |
| 1957 | "id": "indexmap 1.9.3", |
| 1958 | "target": "indexmap" |
| 1959 | }, |
| 1960 | { |
| 1961 | "id": "once_cell 1.18.0", |
| 1962 | "target": "once_cell" |
| 1963 | }, |
| 1964 | { |
| 1965 | "id": "strsim 0.10.0", |
| 1966 | "target": "strsim" |
| 1967 | }, |
| 1968 | { |
| 1969 | "id": "termcolor 1.2.0", |
| 1970 | "target": "termcolor" |
| 1971 | }, |
| 1972 | { |
| 1973 | "id": "textwrap 0.16.0", |
| 1974 | "target": "textwrap" |
| 1975 | } |
| 1976 | ], |
| 1977 | "selects": {} |
| 1978 | }, |
| 1979 | "edition": "2021", |
| 1980 | "version": "3.2.25" |
| 1981 | }, |
| 1982 | "license": "MIT OR Apache-2.0" |
| 1983 | }, |
| 1984 | "clap_lex 0.2.4": { |
| 1985 | "name": "clap_lex", |
| 1986 | "version": "0.2.4", |
| 1987 | "repository": { |
| 1988 | "Http": { |
| 1989 | "url": "https://crates.io/api/v1/crates/clap_lex/0.2.4/download", |
| 1990 | "sha256": "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" |
| 1991 | } |
| 1992 | }, |
| 1993 | "targets": [ |
| 1994 | { |
| 1995 | "Library": { |
| 1996 | "crate_name": "clap_lex", |
| 1997 | "crate_root": "src/lib.rs", |
| 1998 | "srcs": [ |
| 1999 | "**/*.rs" |
| 2000 | ] |
| 2001 | } |
| 2002 | } |
| 2003 | ], |
| 2004 | "library_target_name": "clap_lex", |
| 2005 | "common_attrs": { |
| 2006 | "compile_data_glob": [ |
| 2007 | "**" |
| 2008 | ], |
| 2009 | "deps": { |
| 2010 | "common": [ |
| 2011 | { |
| 2012 | "id": "os_str_bytes 6.5.1", |
| 2013 | "target": "os_str_bytes" |
| 2014 | } |
| 2015 | ], |
| 2016 | "selects": {} |
| 2017 | }, |
| 2018 | "edition": "2021", |
| 2019 | "version": "0.2.4" |
| 2020 | }, |
| 2021 | "license": "MIT OR Apache-2.0" |
| 2022 | }, |
| 2023 | "codespan-reporting 0.11.1": { |
| 2024 | "name": "codespan-reporting", |
| 2025 | "version": "0.11.1", |
| 2026 | "repository": { |
| 2027 | "Http": { |
| 2028 | "url": "https://crates.io/api/v1/crates/codespan-reporting/0.11.1/download", |
| 2029 | "sha256": "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" |
| 2030 | } |
| 2031 | }, |
| 2032 | "targets": [ |
| 2033 | { |
| 2034 | "Library": { |
| 2035 | "crate_name": "codespan_reporting", |
| 2036 | "crate_root": "src/lib.rs", |
| 2037 | "srcs": [ |
| 2038 | "**/*.rs" |
| 2039 | ] |
| 2040 | } |
| 2041 | } |
| 2042 | ], |
| 2043 | "library_target_name": "codespan_reporting", |
| 2044 | "common_attrs": { |
| 2045 | "compile_data_glob": [ |
| 2046 | "**" |
| 2047 | ], |
| 2048 | "deps": { |
| 2049 | "common": [ |
| 2050 | { |
| 2051 | "id": "termcolor 1.2.0", |
| 2052 | "target": "termcolor" |
| 2053 | }, |
| 2054 | { |
| 2055 | "id": "unicode-width 0.1.10", |
| 2056 | "target": "unicode_width" |
| 2057 | } |
| 2058 | ], |
| 2059 | "selects": {} |
| 2060 | }, |
| 2061 | "edition": "2018", |
| 2062 | "version": "0.11.1" |
| 2063 | }, |
| 2064 | "license": "Apache-2.0" |
| 2065 | }, |
| 2066 | "compile_with_bazel 0.0.0": { |
| 2067 | "name": "compile_with_bazel", |
| 2068 | "version": "0.0.0", |
| 2069 | "repository": null, |
| 2070 | "targets": [ |
| 2071 | { |
| 2072 | "Library": { |
| 2073 | "crate_name": "compile_with_bazel", |
| 2074 | "crate_root": "fake_lib.rs", |
| 2075 | "srcs": [ |
| 2076 | "**/*.rs" |
| 2077 | ] |
| 2078 | } |
| 2079 | } |
| 2080 | ], |
| 2081 | "library_target_name": "compile_with_bazel", |
| 2082 | "common_attrs": { |
| 2083 | "compile_data_glob": [ |
| 2084 | "**" |
| 2085 | ], |
| 2086 | "deps": { |
| 2087 | "common": [ |
| 2088 | { |
| 2089 | "id": "anyhow 1.0.71", |
| 2090 | "target": "anyhow" |
| 2091 | }, |
| 2092 | { |
| 2093 | "id": "bindgen 0.58.1", |
| 2094 | "target": "bindgen" |
| 2095 | }, |
| 2096 | { |
| 2097 | "id": "bitflags 1.3.2", |
| 2098 | "target": "bitflags" |
| 2099 | }, |
| 2100 | { |
| 2101 | "id": "cxx 1.0.97", |
| 2102 | "target": "cxx" |
| 2103 | }, |
| 2104 | { |
| 2105 | "id": "futures 0.3.28", |
| 2106 | "target": "futures" |
| 2107 | }, |
| 2108 | { |
| 2109 | "id": "libloading 0.6.3", |
| 2110 | "target": "libloading" |
| 2111 | }, |
| 2112 | { |
| 2113 | "id": "link-cplusplus 1.0.8", |
| 2114 | "target": "link_cplusplus" |
| 2115 | }, |
| 2116 | { |
| 2117 | "id": "once_cell 1.18.0", |
| 2118 | "target": "once_cell" |
| 2119 | }, |
| 2120 | { |
| 2121 | "id": "smallvec 1.10.0", |
| 2122 | "target": "smallvec" |
| 2123 | }, |
| 2124 | { |
| 2125 | "id": "thiserror 1.0.40", |
| 2126 | "target": "thiserror" |
| 2127 | }, |
| 2128 | { |
| 2129 | "id": "toml 0.5.11", |
| 2130 | "target": "toml" |
| 2131 | }, |
| 2132 | { |
| 2133 | "id": "uuid 1.4.0", |
| 2134 | "target": "uuid" |
| 2135 | } |
| 2136 | ], |
| 2137 | "selects": {} |
| 2138 | }, |
| 2139 | "edition": "2015", |
| 2140 | "proc_macro_deps": { |
| 2141 | "common": [ |
| 2142 | { |
| 2143 | "id": "cxxbridge-macro 1.0.97", |
| 2144 | "target": "cxxbridge_macro" |
| 2145 | } |
| 2146 | ], |
| 2147 | "selects": {} |
| 2148 | }, |
| 2149 | "version": "0.0.0" |
| 2150 | }, |
| 2151 | "license": null |
| 2152 | }, |
| 2153 | "cxx 1.0.97": { |
| 2154 | "name": "cxx", |
| 2155 | "version": "1.0.97", |
| 2156 | "repository": { |
| 2157 | "Http": { |
| 2158 | "url": "https://crates.io/api/v1/crates/cxx/1.0.97/download", |
| 2159 | "sha256": "e88abab2f5abbe4c56e8f1fb431b784d710b709888f35755a160e62e33fe38e8" |
| 2160 | } |
| 2161 | }, |
| 2162 | "targets": [ |
| 2163 | { |
| 2164 | "Library": { |
| 2165 | "crate_name": "cxx", |
| 2166 | "crate_root": "src/lib.rs", |
| 2167 | "srcs": [ |
| 2168 | "**/*.rs" |
| 2169 | ] |
| 2170 | } |
| 2171 | } |
| 2172 | ], |
| 2173 | "library_target_name": "cxx", |
| 2174 | "common_attrs": { |
| 2175 | "compile_data_glob": [ |
| 2176 | "**" |
| 2177 | ], |
| 2178 | "crate_features": { |
| 2179 | "common": [ |
| 2180 | "alloc", |
| 2181 | "default", |
| 2182 | "std" |
| 2183 | ], |
| 2184 | "selects": {} |
| 2185 | }, |
| 2186 | "deps": { |
| 2187 | "common": [ |
| 2188 | { |
| 2189 | "id": "link-cplusplus 1.0.8", |
| 2190 | "target": "link_cplusplus" |
| 2191 | } |
| 2192 | ], |
| 2193 | "selects": {} |
| 2194 | }, |
| 2195 | "edition": "2018", |
| 2196 | "proc_macro_deps": { |
| 2197 | "common": [ |
| 2198 | { |
| 2199 | "id": "cxxbridge-macro 1.0.97", |
| 2200 | "target": "cxxbridge_macro" |
| 2201 | } |
| 2202 | ], |
| 2203 | "selects": {} |
| 2204 | }, |
| 2205 | "version": "1.0.97" |
| 2206 | }, |
| 2207 | "license": "MIT OR Apache-2.0", |
| 2208 | "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", |
| 2209 | "extra_aliased_targets": [ |
| 2210 | "cxx_cc" |
| 2211 | ] |
| 2212 | }, |
| 2213 | "cxx-gen 0.7.97": { |
| 2214 | "name": "cxx-gen", |
| 2215 | "version": "0.7.97", |
| 2216 | "repository": { |
| 2217 | "Http": { |
| 2218 | "url": "https://crates.io/api/v1/crates/cxx-gen/0.7.97/download", |
| 2219 | "sha256": "83f6f8cddb97c1510ef1e7e849a40d60cd97377766187633ac6b9162dd862fd8" |
| 2220 | } |
| 2221 | }, |
| 2222 | "targets": [ |
| 2223 | { |
| 2224 | "Library": { |
| 2225 | "crate_name": "cxx_gen", |
| 2226 | "crate_root": "src/lib.rs", |
| 2227 | "srcs": [ |
| 2228 | "**/*.rs" |
| 2229 | ] |
| 2230 | } |
| 2231 | } |
| 2232 | ], |
| 2233 | "library_target_name": "cxx_gen", |
| 2234 | "common_attrs": { |
| 2235 | "compile_data_glob": [ |
| 2236 | "**" |
| 2237 | ], |
| 2238 | "deps": { |
| 2239 | "common": [ |
| 2240 | { |
| 2241 | "id": "codespan-reporting 0.11.1", |
| 2242 | "target": "codespan_reporting" |
| 2243 | }, |
| 2244 | { |
| 2245 | "id": "proc-macro2 1.0.63", |
| 2246 | "target": "proc_macro2" |
| 2247 | }, |
| 2248 | { |
| 2249 | "id": "quote 1.0.29", |
| 2250 | "target": "quote" |
| 2251 | }, |
| 2252 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 2253 | "id": "syn 2.0.28", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 2254 | "target": "syn" |
| 2255 | } |
| 2256 | ], |
| 2257 | "selects": {} |
| 2258 | }, |
| 2259 | "edition": "2018", |
| 2260 | "version": "0.7.97" |
| 2261 | }, |
| 2262 | "license": "MIT OR Apache-2.0" |
| 2263 | }, |
| 2264 | "cxxbridge-flags 1.0.97": { |
| 2265 | "name": "cxxbridge-flags", |
| 2266 | "version": "1.0.97", |
| 2267 | "repository": { |
| 2268 | "Http": { |
| 2269 | "url": "https://crates.io/api/v1/crates/cxxbridge-flags/1.0.97/download", |
| 2270 | "sha256": "8d3816ed957c008ccd4728485511e3d9aaf7db419aa321e3d2c5a2f3411e36c8" |
| 2271 | } |
| 2272 | }, |
| 2273 | "targets": [ |
| 2274 | { |
| 2275 | "Library": { |
| 2276 | "crate_name": "cxxbridge_flags", |
| 2277 | "crate_root": "src/lib.rs", |
| 2278 | "srcs": [ |
| 2279 | "**/*.rs" |
| 2280 | ] |
| 2281 | } |
| 2282 | } |
| 2283 | ], |
| 2284 | "library_target_name": "cxxbridge_flags", |
| 2285 | "common_attrs": { |
| 2286 | "compile_data_glob": [ |
| 2287 | "**" |
| 2288 | ], |
| 2289 | "crate_features": { |
| 2290 | "common": [ |
| 2291 | "default" |
| 2292 | ], |
| 2293 | "selects": {} |
| 2294 | }, |
| 2295 | "edition": "2018", |
| 2296 | "version": "1.0.97" |
| 2297 | }, |
| 2298 | "license": "MIT OR Apache-2.0" |
| 2299 | }, |
| 2300 | "cxxbridge-macro 1.0.97": { |
| 2301 | "name": "cxxbridge-macro", |
| 2302 | "version": "1.0.97", |
| 2303 | "repository": { |
| 2304 | "Http": { |
| 2305 | "url": "https://crates.io/api/v1/crates/cxxbridge-macro/1.0.97/download", |
| 2306 | "sha256": "a26acccf6f445af85ea056362561a24ef56cdc15fcc685f03aec50b9c702cb6d" |
| 2307 | } |
| 2308 | }, |
| 2309 | "targets": [ |
| 2310 | { |
| 2311 | "ProcMacro": { |
| 2312 | "crate_name": "cxxbridge_macro", |
| 2313 | "crate_root": "src/lib.rs", |
| 2314 | "srcs": [ |
| 2315 | "**/*.rs" |
| 2316 | ] |
| 2317 | } |
| 2318 | } |
| 2319 | ], |
| 2320 | "library_target_name": "cxxbridge_macro", |
| 2321 | "common_attrs": { |
| 2322 | "compile_data_glob": [ |
| 2323 | "**" |
| 2324 | ], |
| 2325 | "deps": { |
| 2326 | "common": [ |
| 2327 | { |
| 2328 | "id": "proc-macro2 1.0.63", |
| 2329 | "target": "proc_macro2" |
| 2330 | }, |
| 2331 | { |
| 2332 | "id": "quote 1.0.29", |
| 2333 | "target": "quote" |
| 2334 | }, |
| 2335 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 2336 | "id": "syn 2.0.28", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 2337 | "target": "syn" |
| 2338 | } |
| 2339 | ], |
| 2340 | "selects": {} |
| 2341 | }, |
| 2342 | "edition": "2018", |
| 2343 | "version": "1.0.97" |
| 2344 | }, |
| 2345 | "license": "MIT OR Apache-2.0" |
| 2346 | }, |
| 2347 | "difflib 0.4.0": { |
| 2348 | "name": "difflib", |
| 2349 | "version": "0.4.0", |
| 2350 | "repository": { |
| 2351 | "Http": { |
| 2352 | "url": "https://crates.io/api/v1/crates/difflib/0.4.0/download", |
| 2353 | "sha256": "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" |
| 2354 | } |
| 2355 | }, |
| 2356 | "targets": [ |
| 2357 | { |
| 2358 | "Library": { |
| 2359 | "crate_name": "difflib", |
| 2360 | "crate_root": "src/lib.rs", |
| 2361 | "srcs": [ |
| 2362 | "**/*.rs" |
| 2363 | ] |
| 2364 | } |
| 2365 | } |
| 2366 | ], |
| 2367 | "library_target_name": "difflib", |
| 2368 | "common_attrs": { |
| 2369 | "compile_data_glob": [ |
| 2370 | "**" |
| 2371 | ], |
| 2372 | "edition": "2015", |
| 2373 | "version": "0.4.0" |
| 2374 | }, |
| 2375 | "license": "MIT" |
| 2376 | }, |
| 2377 | "doc-comment 0.3.3": { |
| 2378 | "name": "doc-comment", |
| 2379 | "version": "0.3.3", |
| 2380 | "repository": { |
| 2381 | "Http": { |
| 2382 | "url": "https://crates.io/api/v1/crates/doc-comment/0.3.3/download", |
| 2383 | "sha256": "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" |
| 2384 | } |
| 2385 | }, |
| 2386 | "targets": [ |
| 2387 | { |
| 2388 | "Library": { |
| 2389 | "crate_name": "doc_comment", |
| 2390 | "crate_root": "src/lib.rs", |
| 2391 | "srcs": [ |
| 2392 | "**/*.rs" |
| 2393 | ] |
| 2394 | } |
| 2395 | }, |
| 2396 | { |
| 2397 | "BuildScript": { |
| 2398 | "crate_name": "build_script_build", |
| 2399 | "crate_root": "build.rs", |
| 2400 | "srcs": [ |
| 2401 | "**/*.rs" |
| 2402 | ] |
| 2403 | } |
| 2404 | } |
| 2405 | ], |
| 2406 | "library_target_name": "doc_comment", |
| 2407 | "common_attrs": { |
| 2408 | "compile_data_glob": [ |
| 2409 | "**" |
| 2410 | ], |
| 2411 | "deps": { |
| 2412 | "common": [ |
| 2413 | { |
| 2414 | "id": "doc-comment 0.3.3", |
| 2415 | "target": "build_script_build" |
| 2416 | } |
| 2417 | ], |
| 2418 | "selects": {} |
| 2419 | }, |
| 2420 | "edition": "2015", |
| 2421 | "version": "0.3.3" |
| 2422 | }, |
| 2423 | "build_script_attrs": { |
| 2424 | "data_glob": [ |
| 2425 | "**" |
| 2426 | ] |
| 2427 | }, |
| 2428 | "license": "MIT" |
| 2429 | }, |
| 2430 | "either 1.8.1": { |
| 2431 | "name": "either", |
| 2432 | "version": "1.8.1", |
| 2433 | "repository": { |
| 2434 | "Http": { |
| 2435 | "url": "https://crates.io/api/v1/crates/either/1.8.1/download", |
| 2436 | "sha256": "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" |
| 2437 | } |
| 2438 | }, |
| 2439 | "targets": [ |
| 2440 | { |
| 2441 | "Library": { |
| 2442 | "crate_name": "either", |
| 2443 | "crate_root": "src/lib.rs", |
| 2444 | "srcs": [ |
| 2445 | "**/*.rs" |
| 2446 | ] |
| 2447 | } |
| 2448 | } |
| 2449 | ], |
| 2450 | "library_target_name": "either", |
| 2451 | "common_attrs": { |
| 2452 | "compile_data_glob": [ |
| 2453 | "**" |
| 2454 | ], |
| 2455 | "crate_features": { |
| 2456 | "common": [ |
| 2457 | "default", |
| 2458 | "use_std" |
| 2459 | ], |
| 2460 | "selects": {} |
| 2461 | }, |
| 2462 | "edition": "2018", |
| 2463 | "version": "1.8.1" |
| 2464 | }, |
| 2465 | "license": "MIT OR Apache-2.0" |
| 2466 | }, |
| 2467 | "env_logger 0.8.4": { |
| 2468 | "name": "env_logger", |
| 2469 | "version": "0.8.4", |
| 2470 | "repository": { |
| 2471 | "Http": { |
| 2472 | "url": "https://crates.io/api/v1/crates/env_logger/0.8.4/download", |
| 2473 | "sha256": "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3" |
| 2474 | } |
| 2475 | }, |
| 2476 | "targets": [ |
| 2477 | { |
| 2478 | "Library": { |
| 2479 | "crate_name": "env_logger", |
| 2480 | "crate_root": "src/lib.rs", |
| 2481 | "srcs": [ |
| 2482 | "**/*.rs" |
| 2483 | ] |
| 2484 | } |
| 2485 | } |
| 2486 | ], |
| 2487 | "library_target_name": "env_logger", |
| 2488 | "common_attrs": { |
| 2489 | "compile_data_glob": [ |
| 2490 | "**" |
| 2491 | ], |
| 2492 | "crate_features": { |
| 2493 | "common": [ |
| 2494 | "atty", |
| 2495 | "default", |
| 2496 | "humantime", |
| 2497 | "regex", |
| 2498 | "termcolor" |
| 2499 | ], |
| 2500 | "selects": {} |
| 2501 | }, |
| 2502 | "deps": { |
| 2503 | "common": [ |
| 2504 | { |
| 2505 | "id": "atty 0.2.14", |
| 2506 | "target": "atty" |
| 2507 | }, |
| 2508 | { |
| 2509 | "id": "humantime 2.1.0", |
| 2510 | "target": "humantime" |
| 2511 | }, |
| 2512 | { |
| 2513 | "id": "log 0.4.19", |
| 2514 | "target": "log" |
| 2515 | }, |
| 2516 | { |
| 2517 | "id": "regex 1.9.1", |
| 2518 | "target": "regex" |
| 2519 | }, |
| 2520 | { |
| 2521 | "id": "termcolor 1.2.0", |
| 2522 | "target": "termcolor" |
| 2523 | } |
| 2524 | ], |
| 2525 | "selects": {} |
| 2526 | }, |
| 2527 | "edition": "2018", |
| 2528 | "version": "0.8.4" |
| 2529 | }, |
| 2530 | "license": "MIT/Apache-2.0" |
| 2531 | }, |
| 2532 | "env_logger 0.9.3": { |
| 2533 | "name": "env_logger", |
| 2534 | "version": "0.9.3", |
| 2535 | "repository": { |
| 2536 | "Http": { |
| 2537 | "url": "https://crates.io/api/v1/crates/env_logger/0.9.3/download", |
| 2538 | "sha256": "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7" |
| 2539 | } |
| 2540 | }, |
| 2541 | "targets": [ |
| 2542 | { |
| 2543 | "Library": { |
| 2544 | "crate_name": "env_logger", |
| 2545 | "crate_root": "src/lib.rs", |
| 2546 | "srcs": [ |
| 2547 | "**/*.rs" |
| 2548 | ] |
| 2549 | } |
| 2550 | } |
| 2551 | ], |
| 2552 | "library_target_name": "env_logger", |
| 2553 | "common_attrs": { |
| 2554 | "compile_data_glob": [ |
| 2555 | "**" |
| 2556 | ], |
| 2557 | "crate_features": { |
| 2558 | "common": [ |
| 2559 | "atty", |
| 2560 | "default", |
| 2561 | "humantime", |
| 2562 | "regex", |
| 2563 | "termcolor" |
| 2564 | ], |
| 2565 | "selects": {} |
| 2566 | }, |
| 2567 | "deps": { |
| 2568 | "common": [ |
| 2569 | { |
| 2570 | "id": "atty 0.2.14", |
| 2571 | "target": "atty" |
| 2572 | }, |
| 2573 | { |
| 2574 | "id": "humantime 2.1.0", |
| 2575 | "target": "humantime" |
| 2576 | }, |
| 2577 | { |
| 2578 | "id": "log 0.4.19", |
| 2579 | "target": "log" |
| 2580 | }, |
| 2581 | { |
| 2582 | "id": "regex 1.9.1", |
| 2583 | "target": "regex" |
| 2584 | }, |
| 2585 | { |
| 2586 | "id": "termcolor 1.2.0", |
| 2587 | "target": "termcolor" |
| 2588 | } |
| 2589 | ], |
| 2590 | "selects": {} |
| 2591 | }, |
| 2592 | "edition": "2018", |
| 2593 | "version": "0.9.3" |
| 2594 | }, |
| 2595 | "license": "MIT OR Apache-2.0" |
| 2596 | }, |
| 2597 | "errno 0.3.1": { |
| 2598 | "name": "errno", |
| 2599 | "version": "0.3.1", |
| 2600 | "repository": { |
| 2601 | "Http": { |
| 2602 | "url": "https://crates.io/api/v1/crates/errno/0.3.1/download", |
| 2603 | "sha256": "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" |
| 2604 | } |
| 2605 | }, |
| 2606 | "targets": [ |
| 2607 | { |
| 2608 | "Library": { |
| 2609 | "crate_name": "errno", |
| 2610 | "crate_root": "src/lib.rs", |
| 2611 | "srcs": [ |
| 2612 | "**/*.rs" |
| 2613 | ] |
| 2614 | } |
| 2615 | } |
| 2616 | ], |
| 2617 | "library_target_name": "errno", |
| 2618 | "common_attrs": { |
| 2619 | "compile_data_glob": [ |
| 2620 | "**" |
| 2621 | ], |
| 2622 | "deps": { |
| 2623 | "common": [], |
| 2624 | "selects": { |
| 2625 | "cfg(target_os = \"dragonfly\")": [ |
| 2626 | { |
| 2627 | "id": "errno-dragonfly 0.1.2", |
| 2628 | "target": "errno_dragonfly" |
| 2629 | } |
| 2630 | ], |
| 2631 | "cfg(target_os = \"hermit\")": [ |
| 2632 | { |
| 2633 | "id": "libc 0.2.147", |
| 2634 | "target": "libc" |
| 2635 | } |
| 2636 | ], |
| 2637 | "cfg(target_os = \"wasi\")": [ |
| 2638 | { |
| 2639 | "id": "libc 0.2.147", |
| 2640 | "target": "libc" |
| 2641 | } |
| 2642 | ], |
| 2643 | "cfg(unix)": [ |
| 2644 | { |
| 2645 | "id": "libc 0.2.147", |
| 2646 | "target": "libc" |
| 2647 | } |
| 2648 | ], |
| 2649 | "cfg(windows)": [ |
| 2650 | { |
| 2651 | "id": "windows-sys 0.48.0", |
| 2652 | "target": "windows_sys" |
| 2653 | } |
| 2654 | ] |
| 2655 | } |
| 2656 | }, |
| 2657 | "edition": "2018", |
| 2658 | "version": "0.3.1" |
| 2659 | }, |
| 2660 | "license": "MIT OR Apache-2.0" |
| 2661 | }, |
| 2662 | "errno-dragonfly 0.1.2": { |
| 2663 | "name": "errno-dragonfly", |
| 2664 | "version": "0.1.2", |
| 2665 | "repository": { |
| 2666 | "Http": { |
| 2667 | "url": "https://crates.io/api/v1/crates/errno-dragonfly/0.1.2/download", |
| 2668 | "sha256": "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" |
| 2669 | } |
| 2670 | }, |
| 2671 | "targets": [ |
| 2672 | { |
| 2673 | "Library": { |
| 2674 | "crate_name": "errno_dragonfly", |
| 2675 | "crate_root": "src/lib.rs", |
| 2676 | "srcs": [ |
| 2677 | "**/*.rs" |
| 2678 | ] |
| 2679 | } |
| 2680 | }, |
| 2681 | { |
| 2682 | "BuildScript": { |
| 2683 | "crate_name": "build_script_build", |
| 2684 | "crate_root": "build.rs", |
| 2685 | "srcs": [ |
| 2686 | "**/*.rs" |
| 2687 | ] |
| 2688 | } |
| 2689 | } |
| 2690 | ], |
| 2691 | "library_target_name": "errno_dragonfly", |
| 2692 | "common_attrs": { |
| 2693 | "compile_data_glob": [ |
| 2694 | "**" |
| 2695 | ], |
| 2696 | "deps": { |
| 2697 | "common": [ |
| 2698 | { |
| 2699 | "id": "errno-dragonfly 0.1.2", |
| 2700 | "target": "build_script_build" |
| 2701 | }, |
| 2702 | { |
| 2703 | "id": "libc 0.2.147", |
| 2704 | "target": "libc" |
| 2705 | } |
| 2706 | ], |
| 2707 | "selects": {} |
| 2708 | }, |
| 2709 | "edition": "2018", |
| 2710 | "version": "0.1.2" |
| 2711 | }, |
| 2712 | "build_script_attrs": { |
| 2713 | "data_glob": [ |
| 2714 | "**" |
| 2715 | ], |
| 2716 | "deps": { |
| 2717 | "common": [ |
| 2718 | { |
| 2719 | "id": "cc 1.0.79", |
| 2720 | "target": "cc" |
| 2721 | } |
| 2722 | ], |
| 2723 | "selects": {} |
| 2724 | } |
| 2725 | }, |
| 2726 | "license": "MIT" |
| 2727 | }, |
| 2728 | "fastrand 1.9.0": { |
| 2729 | "name": "fastrand", |
| 2730 | "version": "1.9.0", |
| 2731 | "repository": { |
| 2732 | "Http": { |
| 2733 | "url": "https://crates.io/api/v1/crates/fastrand/1.9.0/download", |
| 2734 | "sha256": "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" |
| 2735 | } |
| 2736 | }, |
| 2737 | "targets": [ |
| 2738 | { |
| 2739 | "Library": { |
| 2740 | "crate_name": "fastrand", |
| 2741 | "crate_root": "src/lib.rs", |
| 2742 | "srcs": [ |
| 2743 | "**/*.rs" |
| 2744 | ] |
| 2745 | } |
| 2746 | } |
| 2747 | ], |
| 2748 | "library_target_name": "fastrand", |
| 2749 | "common_attrs": { |
| 2750 | "compile_data_glob": [ |
| 2751 | "**" |
| 2752 | ], |
| 2753 | "deps": { |
| 2754 | "common": [], |
| 2755 | "selects": { |
| 2756 | "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))": [ |
| 2757 | { |
| 2758 | "id": "instant 0.1.12", |
| 2759 | "target": "instant" |
| 2760 | } |
| 2761 | ] |
| 2762 | } |
| 2763 | }, |
| 2764 | "edition": "2018", |
| 2765 | "version": "1.9.0" |
| 2766 | }, |
| 2767 | "license": "Apache-2.0 OR MIT" |
| 2768 | }, |
| 2769 | "flatbuffers 22.10.26": { |
| 2770 | "name": "flatbuffers", |
| 2771 | "version": "22.10.26", |
| 2772 | "repository": null, |
| 2773 | "targets": [ |
| 2774 | { |
| 2775 | "Library": { |
| 2776 | "crate_name": "flatbuffers", |
| 2777 | "crate_root": "src/lib.rs", |
| 2778 | "srcs": [ |
| 2779 | "**/*.rs" |
| 2780 | ] |
| 2781 | } |
| 2782 | }, |
| 2783 | { |
| 2784 | "BuildScript": { |
| 2785 | "crate_name": "build_script_build", |
| 2786 | "crate_root": "build.rs", |
| 2787 | "srcs": [ |
| 2788 | "**/*.rs" |
| 2789 | ] |
| 2790 | } |
| 2791 | } |
| 2792 | ], |
| 2793 | "library_target_name": "flatbuffers", |
| 2794 | "common_attrs": { |
| 2795 | "compile_data_glob": [ |
| 2796 | "**" |
| 2797 | ], |
| 2798 | "crate_features": { |
| 2799 | "common": [ |
| 2800 | "default", |
| 2801 | "std" |
| 2802 | ], |
| 2803 | "selects": {} |
| 2804 | }, |
| 2805 | "deps": { |
| 2806 | "common": [ |
| 2807 | { |
| 2808 | "id": "bitflags 1.3.2", |
| 2809 | "target": "bitflags" |
| 2810 | }, |
| 2811 | { |
| 2812 | "id": "flatbuffers 22.10.26", |
| 2813 | "target": "build_script_build" |
| 2814 | } |
| 2815 | ], |
| 2816 | "selects": {} |
| 2817 | }, |
| 2818 | "edition": "2018", |
| 2819 | "version": "22.10.26" |
| 2820 | }, |
| 2821 | "build_script_attrs": { |
| 2822 | "data_glob": [ |
| 2823 | "**" |
| 2824 | ], |
| 2825 | "deps": { |
| 2826 | "common": [ |
| 2827 | { |
| 2828 | "id": "rustc_version 0.4.0", |
| 2829 | "target": "rustc_version" |
| 2830 | } |
| 2831 | ], |
| 2832 | "selects": {} |
| 2833 | } |
| 2834 | }, |
| 2835 | "license": "Apache-2.0" |
| 2836 | }, |
| 2837 | "futures 0.3.28": { |
| 2838 | "name": "futures", |
| 2839 | "version": "0.3.28", |
| 2840 | "repository": { |
| 2841 | "Http": { |
| 2842 | "url": "https://crates.io/api/v1/crates/futures/0.3.28/download", |
| 2843 | "sha256": "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" |
| 2844 | } |
| 2845 | }, |
| 2846 | "targets": [ |
| 2847 | { |
| 2848 | "Library": { |
| 2849 | "crate_name": "futures", |
| 2850 | "crate_root": "src/lib.rs", |
| 2851 | "srcs": [ |
| 2852 | "**/*.rs" |
| 2853 | ] |
| 2854 | } |
| 2855 | } |
| 2856 | ], |
| 2857 | "library_target_name": "futures", |
| 2858 | "common_attrs": { |
| 2859 | "compile_data_glob": [ |
| 2860 | "**" |
| 2861 | ], |
| 2862 | "crate_features": { |
| 2863 | "common": [ |
| 2864 | "alloc", |
| 2865 | "async-await", |
| 2866 | "default", |
| 2867 | "executor", |
| 2868 | "futures-executor", |
| 2869 | "std" |
| 2870 | ], |
| 2871 | "selects": {} |
| 2872 | }, |
| 2873 | "deps": { |
| 2874 | "common": [ |
| 2875 | { |
| 2876 | "id": "futures-channel 0.3.28", |
| 2877 | "target": "futures_channel" |
| 2878 | }, |
| 2879 | { |
| 2880 | "id": "futures-core 0.3.28", |
| 2881 | "target": "futures_core" |
| 2882 | }, |
| 2883 | { |
| 2884 | "id": "futures-executor 0.3.28", |
| 2885 | "target": "futures_executor" |
| 2886 | }, |
| 2887 | { |
| 2888 | "id": "futures-io 0.3.28", |
| 2889 | "target": "futures_io" |
| 2890 | }, |
| 2891 | { |
| 2892 | "id": "futures-sink 0.3.28", |
| 2893 | "target": "futures_sink" |
| 2894 | }, |
| 2895 | { |
| 2896 | "id": "futures-task 0.3.28", |
| 2897 | "target": "futures_task" |
| 2898 | }, |
| 2899 | { |
| 2900 | "id": "futures-util 0.3.28", |
| 2901 | "target": "futures_util" |
| 2902 | } |
| 2903 | ], |
| 2904 | "selects": {} |
| 2905 | }, |
| 2906 | "edition": "2018", |
| 2907 | "version": "0.3.28" |
| 2908 | }, |
| 2909 | "license": "MIT OR Apache-2.0" |
| 2910 | }, |
| 2911 | "futures-channel 0.3.28": { |
| 2912 | "name": "futures-channel", |
| 2913 | "version": "0.3.28", |
| 2914 | "repository": { |
| 2915 | "Http": { |
| 2916 | "url": "https://crates.io/api/v1/crates/futures-channel/0.3.28/download", |
| 2917 | "sha256": "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" |
| 2918 | } |
| 2919 | }, |
| 2920 | "targets": [ |
| 2921 | { |
| 2922 | "Library": { |
| 2923 | "crate_name": "futures_channel", |
| 2924 | "crate_root": "src/lib.rs", |
| 2925 | "srcs": [ |
| 2926 | "**/*.rs" |
| 2927 | ] |
| 2928 | } |
| 2929 | }, |
| 2930 | { |
| 2931 | "BuildScript": { |
| 2932 | "crate_name": "build_script_build", |
| 2933 | "crate_root": "build.rs", |
| 2934 | "srcs": [ |
| 2935 | "**/*.rs" |
| 2936 | ] |
| 2937 | } |
| 2938 | } |
| 2939 | ], |
| 2940 | "library_target_name": "futures_channel", |
| 2941 | "common_attrs": { |
| 2942 | "compile_data_glob": [ |
| 2943 | "**" |
| 2944 | ], |
| 2945 | "crate_features": { |
| 2946 | "common": [ |
| 2947 | "alloc", |
| 2948 | "futures-sink", |
| 2949 | "sink", |
| 2950 | "std" |
| 2951 | ], |
| 2952 | "selects": {} |
| 2953 | }, |
| 2954 | "deps": { |
| 2955 | "common": [ |
| 2956 | { |
| 2957 | "id": "futures-channel 0.3.28", |
| 2958 | "target": "build_script_build" |
| 2959 | }, |
| 2960 | { |
| 2961 | "id": "futures-core 0.3.28", |
| 2962 | "target": "futures_core" |
| 2963 | }, |
| 2964 | { |
| 2965 | "id": "futures-sink 0.3.28", |
| 2966 | "target": "futures_sink" |
| 2967 | } |
| 2968 | ], |
| 2969 | "selects": {} |
| 2970 | }, |
| 2971 | "edition": "2018", |
| 2972 | "version": "0.3.28" |
| 2973 | }, |
| 2974 | "build_script_attrs": { |
| 2975 | "data_glob": [ |
| 2976 | "**" |
| 2977 | ] |
| 2978 | }, |
| 2979 | "license": "MIT OR Apache-2.0" |
| 2980 | }, |
| 2981 | "futures-core 0.3.28": { |
| 2982 | "name": "futures-core", |
| 2983 | "version": "0.3.28", |
| 2984 | "repository": { |
| 2985 | "Http": { |
| 2986 | "url": "https://crates.io/api/v1/crates/futures-core/0.3.28/download", |
| 2987 | "sha256": "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" |
| 2988 | } |
| 2989 | }, |
| 2990 | "targets": [ |
| 2991 | { |
| 2992 | "Library": { |
| 2993 | "crate_name": "futures_core", |
| 2994 | "crate_root": "src/lib.rs", |
| 2995 | "srcs": [ |
| 2996 | "**/*.rs" |
| 2997 | ] |
| 2998 | } |
| 2999 | }, |
| 3000 | { |
| 3001 | "BuildScript": { |
| 3002 | "crate_name": "build_script_build", |
| 3003 | "crate_root": "build.rs", |
| 3004 | "srcs": [ |
| 3005 | "**/*.rs" |
| 3006 | ] |
| 3007 | } |
| 3008 | } |
| 3009 | ], |
| 3010 | "library_target_name": "futures_core", |
| 3011 | "common_attrs": { |
| 3012 | "compile_data_glob": [ |
| 3013 | "**" |
| 3014 | ], |
| 3015 | "crate_features": { |
| 3016 | "common": [ |
| 3017 | "alloc", |
| 3018 | "std" |
| 3019 | ], |
| 3020 | "selects": {} |
| 3021 | }, |
| 3022 | "deps": { |
| 3023 | "common": [ |
| 3024 | { |
| 3025 | "id": "futures-core 0.3.28", |
| 3026 | "target": "build_script_build" |
| 3027 | } |
| 3028 | ], |
| 3029 | "selects": {} |
| 3030 | }, |
| 3031 | "edition": "2018", |
| 3032 | "version": "0.3.28" |
| 3033 | }, |
| 3034 | "build_script_attrs": { |
| 3035 | "data_glob": [ |
| 3036 | "**" |
| 3037 | ] |
| 3038 | }, |
| 3039 | "license": "MIT OR Apache-2.0" |
| 3040 | }, |
| 3041 | "futures-executor 0.3.28": { |
| 3042 | "name": "futures-executor", |
| 3043 | "version": "0.3.28", |
| 3044 | "repository": { |
| 3045 | "Http": { |
| 3046 | "url": "https://crates.io/api/v1/crates/futures-executor/0.3.28/download", |
| 3047 | "sha256": "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" |
| 3048 | } |
| 3049 | }, |
| 3050 | "targets": [ |
| 3051 | { |
| 3052 | "Library": { |
| 3053 | "crate_name": "futures_executor", |
| 3054 | "crate_root": "src/lib.rs", |
| 3055 | "srcs": [ |
| 3056 | "**/*.rs" |
| 3057 | ] |
| 3058 | } |
| 3059 | } |
| 3060 | ], |
| 3061 | "library_target_name": "futures_executor", |
| 3062 | "common_attrs": { |
| 3063 | "compile_data_glob": [ |
| 3064 | "**" |
| 3065 | ], |
| 3066 | "crate_features": { |
| 3067 | "common": [ |
| 3068 | "std" |
| 3069 | ], |
| 3070 | "selects": {} |
| 3071 | }, |
| 3072 | "deps": { |
| 3073 | "common": [ |
| 3074 | { |
| 3075 | "id": "futures-core 0.3.28", |
| 3076 | "target": "futures_core" |
| 3077 | }, |
| 3078 | { |
| 3079 | "id": "futures-task 0.3.28", |
| 3080 | "target": "futures_task" |
| 3081 | }, |
| 3082 | { |
| 3083 | "id": "futures-util 0.3.28", |
| 3084 | "target": "futures_util" |
| 3085 | } |
| 3086 | ], |
| 3087 | "selects": {} |
| 3088 | }, |
| 3089 | "edition": "2018", |
| 3090 | "version": "0.3.28" |
| 3091 | }, |
| 3092 | "license": "MIT OR Apache-2.0" |
| 3093 | }, |
| 3094 | "futures-io 0.3.28": { |
| 3095 | "name": "futures-io", |
| 3096 | "version": "0.3.28", |
| 3097 | "repository": { |
| 3098 | "Http": { |
| 3099 | "url": "https://crates.io/api/v1/crates/futures-io/0.3.28/download", |
| 3100 | "sha256": "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" |
| 3101 | } |
| 3102 | }, |
| 3103 | "targets": [ |
| 3104 | { |
| 3105 | "Library": { |
| 3106 | "crate_name": "futures_io", |
| 3107 | "crate_root": "src/lib.rs", |
| 3108 | "srcs": [ |
| 3109 | "**/*.rs" |
| 3110 | ] |
| 3111 | } |
| 3112 | } |
| 3113 | ], |
| 3114 | "library_target_name": "futures_io", |
| 3115 | "common_attrs": { |
| 3116 | "compile_data_glob": [ |
| 3117 | "**" |
| 3118 | ], |
| 3119 | "crate_features": { |
| 3120 | "common": [ |
| 3121 | "std" |
| 3122 | ], |
| 3123 | "selects": {} |
| 3124 | }, |
| 3125 | "edition": "2018", |
| 3126 | "version": "0.3.28" |
| 3127 | }, |
| 3128 | "license": "MIT OR Apache-2.0" |
| 3129 | }, |
| 3130 | "futures-macro 0.3.28": { |
| 3131 | "name": "futures-macro", |
| 3132 | "version": "0.3.28", |
| 3133 | "repository": { |
| 3134 | "Http": { |
| 3135 | "url": "https://crates.io/api/v1/crates/futures-macro/0.3.28/download", |
| 3136 | "sha256": "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" |
| 3137 | } |
| 3138 | }, |
| 3139 | "targets": [ |
| 3140 | { |
| 3141 | "ProcMacro": { |
| 3142 | "crate_name": "futures_macro", |
| 3143 | "crate_root": "src/lib.rs", |
| 3144 | "srcs": [ |
| 3145 | "**/*.rs" |
| 3146 | ] |
| 3147 | } |
| 3148 | } |
| 3149 | ], |
| 3150 | "library_target_name": "futures_macro", |
| 3151 | "common_attrs": { |
| 3152 | "compile_data_glob": [ |
| 3153 | "**" |
| 3154 | ], |
| 3155 | "deps": { |
| 3156 | "common": [ |
| 3157 | { |
| 3158 | "id": "proc-macro2 1.0.63", |
| 3159 | "target": "proc_macro2" |
| 3160 | }, |
| 3161 | { |
| 3162 | "id": "quote 1.0.29", |
| 3163 | "target": "quote" |
| 3164 | }, |
| 3165 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 3166 | "id": "syn 2.0.28", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 3167 | "target": "syn" |
| 3168 | } |
| 3169 | ], |
| 3170 | "selects": {} |
| 3171 | }, |
| 3172 | "edition": "2018", |
| 3173 | "version": "0.3.28" |
| 3174 | }, |
| 3175 | "license": "MIT OR Apache-2.0" |
| 3176 | }, |
| 3177 | "futures-sink 0.3.28": { |
| 3178 | "name": "futures-sink", |
| 3179 | "version": "0.3.28", |
| 3180 | "repository": { |
| 3181 | "Http": { |
| 3182 | "url": "https://crates.io/api/v1/crates/futures-sink/0.3.28/download", |
| 3183 | "sha256": "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" |
| 3184 | } |
| 3185 | }, |
| 3186 | "targets": [ |
| 3187 | { |
| 3188 | "Library": { |
| 3189 | "crate_name": "futures_sink", |
| 3190 | "crate_root": "src/lib.rs", |
| 3191 | "srcs": [ |
| 3192 | "**/*.rs" |
| 3193 | ] |
| 3194 | } |
| 3195 | } |
| 3196 | ], |
| 3197 | "library_target_name": "futures_sink", |
| 3198 | "common_attrs": { |
| 3199 | "compile_data_glob": [ |
| 3200 | "**" |
| 3201 | ], |
| 3202 | "crate_features": { |
| 3203 | "common": [ |
| 3204 | "alloc", |
| 3205 | "std" |
| 3206 | ], |
| 3207 | "selects": {} |
| 3208 | }, |
| 3209 | "edition": "2018", |
| 3210 | "version": "0.3.28" |
| 3211 | }, |
| 3212 | "license": "MIT OR Apache-2.0" |
| 3213 | }, |
| 3214 | "futures-task 0.3.28": { |
| 3215 | "name": "futures-task", |
| 3216 | "version": "0.3.28", |
| 3217 | "repository": { |
| 3218 | "Http": { |
| 3219 | "url": "https://crates.io/api/v1/crates/futures-task/0.3.28/download", |
| 3220 | "sha256": "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" |
| 3221 | } |
| 3222 | }, |
| 3223 | "targets": [ |
| 3224 | { |
| 3225 | "Library": { |
| 3226 | "crate_name": "futures_task", |
| 3227 | "crate_root": "src/lib.rs", |
| 3228 | "srcs": [ |
| 3229 | "**/*.rs" |
| 3230 | ] |
| 3231 | } |
| 3232 | }, |
| 3233 | { |
| 3234 | "BuildScript": { |
| 3235 | "crate_name": "build_script_build", |
| 3236 | "crate_root": "build.rs", |
| 3237 | "srcs": [ |
| 3238 | "**/*.rs" |
| 3239 | ] |
| 3240 | } |
| 3241 | } |
| 3242 | ], |
| 3243 | "library_target_name": "futures_task", |
| 3244 | "common_attrs": { |
| 3245 | "compile_data_glob": [ |
| 3246 | "**" |
| 3247 | ], |
| 3248 | "crate_features": { |
| 3249 | "common": [ |
| 3250 | "alloc", |
| 3251 | "std" |
| 3252 | ], |
| 3253 | "selects": {} |
| 3254 | }, |
| 3255 | "deps": { |
| 3256 | "common": [ |
| 3257 | { |
| 3258 | "id": "futures-task 0.3.28", |
| 3259 | "target": "build_script_build" |
| 3260 | } |
| 3261 | ], |
| 3262 | "selects": {} |
| 3263 | }, |
| 3264 | "edition": "2018", |
| 3265 | "version": "0.3.28" |
| 3266 | }, |
| 3267 | "build_script_attrs": { |
| 3268 | "data_glob": [ |
| 3269 | "**" |
| 3270 | ] |
| 3271 | }, |
| 3272 | "license": "MIT OR Apache-2.0" |
| 3273 | }, |
| 3274 | "futures-util 0.3.28": { |
| 3275 | "name": "futures-util", |
| 3276 | "version": "0.3.28", |
| 3277 | "repository": { |
| 3278 | "Http": { |
| 3279 | "url": "https://crates.io/api/v1/crates/futures-util/0.3.28/download", |
| 3280 | "sha256": "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" |
| 3281 | } |
| 3282 | }, |
| 3283 | "targets": [ |
| 3284 | { |
| 3285 | "Library": { |
| 3286 | "crate_name": "futures_util", |
| 3287 | "crate_root": "src/lib.rs", |
| 3288 | "srcs": [ |
| 3289 | "**/*.rs" |
| 3290 | ] |
| 3291 | } |
| 3292 | }, |
| 3293 | { |
| 3294 | "BuildScript": { |
| 3295 | "crate_name": "build_script_build", |
| 3296 | "crate_root": "build.rs", |
| 3297 | "srcs": [ |
| 3298 | "**/*.rs" |
| 3299 | ] |
| 3300 | } |
| 3301 | } |
| 3302 | ], |
| 3303 | "library_target_name": "futures_util", |
| 3304 | "common_attrs": { |
| 3305 | "compile_data_glob": [ |
| 3306 | "**" |
| 3307 | ], |
| 3308 | "crate_features": { |
| 3309 | "common": [ |
| 3310 | "alloc", |
| 3311 | "async-await", |
| 3312 | "async-await-macro", |
| 3313 | "channel", |
| 3314 | "futures-channel", |
| 3315 | "futures-io", |
| 3316 | "futures-macro", |
| 3317 | "futures-sink", |
| 3318 | "io", |
| 3319 | "memchr", |
| 3320 | "sink", |
| 3321 | "slab", |
| 3322 | "std" |
| 3323 | ], |
| 3324 | "selects": {} |
| 3325 | }, |
| 3326 | "deps": { |
| 3327 | "common": [ |
| 3328 | { |
| 3329 | "id": "futures-channel 0.3.28", |
| 3330 | "target": "futures_channel" |
| 3331 | }, |
| 3332 | { |
| 3333 | "id": "futures-core 0.3.28", |
| 3334 | "target": "futures_core" |
| 3335 | }, |
| 3336 | { |
| 3337 | "id": "futures-io 0.3.28", |
| 3338 | "target": "futures_io" |
| 3339 | }, |
| 3340 | { |
| 3341 | "id": "futures-sink 0.3.28", |
| 3342 | "target": "futures_sink" |
| 3343 | }, |
| 3344 | { |
| 3345 | "id": "futures-task 0.3.28", |
| 3346 | "target": "futures_task" |
| 3347 | }, |
| 3348 | { |
| 3349 | "id": "futures-util 0.3.28", |
| 3350 | "target": "build_script_build" |
| 3351 | }, |
| 3352 | { |
| 3353 | "id": "memchr 2.5.0", |
| 3354 | "target": "memchr" |
| 3355 | }, |
| 3356 | { |
| 3357 | "id": "pin-project-lite 0.2.9", |
| 3358 | "target": "pin_project_lite" |
| 3359 | }, |
| 3360 | { |
| 3361 | "id": "pin-utils 0.1.0", |
| 3362 | "target": "pin_utils" |
| 3363 | }, |
| 3364 | { |
| 3365 | "id": "slab 0.4.8", |
| 3366 | "target": "slab" |
| 3367 | } |
| 3368 | ], |
| 3369 | "selects": {} |
| 3370 | }, |
| 3371 | "edition": "2018", |
| 3372 | "proc_macro_deps": { |
| 3373 | "common": [ |
| 3374 | { |
| 3375 | "id": "futures-macro 0.3.28", |
| 3376 | "target": "futures_macro" |
| 3377 | } |
| 3378 | ], |
| 3379 | "selects": {} |
| 3380 | }, |
| 3381 | "version": "0.3.28" |
| 3382 | }, |
| 3383 | "build_script_attrs": { |
| 3384 | "data_glob": [ |
| 3385 | "**" |
| 3386 | ] |
| 3387 | }, |
| 3388 | "license": "MIT OR Apache-2.0" |
| 3389 | }, |
| 3390 | "getrandom 0.2.10": { |
| 3391 | "name": "getrandom", |
| 3392 | "version": "0.2.10", |
| 3393 | "repository": { |
| 3394 | "Http": { |
| 3395 | "url": "https://crates.io/api/v1/crates/getrandom/0.2.10/download", |
| 3396 | "sha256": "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" |
| 3397 | } |
| 3398 | }, |
| 3399 | "targets": [ |
| 3400 | { |
| 3401 | "Library": { |
| 3402 | "crate_name": "getrandom", |
| 3403 | "crate_root": "src/lib.rs", |
| 3404 | "srcs": [ |
| 3405 | "**/*.rs" |
| 3406 | ] |
| 3407 | } |
| 3408 | } |
| 3409 | ], |
| 3410 | "library_target_name": "getrandom", |
| 3411 | "common_attrs": { |
| 3412 | "compile_data_glob": [ |
| 3413 | "**" |
| 3414 | ], |
| 3415 | "deps": { |
| 3416 | "common": [ |
| 3417 | { |
| 3418 | "id": "cfg-if 1.0.0", |
| 3419 | "target": "cfg_if" |
| 3420 | } |
| 3421 | ], |
| 3422 | "selects": { |
| 3423 | "cfg(target_os = \"wasi\")": [ |
| 3424 | { |
| 3425 | "id": "wasi 0.11.0+wasi-snapshot-preview1", |
| 3426 | "target": "wasi" |
| 3427 | } |
| 3428 | ], |
| 3429 | "cfg(unix)": [ |
| 3430 | { |
| 3431 | "id": "libc 0.2.147", |
| 3432 | "target": "libc" |
| 3433 | } |
| 3434 | ] |
| 3435 | } |
| 3436 | }, |
| 3437 | "edition": "2018", |
| 3438 | "version": "0.2.10" |
| 3439 | }, |
| 3440 | "license": "MIT OR Apache-2.0" |
| 3441 | }, |
| 3442 | "gimli 0.27.3": { |
| 3443 | "name": "gimli", |
| 3444 | "version": "0.27.3", |
| 3445 | "repository": { |
| 3446 | "Http": { |
| 3447 | "url": "https://crates.io/api/v1/crates/gimli/0.27.3/download", |
| 3448 | "sha256": "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e" |
| 3449 | } |
| 3450 | }, |
| 3451 | "targets": [ |
| 3452 | { |
| 3453 | "Library": { |
| 3454 | "crate_name": "gimli", |
| 3455 | "crate_root": "src/lib.rs", |
| 3456 | "srcs": [ |
| 3457 | "**/*.rs" |
| 3458 | ] |
| 3459 | } |
| 3460 | } |
| 3461 | ], |
| 3462 | "library_target_name": "gimli", |
| 3463 | "common_attrs": { |
| 3464 | "compile_data_glob": [ |
| 3465 | "**" |
| 3466 | ], |
| 3467 | "crate_features": { |
| 3468 | "common": [ |
| 3469 | "read", |
| 3470 | "read-core" |
| 3471 | ], |
| 3472 | "selects": {} |
| 3473 | }, |
| 3474 | "edition": "2018", |
| 3475 | "version": "0.27.3" |
| 3476 | }, |
| 3477 | "license": "MIT OR Apache-2.0" |
| 3478 | }, |
| 3479 | "glob 0.3.1": { |
| 3480 | "name": "glob", |
| 3481 | "version": "0.3.1", |
| 3482 | "repository": { |
| 3483 | "Http": { |
| 3484 | "url": "https://crates.io/api/v1/crates/glob/0.3.1/download", |
| 3485 | "sha256": "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" |
| 3486 | } |
| 3487 | }, |
| 3488 | "targets": [ |
| 3489 | { |
| 3490 | "Library": { |
| 3491 | "crate_name": "glob", |
| 3492 | "crate_root": "src/lib.rs", |
| 3493 | "srcs": [ |
| 3494 | "**/*.rs" |
| 3495 | ] |
| 3496 | } |
| 3497 | } |
| 3498 | ], |
| 3499 | "library_target_name": "glob", |
| 3500 | "common_attrs": { |
| 3501 | "compile_data_glob": [ |
| 3502 | "**" |
| 3503 | ], |
| 3504 | "edition": "2015", |
| 3505 | "version": "0.3.1" |
| 3506 | }, |
| 3507 | "license": "MIT OR Apache-2.0" |
| 3508 | }, |
| 3509 | "hashbrown 0.12.3": { |
| 3510 | "name": "hashbrown", |
| 3511 | "version": "0.12.3", |
| 3512 | "repository": { |
| 3513 | "Http": { |
| 3514 | "url": "https://crates.io/api/v1/crates/hashbrown/0.12.3/download", |
| 3515 | "sha256": "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
| 3516 | } |
| 3517 | }, |
| 3518 | "targets": [ |
| 3519 | { |
| 3520 | "Library": { |
| 3521 | "crate_name": "hashbrown", |
| 3522 | "crate_root": "src/lib.rs", |
| 3523 | "srcs": [ |
| 3524 | "**/*.rs" |
| 3525 | ] |
| 3526 | } |
| 3527 | } |
| 3528 | ], |
| 3529 | "library_target_name": "hashbrown", |
| 3530 | "common_attrs": { |
| 3531 | "compile_data_glob": [ |
| 3532 | "**" |
| 3533 | ], |
| 3534 | "crate_features": { |
| 3535 | "common": [ |
| 3536 | "ahash", |
| 3537 | "default", |
| 3538 | "inline-more", |
| 3539 | "raw" |
| 3540 | ], |
| 3541 | "selects": {} |
| 3542 | }, |
| 3543 | "deps": { |
| 3544 | "common": [ |
| 3545 | { |
| 3546 | "id": "ahash 0.7.6", |
| 3547 | "target": "ahash" |
| 3548 | } |
| 3549 | ], |
| 3550 | "selects": {} |
| 3551 | }, |
| 3552 | "edition": "2021", |
| 3553 | "version": "0.12.3" |
| 3554 | }, |
| 3555 | "license": "MIT OR Apache-2.0" |
| 3556 | }, |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 3557 | "hermit-abi 0.1.19": { |
| 3558 | "name": "hermit-abi", |
| 3559 | "version": "0.1.19", |
| 3560 | "repository": { |
| 3561 | "Http": { |
| 3562 | "url": "https://crates.io/api/v1/crates/hermit-abi/0.1.19/download", |
| 3563 | "sha256": "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" |
| 3564 | } |
| 3565 | }, |
| 3566 | "targets": [ |
| 3567 | { |
| 3568 | "Library": { |
| 3569 | "crate_name": "hermit_abi", |
| 3570 | "crate_root": "src/lib.rs", |
| 3571 | "srcs": [ |
| 3572 | "**/*.rs" |
| 3573 | ] |
| 3574 | } |
| 3575 | } |
| 3576 | ], |
| 3577 | "library_target_name": "hermit_abi", |
| 3578 | "common_attrs": { |
| 3579 | "compile_data_glob": [ |
| 3580 | "**" |
| 3581 | ], |
| 3582 | "deps": { |
| 3583 | "common": [ |
| 3584 | { |
| 3585 | "id": "libc 0.2.147", |
| 3586 | "target": "libc" |
| 3587 | } |
| 3588 | ], |
| 3589 | "selects": {} |
| 3590 | }, |
| 3591 | "edition": "2018", |
| 3592 | "version": "0.1.19" |
| 3593 | }, |
| 3594 | "license": "MIT/Apache-2.0" |
| 3595 | }, |
| 3596 | "hermit-abi 0.3.2": { |
| 3597 | "name": "hermit-abi", |
| 3598 | "version": "0.3.2", |
| 3599 | "repository": { |
| 3600 | "Http": { |
| 3601 | "url": "https://crates.io/api/v1/crates/hermit-abi/0.3.2/download", |
| 3602 | "sha256": "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" |
| 3603 | } |
| 3604 | }, |
| 3605 | "targets": [ |
| 3606 | { |
| 3607 | "Library": { |
| 3608 | "crate_name": "hermit_abi", |
| 3609 | "crate_root": "src/lib.rs", |
| 3610 | "srcs": [ |
| 3611 | "**/*.rs" |
| 3612 | ] |
| 3613 | } |
| 3614 | } |
| 3615 | ], |
| 3616 | "library_target_name": "hermit_abi", |
| 3617 | "common_attrs": { |
| 3618 | "compile_data_glob": [ |
| 3619 | "**" |
| 3620 | ], |
| 3621 | "edition": "2021", |
| 3622 | "version": "0.3.2" |
| 3623 | }, |
| 3624 | "license": "MIT OR Apache-2.0" |
| 3625 | }, |
| 3626 | "humantime 2.1.0": { |
| 3627 | "name": "humantime", |
| 3628 | "version": "2.1.0", |
| 3629 | "repository": { |
| 3630 | "Http": { |
| 3631 | "url": "https://crates.io/api/v1/crates/humantime/2.1.0/download", |
| 3632 | "sha256": "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
| 3633 | } |
| 3634 | }, |
| 3635 | "targets": [ |
| 3636 | { |
| 3637 | "Library": { |
| 3638 | "crate_name": "humantime", |
| 3639 | "crate_root": "src/lib.rs", |
| 3640 | "srcs": [ |
| 3641 | "**/*.rs" |
| 3642 | ] |
| 3643 | } |
| 3644 | } |
| 3645 | ], |
| 3646 | "library_target_name": "humantime", |
| 3647 | "common_attrs": { |
| 3648 | "compile_data_glob": [ |
| 3649 | "**" |
| 3650 | ], |
| 3651 | "edition": "2018", |
| 3652 | "version": "2.1.0" |
| 3653 | }, |
| 3654 | "license": "MIT/Apache-2.0" |
| 3655 | }, |
| 3656 | "indexmap 1.9.3": { |
| 3657 | "name": "indexmap", |
| 3658 | "version": "1.9.3", |
| 3659 | "repository": { |
| 3660 | "Http": { |
| 3661 | "url": "https://crates.io/api/v1/crates/indexmap/1.9.3/download", |
| 3662 | "sha256": "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" |
| 3663 | } |
| 3664 | }, |
| 3665 | "targets": [ |
| 3666 | { |
| 3667 | "Library": { |
| 3668 | "crate_name": "indexmap", |
| 3669 | "crate_root": "src/lib.rs", |
| 3670 | "srcs": [ |
| 3671 | "**/*.rs" |
| 3672 | ] |
| 3673 | } |
| 3674 | }, |
| 3675 | { |
| 3676 | "BuildScript": { |
| 3677 | "crate_name": "build_script_build", |
| 3678 | "crate_root": "build.rs", |
| 3679 | "srcs": [ |
| 3680 | "**/*.rs" |
| 3681 | ] |
| 3682 | } |
| 3683 | } |
| 3684 | ], |
| 3685 | "library_target_name": "indexmap", |
| 3686 | "common_attrs": { |
| 3687 | "compile_data_glob": [ |
| 3688 | "**" |
| 3689 | ], |
| 3690 | "crate_features": { |
| 3691 | "common": [ |
| 3692 | "serde", |
| 3693 | "std" |
| 3694 | ], |
| 3695 | "selects": {} |
| 3696 | }, |
| 3697 | "deps": { |
| 3698 | "common": [ |
| 3699 | { |
| 3700 | "id": "hashbrown 0.12.3", |
| 3701 | "target": "hashbrown" |
| 3702 | }, |
| 3703 | { |
| 3704 | "id": "indexmap 1.9.3", |
| 3705 | "target": "build_script_build" |
| 3706 | }, |
| 3707 | { |
| 3708 | "id": "serde 1.0.168", |
| 3709 | "target": "serde" |
| 3710 | } |
| 3711 | ], |
| 3712 | "selects": {} |
| 3713 | }, |
| 3714 | "edition": "2021", |
| 3715 | "version": "1.9.3" |
| 3716 | }, |
| 3717 | "build_script_attrs": { |
| 3718 | "data_glob": [ |
| 3719 | "**" |
| 3720 | ], |
| 3721 | "deps": { |
| 3722 | "common": [ |
| 3723 | { |
| 3724 | "id": "autocfg 1.1.0", |
| 3725 | "target": "autocfg" |
| 3726 | } |
| 3727 | ], |
| 3728 | "selects": {} |
| 3729 | } |
| 3730 | }, |
| 3731 | "license": "Apache-2.0 OR MIT" |
| 3732 | }, |
| 3733 | "indoc 1.0.9": { |
| 3734 | "name": "indoc", |
| 3735 | "version": "1.0.9", |
| 3736 | "repository": { |
| 3737 | "Http": { |
| 3738 | "url": "https://crates.io/api/v1/crates/indoc/1.0.9/download", |
| 3739 | "sha256": "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306" |
| 3740 | } |
| 3741 | }, |
| 3742 | "targets": [ |
| 3743 | { |
| 3744 | "ProcMacro": { |
| 3745 | "crate_name": "indoc", |
| 3746 | "crate_root": "src/lib.rs", |
| 3747 | "srcs": [ |
| 3748 | "**/*.rs" |
| 3749 | ] |
| 3750 | } |
| 3751 | } |
| 3752 | ], |
| 3753 | "library_target_name": "indoc", |
| 3754 | "common_attrs": { |
| 3755 | "compile_data_glob": [ |
| 3756 | "**" |
| 3757 | ], |
| 3758 | "edition": "2018", |
| 3759 | "version": "1.0.9" |
| 3760 | }, |
| 3761 | "license": "MIT OR Apache-2.0" |
| 3762 | }, |
| 3763 | "instant 0.1.12": { |
| 3764 | "name": "instant", |
| 3765 | "version": "0.1.12", |
| 3766 | "repository": { |
| 3767 | "Http": { |
| 3768 | "url": "https://crates.io/api/v1/crates/instant/0.1.12/download", |
| 3769 | "sha256": "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" |
| 3770 | } |
| 3771 | }, |
| 3772 | "targets": [ |
| 3773 | { |
| 3774 | "Library": { |
| 3775 | "crate_name": "instant", |
| 3776 | "crate_root": "src/lib.rs", |
| 3777 | "srcs": [ |
| 3778 | "**/*.rs" |
| 3779 | ] |
| 3780 | } |
| 3781 | } |
| 3782 | ], |
| 3783 | "library_target_name": "instant", |
| 3784 | "common_attrs": { |
| 3785 | "compile_data_glob": [ |
| 3786 | "**" |
| 3787 | ], |
| 3788 | "deps": { |
| 3789 | "common": [ |
| 3790 | { |
| 3791 | "id": "cfg-if 1.0.0", |
| 3792 | "target": "cfg_if" |
| 3793 | } |
| 3794 | ], |
| 3795 | "selects": {} |
| 3796 | }, |
| 3797 | "edition": "2018", |
| 3798 | "version": "0.1.12" |
| 3799 | }, |
| 3800 | "license": "BSD-3-Clause" |
| 3801 | }, |
| 3802 | "io-lifetimes 1.0.11": { |
| 3803 | "name": "io-lifetimes", |
| 3804 | "version": "1.0.11", |
| 3805 | "repository": { |
| 3806 | "Http": { |
| 3807 | "url": "https://crates.io/api/v1/crates/io-lifetimes/1.0.11/download", |
| 3808 | "sha256": "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" |
| 3809 | } |
| 3810 | }, |
| 3811 | "targets": [ |
| 3812 | { |
| 3813 | "Library": { |
| 3814 | "crate_name": "io_lifetimes", |
| 3815 | "crate_root": "src/lib.rs", |
| 3816 | "srcs": [ |
| 3817 | "**/*.rs" |
| 3818 | ] |
| 3819 | } |
| 3820 | }, |
| 3821 | { |
| 3822 | "BuildScript": { |
| 3823 | "crate_name": "build_script_build", |
| 3824 | "crate_root": "build.rs", |
| 3825 | "srcs": [ |
| 3826 | "**/*.rs" |
| 3827 | ] |
| 3828 | } |
| 3829 | } |
| 3830 | ], |
| 3831 | "library_target_name": "io_lifetimes", |
| 3832 | "common_attrs": { |
| 3833 | "compile_data_glob": [ |
| 3834 | "**" |
| 3835 | ], |
| 3836 | "crate_features": { |
| 3837 | "common": [ |
| 3838 | "close", |
| 3839 | "hermit-abi", |
| 3840 | "libc", |
| 3841 | "windows-sys" |
| 3842 | ], |
| 3843 | "selects": {} |
| 3844 | }, |
| 3845 | "deps": { |
| 3846 | "common": [ |
| 3847 | { |
| 3848 | "id": "io-lifetimes 1.0.11", |
| 3849 | "target": "build_script_build" |
| 3850 | } |
| 3851 | ], |
| 3852 | "selects": { |
| 3853 | "cfg(not(windows))": [ |
| 3854 | { |
| 3855 | "id": "libc 0.2.147", |
| 3856 | "target": "libc" |
| 3857 | } |
| 3858 | ], |
| 3859 | "cfg(target_os = \"hermit\")": [ |
| 3860 | { |
| 3861 | "id": "hermit-abi 0.3.2", |
| 3862 | "target": "hermit_abi" |
| 3863 | } |
| 3864 | ], |
| 3865 | "cfg(windows)": [ |
| 3866 | { |
| 3867 | "id": "windows-sys 0.48.0", |
| 3868 | "target": "windows_sys" |
| 3869 | } |
| 3870 | ] |
| 3871 | } |
| 3872 | }, |
| 3873 | "edition": "2018", |
| 3874 | "version": "1.0.11" |
| 3875 | }, |
| 3876 | "build_script_attrs": { |
| 3877 | "data_glob": [ |
| 3878 | "**" |
| 3879 | ] |
| 3880 | }, |
| 3881 | "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" |
| 3882 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 3883 | "is-terminal 0.4.9": { |
| 3884 | "name": "is-terminal", |
| 3885 | "version": "0.4.9", |
| 3886 | "repository": { |
| 3887 | "Http": { |
| 3888 | "url": "https://crates.io/api/v1/crates/is-terminal/0.4.9/download", |
| 3889 | "sha256": "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" |
| 3890 | } |
| 3891 | }, |
| 3892 | "targets": [ |
| 3893 | { |
| 3894 | "Library": { |
| 3895 | "crate_name": "is_terminal", |
| 3896 | "crate_root": "src/lib.rs", |
| 3897 | "srcs": [ |
| 3898 | "**/*.rs" |
| 3899 | ] |
| 3900 | } |
| 3901 | } |
| 3902 | ], |
| 3903 | "library_target_name": "is_terminal", |
| 3904 | "common_attrs": { |
| 3905 | "compile_data_glob": [ |
| 3906 | "**" |
| 3907 | ], |
| 3908 | "deps": { |
| 3909 | "common": [], |
| 3910 | "selects": { |
| 3911 | "cfg(not(any(windows, target_os = \"hermit\", target_os = \"unknown\")))": [ |
| 3912 | { |
| 3913 | "id": "rustix 0.38.7", |
| 3914 | "target": "rustix" |
| 3915 | } |
| 3916 | ], |
| 3917 | "cfg(target_os = \"hermit\")": [ |
| 3918 | { |
| 3919 | "id": "hermit-abi 0.3.2", |
| 3920 | "target": "hermit_abi" |
| 3921 | } |
| 3922 | ], |
| 3923 | "cfg(windows)": [ |
| 3924 | { |
| 3925 | "id": "windows-sys 0.48.0", |
| 3926 | "target": "windows_sys" |
| 3927 | } |
| 3928 | ] |
| 3929 | } |
| 3930 | }, |
| 3931 | "edition": "2018", |
| 3932 | "version": "0.4.9" |
| 3933 | }, |
| 3934 | "license": "MIT" |
| 3935 | }, |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 3936 | "is_ci 1.1.1": { |
| 3937 | "name": "is_ci", |
| 3938 | "version": "1.1.1", |
| 3939 | "repository": { |
| 3940 | "Http": { |
| 3941 | "url": "https://crates.io/api/v1/crates/is_ci/1.1.1/download", |
| 3942 | "sha256": "616cde7c720bb2bb5824a224687d8f77bfd38922027f01d825cd7453be5099fb" |
| 3943 | } |
| 3944 | }, |
| 3945 | "targets": [ |
| 3946 | { |
| 3947 | "Library": { |
| 3948 | "crate_name": "is_ci", |
| 3949 | "crate_root": "src/lib.rs", |
| 3950 | "srcs": [ |
| 3951 | "**/*.rs" |
| 3952 | ] |
| 3953 | } |
| 3954 | } |
| 3955 | ], |
| 3956 | "library_target_name": "is_ci", |
| 3957 | "common_attrs": { |
| 3958 | "compile_data_glob": [ |
| 3959 | "**" |
| 3960 | ], |
| 3961 | "edition": "2018", |
| 3962 | "version": "1.1.1" |
| 3963 | }, |
| 3964 | "license": "ISC" |
| 3965 | }, |
| 3966 | "itertools 0.10.5": { |
| 3967 | "name": "itertools", |
| 3968 | "version": "0.10.5", |
| 3969 | "repository": { |
| 3970 | "Http": { |
| 3971 | "url": "https://crates.io/api/v1/crates/itertools/0.10.5/download", |
| 3972 | "sha256": "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" |
| 3973 | } |
| 3974 | }, |
| 3975 | "targets": [ |
| 3976 | { |
| 3977 | "Library": { |
| 3978 | "crate_name": "itertools", |
| 3979 | "crate_root": "src/lib.rs", |
| 3980 | "srcs": [ |
| 3981 | "**/*.rs" |
| 3982 | ] |
| 3983 | } |
| 3984 | } |
| 3985 | ], |
| 3986 | "library_target_name": "itertools", |
| 3987 | "common_attrs": { |
| 3988 | "compile_data_glob": [ |
| 3989 | "**" |
| 3990 | ], |
| 3991 | "crate_features": { |
| 3992 | "common": [ |
| 3993 | "default", |
| 3994 | "use_alloc", |
| 3995 | "use_std" |
| 3996 | ], |
| 3997 | "selects": {} |
| 3998 | }, |
| 3999 | "deps": { |
| 4000 | "common": [ |
| 4001 | { |
| 4002 | "id": "either 1.8.1", |
| 4003 | "target": "either" |
| 4004 | } |
| 4005 | ], |
| 4006 | "selects": {} |
| 4007 | }, |
| 4008 | "edition": "2018", |
| 4009 | "version": "0.10.5" |
| 4010 | }, |
| 4011 | "license": "MIT/Apache-2.0" |
| 4012 | }, |
| 4013 | "itertools 0.9.0": { |
| 4014 | "name": "itertools", |
| 4015 | "version": "0.9.0", |
| 4016 | "repository": { |
| 4017 | "Http": { |
| 4018 | "url": "https://crates.io/api/v1/crates/itertools/0.9.0/download", |
| 4019 | "sha256": "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" |
| 4020 | } |
| 4021 | }, |
| 4022 | "targets": [ |
| 4023 | { |
| 4024 | "Library": { |
| 4025 | "crate_name": "itertools", |
| 4026 | "crate_root": "src/lib.rs", |
| 4027 | "srcs": [ |
| 4028 | "**/*.rs" |
| 4029 | ] |
| 4030 | } |
| 4031 | } |
| 4032 | ], |
| 4033 | "library_target_name": "itertools", |
| 4034 | "common_attrs": { |
| 4035 | "compile_data_glob": [ |
| 4036 | "**" |
| 4037 | ], |
| 4038 | "crate_features": { |
| 4039 | "common": [ |
| 4040 | "default", |
| 4041 | "use_std" |
| 4042 | ], |
| 4043 | "selects": {} |
| 4044 | }, |
| 4045 | "deps": { |
| 4046 | "common": [ |
| 4047 | { |
| 4048 | "id": "either 1.8.1", |
| 4049 | "target": "either" |
| 4050 | } |
| 4051 | ], |
| 4052 | "selects": {} |
| 4053 | }, |
| 4054 | "edition": "2018", |
| 4055 | "version": "0.9.0" |
| 4056 | }, |
| 4057 | "license": "MIT/Apache-2.0" |
| 4058 | }, |
| 4059 | "itoa 1.0.8": { |
| 4060 | "name": "itoa", |
| 4061 | "version": "1.0.8", |
| 4062 | "repository": { |
| 4063 | "Http": { |
| 4064 | "url": "https://crates.io/api/v1/crates/itoa/1.0.8/download", |
| 4065 | "sha256": "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a" |
| 4066 | } |
| 4067 | }, |
| 4068 | "targets": [ |
| 4069 | { |
| 4070 | "Library": { |
| 4071 | "crate_name": "itoa", |
| 4072 | "crate_root": "src/lib.rs", |
| 4073 | "srcs": [ |
| 4074 | "**/*.rs" |
| 4075 | ] |
| 4076 | } |
| 4077 | } |
| 4078 | ], |
| 4079 | "library_target_name": "itoa", |
| 4080 | "common_attrs": { |
| 4081 | "compile_data_glob": [ |
| 4082 | "**" |
| 4083 | ], |
| 4084 | "edition": "2018", |
| 4085 | "version": "1.0.8" |
| 4086 | }, |
| 4087 | "license": "MIT OR Apache-2.0" |
| 4088 | }, |
| 4089 | "lazy_static 1.4.0": { |
| 4090 | "name": "lazy_static", |
| 4091 | "version": "1.4.0", |
| 4092 | "repository": { |
| 4093 | "Http": { |
| 4094 | "url": "https://crates.io/api/v1/crates/lazy_static/1.4.0/download", |
| 4095 | "sha256": "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
| 4096 | } |
| 4097 | }, |
| 4098 | "targets": [ |
| 4099 | { |
| 4100 | "Library": { |
| 4101 | "crate_name": "lazy_static", |
| 4102 | "crate_root": "src/lib.rs", |
| 4103 | "srcs": [ |
| 4104 | "**/*.rs" |
| 4105 | ] |
| 4106 | } |
| 4107 | } |
| 4108 | ], |
| 4109 | "library_target_name": "lazy_static", |
| 4110 | "common_attrs": { |
| 4111 | "compile_data_glob": [ |
| 4112 | "**" |
| 4113 | ], |
| 4114 | "edition": "2015", |
| 4115 | "version": "1.4.0" |
| 4116 | }, |
| 4117 | "license": "MIT/Apache-2.0" |
| 4118 | }, |
| 4119 | "lazycell 1.3.0": { |
| 4120 | "name": "lazycell", |
| 4121 | "version": "1.3.0", |
| 4122 | "repository": { |
| 4123 | "Http": { |
| 4124 | "url": "https://crates.io/api/v1/crates/lazycell/1.3.0/download", |
| 4125 | "sha256": "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" |
| 4126 | } |
| 4127 | }, |
| 4128 | "targets": [ |
| 4129 | { |
| 4130 | "Library": { |
| 4131 | "crate_name": "lazycell", |
| 4132 | "crate_root": "src/lib.rs", |
| 4133 | "srcs": [ |
| 4134 | "**/*.rs" |
| 4135 | ] |
| 4136 | } |
| 4137 | } |
| 4138 | ], |
| 4139 | "library_target_name": "lazycell", |
| 4140 | "common_attrs": { |
| 4141 | "compile_data_glob": [ |
| 4142 | "**" |
| 4143 | ], |
| 4144 | "edition": "2015", |
| 4145 | "version": "1.3.0" |
| 4146 | }, |
| 4147 | "license": "MIT/Apache-2.0" |
| 4148 | }, |
| 4149 | "libc 0.2.147": { |
| 4150 | "name": "libc", |
| 4151 | "version": "0.2.147", |
| 4152 | "repository": { |
| 4153 | "Http": { |
| 4154 | "url": "https://crates.io/api/v1/crates/libc/0.2.147/download", |
| 4155 | "sha256": "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" |
| 4156 | } |
| 4157 | }, |
| 4158 | "targets": [ |
| 4159 | { |
| 4160 | "Library": { |
| 4161 | "crate_name": "libc", |
| 4162 | "crate_root": "src/lib.rs", |
| 4163 | "srcs": [ |
| 4164 | "**/*.rs" |
| 4165 | ] |
| 4166 | } |
| 4167 | }, |
| 4168 | { |
| 4169 | "BuildScript": { |
| 4170 | "crate_name": "build_script_build", |
| 4171 | "crate_root": "build.rs", |
| 4172 | "srcs": [ |
| 4173 | "**/*.rs" |
| 4174 | ] |
| 4175 | } |
| 4176 | } |
| 4177 | ], |
| 4178 | "library_target_name": "libc", |
| 4179 | "common_attrs": { |
| 4180 | "compile_data_glob": [ |
| 4181 | "**" |
| 4182 | ], |
| 4183 | "crate_features": { |
| 4184 | "common": [ |
| 4185 | "default", |
| 4186 | "extra_traits", |
| 4187 | "std" |
| 4188 | ], |
| 4189 | "selects": {} |
| 4190 | }, |
| 4191 | "deps": { |
| 4192 | "common": [ |
| 4193 | { |
| 4194 | "id": "libc 0.2.147", |
| 4195 | "target": "build_script_build" |
| 4196 | } |
| 4197 | ], |
| 4198 | "selects": {} |
| 4199 | }, |
| 4200 | "edition": "2015", |
| 4201 | "version": "0.2.147" |
| 4202 | }, |
| 4203 | "build_script_attrs": { |
| 4204 | "data_glob": [ |
| 4205 | "**" |
| 4206 | ] |
| 4207 | }, |
| 4208 | "license": "MIT OR Apache-2.0" |
| 4209 | }, |
| 4210 | "libloading 0.6.3": { |
| 4211 | "name": "libloading", |
| 4212 | "version": "0.6.3", |
| 4213 | "repository": { |
| 4214 | "Http": { |
| 4215 | "url": "https://crates.io/api/v1/crates/libloading/0.6.3/download", |
| 4216 | "sha256": "2443d8f0478b16759158b2f66d525991a05491138bc05814ef52a250148ef4f9" |
| 4217 | } |
| 4218 | }, |
| 4219 | "targets": [ |
| 4220 | { |
| 4221 | "Library": { |
| 4222 | "crate_name": "libloading", |
| 4223 | "crate_root": "src/lib.rs", |
| 4224 | "srcs": [ |
| 4225 | "**/*.rs" |
| 4226 | ] |
| 4227 | } |
| 4228 | }, |
| 4229 | { |
| 4230 | "BuildScript": { |
| 4231 | "crate_name": "build_script_build", |
| 4232 | "crate_root": "build.rs", |
| 4233 | "srcs": [ |
| 4234 | "**/*.rs" |
| 4235 | ] |
| 4236 | } |
| 4237 | } |
| 4238 | ], |
| 4239 | "library_target_name": "libloading", |
| 4240 | "common_attrs": { |
| 4241 | "compile_data_glob": [ |
| 4242 | "**" |
| 4243 | ], |
| 4244 | "deps": { |
| 4245 | "common": [ |
| 4246 | { |
| 4247 | "id": "libloading 0.6.3", |
| 4248 | "target": "build_script_build" |
| 4249 | } |
| 4250 | ], |
| 4251 | "selects": { |
| 4252 | "cfg(unix)": [ |
| 4253 | { |
| 4254 | "id": "cfg-if 0.1.10", |
| 4255 | "target": "cfg_if" |
| 4256 | } |
| 4257 | ], |
| 4258 | "cfg(windows)": [ |
| 4259 | { |
| 4260 | "id": "winapi 0.3.9", |
| 4261 | "target": "winapi" |
| 4262 | } |
| 4263 | ] |
| 4264 | } |
| 4265 | }, |
| 4266 | "edition": "2015", |
| 4267 | "version": "0.6.3" |
| 4268 | }, |
| 4269 | "build_script_attrs": { |
| 4270 | "data_glob": [ |
| 4271 | "**" |
| 4272 | ] |
| 4273 | }, |
| 4274 | "license": "ISC" |
| 4275 | }, |
| 4276 | "libloading 0.7.4": { |
| 4277 | "name": "libloading", |
| 4278 | "version": "0.7.4", |
| 4279 | "repository": { |
| 4280 | "Http": { |
| 4281 | "url": "https://crates.io/api/v1/crates/libloading/0.7.4/download", |
| 4282 | "sha256": "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" |
| 4283 | } |
| 4284 | }, |
| 4285 | "targets": [ |
| 4286 | { |
| 4287 | "Library": { |
| 4288 | "crate_name": "libloading", |
| 4289 | "crate_root": "src/lib.rs", |
| 4290 | "srcs": [ |
| 4291 | "**/*.rs" |
| 4292 | ] |
| 4293 | } |
| 4294 | } |
| 4295 | ], |
| 4296 | "library_target_name": "libloading", |
| 4297 | "common_attrs": { |
| 4298 | "compile_data_glob": [ |
| 4299 | "**" |
| 4300 | ], |
| 4301 | "deps": { |
| 4302 | "common": [], |
| 4303 | "selects": { |
| 4304 | "cfg(unix)": [ |
| 4305 | { |
| 4306 | "id": "cfg-if 1.0.0", |
| 4307 | "target": "cfg_if" |
| 4308 | } |
| 4309 | ], |
| 4310 | "cfg(windows)": [ |
| 4311 | { |
| 4312 | "id": "winapi 0.3.9", |
| 4313 | "target": "winapi" |
| 4314 | } |
| 4315 | ] |
| 4316 | } |
| 4317 | }, |
| 4318 | "edition": "2015", |
| 4319 | "version": "0.7.4" |
| 4320 | }, |
| 4321 | "license": "ISC" |
| 4322 | }, |
| 4323 | "link-cplusplus 1.0.8": { |
| 4324 | "name": "link-cplusplus", |
| 4325 | "version": "1.0.8", |
| 4326 | "repository": { |
| 4327 | "Http": { |
| 4328 | "url": "https://crates.io/api/v1/crates/link-cplusplus/1.0.8/download", |
| 4329 | "sha256": "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5" |
| 4330 | } |
| 4331 | }, |
| 4332 | "targets": [ |
| 4333 | { |
| 4334 | "Library": { |
| 4335 | "crate_name": "link_cplusplus", |
| 4336 | "crate_root": "src/lib.rs", |
| 4337 | "srcs": [ |
| 4338 | "**/*.rs" |
| 4339 | ] |
| 4340 | } |
| 4341 | }, |
| 4342 | { |
| 4343 | "BuildScript": { |
| 4344 | "crate_name": "build_script_build", |
| 4345 | "crate_root": "build.rs", |
| 4346 | "srcs": [ |
| 4347 | "**/*.rs" |
| 4348 | ] |
| 4349 | } |
| 4350 | } |
| 4351 | ], |
| 4352 | "library_target_name": "link_cplusplus", |
| 4353 | "common_attrs": { |
| 4354 | "compile_data_glob": [ |
| 4355 | "**" |
| 4356 | ], |
| 4357 | "crate_features": { |
| 4358 | "common": [ |
| 4359 | "default", |
| 4360 | "nothing" |
| 4361 | ], |
| 4362 | "selects": {} |
| 4363 | }, |
| 4364 | "deps": { |
| 4365 | "common": [ |
| 4366 | { |
| 4367 | "id": "link-cplusplus 1.0.8", |
| 4368 | "target": "build_script_build" |
| 4369 | } |
| 4370 | ], |
| 4371 | "selects": {} |
| 4372 | }, |
| 4373 | "edition": "2018", |
| 4374 | "version": "1.0.8" |
| 4375 | }, |
| 4376 | "build_script_attrs": { |
| 4377 | "data_glob": [ |
| 4378 | "**" |
| 4379 | ], |
| 4380 | "deps": { |
| 4381 | "common": [ |
| 4382 | { |
| 4383 | "id": "cc 1.0.79", |
| 4384 | "target": "cc" |
| 4385 | } |
| 4386 | ], |
| 4387 | "selects": {} |
| 4388 | }, |
| 4389 | "links": "cplusplus" |
| 4390 | }, |
| 4391 | "license": "MIT OR Apache-2.0" |
| 4392 | }, |
| 4393 | "linux-raw-sys 0.3.8": { |
| 4394 | "name": "linux-raw-sys", |
| 4395 | "version": "0.3.8", |
| 4396 | "repository": { |
| 4397 | "Http": { |
| 4398 | "url": "https://crates.io/api/v1/crates/linux-raw-sys/0.3.8/download", |
| 4399 | "sha256": "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" |
| 4400 | } |
| 4401 | }, |
| 4402 | "targets": [ |
| 4403 | { |
| 4404 | "Library": { |
| 4405 | "crate_name": "linux_raw_sys", |
| 4406 | "crate_root": "src/lib.rs", |
| 4407 | "srcs": [ |
| 4408 | "**/*.rs" |
| 4409 | ] |
| 4410 | } |
| 4411 | } |
| 4412 | ], |
| 4413 | "library_target_name": "linux_raw_sys", |
| 4414 | "common_attrs": { |
| 4415 | "compile_data_glob": [ |
| 4416 | "**" |
| 4417 | ], |
| 4418 | "crate_features": { |
| 4419 | "common": [ |
| 4420 | "errno", |
| 4421 | "general", |
| 4422 | "ioctl", |
| 4423 | "no_std" |
| 4424 | ], |
| 4425 | "selects": {} |
| 4426 | }, |
| 4427 | "edition": "2018", |
| 4428 | "version": "0.3.8" |
| 4429 | }, |
| 4430 | "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" |
| 4431 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 4432 | "linux-raw-sys 0.4.5": { |
| 4433 | "name": "linux-raw-sys", |
| 4434 | "version": "0.4.5", |
| 4435 | "repository": { |
| 4436 | "Http": { |
| 4437 | "url": "https://crates.io/api/v1/crates/linux-raw-sys/0.4.5/download", |
| 4438 | "sha256": "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503" |
| 4439 | } |
| 4440 | }, |
| 4441 | "targets": [ |
| 4442 | { |
| 4443 | "Library": { |
| 4444 | "crate_name": "linux_raw_sys", |
| 4445 | "crate_root": "src/lib.rs", |
| 4446 | "srcs": [ |
| 4447 | "**/*.rs" |
| 4448 | ] |
| 4449 | } |
| 4450 | } |
| 4451 | ], |
| 4452 | "library_target_name": "linux_raw_sys", |
| 4453 | "common_attrs": { |
| 4454 | "compile_data_glob": [ |
| 4455 | "**" |
| 4456 | ], |
| 4457 | "crate_features": { |
| 4458 | "common": [ |
| 4459 | "errno", |
| 4460 | "general", |
| 4461 | "ioctl", |
| 4462 | "no_std" |
| 4463 | ], |
| 4464 | "selects": {} |
| 4465 | }, |
| 4466 | "edition": "2021", |
| 4467 | "version": "0.4.5" |
| 4468 | }, |
| 4469 | "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" |
| 4470 | }, |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 4471 | "log 0.4.19": { |
| 4472 | "name": "log", |
| 4473 | "version": "0.4.19", |
| 4474 | "repository": { |
| 4475 | "Http": { |
| 4476 | "url": "https://crates.io/api/v1/crates/log/0.4.19/download", |
| 4477 | "sha256": "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" |
| 4478 | } |
| 4479 | }, |
| 4480 | "targets": [ |
| 4481 | { |
| 4482 | "Library": { |
| 4483 | "crate_name": "log", |
| 4484 | "crate_root": "src/lib.rs", |
| 4485 | "srcs": [ |
| 4486 | "**/*.rs" |
| 4487 | ] |
| 4488 | } |
| 4489 | } |
| 4490 | ], |
| 4491 | "library_target_name": "log", |
| 4492 | "common_attrs": { |
| 4493 | "compile_data_glob": [ |
| 4494 | "**" |
| 4495 | ], |
| 4496 | "crate_features": { |
| 4497 | "common": [ |
| 4498 | "std" |
| 4499 | ], |
| 4500 | "selects": {} |
| 4501 | }, |
| 4502 | "edition": "2015", |
| 4503 | "rustc_flags": [ |
| 4504 | "--cfg=atomic_cas" |
| 4505 | ], |
| 4506 | "version": "0.4.19" |
| 4507 | }, |
| 4508 | "license": "MIT OR Apache-2.0" |
| 4509 | }, |
| 4510 | "memchr 2.5.0": { |
| 4511 | "name": "memchr", |
| 4512 | "version": "2.5.0", |
| 4513 | "repository": { |
| 4514 | "Http": { |
| 4515 | "url": "https://crates.io/api/v1/crates/memchr/2.5.0/download", |
| 4516 | "sha256": "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" |
| 4517 | } |
| 4518 | }, |
| 4519 | "targets": [ |
| 4520 | { |
| 4521 | "Library": { |
| 4522 | "crate_name": "memchr", |
| 4523 | "crate_root": "src/lib.rs", |
| 4524 | "srcs": [ |
| 4525 | "**/*.rs" |
| 4526 | ] |
| 4527 | } |
| 4528 | }, |
| 4529 | { |
| 4530 | "BuildScript": { |
| 4531 | "crate_name": "build_script_build", |
| 4532 | "crate_root": "build.rs", |
| 4533 | "srcs": [ |
| 4534 | "**/*.rs" |
| 4535 | ] |
| 4536 | } |
| 4537 | } |
| 4538 | ], |
| 4539 | "library_target_name": "memchr", |
| 4540 | "common_attrs": { |
| 4541 | "compile_data_glob": [ |
| 4542 | "**" |
| 4543 | ], |
| 4544 | "crate_features": { |
| 4545 | "common": [ |
| 4546 | "default", |
| 4547 | "std", |
| 4548 | "use_std" |
| 4549 | ], |
| 4550 | "selects": {} |
| 4551 | }, |
| 4552 | "deps": { |
| 4553 | "common": [ |
| 4554 | { |
| 4555 | "id": "memchr 2.5.0", |
| 4556 | "target": "build_script_build" |
| 4557 | } |
| 4558 | ], |
| 4559 | "selects": {} |
| 4560 | }, |
| 4561 | "edition": "2018", |
| 4562 | "version": "2.5.0" |
| 4563 | }, |
| 4564 | "build_script_attrs": { |
| 4565 | "data_glob": [ |
| 4566 | "**" |
| 4567 | ] |
| 4568 | }, |
| 4569 | "license": "Unlicense/MIT" |
| 4570 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 4571 | "miette 5.10.0": { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 4572 | "name": "miette", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 4573 | "version": "5.10.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 4574 | "repository": { |
| 4575 | "Http": { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 4576 | "url": "https://crates.io/api/v1/crates/miette/5.10.0/download", |
| 4577 | "sha256": "59bb584eaeeab6bd0226ccf3509a69d7936d148cf3d036ad350abe35e8c6856e" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 4578 | } |
| 4579 | }, |
| 4580 | "targets": [ |
| 4581 | { |
| 4582 | "Library": { |
| 4583 | "crate_name": "miette", |
| 4584 | "crate_root": "src/lib.rs", |
| 4585 | "srcs": [ |
| 4586 | "**/*.rs" |
| 4587 | ] |
| 4588 | } |
| 4589 | } |
| 4590 | ], |
| 4591 | "library_target_name": "miette", |
| 4592 | "common_attrs": { |
| 4593 | "compile_data_glob": [ |
| 4594 | "**" |
| 4595 | ], |
| 4596 | "crate_features": { |
| 4597 | "common": [ |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 4598 | "backtrace", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 4599 | "backtrace-ext", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 4600 | "default", |
| 4601 | "fancy", |
| 4602 | "fancy-no-backtrace", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 4603 | "is-terminal", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 4604 | "owo-colors", |
| 4605 | "supports-color", |
| 4606 | "supports-hyperlinks", |
| 4607 | "supports-unicode", |
| 4608 | "terminal_size", |
| 4609 | "textwrap" |
| 4610 | ], |
| 4611 | "selects": {} |
| 4612 | }, |
| 4613 | "deps": { |
| 4614 | "common": [ |
| 4615 | { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 4616 | "id": "backtrace 0.3.68", |
| 4617 | "target": "backtrace" |
| 4618 | }, |
| 4619 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 4620 | "id": "backtrace-ext 0.2.1", |
| 4621 | "target": "backtrace_ext" |
| 4622 | }, |
| 4623 | { |
| 4624 | "id": "is-terminal 0.4.9", |
| 4625 | "target": "is_terminal" |
| 4626 | }, |
| 4627 | { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 4628 | "id": "once_cell 1.18.0", |
| 4629 | "target": "once_cell" |
| 4630 | }, |
| 4631 | { |
| 4632 | "id": "owo-colors 3.5.0", |
| 4633 | "target": "owo_colors" |
| 4634 | }, |
| 4635 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 4636 | "id": "supports-color 2.0.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 4637 | "target": "supports_color" |
| 4638 | }, |
| 4639 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 4640 | "id": "supports-hyperlinks 2.1.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 4641 | "target": "supports_hyperlinks" |
| 4642 | }, |
| 4643 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 4644 | "id": "supports-unicode 2.0.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 4645 | "target": "supports_unicode" |
| 4646 | }, |
| 4647 | { |
| 4648 | "id": "terminal_size 0.1.17", |
| 4649 | "target": "terminal_size" |
| 4650 | }, |
| 4651 | { |
| 4652 | "id": "textwrap 0.15.2", |
| 4653 | "target": "textwrap" |
| 4654 | }, |
| 4655 | { |
| 4656 | "id": "thiserror 1.0.40", |
| 4657 | "target": "thiserror" |
| 4658 | }, |
| 4659 | { |
| 4660 | "id": "unicode-width 0.1.10", |
| 4661 | "target": "unicode_width" |
| 4662 | } |
| 4663 | ], |
| 4664 | "selects": {} |
| 4665 | }, |
| 4666 | "edition": "2018", |
| 4667 | "proc_macro_deps": { |
| 4668 | "common": [ |
| 4669 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 4670 | "id": "miette-derive 5.10.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 4671 | "target": "miette_derive" |
| 4672 | } |
| 4673 | ], |
| 4674 | "selects": {} |
| 4675 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 4676 | "version": "5.10.0" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 4677 | }, |
| 4678 | "license": "Apache-2.0" |
| 4679 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 4680 | "miette-derive 5.10.0": { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 4681 | "name": "miette-derive", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 4682 | "version": "5.10.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 4683 | "repository": { |
| 4684 | "Http": { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 4685 | "url": "https://crates.io/api/v1/crates/miette-derive/5.10.0/download", |
| 4686 | "sha256": "49e7bc1560b95a3c4a25d03de42fe76ca718ab92d1a22a55b9b4cf67b3ae635c" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 4687 | } |
| 4688 | }, |
| 4689 | "targets": [ |
| 4690 | { |
| 4691 | "ProcMacro": { |
| 4692 | "crate_name": "miette_derive", |
| 4693 | "crate_root": "src/lib.rs", |
| 4694 | "srcs": [ |
| 4695 | "**/*.rs" |
| 4696 | ] |
| 4697 | } |
| 4698 | } |
| 4699 | ], |
| 4700 | "library_target_name": "miette_derive", |
| 4701 | "common_attrs": { |
| 4702 | "compile_data_glob": [ |
| 4703 | "**" |
| 4704 | ], |
| 4705 | "deps": { |
| 4706 | "common": [ |
| 4707 | { |
| 4708 | "id": "proc-macro2 1.0.63", |
| 4709 | "target": "proc_macro2" |
| 4710 | }, |
| 4711 | { |
| 4712 | "id": "quote 1.0.29", |
| 4713 | "target": "quote" |
| 4714 | }, |
| 4715 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 4716 | "id": "syn 2.0.28", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 4717 | "target": "syn" |
| 4718 | } |
| 4719 | ], |
| 4720 | "selects": {} |
| 4721 | }, |
| 4722 | "edition": "2018", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 4723 | "version": "5.10.0" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 4724 | }, |
| 4725 | "license": "Apache-2.0" |
| 4726 | }, |
| 4727 | "minimal-lexical 0.2.1": { |
| 4728 | "name": "minimal-lexical", |
| 4729 | "version": "0.2.1", |
| 4730 | "repository": { |
| 4731 | "Http": { |
| 4732 | "url": "https://crates.io/api/v1/crates/minimal-lexical/0.2.1/download", |
| 4733 | "sha256": "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| 4734 | } |
| 4735 | }, |
| 4736 | "targets": [ |
| 4737 | { |
| 4738 | "Library": { |
| 4739 | "crate_name": "minimal_lexical", |
| 4740 | "crate_root": "src/lib.rs", |
| 4741 | "srcs": [ |
| 4742 | "**/*.rs" |
| 4743 | ] |
| 4744 | } |
| 4745 | } |
| 4746 | ], |
| 4747 | "library_target_name": "minimal_lexical", |
| 4748 | "common_attrs": { |
| 4749 | "compile_data_glob": [ |
| 4750 | "**" |
| 4751 | ], |
| 4752 | "crate_features": { |
| 4753 | "common": [ |
| 4754 | "std" |
| 4755 | ], |
| 4756 | "selects": {} |
| 4757 | }, |
| 4758 | "edition": "2018", |
| 4759 | "version": "0.2.1" |
| 4760 | }, |
| 4761 | "license": "MIT/Apache-2.0" |
| 4762 | }, |
| 4763 | "miniz_oxide 0.7.1": { |
| 4764 | "name": "miniz_oxide", |
| 4765 | "version": "0.7.1", |
| 4766 | "repository": { |
| 4767 | "Http": { |
| 4768 | "url": "https://crates.io/api/v1/crates/miniz_oxide/0.7.1/download", |
| 4769 | "sha256": "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" |
| 4770 | } |
| 4771 | }, |
| 4772 | "targets": [ |
| 4773 | { |
| 4774 | "Library": { |
| 4775 | "crate_name": "miniz_oxide", |
| 4776 | "crate_root": "src/lib.rs", |
| 4777 | "srcs": [ |
| 4778 | "**/*.rs" |
| 4779 | ] |
| 4780 | } |
| 4781 | } |
| 4782 | ], |
| 4783 | "library_target_name": "miniz_oxide", |
| 4784 | "common_attrs": { |
| 4785 | "compile_data_glob": [ |
| 4786 | "**" |
| 4787 | ], |
| 4788 | "deps": { |
| 4789 | "common": [ |
| 4790 | { |
| 4791 | "id": "adler 1.0.2", |
| 4792 | "target": "adler" |
| 4793 | } |
| 4794 | ], |
| 4795 | "selects": {} |
| 4796 | }, |
| 4797 | "edition": "2018", |
| 4798 | "version": "0.7.1" |
| 4799 | }, |
| 4800 | "license": "MIT OR Zlib OR Apache-2.0" |
| 4801 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 4802 | "moveit 0.6.0": { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 4803 | "name": "moveit", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 4804 | "version": "0.6.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 4805 | "repository": { |
| 4806 | "Http": { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 4807 | "url": "https://crates.io/api/v1/crates/moveit/0.6.0/download", |
| 4808 | "sha256": "87d7335204cb6ef7bd647fa6db0be3e4d7aa25b5823a7aa030027ddf512cefba" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 4809 | } |
| 4810 | }, |
| 4811 | "targets": [ |
| 4812 | { |
| 4813 | "Library": { |
| 4814 | "crate_name": "moveit", |
| 4815 | "crate_root": "src/lib.rs", |
| 4816 | "srcs": [ |
| 4817 | "**/*.rs" |
| 4818 | ] |
| 4819 | } |
| 4820 | } |
| 4821 | ], |
| 4822 | "library_target_name": "moveit", |
| 4823 | "common_attrs": { |
| 4824 | "compile_data_glob": [ |
| 4825 | "**" |
| 4826 | ], |
| 4827 | "crate_features": { |
| 4828 | "common": [ |
| 4829 | "alloc", |
| 4830 | "cxx", |
| 4831 | "default" |
| 4832 | ], |
| 4833 | "selects": {} |
| 4834 | }, |
| 4835 | "deps": { |
| 4836 | "common": [ |
| 4837 | { |
| 4838 | "id": "cxx 1.0.97", |
| 4839 | "target": "cxx" |
| 4840 | } |
| 4841 | ], |
| 4842 | "selects": {} |
| 4843 | }, |
| 4844 | "edition": "2018", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 4845 | "version": "0.6.0" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 4846 | }, |
| 4847 | "license": "Apache-2.0 OR MIT" |
| 4848 | }, |
| 4849 | "nom 5.1.3": { |
| 4850 | "name": "nom", |
| 4851 | "version": "5.1.3", |
| 4852 | "repository": { |
| 4853 | "Http": { |
| 4854 | "url": "https://crates.io/api/v1/crates/nom/5.1.3/download", |
| 4855 | "sha256": "08959a387a676302eebf4ddbcbc611da04285579f76f88ee0506c63b1a61dd4b" |
| 4856 | } |
| 4857 | }, |
| 4858 | "targets": [ |
| 4859 | { |
| 4860 | "Library": { |
| 4861 | "crate_name": "nom", |
| 4862 | "crate_root": "src/lib.rs", |
| 4863 | "srcs": [ |
| 4864 | "**/*.rs" |
| 4865 | ] |
| 4866 | } |
| 4867 | }, |
| 4868 | { |
| 4869 | "BuildScript": { |
| 4870 | "crate_name": "build_script_build", |
| 4871 | "crate_root": "build.rs", |
| 4872 | "srcs": [ |
| 4873 | "**/*.rs" |
| 4874 | ] |
| 4875 | } |
| 4876 | } |
| 4877 | ], |
| 4878 | "library_target_name": "nom", |
| 4879 | "common_attrs": { |
| 4880 | "compile_data_glob": [ |
| 4881 | "**" |
| 4882 | ], |
| 4883 | "crate_features": { |
| 4884 | "common": [ |
| 4885 | "alloc", |
| 4886 | "std" |
| 4887 | ], |
| 4888 | "selects": {} |
| 4889 | }, |
| 4890 | "deps": { |
| 4891 | "common": [ |
| 4892 | { |
| 4893 | "id": "memchr 2.5.0", |
| 4894 | "target": "memchr" |
| 4895 | }, |
| 4896 | { |
| 4897 | "id": "nom 5.1.3", |
| 4898 | "target": "build_script_build" |
| 4899 | } |
| 4900 | ], |
| 4901 | "selects": {} |
| 4902 | }, |
| 4903 | "edition": "2018", |
| 4904 | "version": "5.1.3" |
| 4905 | }, |
| 4906 | "build_script_attrs": { |
| 4907 | "data_glob": [ |
| 4908 | "**" |
| 4909 | ], |
| 4910 | "deps": { |
| 4911 | "common": [ |
| 4912 | { |
| 4913 | "id": "version_check 0.9.4", |
| 4914 | "target": "version_check" |
| 4915 | } |
| 4916 | ], |
| 4917 | "selects": {} |
| 4918 | } |
| 4919 | }, |
| 4920 | "license": "MIT" |
| 4921 | }, |
| 4922 | "nom 7.1.3": { |
| 4923 | "name": "nom", |
| 4924 | "version": "7.1.3", |
| 4925 | "repository": { |
| 4926 | "Http": { |
| 4927 | "url": "https://crates.io/api/v1/crates/nom/7.1.3/download", |
| 4928 | "sha256": "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
| 4929 | } |
| 4930 | }, |
| 4931 | "targets": [ |
| 4932 | { |
| 4933 | "Library": { |
| 4934 | "crate_name": "nom", |
| 4935 | "crate_root": "src/lib.rs", |
| 4936 | "srcs": [ |
| 4937 | "**/*.rs" |
| 4938 | ] |
| 4939 | } |
| 4940 | } |
| 4941 | ], |
| 4942 | "library_target_name": "nom", |
| 4943 | "common_attrs": { |
| 4944 | "compile_data_glob": [ |
| 4945 | "**" |
| 4946 | ], |
| 4947 | "crate_features": { |
| 4948 | "common": [ |
| 4949 | "alloc", |
| 4950 | "std" |
| 4951 | ], |
| 4952 | "selects": {} |
| 4953 | }, |
| 4954 | "deps": { |
| 4955 | "common": [ |
| 4956 | { |
| 4957 | "id": "memchr 2.5.0", |
| 4958 | "target": "memchr" |
| 4959 | }, |
| 4960 | { |
| 4961 | "id": "minimal-lexical 0.2.1", |
| 4962 | "target": "minimal_lexical" |
| 4963 | } |
| 4964 | ], |
| 4965 | "selects": {} |
| 4966 | }, |
| 4967 | "edition": "2018", |
| 4968 | "version": "7.1.3" |
| 4969 | }, |
| 4970 | "license": "MIT" |
| 4971 | }, |
| 4972 | "object 0.31.1": { |
| 4973 | "name": "object", |
| 4974 | "version": "0.31.1", |
| 4975 | "repository": { |
| 4976 | "Http": { |
| 4977 | "url": "https://crates.io/api/v1/crates/object/0.31.1/download", |
| 4978 | "sha256": "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1" |
| 4979 | } |
| 4980 | }, |
| 4981 | "targets": [ |
| 4982 | { |
| 4983 | "Library": { |
| 4984 | "crate_name": "object", |
| 4985 | "crate_root": "src/lib.rs", |
| 4986 | "srcs": [ |
| 4987 | "**/*.rs" |
| 4988 | ] |
| 4989 | } |
| 4990 | } |
| 4991 | ], |
| 4992 | "library_target_name": "object", |
| 4993 | "common_attrs": { |
| 4994 | "compile_data_glob": [ |
| 4995 | "**" |
| 4996 | ], |
| 4997 | "crate_features": { |
| 4998 | "common": [ |
| 4999 | "archive", |
| 5000 | "coff", |
| 5001 | "elf", |
| 5002 | "macho", |
| 5003 | "pe", |
| 5004 | "read_core", |
| 5005 | "unaligned" |
| 5006 | ], |
| 5007 | "selects": {} |
| 5008 | }, |
| 5009 | "deps": { |
| 5010 | "common": [ |
| 5011 | { |
| 5012 | "id": "memchr 2.5.0", |
| 5013 | "target": "memchr" |
| 5014 | } |
| 5015 | ], |
| 5016 | "selects": {} |
| 5017 | }, |
| 5018 | "edition": "2018", |
| 5019 | "version": "0.31.1" |
| 5020 | }, |
| 5021 | "license": "Apache-2.0 OR MIT" |
| 5022 | }, |
| 5023 | "once_cell 1.18.0": { |
| 5024 | "name": "once_cell", |
| 5025 | "version": "1.18.0", |
| 5026 | "repository": { |
| 5027 | "Http": { |
| 5028 | "url": "https://crates.io/api/v1/crates/once_cell/1.18.0/download", |
| 5029 | "sha256": "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" |
| 5030 | } |
| 5031 | }, |
| 5032 | "targets": [ |
| 5033 | { |
| 5034 | "Library": { |
| 5035 | "crate_name": "once_cell", |
| 5036 | "crate_root": "src/lib.rs", |
| 5037 | "srcs": [ |
| 5038 | "**/*.rs" |
| 5039 | ] |
| 5040 | } |
| 5041 | } |
| 5042 | ], |
| 5043 | "library_target_name": "once_cell", |
| 5044 | "common_attrs": { |
| 5045 | "compile_data_glob": [ |
| 5046 | "**" |
| 5047 | ], |
| 5048 | "crate_features": { |
| 5049 | "common": [ |
| 5050 | "alloc", |
| 5051 | "default", |
| 5052 | "race", |
| 5053 | "std" |
| 5054 | ], |
| 5055 | "selects": {} |
| 5056 | }, |
| 5057 | "edition": "2021", |
| 5058 | "version": "1.18.0" |
| 5059 | }, |
| 5060 | "license": "MIT OR Apache-2.0" |
| 5061 | }, |
| 5062 | "os_str_bytes 6.5.1": { |
| 5063 | "name": "os_str_bytes", |
| 5064 | "version": "6.5.1", |
| 5065 | "repository": { |
| 5066 | "Http": { |
| 5067 | "url": "https://crates.io/api/v1/crates/os_str_bytes/6.5.1/download", |
| 5068 | "sha256": "4d5d9eb14b174ee9aa2ef96dc2b94637a2d4b6e7cb873c7e171f0c20c6cf3eac" |
| 5069 | } |
| 5070 | }, |
| 5071 | "targets": [ |
| 5072 | { |
| 5073 | "Library": { |
| 5074 | "crate_name": "os_str_bytes", |
| 5075 | "crate_root": "src/lib.rs", |
| 5076 | "srcs": [ |
| 5077 | "**/*.rs" |
| 5078 | ] |
| 5079 | } |
| 5080 | } |
| 5081 | ], |
| 5082 | "library_target_name": "os_str_bytes", |
| 5083 | "common_attrs": { |
| 5084 | "compile_data_glob": [ |
| 5085 | "**" |
| 5086 | ], |
| 5087 | "crate_features": { |
| 5088 | "common": [ |
| 5089 | "raw_os_str" |
| 5090 | ], |
| 5091 | "selects": {} |
| 5092 | }, |
| 5093 | "edition": "2021", |
| 5094 | "version": "6.5.1" |
| 5095 | }, |
| 5096 | "license": "MIT OR Apache-2.0" |
| 5097 | }, |
| 5098 | "owo-colors 3.5.0": { |
| 5099 | "name": "owo-colors", |
| 5100 | "version": "3.5.0", |
| 5101 | "repository": { |
| 5102 | "Http": { |
| 5103 | "url": "https://crates.io/api/v1/crates/owo-colors/3.5.0/download", |
| 5104 | "sha256": "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" |
| 5105 | } |
| 5106 | }, |
| 5107 | "targets": [ |
| 5108 | { |
| 5109 | "Library": { |
| 5110 | "crate_name": "owo_colors", |
| 5111 | "crate_root": "src/lib.rs", |
| 5112 | "srcs": [ |
| 5113 | "**/*.rs" |
| 5114 | ] |
| 5115 | } |
| 5116 | } |
| 5117 | ], |
| 5118 | "library_target_name": "owo_colors", |
| 5119 | "common_attrs": { |
| 5120 | "compile_data_glob": [ |
| 5121 | "**" |
| 5122 | ], |
| 5123 | "edition": "2018", |
| 5124 | "version": "3.5.0" |
| 5125 | }, |
| 5126 | "license": "MIT" |
| 5127 | }, |
| 5128 | "pathdiff 0.2.1": { |
| 5129 | "name": "pathdiff", |
| 5130 | "version": "0.2.1", |
| 5131 | "repository": { |
| 5132 | "Http": { |
| 5133 | "url": "https://crates.io/api/v1/crates/pathdiff/0.2.1/download", |
| 5134 | "sha256": "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" |
| 5135 | } |
| 5136 | }, |
| 5137 | "targets": [ |
| 5138 | { |
| 5139 | "Library": { |
| 5140 | "crate_name": "pathdiff", |
| 5141 | "crate_root": "src/lib.rs", |
| 5142 | "srcs": [ |
| 5143 | "**/*.rs" |
| 5144 | ] |
| 5145 | } |
| 5146 | } |
| 5147 | ], |
| 5148 | "library_target_name": "pathdiff", |
| 5149 | "common_attrs": { |
| 5150 | "compile_data_glob": [ |
| 5151 | "**" |
| 5152 | ], |
| 5153 | "edition": "2018", |
| 5154 | "version": "0.2.1" |
| 5155 | }, |
| 5156 | "license": "MIT/Apache-2.0" |
| 5157 | }, |
| 5158 | "peeking_take_while 0.1.2": { |
| 5159 | "name": "peeking_take_while", |
| 5160 | "version": "0.1.2", |
| 5161 | "repository": { |
| 5162 | "Http": { |
| 5163 | "url": "https://crates.io/api/v1/crates/peeking_take_while/0.1.2/download", |
| 5164 | "sha256": "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" |
| 5165 | } |
| 5166 | }, |
| 5167 | "targets": [ |
| 5168 | { |
| 5169 | "Library": { |
| 5170 | "crate_name": "peeking_take_while", |
| 5171 | "crate_root": "src/lib.rs", |
| 5172 | "srcs": [ |
| 5173 | "**/*.rs" |
| 5174 | ] |
| 5175 | } |
| 5176 | } |
| 5177 | ], |
| 5178 | "library_target_name": "peeking_take_while", |
| 5179 | "common_attrs": { |
| 5180 | "compile_data_glob": [ |
| 5181 | "**" |
| 5182 | ], |
| 5183 | "edition": "2015", |
| 5184 | "version": "0.1.2" |
| 5185 | }, |
| 5186 | "license": "Apache-2.0/MIT" |
| 5187 | }, |
| 5188 | "pin-project-lite 0.2.9": { |
| 5189 | "name": "pin-project-lite", |
| 5190 | "version": "0.2.9", |
| 5191 | "repository": { |
| 5192 | "Http": { |
| 5193 | "url": "https://crates.io/api/v1/crates/pin-project-lite/0.2.9/download", |
| 5194 | "sha256": "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" |
| 5195 | } |
| 5196 | }, |
| 5197 | "targets": [ |
| 5198 | { |
| 5199 | "Library": { |
| 5200 | "crate_name": "pin_project_lite", |
| 5201 | "crate_root": "src/lib.rs", |
| 5202 | "srcs": [ |
| 5203 | "**/*.rs" |
| 5204 | ] |
| 5205 | } |
| 5206 | } |
| 5207 | ], |
| 5208 | "library_target_name": "pin_project_lite", |
| 5209 | "common_attrs": { |
| 5210 | "compile_data_glob": [ |
| 5211 | "**" |
| 5212 | ], |
| 5213 | "edition": "2018", |
| 5214 | "version": "0.2.9" |
| 5215 | }, |
| 5216 | "license": "Apache-2.0 OR MIT" |
| 5217 | }, |
| 5218 | "pin-utils 0.1.0": { |
| 5219 | "name": "pin-utils", |
| 5220 | "version": "0.1.0", |
| 5221 | "repository": { |
| 5222 | "Http": { |
| 5223 | "url": "https://crates.io/api/v1/crates/pin-utils/0.1.0/download", |
| 5224 | "sha256": "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 5225 | } |
| 5226 | }, |
| 5227 | "targets": [ |
| 5228 | { |
| 5229 | "Library": { |
| 5230 | "crate_name": "pin_utils", |
| 5231 | "crate_root": "src/lib.rs", |
| 5232 | "srcs": [ |
| 5233 | "**/*.rs" |
| 5234 | ] |
| 5235 | } |
| 5236 | } |
| 5237 | ], |
| 5238 | "library_target_name": "pin_utils", |
| 5239 | "common_attrs": { |
| 5240 | "compile_data_glob": [ |
| 5241 | "**" |
| 5242 | ], |
| 5243 | "edition": "2018", |
| 5244 | "version": "0.1.0" |
| 5245 | }, |
| 5246 | "license": "MIT OR Apache-2.0" |
| 5247 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 5248 | "predicates 3.0.3": { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5249 | "name": "predicates", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 5250 | "version": "3.0.3", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5251 | "repository": { |
| 5252 | "Http": { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 5253 | "url": "https://crates.io/api/v1/crates/predicates/3.0.3/download", |
| 5254 | "sha256": "09963355b9f467184c04017ced4a2ba2d75cbcb4e7462690d388233253d4b1a9" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5255 | } |
| 5256 | }, |
| 5257 | "targets": [ |
| 5258 | { |
| 5259 | "Library": { |
| 5260 | "crate_name": "predicates", |
| 5261 | "crate_root": "src/lib.rs", |
| 5262 | "srcs": [ |
| 5263 | "**/*.rs" |
| 5264 | ] |
| 5265 | } |
| 5266 | } |
| 5267 | ], |
| 5268 | "library_target_name": "predicates", |
| 5269 | "common_attrs": { |
| 5270 | "compile_data_glob": [ |
| 5271 | "**" |
| 5272 | ], |
| 5273 | "crate_features": { |
| 5274 | "common": [ |
| 5275 | "diff" |
| 5276 | ], |
| 5277 | "selects": {} |
| 5278 | }, |
| 5279 | "deps": { |
| 5280 | "common": [ |
| 5281 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 5282 | "id": "anstyle 1.0.1", |
| 5283 | "target": "anstyle" |
| 5284 | }, |
| 5285 | { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5286 | "id": "difflib 0.4.0", |
| 5287 | "target": "difflib" |
| 5288 | }, |
| 5289 | { |
| 5290 | "id": "itertools 0.10.5", |
| 5291 | "target": "itertools" |
| 5292 | }, |
| 5293 | { |
| 5294 | "id": "predicates-core 1.0.6", |
| 5295 | "target": "predicates_core" |
| 5296 | } |
| 5297 | ], |
| 5298 | "selects": {} |
| 5299 | }, |
| 5300 | "edition": "2021", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 5301 | "version": "3.0.3" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5302 | }, |
| 5303 | "license": "MIT OR Apache-2.0" |
| 5304 | }, |
| 5305 | "predicates-core 1.0.6": { |
| 5306 | "name": "predicates-core", |
| 5307 | "version": "1.0.6", |
| 5308 | "repository": { |
| 5309 | "Http": { |
| 5310 | "url": "https://crates.io/api/v1/crates/predicates-core/1.0.6/download", |
| 5311 | "sha256": "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174" |
| 5312 | } |
| 5313 | }, |
| 5314 | "targets": [ |
| 5315 | { |
| 5316 | "Library": { |
| 5317 | "crate_name": "predicates_core", |
| 5318 | "crate_root": "src/lib.rs", |
| 5319 | "srcs": [ |
| 5320 | "**/*.rs" |
| 5321 | ] |
| 5322 | } |
| 5323 | } |
| 5324 | ], |
| 5325 | "library_target_name": "predicates_core", |
| 5326 | "common_attrs": { |
| 5327 | "compile_data_glob": [ |
| 5328 | "**" |
| 5329 | ], |
| 5330 | "edition": "2021", |
| 5331 | "version": "1.0.6" |
| 5332 | }, |
| 5333 | "license": "MIT OR Apache-2.0" |
| 5334 | }, |
| 5335 | "predicates-tree 1.0.9": { |
| 5336 | "name": "predicates-tree", |
| 5337 | "version": "1.0.9", |
| 5338 | "repository": { |
| 5339 | "Http": { |
| 5340 | "url": "https://crates.io/api/v1/crates/predicates-tree/1.0.9/download", |
| 5341 | "sha256": "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf" |
| 5342 | } |
| 5343 | }, |
| 5344 | "targets": [ |
| 5345 | { |
| 5346 | "Library": { |
| 5347 | "crate_name": "predicates_tree", |
| 5348 | "crate_root": "src/lib.rs", |
| 5349 | "srcs": [ |
| 5350 | "**/*.rs" |
| 5351 | ] |
| 5352 | } |
| 5353 | } |
| 5354 | ], |
| 5355 | "library_target_name": "predicates_tree", |
| 5356 | "common_attrs": { |
| 5357 | "compile_data_glob": [ |
| 5358 | "**" |
| 5359 | ], |
| 5360 | "deps": { |
| 5361 | "common": [ |
| 5362 | { |
| 5363 | "id": "predicates-core 1.0.6", |
| 5364 | "target": "predicates_core" |
| 5365 | }, |
| 5366 | { |
| 5367 | "id": "termtree 0.4.1", |
| 5368 | "target": "termtree" |
| 5369 | } |
| 5370 | ], |
| 5371 | "selects": {} |
| 5372 | }, |
| 5373 | "edition": "2021", |
| 5374 | "version": "1.0.9" |
| 5375 | }, |
| 5376 | "license": "MIT OR Apache-2.0" |
| 5377 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 5378 | "prettyplease 0.2.12": { |
| 5379 | "name": "prettyplease", |
| 5380 | "version": "0.2.12", |
| 5381 | "repository": { |
| 5382 | "Http": { |
| 5383 | "url": "https://crates.io/api/v1/crates/prettyplease/0.2.12/download", |
| 5384 | "sha256": "6c64d9ba0963cdcea2e1b2230fbae2bab30eb25a174be395c41e764bfb65dd62" |
| 5385 | } |
| 5386 | }, |
| 5387 | "targets": [ |
| 5388 | { |
| 5389 | "Library": { |
| 5390 | "crate_name": "prettyplease", |
| 5391 | "crate_root": "src/lib.rs", |
| 5392 | "srcs": [ |
| 5393 | "**/*.rs" |
| 5394 | ] |
| 5395 | } |
| 5396 | }, |
| 5397 | { |
| 5398 | "BuildScript": { |
| 5399 | "crate_name": "build_script_build", |
| 5400 | "crate_root": "build.rs", |
| 5401 | "srcs": [ |
| 5402 | "**/*.rs" |
| 5403 | ] |
| 5404 | } |
| 5405 | } |
| 5406 | ], |
| 5407 | "library_target_name": "prettyplease", |
| 5408 | "common_attrs": { |
| 5409 | "compile_data_glob": [ |
| 5410 | "**" |
| 5411 | ], |
| 5412 | "crate_features": { |
| 5413 | "common": [ |
| 5414 | "verbatim" |
| 5415 | ], |
| 5416 | "selects": {} |
| 5417 | }, |
| 5418 | "deps": { |
| 5419 | "common": [ |
| 5420 | { |
| 5421 | "id": "prettyplease 0.2.12", |
| 5422 | "target": "build_script_build" |
| 5423 | }, |
| 5424 | { |
| 5425 | "id": "proc-macro2 1.0.63", |
| 5426 | "target": "proc_macro2" |
| 5427 | }, |
| 5428 | { |
| 5429 | "id": "syn 2.0.28", |
| 5430 | "target": "syn" |
| 5431 | } |
| 5432 | ], |
| 5433 | "selects": {} |
| 5434 | }, |
| 5435 | "edition": "2021", |
| 5436 | "version": "0.2.12" |
| 5437 | }, |
| 5438 | "build_script_attrs": { |
| 5439 | "data_glob": [ |
| 5440 | "**" |
| 5441 | ], |
| 5442 | "links": "prettyplease02" |
| 5443 | }, |
| 5444 | "license": "MIT OR Apache-2.0" |
| 5445 | }, |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5446 | "proc-macro-error 1.0.4": { |
| 5447 | "name": "proc-macro-error", |
| 5448 | "version": "1.0.4", |
| 5449 | "repository": { |
| 5450 | "Http": { |
| 5451 | "url": "https://crates.io/api/v1/crates/proc-macro-error/1.0.4/download", |
| 5452 | "sha256": "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" |
| 5453 | } |
| 5454 | }, |
| 5455 | "targets": [ |
| 5456 | { |
| 5457 | "Library": { |
| 5458 | "crate_name": "proc_macro_error", |
| 5459 | "crate_root": "src/lib.rs", |
| 5460 | "srcs": [ |
| 5461 | "**/*.rs" |
| 5462 | ] |
| 5463 | } |
| 5464 | }, |
| 5465 | { |
| 5466 | "BuildScript": { |
| 5467 | "crate_name": "build_script_build", |
| 5468 | "crate_root": "build.rs", |
| 5469 | "srcs": [ |
| 5470 | "**/*.rs" |
| 5471 | ] |
| 5472 | } |
| 5473 | } |
| 5474 | ], |
| 5475 | "library_target_name": "proc_macro_error", |
| 5476 | "common_attrs": { |
| 5477 | "compile_data_glob": [ |
| 5478 | "**" |
| 5479 | ], |
| 5480 | "crate_features": { |
| 5481 | "common": [ |
| 5482 | "default", |
| 5483 | "syn", |
| 5484 | "syn-error" |
| 5485 | ], |
| 5486 | "selects": {} |
| 5487 | }, |
| 5488 | "deps": { |
| 5489 | "common": [ |
| 5490 | { |
| 5491 | "id": "proc-macro-error 1.0.4", |
| 5492 | "target": "build_script_build" |
| 5493 | }, |
| 5494 | { |
| 5495 | "id": "proc-macro2 1.0.63", |
| 5496 | "target": "proc_macro2" |
| 5497 | }, |
| 5498 | { |
| 5499 | "id": "quote 1.0.29", |
| 5500 | "target": "quote" |
| 5501 | }, |
| 5502 | { |
| 5503 | "id": "syn 1.0.109", |
| 5504 | "target": "syn" |
| 5505 | } |
| 5506 | ], |
| 5507 | "selects": {} |
| 5508 | }, |
| 5509 | "edition": "2018", |
| 5510 | "proc_macro_deps": { |
| 5511 | "common": [ |
| 5512 | { |
| 5513 | "id": "proc-macro-error-attr 1.0.4", |
| 5514 | "target": "proc_macro_error_attr" |
| 5515 | } |
| 5516 | ], |
| 5517 | "selects": {} |
| 5518 | }, |
| 5519 | "version": "1.0.4" |
| 5520 | }, |
| 5521 | "build_script_attrs": { |
| 5522 | "data_glob": [ |
| 5523 | "**" |
| 5524 | ], |
| 5525 | "deps": { |
| 5526 | "common": [ |
| 5527 | { |
| 5528 | "id": "version_check 0.9.4", |
| 5529 | "target": "version_check" |
| 5530 | } |
| 5531 | ], |
| 5532 | "selects": {} |
| 5533 | } |
| 5534 | }, |
| 5535 | "license": "MIT OR Apache-2.0" |
| 5536 | }, |
| 5537 | "proc-macro-error-attr 1.0.4": { |
| 5538 | "name": "proc-macro-error-attr", |
| 5539 | "version": "1.0.4", |
| 5540 | "repository": { |
| 5541 | "Http": { |
| 5542 | "url": "https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.4/download", |
| 5543 | "sha256": "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" |
| 5544 | } |
| 5545 | }, |
| 5546 | "targets": [ |
| 5547 | { |
| 5548 | "ProcMacro": { |
| 5549 | "crate_name": "proc_macro_error_attr", |
| 5550 | "crate_root": "src/lib.rs", |
| 5551 | "srcs": [ |
| 5552 | "**/*.rs" |
| 5553 | ] |
| 5554 | } |
| 5555 | }, |
| 5556 | { |
| 5557 | "BuildScript": { |
| 5558 | "crate_name": "build_script_build", |
| 5559 | "crate_root": "build.rs", |
| 5560 | "srcs": [ |
| 5561 | "**/*.rs" |
| 5562 | ] |
| 5563 | } |
| 5564 | } |
| 5565 | ], |
| 5566 | "library_target_name": "proc_macro_error_attr", |
| 5567 | "common_attrs": { |
| 5568 | "compile_data_glob": [ |
| 5569 | "**" |
| 5570 | ], |
| 5571 | "deps": { |
| 5572 | "common": [ |
| 5573 | { |
| 5574 | "id": "proc-macro-error-attr 1.0.4", |
| 5575 | "target": "build_script_build" |
| 5576 | }, |
| 5577 | { |
| 5578 | "id": "proc-macro2 1.0.63", |
| 5579 | "target": "proc_macro2" |
| 5580 | }, |
| 5581 | { |
| 5582 | "id": "quote 1.0.29", |
| 5583 | "target": "quote" |
| 5584 | } |
| 5585 | ], |
| 5586 | "selects": {} |
| 5587 | }, |
| 5588 | "edition": "2018", |
| 5589 | "version": "1.0.4" |
| 5590 | }, |
| 5591 | "build_script_attrs": { |
| 5592 | "data_glob": [ |
| 5593 | "**" |
| 5594 | ], |
| 5595 | "deps": { |
| 5596 | "common": [ |
| 5597 | { |
| 5598 | "id": "version_check 0.9.4", |
| 5599 | "target": "version_check" |
| 5600 | } |
| 5601 | ], |
| 5602 | "selects": {} |
| 5603 | } |
| 5604 | }, |
| 5605 | "license": "MIT OR Apache-2.0" |
| 5606 | }, |
| 5607 | "proc-macro2 1.0.63": { |
| 5608 | "name": "proc-macro2", |
| 5609 | "version": "1.0.63", |
| 5610 | "repository": { |
| 5611 | "Http": { |
| 5612 | "url": "https://crates.io/api/v1/crates/proc-macro2/1.0.63/download", |
| 5613 | "sha256": "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb" |
| 5614 | } |
| 5615 | }, |
| 5616 | "targets": [ |
| 5617 | { |
| 5618 | "Library": { |
| 5619 | "crate_name": "proc_macro2", |
| 5620 | "crate_root": "src/lib.rs", |
| 5621 | "srcs": [ |
| 5622 | "**/*.rs" |
| 5623 | ] |
| 5624 | } |
| 5625 | }, |
| 5626 | { |
| 5627 | "BuildScript": { |
| 5628 | "crate_name": "build_script_build", |
| 5629 | "crate_root": "build.rs", |
| 5630 | "srcs": [ |
| 5631 | "**/*.rs" |
| 5632 | ] |
| 5633 | } |
| 5634 | } |
| 5635 | ], |
| 5636 | "library_target_name": "proc_macro2", |
| 5637 | "common_attrs": { |
| 5638 | "compile_data_glob": [ |
| 5639 | "**" |
| 5640 | ], |
| 5641 | "crate_features": { |
| 5642 | "common": [ |
| 5643 | "default", |
| 5644 | "proc-macro", |
| 5645 | "span-locations" |
| 5646 | ], |
| 5647 | "selects": {} |
| 5648 | }, |
| 5649 | "deps": { |
| 5650 | "common": [ |
| 5651 | { |
| 5652 | "id": "proc-macro2 1.0.63", |
| 5653 | "target": "build_script_build" |
| 5654 | }, |
| 5655 | { |
| 5656 | "id": "unicode-ident 1.0.9", |
| 5657 | "target": "unicode_ident" |
| 5658 | } |
| 5659 | ], |
| 5660 | "selects": {} |
| 5661 | }, |
| 5662 | "edition": "2018", |
| 5663 | "version": "1.0.63" |
| 5664 | }, |
| 5665 | "build_script_attrs": { |
| 5666 | "data_glob": [ |
| 5667 | "**" |
| 5668 | ] |
| 5669 | }, |
| 5670 | "license": "MIT OR Apache-2.0" |
| 5671 | }, |
| 5672 | "quote 1.0.29": { |
| 5673 | "name": "quote", |
| 5674 | "version": "1.0.29", |
| 5675 | "repository": { |
| 5676 | "Http": { |
| 5677 | "url": "https://crates.io/api/v1/crates/quote/1.0.29/download", |
| 5678 | "sha256": "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105" |
| 5679 | } |
| 5680 | }, |
| 5681 | "targets": [ |
| 5682 | { |
| 5683 | "Library": { |
| 5684 | "crate_name": "quote", |
| 5685 | "crate_root": "src/lib.rs", |
| 5686 | "srcs": [ |
| 5687 | "**/*.rs" |
| 5688 | ] |
| 5689 | } |
| 5690 | }, |
| 5691 | { |
| 5692 | "BuildScript": { |
| 5693 | "crate_name": "build_script_build", |
| 5694 | "crate_root": "build.rs", |
| 5695 | "srcs": [ |
| 5696 | "**/*.rs" |
| 5697 | ] |
| 5698 | } |
| 5699 | } |
| 5700 | ], |
| 5701 | "library_target_name": "quote", |
| 5702 | "common_attrs": { |
| 5703 | "compile_data_glob": [ |
| 5704 | "**" |
| 5705 | ], |
| 5706 | "crate_features": { |
| 5707 | "common": [ |
| 5708 | "default", |
| 5709 | "proc-macro" |
| 5710 | ], |
| 5711 | "selects": {} |
| 5712 | }, |
| 5713 | "deps": { |
| 5714 | "common": [ |
| 5715 | { |
| 5716 | "id": "proc-macro2 1.0.63", |
| 5717 | "target": "proc_macro2" |
| 5718 | }, |
| 5719 | { |
| 5720 | "id": "quote 1.0.29", |
| 5721 | "target": "build_script_build" |
| 5722 | } |
| 5723 | ], |
| 5724 | "selects": {} |
| 5725 | }, |
| 5726 | "edition": "2018", |
| 5727 | "version": "1.0.29" |
| 5728 | }, |
| 5729 | "build_script_attrs": { |
| 5730 | "data_glob": [ |
| 5731 | "**" |
| 5732 | ] |
| 5733 | }, |
| 5734 | "license": "MIT OR Apache-2.0" |
| 5735 | }, |
| 5736 | "redox_syscall 0.3.5": { |
| 5737 | "name": "redox_syscall", |
| 5738 | "version": "0.3.5", |
| 5739 | "repository": { |
| 5740 | "Http": { |
| 5741 | "url": "https://crates.io/api/v1/crates/redox_syscall/0.3.5/download", |
| 5742 | "sha256": "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" |
| 5743 | } |
| 5744 | }, |
| 5745 | "targets": [ |
| 5746 | { |
| 5747 | "Library": { |
| 5748 | "crate_name": "syscall", |
| 5749 | "crate_root": "src/lib.rs", |
| 5750 | "srcs": [ |
| 5751 | "**/*.rs" |
| 5752 | ] |
| 5753 | } |
| 5754 | } |
| 5755 | ], |
| 5756 | "library_target_name": "syscall", |
| 5757 | "common_attrs": { |
| 5758 | "compile_data_glob": [ |
| 5759 | "**" |
| 5760 | ], |
| 5761 | "deps": { |
| 5762 | "common": [ |
| 5763 | { |
| 5764 | "id": "bitflags 1.3.2", |
| 5765 | "target": "bitflags" |
| 5766 | } |
| 5767 | ], |
| 5768 | "selects": {} |
| 5769 | }, |
| 5770 | "edition": "2018", |
| 5771 | "version": "0.3.5" |
| 5772 | }, |
| 5773 | "license": "MIT" |
| 5774 | }, |
| 5775 | "regex 1.9.1": { |
| 5776 | "name": "regex", |
| 5777 | "version": "1.9.1", |
| 5778 | "repository": { |
| 5779 | "Http": { |
| 5780 | "url": "https://crates.io/api/v1/crates/regex/1.9.1/download", |
| 5781 | "sha256": "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575" |
| 5782 | } |
| 5783 | }, |
| 5784 | "targets": [ |
| 5785 | { |
| 5786 | "Library": { |
| 5787 | "crate_name": "regex", |
| 5788 | "crate_root": "src/lib.rs", |
| 5789 | "srcs": [ |
| 5790 | "**/*.rs" |
| 5791 | ] |
| 5792 | } |
| 5793 | } |
| 5794 | ], |
| 5795 | "library_target_name": "regex", |
| 5796 | "common_attrs": { |
| 5797 | "compile_data_glob": [ |
| 5798 | "**" |
| 5799 | ], |
| 5800 | "crate_features": { |
| 5801 | "common": [ |
| 5802 | "default", |
| 5803 | "perf", |
| 5804 | "perf-backtrack", |
| 5805 | "perf-cache", |
| 5806 | "perf-dfa", |
| 5807 | "perf-inline", |
| 5808 | "perf-literal", |
| 5809 | "perf-onepass", |
| 5810 | "std", |
| 5811 | "unicode", |
| 5812 | "unicode-age", |
| 5813 | "unicode-bool", |
| 5814 | "unicode-case", |
| 5815 | "unicode-gencat", |
| 5816 | "unicode-perl", |
| 5817 | "unicode-script", |
| 5818 | "unicode-segment" |
| 5819 | ], |
| 5820 | "selects": {} |
| 5821 | }, |
| 5822 | "deps": { |
| 5823 | "common": [ |
| 5824 | { |
| 5825 | "id": "aho-corasick 1.0.2", |
| 5826 | "target": "aho_corasick" |
| 5827 | }, |
| 5828 | { |
| 5829 | "id": "memchr 2.5.0", |
| 5830 | "target": "memchr" |
| 5831 | }, |
| 5832 | { |
| 5833 | "id": "regex-automata 0.3.2", |
| 5834 | "target": "regex_automata" |
| 5835 | }, |
| 5836 | { |
| 5837 | "id": "regex-syntax 0.7.3", |
| 5838 | "target": "regex_syntax" |
| 5839 | } |
| 5840 | ], |
| 5841 | "selects": {} |
| 5842 | }, |
| 5843 | "edition": "2021", |
| 5844 | "version": "1.9.1" |
| 5845 | }, |
| 5846 | "license": "MIT OR Apache-2.0" |
| 5847 | }, |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5848 | "regex-automata 0.3.2": { |
| 5849 | "name": "regex-automata", |
| 5850 | "version": "0.3.2", |
| 5851 | "repository": { |
| 5852 | "Http": { |
| 5853 | "url": "https://crates.io/api/v1/crates/regex-automata/0.3.2/download", |
| 5854 | "sha256": "83d3daa6976cffb758ec878f108ba0e062a45b2d6ca3a2cca965338855476caf" |
| 5855 | } |
| 5856 | }, |
| 5857 | "targets": [ |
| 5858 | { |
| 5859 | "Library": { |
| 5860 | "crate_name": "regex_automata", |
| 5861 | "crate_root": "src/lib.rs", |
| 5862 | "srcs": [ |
| 5863 | "**/*.rs" |
| 5864 | ] |
| 5865 | } |
| 5866 | } |
| 5867 | ], |
| 5868 | "library_target_name": "regex_automata", |
| 5869 | "common_attrs": { |
| 5870 | "compile_data_glob": [ |
| 5871 | "**" |
| 5872 | ], |
| 5873 | "crate_features": { |
| 5874 | "common": [ |
| 5875 | "alloc", |
| 5876 | "dfa-onepass", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 5877 | "dfa-search", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 5878 | "hybrid", |
| 5879 | "meta", |
| 5880 | "nfa-backtrack", |
| 5881 | "nfa-pikevm", |
| 5882 | "nfa-thompson", |
| 5883 | "perf-inline", |
| 5884 | "perf-literal", |
| 5885 | "perf-literal-multisubstring", |
| 5886 | "perf-literal-substring", |
| 5887 | "std", |
| 5888 | "syntax", |
| 5889 | "unicode", |
| 5890 | "unicode-age", |
| 5891 | "unicode-bool", |
| 5892 | "unicode-case", |
| 5893 | "unicode-gencat", |
| 5894 | "unicode-perl", |
| 5895 | "unicode-script", |
| 5896 | "unicode-segment", |
| 5897 | "unicode-word-boundary" |
| 5898 | ], |
| 5899 | "selects": {} |
| 5900 | }, |
| 5901 | "deps": { |
| 5902 | "common": [ |
| 5903 | { |
| 5904 | "id": "aho-corasick 1.0.2", |
| 5905 | "target": "aho_corasick" |
| 5906 | }, |
| 5907 | { |
| 5908 | "id": "memchr 2.5.0", |
| 5909 | "target": "memchr" |
| 5910 | }, |
| 5911 | { |
| 5912 | "id": "regex-syntax 0.7.3", |
| 5913 | "target": "regex_syntax" |
| 5914 | } |
| 5915 | ], |
| 5916 | "selects": {} |
| 5917 | }, |
| 5918 | "edition": "2021", |
| 5919 | "version": "0.3.2" |
| 5920 | }, |
| 5921 | "license": "MIT OR Apache-2.0" |
| 5922 | }, |
| 5923 | "regex-syntax 0.7.3": { |
| 5924 | "name": "regex-syntax", |
| 5925 | "version": "0.7.3", |
| 5926 | "repository": { |
| 5927 | "Http": { |
| 5928 | "url": "https://crates.io/api/v1/crates/regex-syntax/0.7.3/download", |
| 5929 | "sha256": "2ab07dc67230e4a4718e70fd5c20055a4334b121f1f9db8fe63ef39ce9b8c846" |
| 5930 | } |
| 5931 | }, |
| 5932 | "targets": [ |
| 5933 | { |
| 5934 | "Library": { |
| 5935 | "crate_name": "regex_syntax", |
| 5936 | "crate_root": "src/lib.rs", |
| 5937 | "srcs": [ |
| 5938 | "**/*.rs" |
| 5939 | ] |
| 5940 | } |
| 5941 | } |
| 5942 | ], |
| 5943 | "library_target_name": "regex_syntax", |
| 5944 | "common_attrs": { |
| 5945 | "compile_data_glob": [ |
| 5946 | "**" |
| 5947 | ], |
| 5948 | "crate_features": { |
| 5949 | "common": [ |
| 5950 | "default", |
| 5951 | "std", |
| 5952 | "unicode", |
| 5953 | "unicode-age", |
| 5954 | "unicode-bool", |
| 5955 | "unicode-case", |
| 5956 | "unicode-gencat", |
| 5957 | "unicode-perl", |
| 5958 | "unicode-script", |
| 5959 | "unicode-segment" |
| 5960 | ], |
| 5961 | "selects": {} |
| 5962 | }, |
| 5963 | "edition": "2021", |
| 5964 | "version": "0.7.3" |
| 5965 | }, |
| 5966 | "license": "MIT OR Apache-2.0" |
| 5967 | }, |
| 5968 | "rust_info 0.3.2": { |
| 5969 | "name": "rust_info", |
| 5970 | "version": "0.3.2", |
| 5971 | "repository": { |
| 5972 | "Http": { |
| 5973 | "url": "https://crates.io/api/v1/crates/rust_info/0.3.2/download", |
| 5974 | "sha256": "821495e93d15e4433347b3a72e97005f1d8a620dc88d46637fecfcb16e98043d" |
| 5975 | } |
| 5976 | }, |
| 5977 | "targets": [ |
| 5978 | { |
| 5979 | "Library": { |
| 5980 | "crate_name": "rust_info", |
| 5981 | "crate_root": "src/lib.rs", |
| 5982 | "srcs": [ |
| 5983 | "**/*.rs" |
| 5984 | ] |
| 5985 | } |
| 5986 | } |
| 5987 | ], |
| 5988 | "library_target_name": "rust_info", |
| 5989 | "common_attrs": { |
| 5990 | "compile_data_glob": [ |
| 5991 | "**" |
| 5992 | ], |
| 5993 | "edition": "2018", |
| 5994 | "version": "0.3.2" |
| 5995 | }, |
| 5996 | "license": "Apache-2.0" |
| 5997 | }, |
| 5998 | "rustc-demangle 0.1.23": { |
| 5999 | "name": "rustc-demangle", |
| 6000 | "version": "0.1.23", |
| 6001 | "repository": { |
| 6002 | "Http": { |
| 6003 | "url": "https://crates.io/api/v1/crates/rustc-demangle/0.1.23/download", |
| 6004 | "sha256": "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" |
| 6005 | } |
| 6006 | }, |
| 6007 | "targets": [ |
| 6008 | { |
| 6009 | "Library": { |
| 6010 | "crate_name": "rustc_demangle", |
| 6011 | "crate_root": "src/lib.rs", |
| 6012 | "srcs": [ |
| 6013 | "**/*.rs" |
| 6014 | ] |
| 6015 | } |
| 6016 | } |
| 6017 | ], |
| 6018 | "library_target_name": "rustc_demangle", |
| 6019 | "common_attrs": { |
| 6020 | "compile_data_glob": [ |
| 6021 | "**" |
| 6022 | ], |
| 6023 | "edition": "2015", |
| 6024 | "version": "0.1.23" |
| 6025 | }, |
| 6026 | "license": "MIT/Apache-2.0" |
| 6027 | }, |
| 6028 | "rustc-hash 1.1.0": { |
| 6029 | "name": "rustc-hash", |
| 6030 | "version": "1.1.0", |
| 6031 | "repository": { |
| 6032 | "Http": { |
| 6033 | "url": "https://crates.io/api/v1/crates/rustc-hash/1.1.0/download", |
| 6034 | "sha256": "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
| 6035 | } |
| 6036 | }, |
| 6037 | "targets": [ |
| 6038 | { |
| 6039 | "Library": { |
| 6040 | "crate_name": "rustc_hash", |
| 6041 | "crate_root": "src/lib.rs", |
| 6042 | "srcs": [ |
| 6043 | "**/*.rs" |
| 6044 | ] |
| 6045 | } |
| 6046 | } |
| 6047 | ], |
| 6048 | "library_target_name": "rustc_hash", |
| 6049 | "common_attrs": { |
| 6050 | "compile_data_glob": [ |
| 6051 | "**" |
| 6052 | ], |
| 6053 | "crate_features": { |
| 6054 | "common": [ |
| 6055 | "default", |
| 6056 | "std" |
| 6057 | ], |
| 6058 | "selects": {} |
| 6059 | }, |
| 6060 | "edition": "2015", |
| 6061 | "version": "1.1.0" |
| 6062 | }, |
| 6063 | "license": "Apache-2.0/MIT" |
| 6064 | }, |
| 6065 | "rustc_version 0.4.0": { |
| 6066 | "name": "rustc_version", |
| 6067 | "version": "0.4.0", |
| 6068 | "repository": { |
| 6069 | "Http": { |
| 6070 | "url": "https://crates.io/api/v1/crates/rustc_version/0.4.0/download", |
| 6071 | "sha256": "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" |
| 6072 | } |
| 6073 | }, |
| 6074 | "targets": [ |
| 6075 | { |
| 6076 | "Library": { |
| 6077 | "crate_name": "rustc_version", |
| 6078 | "crate_root": "src/lib.rs", |
| 6079 | "srcs": [ |
| 6080 | "**/*.rs" |
| 6081 | ] |
| 6082 | } |
| 6083 | } |
| 6084 | ], |
| 6085 | "library_target_name": "rustc_version", |
| 6086 | "common_attrs": { |
| 6087 | "compile_data_glob": [ |
| 6088 | "**" |
| 6089 | ], |
| 6090 | "deps": { |
| 6091 | "common": [ |
| 6092 | { |
| 6093 | "id": "semver 1.0.17", |
| 6094 | "target": "semver" |
| 6095 | } |
| 6096 | ], |
| 6097 | "selects": {} |
| 6098 | }, |
| 6099 | "edition": "2018", |
| 6100 | "version": "0.4.0" |
| 6101 | }, |
| 6102 | "license": "MIT/Apache-2.0" |
| 6103 | }, |
| 6104 | "rustix 0.37.23": { |
| 6105 | "name": "rustix", |
| 6106 | "version": "0.37.23", |
| 6107 | "repository": { |
| 6108 | "Http": { |
| 6109 | "url": "https://crates.io/api/v1/crates/rustix/0.37.23/download", |
| 6110 | "sha256": "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06" |
| 6111 | } |
| 6112 | }, |
| 6113 | "targets": [ |
| 6114 | { |
| 6115 | "Library": { |
| 6116 | "crate_name": "rustix", |
| 6117 | "crate_root": "src/lib.rs", |
| 6118 | "srcs": [ |
| 6119 | "**/*.rs" |
| 6120 | ] |
| 6121 | } |
| 6122 | }, |
| 6123 | { |
| 6124 | "BuildScript": { |
| 6125 | "crate_name": "build_script_build", |
| 6126 | "crate_root": "build.rs", |
| 6127 | "srcs": [ |
| 6128 | "**/*.rs" |
| 6129 | ] |
| 6130 | } |
| 6131 | } |
| 6132 | ], |
| 6133 | "library_target_name": "rustix", |
| 6134 | "common_attrs": { |
| 6135 | "compile_data_glob": [ |
| 6136 | "**" |
| 6137 | ], |
| 6138 | "crate_features": { |
| 6139 | "common": [ |
| 6140 | "default", |
| 6141 | "fs", |
| 6142 | "io-lifetimes", |
| 6143 | "libc", |
| 6144 | "std", |
| 6145 | "use-libc-auxv" |
| 6146 | ], |
| 6147 | "selects": {} |
| 6148 | }, |
| 6149 | "deps": { |
| 6150 | "common": [ |
| 6151 | { |
| 6152 | "id": "bitflags 1.3.2", |
| 6153 | "target": "bitflags" |
| 6154 | }, |
| 6155 | { |
| 6156 | "id": "io-lifetimes 1.0.11", |
| 6157 | "target": "io_lifetimes" |
| 6158 | }, |
| 6159 | { |
| 6160 | "id": "rustix 0.37.23", |
| 6161 | "target": "build_script_build" |
| 6162 | } |
| 6163 | ], |
| 6164 | "selects": { |
| 6165 | "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\"))))))))": [ |
| 6166 | { |
| 6167 | "id": "linux-raw-sys 0.3.8", |
| 6168 | "target": "linux_raw_sys" |
| 6169 | } |
| 6170 | ], |
| 6171 | "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\")))))": [ |
| 6172 | { |
| 6173 | "id": "libc 0.2.147", |
| 6174 | "target": "libc" |
| 6175 | }, |
| 6176 | { |
| 6177 | "id": "linux-raw-sys 0.3.8", |
| 6178 | "target": "linux_raw_sys" |
| 6179 | } |
| 6180 | ], |
| 6181 | "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\"))))))))": [ |
| 6182 | { |
| 6183 | "id": "errno 0.3.1", |
| 6184 | "target": "errno", |
| 6185 | "alias": "libc_errno" |
| 6186 | }, |
| 6187 | { |
| 6188 | "id": "libc 0.2.147", |
| 6189 | "target": "libc" |
| 6190 | } |
| 6191 | ], |
| 6192 | "cfg(windows)": [ |
| 6193 | { |
| 6194 | "id": "errno 0.3.1", |
| 6195 | "target": "errno", |
| 6196 | "alias": "libc_errno" |
| 6197 | }, |
| 6198 | { |
| 6199 | "id": "windows-sys 0.48.0", |
| 6200 | "target": "windows_sys" |
| 6201 | } |
| 6202 | ] |
| 6203 | } |
| 6204 | }, |
| 6205 | "edition": "2018", |
| 6206 | "version": "0.37.23" |
| 6207 | }, |
| 6208 | "build_script_attrs": { |
| 6209 | "data_glob": [ |
| 6210 | "**" |
| 6211 | ] |
| 6212 | }, |
| 6213 | "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" |
| 6214 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 6215 | "rustix 0.38.7": { |
| 6216 | "name": "rustix", |
| 6217 | "version": "0.38.7", |
| 6218 | "repository": { |
| 6219 | "Http": { |
| 6220 | "url": "https://crates.io/api/v1/crates/rustix/0.38.7/download", |
| 6221 | "sha256": "172891ebdceb05aa0005f533a6cbfca599ddd7d966f6f5d4d9b2e70478e70399" |
| 6222 | } |
| 6223 | }, |
| 6224 | "targets": [ |
| 6225 | { |
| 6226 | "Library": { |
| 6227 | "crate_name": "rustix", |
| 6228 | "crate_root": "src/lib.rs", |
| 6229 | "srcs": [ |
| 6230 | "**/*.rs" |
| 6231 | ] |
| 6232 | } |
| 6233 | }, |
| 6234 | { |
| 6235 | "BuildScript": { |
| 6236 | "crate_name": "build_script_build", |
| 6237 | "crate_root": "build.rs", |
| 6238 | "srcs": [ |
| 6239 | "**/*.rs" |
| 6240 | ] |
| 6241 | } |
| 6242 | } |
| 6243 | ], |
| 6244 | "library_target_name": "rustix", |
| 6245 | "common_attrs": { |
| 6246 | "compile_data_glob": [ |
| 6247 | "**" |
| 6248 | ], |
| 6249 | "crate_features": { |
| 6250 | "common": [ |
| 6251 | "default", |
| 6252 | "std", |
| 6253 | "termios", |
| 6254 | "use-libc-auxv" |
| 6255 | ], |
| 6256 | "selects": {} |
| 6257 | }, |
| 6258 | "deps": { |
| 6259 | "common": [ |
| 6260 | { |
| 6261 | "id": "bitflags 2.3.3", |
| 6262 | "target": "bitflags" |
| 6263 | }, |
| 6264 | { |
| 6265 | "id": "rustix 0.38.7", |
| 6266 | "target": "build_script_build" |
| 6267 | } |
| 6268 | ], |
| 6269 | "selects": { |
| 6270 | "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\")))))))": [ |
| 6271 | { |
| 6272 | "id": "linux-raw-sys 0.4.5", |
| 6273 | "target": "linux_raw_sys" |
| 6274 | } |
| 6275 | ], |
| 6276 | "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\"))))": [ |
| 6277 | { |
| 6278 | "id": "linux-raw-sys 0.4.5", |
| 6279 | "target": "linux_raw_sys" |
| 6280 | } |
| 6281 | ], |
| 6282 | "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\")))))))": [ |
| 6283 | { |
| 6284 | "id": "errno 0.3.1", |
| 6285 | "target": "errno", |
| 6286 | "alias": "libc_errno" |
| 6287 | }, |
| 6288 | { |
| 6289 | "id": "libc 0.2.147", |
| 6290 | "target": "libc" |
| 6291 | } |
| 6292 | ], |
| 6293 | "cfg(windows)": [ |
| 6294 | { |
| 6295 | "id": "errno 0.3.1", |
| 6296 | "target": "errno", |
| 6297 | "alias": "libc_errno" |
| 6298 | }, |
| 6299 | { |
| 6300 | "id": "windows-sys 0.48.0", |
| 6301 | "target": "windows_sys" |
| 6302 | } |
| 6303 | ] |
| 6304 | } |
| 6305 | }, |
| 6306 | "edition": "2021", |
| 6307 | "version": "0.38.7" |
| 6308 | }, |
| 6309 | "build_script_attrs": { |
| 6310 | "data_glob": [ |
| 6311 | "**" |
| 6312 | ] |
| 6313 | }, |
| 6314 | "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" |
| 6315 | }, |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 6316 | "rustversion 1.0.13": { |
| 6317 | "name": "rustversion", |
| 6318 | "version": "1.0.13", |
| 6319 | "repository": { |
| 6320 | "Http": { |
| 6321 | "url": "https://crates.io/api/v1/crates/rustversion/1.0.13/download", |
| 6322 | "sha256": "dc31bd9b61a32c31f9650d18add92aa83a49ba979c143eefd27fe7177b05bd5f" |
| 6323 | } |
| 6324 | }, |
| 6325 | "targets": [ |
| 6326 | { |
| 6327 | "ProcMacro": { |
| 6328 | "crate_name": "rustversion", |
| 6329 | "crate_root": "src/lib.rs", |
| 6330 | "srcs": [ |
| 6331 | "**/*.rs" |
| 6332 | ] |
| 6333 | } |
| 6334 | }, |
| 6335 | { |
| 6336 | "BuildScript": { |
| 6337 | "crate_name": "build_script_build", |
| 6338 | "crate_root": "build/build.rs", |
| 6339 | "srcs": [ |
| 6340 | "**/*.rs" |
| 6341 | ] |
| 6342 | } |
| 6343 | } |
| 6344 | ], |
| 6345 | "library_target_name": "rustversion", |
| 6346 | "common_attrs": { |
| 6347 | "compile_data_glob": [ |
| 6348 | "**" |
| 6349 | ], |
| 6350 | "deps": { |
| 6351 | "common": [ |
| 6352 | { |
| 6353 | "id": "rustversion 1.0.13", |
| 6354 | "target": "build_script_build" |
| 6355 | } |
| 6356 | ], |
| 6357 | "selects": {} |
| 6358 | }, |
| 6359 | "edition": "2018", |
| 6360 | "version": "1.0.13" |
| 6361 | }, |
| 6362 | "build_script_attrs": { |
| 6363 | "data_glob": [ |
| 6364 | "**" |
| 6365 | ] |
| 6366 | }, |
| 6367 | "license": "MIT OR Apache-2.0" |
| 6368 | }, |
| 6369 | "ryu 1.0.14": { |
| 6370 | "name": "ryu", |
| 6371 | "version": "1.0.14", |
| 6372 | "repository": { |
| 6373 | "Http": { |
| 6374 | "url": "https://crates.io/api/v1/crates/ryu/1.0.14/download", |
| 6375 | "sha256": "fe232bdf6be8c8de797b22184ee71118d63780ea42ac85b61d1baa6d3b782ae9" |
| 6376 | } |
| 6377 | }, |
| 6378 | "targets": [ |
| 6379 | { |
| 6380 | "Library": { |
| 6381 | "crate_name": "ryu", |
| 6382 | "crate_root": "src/lib.rs", |
| 6383 | "srcs": [ |
| 6384 | "**/*.rs" |
| 6385 | ] |
| 6386 | } |
| 6387 | } |
| 6388 | ], |
| 6389 | "library_target_name": "ryu", |
| 6390 | "common_attrs": { |
| 6391 | "compile_data_glob": [ |
| 6392 | "**" |
| 6393 | ], |
| 6394 | "edition": "2018", |
| 6395 | "version": "1.0.14" |
| 6396 | }, |
| 6397 | "license": "Apache-2.0 OR BSL-1.0" |
| 6398 | }, |
| 6399 | "semver 1.0.17": { |
| 6400 | "name": "semver", |
| 6401 | "version": "1.0.17", |
| 6402 | "repository": { |
| 6403 | "Http": { |
| 6404 | "url": "https://crates.io/api/v1/crates/semver/1.0.17/download", |
| 6405 | "sha256": "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" |
| 6406 | } |
| 6407 | }, |
| 6408 | "targets": [ |
| 6409 | { |
| 6410 | "Library": { |
| 6411 | "crate_name": "semver", |
| 6412 | "crate_root": "src/lib.rs", |
| 6413 | "srcs": [ |
| 6414 | "**/*.rs" |
| 6415 | ] |
| 6416 | } |
| 6417 | }, |
| 6418 | { |
| 6419 | "BuildScript": { |
| 6420 | "crate_name": "build_script_build", |
| 6421 | "crate_root": "build.rs", |
| 6422 | "srcs": [ |
| 6423 | "**/*.rs" |
| 6424 | ] |
| 6425 | } |
| 6426 | } |
| 6427 | ], |
| 6428 | "library_target_name": "semver", |
| 6429 | "common_attrs": { |
| 6430 | "compile_data_glob": [ |
| 6431 | "**" |
| 6432 | ], |
| 6433 | "crate_features": { |
| 6434 | "common": [ |
| 6435 | "default", |
| 6436 | "std" |
| 6437 | ], |
| 6438 | "selects": {} |
| 6439 | }, |
| 6440 | "deps": { |
| 6441 | "common": [ |
| 6442 | { |
| 6443 | "id": "semver 1.0.17", |
| 6444 | "target": "build_script_build" |
| 6445 | } |
| 6446 | ], |
| 6447 | "selects": {} |
| 6448 | }, |
| 6449 | "edition": "2018", |
| 6450 | "version": "1.0.17" |
| 6451 | }, |
| 6452 | "build_script_attrs": { |
| 6453 | "data_glob": [ |
| 6454 | "**" |
| 6455 | ] |
| 6456 | }, |
| 6457 | "license": "MIT OR Apache-2.0" |
| 6458 | }, |
| 6459 | "serde 1.0.168": { |
| 6460 | "name": "serde", |
| 6461 | "version": "1.0.168", |
| 6462 | "repository": { |
| 6463 | "Http": { |
| 6464 | "url": "https://crates.io/api/v1/crates/serde/1.0.168/download", |
| 6465 | "sha256": "d614f89548720367ded108b3c843be93f3a341e22d5674ca0dd5cd57f34926af" |
| 6466 | } |
| 6467 | }, |
| 6468 | "targets": [ |
| 6469 | { |
| 6470 | "Library": { |
| 6471 | "crate_name": "serde", |
| 6472 | "crate_root": "src/lib.rs", |
| 6473 | "srcs": [ |
| 6474 | "**/*.rs" |
| 6475 | ] |
| 6476 | } |
| 6477 | }, |
| 6478 | { |
| 6479 | "BuildScript": { |
| 6480 | "crate_name": "build_script_build", |
| 6481 | "crate_root": "build.rs", |
| 6482 | "srcs": [ |
| 6483 | "**/*.rs" |
| 6484 | ] |
| 6485 | } |
| 6486 | } |
| 6487 | ], |
| 6488 | "library_target_name": "serde", |
| 6489 | "common_attrs": { |
| 6490 | "compile_data_glob": [ |
| 6491 | "**" |
| 6492 | ], |
| 6493 | "crate_features": { |
| 6494 | "common": [ |
| 6495 | "default", |
| 6496 | "derive", |
| 6497 | "serde_derive", |
| 6498 | "std" |
| 6499 | ], |
| 6500 | "selects": {} |
| 6501 | }, |
| 6502 | "deps": { |
| 6503 | "common": [ |
| 6504 | { |
| 6505 | "id": "serde 1.0.168", |
| 6506 | "target": "build_script_build" |
| 6507 | } |
| 6508 | ], |
| 6509 | "selects": {} |
| 6510 | }, |
| 6511 | "edition": "2015", |
| 6512 | "proc_macro_deps": { |
| 6513 | "common": [ |
| 6514 | { |
| 6515 | "id": "serde_derive 1.0.168", |
| 6516 | "target": "serde_derive" |
| 6517 | } |
| 6518 | ], |
| 6519 | "selects": {} |
| 6520 | }, |
| 6521 | "version": "1.0.168" |
| 6522 | }, |
| 6523 | "build_script_attrs": { |
| 6524 | "data_glob": [ |
| 6525 | "**" |
| 6526 | ] |
| 6527 | }, |
| 6528 | "license": "MIT OR Apache-2.0" |
| 6529 | }, |
| 6530 | "serde_derive 1.0.168": { |
| 6531 | "name": "serde_derive", |
| 6532 | "version": "1.0.168", |
| 6533 | "repository": { |
| 6534 | "Http": { |
| 6535 | "url": "https://crates.io/api/v1/crates/serde_derive/1.0.168/download", |
| 6536 | "sha256": "d4fe589678c688e44177da4f27152ee2d190757271dc7f1d5b6b9f68d869d641" |
| 6537 | } |
| 6538 | }, |
| 6539 | "targets": [ |
| 6540 | { |
| 6541 | "ProcMacro": { |
| 6542 | "crate_name": "serde_derive", |
| 6543 | "crate_root": "src/lib.rs", |
| 6544 | "srcs": [ |
| 6545 | "**/*.rs" |
| 6546 | ] |
| 6547 | } |
| 6548 | } |
| 6549 | ], |
| 6550 | "library_target_name": "serde_derive", |
| 6551 | "common_attrs": { |
| 6552 | "compile_data_glob": [ |
| 6553 | "**" |
| 6554 | ], |
| 6555 | "crate_features": { |
| 6556 | "common": [ |
| 6557 | "default" |
| 6558 | ], |
| 6559 | "selects": {} |
| 6560 | }, |
| 6561 | "deps": { |
| 6562 | "common": [ |
| 6563 | { |
| 6564 | "id": "proc-macro2 1.0.63", |
| 6565 | "target": "proc_macro2" |
| 6566 | }, |
| 6567 | { |
| 6568 | "id": "quote 1.0.29", |
| 6569 | "target": "quote" |
| 6570 | }, |
| 6571 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 6572 | "id": "syn 2.0.28", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 6573 | "target": "syn" |
| 6574 | } |
| 6575 | ], |
| 6576 | "selects": {} |
| 6577 | }, |
| 6578 | "edition": "2015", |
| 6579 | "version": "1.0.168" |
| 6580 | }, |
| 6581 | "license": "MIT OR Apache-2.0" |
| 6582 | }, |
| 6583 | "serde_json 1.0.100": { |
| 6584 | "name": "serde_json", |
| 6585 | "version": "1.0.100", |
| 6586 | "repository": { |
| 6587 | "Http": { |
| 6588 | "url": "https://crates.io/api/v1/crates/serde_json/1.0.100/download", |
| 6589 | "sha256": "0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c" |
| 6590 | } |
| 6591 | }, |
| 6592 | "targets": [ |
| 6593 | { |
| 6594 | "Library": { |
| 6595 | "crate_name": "serde_json", |
| 6596 | "crate_root": "src/lib.rs", |
| 6597 | "srcs": [ |
| 6598 | "**/*.rs" |
| 6599 | ] |
| 6600 | } |
| 6601 | }, |
| 6602 | { |
| 6603 | "BuildScript": { |
| 6604 | "crate_name": "build_script_build", |
| 6605 | "crate_root": "build.rs", |
| 6606 | "srcs": [ |
| 6607 | "**/*.rs" |
| 6608 | ] |
| 6609 | } |
| 6610 | } |
| 6611 | ], |
| 6612 | "library_target_name": "serde_json", |
| 6613 | "common_attrs": { |
| 6614 | "compile_data_glob": [ |
| 6615 | "**" |
| 6616 | ], |
| 6617 | "crate_features": { |
| 6618 | "common": [ |
| 6619 | "default", |
| 6620 | "std" |
| 6621 | ], |
| 6622 | "selects": {} |
| 6623 | }, |
| 6624 | "deps": { |
| 6625 | "common": [ |
| 6626 | { |
| 6627 | "id": "itoa 1.0.8", |
| 6628 | "target": "itoa" |
| 6629 | }, |
| 6630 | { |
| 6631 | "id": "ryu 1.0.14", |
| 6632 | "target": "ryu" |
| 6633 | }, |
| 6634 | { |
| 6635 | "id": "serde 1.0.168", |
| 6636 | "target": "serde" |
| 6637 | }, |
| 6638 | { |
| 6639 | "id": "serde_json 1.0.100", |
| 6640 | "target": "build_script_build" |
| 6641 | } |
| 6642 | ], |
| 6643 | "selects": {} |
| 6644 | }, |
| 6645 | "edition": "2018", |
| 6646 | "version": "1.0.100" |
| 6647 | }, |
| 6648 | "build_script_attrs": { |
| 6649 | "data_glob": [ |
| 6650 | "**" |
| 6651 | ] |
| 6652 | }, |
| 6653 | "license": "MIT OR Apache-2.0" |
| 6654 | }, |
| 6655 | "shlex 1.1.0": { |
| 6656 | "name": "shlex", |
| 6657 | "version": "1.1.0", |
| 6658 | "repository": { |
| 6659 | "Http": { |
| 6660 | "url": "https://crates.io/api/v1/crates/shlex/1.1.0/download", |
| 6661 | "sha256": "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3" |
| 6662 | } |
| 6663 | }, |
| 6664 | "targets": [ |
| 6665 | { |
| 6666 | "Library": { |
| 6667 | "crate_name": "shlex", |
| 6668 | "crate_root": "src/lib.rs", |
| 6669 | "srcs": [ |
| 6670 | "**/*.rs" |
| 6671 | ] |
| 6672 | } |
| 6673 | } |
| 6674 | ], |
| 6675 | "library_target_name": "shlex", |
| 6676 | "common_attrs": { |
| 6677 | "compile_data_glob": [ |
| 6678 | "**" |
| 6679 | ], |
| 6680 | "crate_features": { |
| 6681 | "common": [ |
| 6682 | "default", |
| 6683 | "std" |
| 6684 | ], |
| 6685 | "selects": {} |
| 6686 | }, |
| 6687 | "edition": "2015", |
| 6688 | "version": "1.1.0" |
| 6689 | }, |
| 6690 | "license": "MIT OR Apache-2.0" |
| 6691 | }, |
| 6692 | "slab 0.4.8": { |
| 6693 | "name": "slab", |
| 6694 | "version": "0.4.8", |
| 6695 | "repository": { |
| 6696 | "Http": { |
| 6697 | "url": "https://crates.io/api/v1/crates/slab/0.4.8/download", |
| 6698 | "sha256": "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" |
| 6699 | } |
| 6700 | }, |
| 6701 | "targets": [ |
| 6702 | { |
| 6703 | "Library": { |
| 6704 | "crate_name": "slab", |
| 6705 | "crate_root": "src/lib.rs", |
| 6706 | "srcs": [ |
| 6707 | "**/*.rs" |
| 6708 | ] |
| 6709 | } |
| 6710 | }, |
| 6711 | { |
| 6712 | "BuildScript": { |
| 6713 | "crate_name": "build_script_build", |
| 6714 | "crate_root": "build.rs", |
| 6715 | "srcs": [ |
| 6716 | "**/*.rs" |
| 6717 | ] |
| 6718 | } |
| 6719 | } |
| 6720 | ], |
| 6721 | "library_target_name": "slab", |
| 6722 | "common_attrs": { |
| 6723 | "compile_data_glob": [ |
| 6724 | "**" |
| 6725 | ], |
| 6726 | "crate_features": { |
| 6727 | "common": [ |
| 6728 | "default", |
| 6729 | "std" |
| 6730 | ], |
| 6731 | "selects": {} |
| 6732 | }, |
| 6733 | "deps": { |
| 6734 | "common": [ |
| 6735 | { |
| 6736 | "id": "slab 0.4.8", |
| 6737 | "target": "build_script_build" |
| 6738 | } |
| 6739 | ], |
| 6740 | "selects": {} |
| 6741 | }, |
| 6742 | "edition": "2018", |
| 6743 | "version": "0.4.8" |
| 6744 | }, |
| 6745 | "build_script_attrs": { |
| 6746 | "data_glob": [ |
| 6747 | "**" |
| 6748 | ], |
| 6749 | "deps": { |
| 6750 | "common": [ |
| 6751 | { |
| 6752 | "id": "autocfg 1.1.0", |
| 6753 | "target": "autocfg" |
| 6754 | } |
| 6755 | ], |
| 6756 | "selects": {} |
| 6757 | } |
| 6758 | }, |
| 6759 | "license": "MIT" |
| 6760 | }, |
| 6761 | "smallvec 1.10.0": { |
| 6762 | "name": "smallvec", |
| 6763 | "version": "1.10.0", |
| 6764 | "repository": { |
| 6765 | "Http": { |
| 6766 | "url": "https://crates.io/api/v1/crates/smallvec/1.10.0/download", |
| 6767 | "sha256": "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" |
| 6768 | } |
| 6769 | }, |
| 6770 | "targets": [ |
| 6771 | { |
| 6772 | "Library": { |
| 6773 | "crate_name": "smallvec", |
| 6774 | "crate_root": "src/lib.rs", |
| 6775 | "srcs": [ |
| 6776 | "**/*.rs" |
| 6777 | ] |
| 6778 | } |
| 6779 | } |
| 6780 | ], |
| 6781 | "library_target_name": "smallvec", |
| 6782 | "common_attrs": { |
| 6783 | "compile_data_glob": [ |
| 6784 | "**" |
| 6785 | ], |
| 6786 | "edition": "2018", |
| 6787 | "version": "1.10.0" |
| 6788 | }, |
| 6789 | "license": "MIT OR Apache-2.0" |
| 6790 | }, |
| 6791 | "smawk 0.3.1": { |
| 6792 | "name": "smawk", |
| 6793 | "version": "0.3.1", |
| 6794 | "repository": { |
| 6795 | "Http": { |
| 6796 | "url": "https://crates.io/api/v1/crates/smawk/0.3.1/download", |
| 6797 | "sha256": "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043" |
| 6798 | } |
| 6799 | }, |
| 6800 | "targets": [ |
| 6801 | { |
| 6802 | "Library": { |
| 6803 | "crate_name": "smawk", |
| 6804 | "crate_root": "src/lib.rs", |
| 6805 | "srcs": [ |
| 6806 | "**/*.rs" |
| 6807 | ] |
| 6808 | } |
| 6809 | } |
| 6810 | ], |
| 6811 | "library_target_name": "smawk", |
| 6812 | "common_attrs": { |
| 6813 | "compile_data_glob": [ |
| 6814 | "**" |
| 6815 | ], |
| 6816 | "edition": "2018", |
| 6817 | "version": "0.3.1" |
| 6818 | }, |
| 6819 | "license": "MIT" |
| 6820 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 6821 | "static_assertions 1.1.0": { |
| 6822 | "name": "static_assertions", |
| 6823 | "version": "1.1.0", |
| 6824 | "repository": { |
| 6825 | "Http": { |
| 6826 | "url": "https://crates.io/api/v1/crates/static_assertions/1.1.0/download", |
| 6827 | "sha256": "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| 6828 | } |
| 6829 | }, |
| 6830 | "targets": [ |
| 6831 | { |
| 6832 | "Library": { |
| 6833 | "crate_name": "static_assertions", |
| 6834 | "crate_root": "src/lib.rs", |
| 6835 | "srcs": [ |
| 6836 | "**/*.rs" |
| 6837 | ] |
| 6838 | } |
| 6839 | } |
| 6840 | ], |
| 6841 | "library_target_name": "static_assertions", |
| 6842 | "common_attrs": { |
| 6843 | "compile_data_glob": [ |
| 6844 | "**" |
| 6845 | ], |
| 6846 | "edition": "2015", |
| 6847 | "version": "1.1.0" |
| 6848 | }, |
| 6849 | "license": "MIT OR Apache-2.0" |
| 6850 | }, |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 6851 | "strsim 0.10.0": { |
| 6852 | "name": "strsim", |
| 6853 | "version": "0.10.0", |
| 6854 | "repository": { |
| 6855 | "Http": { |
| 6856 | "url": "https://crates.io/api/v1/crates/strsim/0.10.0/download", |
| 6857 | "sha256": "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
| 6858 | } |
| 6859 | }, |
| 6860 | "targets": [ |
| 6861 | { |
| 6862 | "Library": { |
| 6863 | "crate_name": "strsim", |
| 6864 | "crate_root": "src/lib.rs", |
| 6865 | "srcs": [ |
| 6866 | "**/*.rs" |
| 6867 | ] |
| 6868 | } |
| 6869 | } |
| 6870 | ], |
| 6871 | "library_target_name": "strsim", |
| 6872 | "common_attrs": { |
| 6873 | "compile_data_glob": [ |
| 6874 | "**" |
| 6875 | ], |
| 6876 | "edition": "2015", |
| 6877 | "version": "0.10.0" |
| 6878 | }, |
| 6879 | "license": "MIT" |
| 6880 | }, |
| 6881 | "strsim 0.8.0": { |
| 6882 | "name": "strsim", |
| 6883 | "version": "0.8.0", |
| 6884 | "repository": { |
| 6885 | "Http": { |
| 6886 | "url": "https://crates.io/api/v1/crates/strsim/0.8.0/download", |
| 6887 | "sha256": "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
| 6888 | } |
| 6889 | }, |
| 6890 | "targets": [ |
| 6891 | { |
| 6892 | "Library": { |
| 6893 | "crate_name": "strsim", |
| 6894 | "crate_root": "src/lib.rs", |
| 6895 | "srcs": [ |
| 6896 | "**/*.rs" |
| 6897 | ] |
| 6898 | } |
| 6899 | } |
| 6900 | ], |
| 6901 | "library_target_name": "strsim", |
| 6902 | "common_attrs": { |
| 6903 | "compile_data_glob": [ |
| 6904 | "**" |
| 6905 | ], |
| 6906 | "edition": "2015", |
| 6907 | "version": "0.8.0" |
| 6908 | }, |
| 6909 | "license": "MIT" |
| 6910 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 6911 | "supports-color 2.0.0": { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 6912 | "name": "supports-color", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 6913 | "version": "2.0.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 6914 | "repository": { |
| 6915 | "Http": { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 6916 | "url": "https://crates.io/api/v1/crates/supports-color/2.0.0/download", |
| 6917 | "sha256": "4950e7174bffabe99455511c39707310e7e9b440364a2fcb1cc21521be57b354" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 6918 | } |
| 6919 | }, |
| 6920 | "targets": [ |
| 6921 | { |
| 6922 | "Library": { |
| 6923 | "crate_name": "supports_color", |
| 6924 | "crate_root": "src/lib.rs", |
| 6925 | "srcs": [ |
| 6926 | "**/*.rs" |
| 6927 | ] |
| 6928 | } |
| 6929 | } |
| 6930 | ], |
| 6931 | "library_target_name": "supports_color", |
| 6932 | "common_attrs": { |
| 6933 | "compile_data_glob": [ |
| 6934 | "**" |
| 6935 | ], |
| 6936 | "deps": { |
| 6937 | "common": [ |
| 6938 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 6939 | "id": "is-terminal 0.4.9", |
| 6940 | "target": "is_terminal" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 6941 | }, |
| 6942 | { |
| 6943 | "id": "is_ci 1.1.1", |
| 6944 | "target": "is_ci" |
| 6945 | } |
| 6946 | ], |
| 6947 | "selects": {} |
| 6948 | }, |
| 6949 | "edition": "2018", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 6950 | "version": "2.0.0" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 6951 | }, |
| 6952 | "license": "Apache-2.0" |
| 6953 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 6954 | "supports-hyperlinks 2.1.0": { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 6955 | "name": "supports-hyperlinks", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 6956 | "version": "2.1.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 6957 | "repository": { |
| 6958 | "Http": { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 6959 | "url": "https://crates.io/api/v1/crates/supports-hyperlinks/2.1.0/download", |
| 6960 | "sha256": "f84231692eb0d4d41e4cdd0cabfdd2e6cd9e255e65f80c9aa7c98dd502b4233d" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 6961 | } |
| 6962 | }, |
| 6963 | "targets": [ |
| 6964 | { |
| 6965 | "Library": { |
| 6966 | "crate_name": "supports_hyperlinks", |
| 6967 | "crate_root": "src/lib.rs", |
| 6968 | "srcs": [ |
| 6969 | "**/*.rs" |
| 6970 | ] |
| 6971 | } |
| 6972 | } |
| 6973 | ], |
| 6974 | "library_target_name": "supports_hyperlinks", |
| 6975 | "common_attrs": { |
| 6976 | "compile_data_glob": [ |
| 6977 | "**" |
| 6978 | ], |
| 6979 | "deps": { |
| 6980 | "common": [ |
| 6981 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 6982 | "id": "is-terminal 0.4.9", |
| 6983 | "target": "is_terminal" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 6984 | } |
| 6985 | ], |
| 6986 | "selects": {} |
| 6987 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 6988 | "edition": "2021", |
| 6989 | "version": "2.1.0" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 6990 | }, |
| 6991 | "license": "Apache-2.0" |
| 6992 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 6993 | "supports-unicode 2.0.0": { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 6994 | "name": "supports-unicode", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 6995 | "version": "2.0.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 6996 | "repository": { |
| 6997 | "Http": { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 6998 | "url": "https://crates.io/api/v1/crates/supports-unicode/2.0.0/download", |
| 6999 | "sha256": "4b6c2cb240ab5dd21ed4906895ee23fe5a48acdbd15a3ce388e7b62a9b66baf7" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 7000 | } |
| 7001 | }, |
| 7002 | "targets": [ |
| 7003 | { |
| 7004 | "Library": { |
| 7005 | "crate_name": "supports_unicode", |
| 7006 | "crate_root": "src/lib.rs", |
| 7007 | "srcs": [ |
| 7008 | "**/*.rs" |
| 7009 | ] |
| 7010 | } |
| 7011 | } |
| 7012 | ], |
| 7013 | "library_target_name": "supports_unicode", |
| 7014 | "common_attrs": { |
| 7015 | "compile_data_glob": [ |
| 7016 | "**" |
| 7017 | ], |
| 7018 | "deps": { |
| 7019 | "common": [ |
| 7020 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 7021 | "id": "is-terminal 0.4.9", |
| 7022 | "target": "is_terminal" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 7023 | } |
| 7024 | ], |
| 7025 | "selects": {} |
| 7026 | }, |
| 7027 | "edition": "2018", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 7028 | "version": "2.0.0" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 7029 | }, |
| 7030 | "license": "Apache-2.0" |
| 7031 | }, |
| 7032 | "syn 1.0.109": { |
| 7033 | "name": "syn", |
| 7034 | "version": "1.0.109", |
| 7035 | "repository": { |
| 7036 | "Http": { |
| 7037 | "url": "https://crates.io/api/v1/crates/syn/1.0.109/download", |
| 7038 | "sha256": "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
| 7039 | } |
| 7040 | }, |
| 7041 | "targets": [ |
| 7042 | { |
| 7043 | "Library": { |
| 7044 | "crate_name": "syn", |
| 7045 | "crate_root": "src/lib.rs", |
| 7046 | "srcs": [ |
| 7047 | "**/*.rs" |
| 7048 | ] |
| 7049 | } |
| 7050 | }, |
| 7051 | { |
| 7052 | "BuildScript": { |
| 7053 | "crate_name": "build_script_build", |
| 7054 | "crate_root": "build.rs", |
| 7055 | "srcs": [ |
| 7056 | "**/*.rs" |
| 7057 | ] |
| 7058 | } |
| 7059 | } |
| 7060 | ], |
| 7061 | "library_target_name": "syn", |
| 7062 | "common_attrs": { |
| 7063 | "compile_data_glob": [ |
| 7064 | "**" |
| 7065 | ], |
| 7066 | "crate_features": { |
| 7067 | "common": [ |
| 7068 | "clone-impls", |
| 7069 | "default", |
| 7070 | "derive", |
| 7071 | "extra-traits", |
| 7072 | "full", |
| 7073 | "parsing", |
| 7074 | "printing", |
| 7075 | "proc-macro", |
| 7076 | "quote" |
| 7077 | ], |
| 7078 | "selects": {} |
| 7079 | }, |
| 7080 | "deps": { |
| 7081 | "common": [ |
| 7082 | { |
| 7083 | "id": "proc-macro2 1.0.63", |
| 7084 | "target": "proc_macro2" |
| 7085 | }, |
| 7086 | { |
| 7087 | "id": "quote 1.0.29", |
| 7088 | "target": "quote" |
| 7089 | }, |
| 7090 | { |
| 7091 | "id": "syn 1.0.109", |
| 7092 | "target": "build_script_build" |
| 7093 | }, |
| 7094 | { |
| 7095 | "id": "unicode-ident 1.0.9", |
| 7096 | "target": "unicode_ident" |
| 7097 | } |
| 7098 | ], |
| 7099 | "selects": {} |
| 7100 | }, |
| 7101 | "edition": "2018", |
| 7102 | "version": "1.0.109" |
| 7103 | }, |
| 7104 | "build_script_attrs": { |
| 7105 | "data_glob": [ |
| 7106 | "**" |
| 7107 | ] |
| 7108 | }, |
| 7109 | "license": "MIT OR Apache-2.0" |
| 7110 | }, |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 7111 | "syn 2.0.28": { |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 7112 | "name": "syn", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 7113 | "version": "2.0.28", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 7114 | "repository": { |
| 7115 | "Http": { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 7116 | "url": "https://crates.io/api/v1/crates/syn/2.0.28/download", |
| 7117 | "sha256": "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 7118 | } |
| 7119 | }, |
| 7120 | "targets": [ |
| 7121 | { |
| 7122 | "Library": { |
| 7123 | "crate_name": "syn", |
| 7124 | "crate_root": "src/lib.rs", |
| 7125 | "srcs": [ |
| 7126 | "**/*.rs" |
| 7127 | ] |
| 7128 | } |
| 7129 | } |
| 7130 | ], |
| 7131 | "library_target_name": "syn", |
| 7132 | "common_attrs": { |
| 7133 | "compile_data_glob": [ |
| 7134 | "**" |
| 7135 | ], |
| 7136 | "crate_features": { |
| 7137 | "common": [ |
| 7138 | "clone-impls", |
| 7139 | "default", |
| 7140 | "derive", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 7141 | "extra-traits", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 7142 | "full", |
| 7143 | "parsing", |
| 7144 | "printing", |
| 7145 | "proc-macro", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 7146 | "quote", |
| 7147 | "visit-mut" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 7148 | ], |
| 7149 | "selects": {} |
| 7150 | }, |
| 7151 | "deps": { |
| 7152 | "common": [ |
| 7153 | { |
| 7154 | "id": "proc-macro2 1.0.63", |
| 7155 | "target": "proc_macro2" |
| 7156 | }, |
| 7157 | { |
| 7158 | "id": "quote 1.0.29", |
| 7159 | "target": "quote" |
| 7160 | }, |
| 7161 | { |
| 7162 | "id": "unicode-ident 1.0.9", |
| 7163 | "target": "unicode_ident" |
| 7164 | } |
| 7165 | ], |
| 7166 | "selects": {} |
| 7167 | }, |
| 7168 | "edition": "2021", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 7169 | "version": "2.0.28" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 7170 | }, |
| 7171 | "license": "MIT OR Apache-2.0" |
| 7172 | }, |
| 7173 | "tempfile 3.6.0": { |
| 7174 | "name": "tempfile", |
| 7175 | "version": "3.6.0", |
| 7176 | "repository": { |
| 7177 | "Http": { |
| 7178 | "url": "https://crates.io/api/v1/crates/tempfile/3.6.0/download", |
| 7179 | "sha256": "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6" |
| 7180 | } |
| 7181 | }, |
| 7182 | "targets": [ |
| 7183 | { |
| 7184 | "Library": { |
| 7185 | "crate_name": "tempfile", |
| 7186 | "crate_root": "src/lib.rs", |
| 7187 | "srcs": [ |
| 7188 | "**/*.rs" |
| 7189 | ] |
| 7190 | } |
| 7191 | }, |
| 7192 | { |
| 7193 | "BuildScript": { |
| 7194 | "crate_name": "build_script_build", |
| 7195 | "crate_root": "build.rs", |
| 7196 | "srcs": [ |
| 7197 | "**/*.rs" |
| 7198 | ] |
| 7199 | } |
| 7200 | } |
| 7201 | ], |
| 7202 | "library_target_name": "tempfile", |
| 7203 | "common_attrs": { |
| 7204 | "compile_data_glob": [ |
| 7205 | "**" |
| 7206 | ], |
| 7207 | "deps": { |
| 7208 | "common": [ |
| 7209 | { |
| 7210 | "id": "cfg-if 1.0.0", |
| 7211 | "target": "cfg_if" |
| 7212 | }, |
| 7213 | { |
| 7214 | "id": "fastrand 1.9.0", |
| 7215 | "target": "fastrand" |
| 7216 | }, |
| 7217 | { |
| 7218 | "id": "tempfile 3.6.0", |
| 7219 | "target": "build_script_build" |
| 7220 | } |
| 7221 | ], |
| 7222 | "selects": { |
| 7223 | "cfg(any(unix, target_os = \"wasi\"))": [ |
| 7224 | { |
| 7225 | "id": "rustix 0.37.23", |
| 7226 | "target": "rustix" |
| 7227 | } |
| 7228 | ], |
| 7229 | "cfg(target_os = \"redox\")": [ |
| 7230 | { |
| 7231 | "id": "redox_syscall 0.3.5", |
| 7232 | "target": "syscall" |
| 7233 | } |
| 7234 | ], |
| 7235 | "cfg(windows)": [ |
| 7236 | { |
| 7237 | "id": "windows-sys 0.48.0", |
| 7238 | "target": "windows_sys" |
| 7239 | } |
| 7240 | ] |
| 7241 | } |
| 7242 | }, |
| 7243 | "edition": "2018", |
| 7244 | "version": "3.6.0" |
| 7245 | }, |
| 7246 | "build_script_attrs": { |
| 7247 | "data_glob": [ |
| 7248 | "**" |
| 7249 | ], |
| 7250 | "deps": { |
| 7251 | "common": [ |
| 7252 | { |
| 7253 | "id": "autocfg 1.1.0", |
| 7254 | "target": "autocfg" |
| 7255 | } |
| 7256 | ], |
| 7257 | "selects": {} |
| 7258 | } |
| 7259 | }, |
| 7260 | "license": "MIT OR Apache-2.0" |
| 7261 | }, |
| 7262 | "termcolor 1.2.0": { |
| 7263 | "name": "termcolor", |
| 7264 | "version": "1.2.0", |
| 7265 | "repository": { |
| 7266 | "Http": { |
| 7267 | "url": "https://crates.io/api/v1/crates/termcolor/1.2.0/download", |
| 7268 | "sha256": "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" |
| 7269 | } |
| 7270 | }, |
| 7271 | "targets": [ |
| 7272 | { |
| 7273 | "Library": { |
| 7274 | "crate_name": "termcolor", |
| 7275 | "crate_root": "src/lib.rs", |
| 7276 | "srcs": [ |
| 7277 | "**/*.rs" |
| 7278 | ] |
| 7279 | } |
| 7280 | } |
| 7281 | ], |
| 7282 | "library_target_name": "termcolor", |
| 7283 | "common_attrs": { |
| 7284 | "compile_data_glob": [ |
| 7285 | "**" |
| 7286 | ], |
| 7287 | "deps": { |
| 7288 | "common": [], |
| 7289 | "selects": { |
| 7290 | "cfg(windows)": [ |
| 7291 | { |
| 7292 | "id": "winapi-util 0.1.5", |
| 7293 | "target": "winapi_util" |
| 7294 | } |
| 7295 | ] |
| 7296 | } |
| 7297 | }, |
| 7298 | "edition": "2018", |
| 7299 | "version": "1.2.0" |
| 7300 | }, |
| 7301 | "license": "Unlicense OR MIT" |
| 7302 | }, |
| 7303 | "terminal_size 0.1.17": { |
| 7304 | "name": "terminal_size", |
| 7305 | "version": "0.1.17", |
| 7306 | "repository": { |
| 7307 | "Http": { |
| 7308 | "url": "https://crates.io/api/v1/crates/terminal_size/0.1.17/download", |
| 7309 | "sha256": "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df" |
| 7310 | } |
| 7311 | }, |
| 7312 | "targets": [ |
| 7313 | { |
| 7314 | "Library": { |
| 7315 | "crate_name": "terminal_size", |
| 7316 | "crate_root": "src/lib.rs", |
| 7317 | "srcs": [ |
| 7318 | "**/*.rs" |
| 7319 | ] |
| 7320 | } |
| 7321 | } |
| 7322 | ], |
| 7323 | "library_target_name": "terminal_size", |
| 7324 | "common_attrs": { |
| 7325 | "compile_data_glob": [ |
| 7326 | "**" |
| 7327 | ], |
| 7328 | "deps": { |
| 7329 | "common": [], |
| 7330 | "selects": { |
| 7331 | "cfg(not(windows))": [ |
| 7332 | { |
| 7333 | "id": "libc 0.2.147", |
| 7334 | "target": "libc" |
| 7335 | } |
| 7336 | ], |
| 7337 | "cfg(windows)": [ |
| 7338 | { |
| 7339 | "id": "winapi 0.3.9", |
| 7340 | "target": "winapi" |
| 7341 | } |
| 7342 | ] |
| 7343 | } |
| 7344 | }, |
| 7345 | "edition": "2018", |
| 7346 | "version": "0.1.17" |
| 7347 | }, |
| 7348 | "license": "MIT OR Apache-2.0" |
| 7349 | }, |
| 7350 | "termtree 0.4.1": { |
| 7351 | "name": "termtree", |
| 7352 | "version": "0.4.1", |
| 7353 | "repository": { |
| 7354 | "Http": { |
| 7355 | "url": "https://crates.io/api/v1/crates/termtree/0.4.1/download", |
| 7356 | "sha256": "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" |
| 7357 | } |
| 7358 | }, |
| 7359 | "targets": [ |
| 7360 | { |
| 7361 | "Library": { |
| 7362 | "crate_name": "termtree", |
| 7363 | "crate_root": "src/lib.rs", |
| 7364 | "srcs": [ |
| 7365 | "**/*.rs" |
| 7366 | ] |
| 7367 | } |
| 7368 | } |
| 7369 | ], |
| 7370 | "library_target_name": "termtree", |
| 7371 | "common_attrs": { |
| 7372 | "compile_data_glob": [ |
| 7373 | "**" |
| 7374 | ], |
| 7375 | "edition": "2018", |
| 7376 | "version": "0.4.1" |
| 7377 | }, |
| 7378 | "license": "MIT" |
| 7379 | }, |
| 7380 | "test-log 0.2.12": { |
| 7381 | "name": "test-log", |
| 7382 | "version": "0.2.12", |
| 7383 | "repository": { |
| 7384 | "Http": { |
| 7385 | "url": "https://crates.io/api/v1/crates/test-log/0.2.12/download", |
| 7386 | "sha256": "d9601d162c1d77e62c1ea0bc8116cd1caf143ce3af947536c3c9052a1677fe0c" |
| 7387 | } |
| 7388 | }, |
| 7389 | "targets": [ |
| 7390 | { |
| 7391 | "ProcMacro": { |
| 7392 | "crate_name": "test_log", |
| 7393 | "crate_root": "src/lib.rs", |
| 7394 | "srcs": [ |
| 7395 | "**/*.rs" |
| 7396 | ] |
| 7397 | } |
| 7398 | } |
| 7399 | ], |
| 7400 | "library_target_name": "test_log", |
| 7401 | "common_attrs": { |
| 7402 | "compile_data_glob": [ |
| 7403 | "**" |
| 7404 | ], |
| 7405 | "crate_features": { |
| 7406 | "common": [ |
| 7407 | "default", |
| 7408 | "log" |
| 7409 | ], |
| 7410 | "selects": {} |
| 7411 | }, |
| 7412 | "deps": { |
| 7413 | "common": [ |
| 7414 | { |
| 7415 | "id": "proc-macro2 1.0.63", |
| 7416 | "target": "proc_macro2" |
| 7417 | }, |
| 7418 | { |
| 7419 | "id": "quote 1.0.29", |
| 7420 | "target": "quote" |
| 7421 | }, |
| 7422 | { |
| 7423 | "id": "syn 1.0.109", |
| 7424 | "target": "syn" |
| 7425 | } |
| 7426 | ], |
| 7427 | "selects": {} |
| 7428 | }, |
| 7429 | "edition": "2018", |
| 7430 | "version": "0.2.12" |
| 7431 | }, |
| 7432 | "license": "Apache-2.0 OR MIT" |
| 7433 | }, |
| 7434 | "textwrap 0.11.0": { |
| 7435 | "name": "textwrap", |
| 7436 | "version": "0.11.0", |
| 7437 | "repository": { |
| 7438 | "Http": { |
| 7439 | "url": "https://crates.io/api/v1/crates/textwrap/0.11.0/download", |
| 7440 | "sha256": "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
| 7441 | } |
| 7442 | }, |
| 7443 | "targets": [ |
| 7444 | { |
| 7445 | "Library": { |
| 7446 | "crate_name": "textwrap", |
| 7447 | "crate_root": "src/lib.rs", |
| 7448 | "srcs": [ |
| 7449 | "**/*.rs" |
| 7450 | ] |
| 7451 | } |
| 7452 | } |
| 7453 | ], |
| 7454 | "library_target_name": "textwrap", |
| 7455 | "common_attrs": { |
| 7456 | "compile_data_glob": [ |
| 7457 | "**" |
| 7458 | ], |
| 7459 | "deps": { |
| 7460 | "common": [ |
| 7461 | { |
| 7462 | "id": "unicode-width 0.1.10", |
| 7463 | "target": "unicode_width" |
| 7464 | } |
| 7465 | ], |
| 7466 | "selects": {} |
| 7467 | }, |
| 7468 | "edition": "2015", |
| 7469 | "version": "0.11.0" |
| 7470 | }, |
| 7471 | "license": "MIT" |
| 7472 | }, |
| 7473 | "textwrap 0.15.2": { |
| 7474 | "name": "textwrap", |
| 7475 | "version": "0.15.2", |
| 7476 | "repository": { |
| 7477 | "Http": { |
| 7478 | "url": "https://crates.io/api/v1/crates/textwrap/0.15.2/download", |
| 7479 | "sha256": "b7b3e525a49ec206798b40326a44121291b530c963cfb01018f63e135bac543d" |
| 7480 | } |
| 7481 | }, |
| 7482 | "targets": [ |
| 7483 | { |
| 7484 | "Library": { |
| 7485 | "crate_name": "textwrap", |
| 7486 | "crate_root": "src/lib.rs", |
| 7487 | "srcs": [ |
| 7488 | "**/*.rs" |
| 7489 | ] |
| 7490 | } |
| 7491 | } |
| 7492 | ], |
| 7493 | "library_target_name": "textwrap", |
| 7494 | "common_attrs": { |
| 7495 | "compile_data_glob": [ |
| 7496 | "**" |
| 7497 | ], |
| 7498 | "crate_features": { |
| 7499 | "common": [ |
| 7500 | "default", |
| 7501 | "smawk", |
| 7502 | "unicode-linebreak", |
| 7503 | "unicode-width" |
| 7504 | ], |
| 7505 | "selects": {} |
| 7506 | }, |
| 7507 | "deps": { |
| 7508 | "common": [ |
| 7509 | { |
| 7510 | "id": "smawk 0.3.1", |
| 7511 | "target": "smawk" |
| 7512 | }, |
| 7513 | { |
| 7514 | "id": "unicode-linebreak 0.1.4", |
| 7515 | "target": "unicode_linebreak" |
| 7516 | }, |
| 7517 | { |
| 7518 | "id": "unicode-width 0.1.10", |
| 7519 | "target": "unicode_width" |
| 7520 | } |
| 7521 | ], |
| 7522 | "selects": {} |
| 7523 | }, |
| 7524 | "edition": "2018", |
| 7525 | "version": "0.15.2" |
| 7526 | }, |
| 7527 | "license": "MIT" |
| 7528 | }, |
| 7529 | "textwrap 0.16.0": { |
| 7530 | "name": "textwrap", |
| 7531 | "version": "0.16.0", |
| 7532 | "repository": { |
| 7533 | "Http": { |
| 7534 | "url": "https://crates.io/api/v1/crates/textwrap/0.16.0/download", |
| 7535 | "sha256": "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" |
| 7536 | } |
| 7537 | }, |
| 7538 | "targets": [ |
| 7539 | { |
| 7540 | "Library": { |
| 7541 | "crate_name": "textwrap", |
| 7542 | "crate_root": "src/lib.rs", |
| 7543 | "srcs": [ |
| 7544 | "**/*.rs" |
| 7545 | ] |
| 7546 | } |
| 7547 | } |
| 7548 | ], |
| 7549 | "library_target_name": "textwrap", |
| 7550 | "common_attrs": { |
| 7551 | "compile_data_glob": [ |
| 7552 | "**" |
| 7553 | ], |
| 7554 | "edition": "2021", |
| 7555 | "version": "0.16.0" |
| 7556 | }, |
| 7557 | "license": "MIT" |
| 7558 | }, |
| 7559 | "thiserror 1.0.40": { |
| 7560 | "name": "thiserror", |
| 7561 | "version": "1.0.40", |
| 7562 | "repository": { |
| 7563 | "Http": { |
| 7564 | "url": "https://crates.io/api/v1/crates/thiserror/1.0.40/download", |
| 7565 | "sha256": "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" |
| 7566 | } |
| 7567 | }, |
| 7568 | "targets": [ |
| 7569 | { |
| 7570 | "Library": { |
| 7571 | "crate_name": "thiserror", |
| 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": "thiserror", |
| 7589 | "common_attrs": { |
| 7590 | "compile_data_glob": [ |
| 7591 | "**" |
| 7592 | ], |
| 7593 | "deps": { |
| 7594 | "common": [ |
| 7595 | { |
| 7596 | "id": "thiserror 1.0.40", |
| 7597 | "target": "build_script_build" |
| 7598 | } |
| 7599 | ], |
| 7600 | "selects": {} |
| 7601 | }, |
| 7602 | "edition": "2018", |
| 7603 | "proc_macro_deps": { |
| 7604 | "common": [ |
| 7605 | { |
| 7606 | "id": "thiserror-impl 1.0.40", |
| 7607 | "target": "thiserror_impl" |
| 7608 | } |
| 7609 | ], |
| 7610 | "selects": {} |
| 7611 | }, |
| 7612 | "version": "1.0.40" |
| 7613 | }, |
| 7614 | "build_script_attrs": { |
| 7615 | "data_glob": [ |
| 7616 | "**" |
| 7617 | ] |
| 7618 | }, |
| 7619 | "license": "MIT OR Apache-2.0" |
| 7620 | }, |
| 7621 | "thiserror-impl 1.0.40": { |
| 7622 | "name": "thiserror-impl", |
| 7623 | "version": "1.0.40", |
| 7624 | "repository": { |
| 7625 | "Http": { |
| 7626 | "url": "https://crates.io/api/v1/crates/thiserror-impl/1.0.40/download", |
| 7627 | "sha256": "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" |
| 7628 | } |
| 7629 | }, |
| 7630 | "targets": [ |
| 7631 | { |
| 7632 | "ProcMacro": { |
| 7633 | "crate_name": "thiserror_impl", |
| 7634 | "crate_root": "src/lib.rs", |
| 7635 | "srcs": [ |
| 7636 | "**/*.rs" |
| 7637 | ] |
| 7638 | } |
| 7639 | } |
| 7640 | ], |
| 7641 | "library_target_name": "thiserror_impl", |
| 7642 | "common_attrs": { |
| 7643 | "compile_data_glob": [ |
| 7644 | "**" |
| 7645 | ], |
| 7646 | "deps": { |
| 7647 | "common": [ |
| 7648 | { |
| 7649 | "id": "proc-macro2 1.0.63", |
| 7650 | "target": "proc_macro2" |
| 7651 | }, |
| 7652 | { |
| 7653 | "id": "quote 1.0.29", |
| 7654 | "target": "quote" |
| 7655 | }, |
| 7656 | { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 7657 | "id": "syn 2.0.28", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 7658 | "target": "syn" |
| 7659 | } |
| 7660 | ], |
| 7661 | "selects": {} |
| 7662 | }, |
| 7663 | "edition": "2018", |
| 7664 | "version": "1.0.40" |
| 7665 | }, |
| 7666 | "license": "MIT OR Apache-2.0" |
| 7667 | }, |
| 7668 | "toml 0.5.11": { |
| 7669 | "name": "toml", |
| 7670 | "version": "0.5.11", |
| 7671 | "repository": { |
| 7672 | "Http": { |
| 7673 | "url": "https://crates.io/api/v1/crates/toml/0.5.11/download", |
| 7674 | "sha256": "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" |
| 7675 | } |
| 7676 | }, |
| 7677 | "targets": [ |
| 7678 | { |
| 7679 | "Library": { |
| 7680 | "crate_name": "toml", |
| 7681 | "crate_root": "src/lib.rs", |
| 7682 | "srcs": [ |
| 7683 | "**/*.rs" |
| 7684 | ] |
| 7685 | } |
| 7686 | } |
| 7687 | ], |
| 7688 | "library_target_name": "toml", |
| 7689 | "common_attrs": { |
| 7690 | "compile_data_glob": [ |
| 7691 | "**" |
| 7692 | ], |
| 7693 | "crate_features": { |
| 7694 | "common": [ |
| 7695 | "default" |
| 7696 | ], |
| 7697 | "selects": {} |
| 7698 | }, |
| 7699 | "deps": { |
| 7700 | "common": [ |
| 7701 | { |
| 7702 | "id": "serde 1.0.168", |
| 7703 | "target": "serde" |
| 7704 | } |
| 7705 | ], |
| 7706 | "selects": {} |
| 7707 | }, |
| 7708 | "edition": "2018", |
| 7709 | "version": "0.5.11" |
| 7710 | }, |
| 7711 | "license": "MIT/Apache-2.0" |
| 7712 | }, |
| 7713 | "trybuild 1.0.81": { |
| 7714 | "name": "trybuild", |
| 7715 | "version": "1.0.81", |
| 7716 | "repository": { |
| 7717 | "Http": { |
| 7718 | "url": "https://crates.io/api/v1/crates/trybuild/1.0.81/download", |
| 7719 | "sha256": "04366e99ff743345622cd00af2af01d711dc2d1ef59250d7347698d21b546729" |
| 7720 | } |
| 7721 | }, |
| 7722 | "targets": [ |
| 7723 | { |
| 7724 | "Library": { |
| 7725 | "crate_name": "trybuild", |
| 7726 | "crate_root": "src/lib.rs", |
| 7727 | "srcs": [ |
| 7728 | "**/*.rs" |
| 7729 | ] |
| 7730 | } |
| 7731 | }, |
| 7732 | { |
| 7733 | "BuildScript": { |
| 7734 | "crate_name": "build_script_build", |
| 7735 | "crate_root": "build.rs", |
| 7736 | "srcs": [ |
| 7737 | "**/*.rs" |
| 7738 | ] |
| 7739 | } |
| 7740 | } |
| 7741 | ], |
| 7742 | "library_target_name": "trybuild", |
| 7743 | "common_attrs": { |
| 7744 | "compile_data_glob": [ |
| 7745 | "**" |
| 7746 | ], |
| 7747 | "deps": { |
| 7748 | "common": [ |
| 7749 | { |
| 7750 | "id": "basic-toml 0.1.3", |
| 7751 | "target": "basic_toml" |
| 7752 | }, |
| 7753 | { |
| 7754 | "id": "glob 0.3.1", |
| 7755 | "target": "glob" |
| 7756 | }, |
| 7757 | { |
| 7758 | "id": "once_cell 1.18.0", |
| 7759 | "target": "once_cell" |
| 7760 | }, |
| 7761 | { |
| 7762 | "id": "serde 1.0.168", |
| 7763 | "target": "serde" |
| 7764 | }, |
| 7765 | { |
| 7766 | "id": "serde_json 1.0.100", |
| 7767 | "target": "serde_json" |
| 7768 | }, |
| 7769 | { |
| 7770 | "id": "termcolor 1.2.0", |
| 7771 | "target": "termcolor" |
| 7772 | }, |
| 7773 | { |
| 7774 | "id": "trybuild 1.0.81", |
| 7775 | "target": "build_script_build" |
| 7776 | } |
| 7777 | ], |
| 7778 | "selects": {} |
| 7779 | }, |
| 7780 | "edition": "2018", |
| 7781 | "proc_macro_deps": { |
| 7782 | "common": [ |
| 7783 | { |
| 7784 | "id": "serde_derive 1.0.168", |
| 7785 | "target": "serde_derive" |
| 7786 | } |
| 7787 | ], |
| 7788 | "selects": {} |
| 7789 | }, |
| 7790 | "version": "1.0.81" |
| 7791 | }, |
| 7792 | "build_script_attrs": { |
| 7793 | "data_glob": [ |
| 7794 | "**" |
| 7795 | ] |
| 7796 | }, |
| 7797 | "license": "MIT OR Apache-2.0" |
| 7798 | }, |
| 7799 | "unicode-ident 1.0.9": { |
| 7800 | "name": "unicode-ident", |
| 7801 | "version": "1.0.9", |
| 7802 | "repository": { |
| 7803 | "Http": { |
| 7804 | "url": "https://crates.io/api/v1/crates/unicode-ident/1.0.9/download", |
| 7805 | "sha256": "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0" |
| 7806 | } |
| 7807 | }, |
| 7808 | "targets": [ |
| 7809 | { |
| 7810 | "Library": { |
| 7811 | "crate_name": "unicode_ident", |
| 7812 | "crate_root": "src/lib.rs", |
| 7813 | "srcs": [ |
| 7814 | "**/*.rs" |
| 7815 | ] |
| 7816 | } |
| 7817 | } |
| 7818 | ], |
| 7819 | "library_target_name": "unicode_ident", |
| 7820 | "common_attrs": { |
| 7821 | "compile_data_glob": [ |
| 7822 | "**" |
| 7823 | ], |
| 7824 | "edition": "2018", |
| 7825 | "version": "1.0.9" |
| 7826 | }, |
| 7827 | "license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016" |
| 7828 | }, |
| 7829 | "unicode-linebreak 0.1.4": { |
| 7830 | "name": "unicode-linebreak", |
| 7831 | "version": "0.1.4", |
| 7832 | "repository": { |
| 7833 | "Http": { |
| 7834 | "url": "https://crates.io/api/v1/crates/unicode-linebreak/0.1.4/download", |
| 7835 | "sha256": "c5faade31a542b8b35855fff6e8def199853b2da8da256da52f52f1316ee3137" |
| 7836 | } |
| 7837 | }, |
| 7838 | "targets": [ |
| 7839 | { |
| 7840 | "Library": { |
| 7841 | "crate_name": "unicode_linebreak", |
| 7842 | "crate_root": "src/lib.rs", |
| 7843 | "srcs": [ |
| 7844 | "**/*.rs" |
| 7845 | ] |
| 7846 | } |
| 7847 | }, |
| 7848 | { |
| 7849 | "BuildScript": { |
| 7850 | "crate_name": "build_script_build", |
| 7851 | "crate_root": "build.rs", |
| 7852 | "srcs": [ |
| 7853 | "**/*.rs" |
| 7854 | ] |
| 7855 | } |
| 7856 | } |
| 7857 | ], |
| 7858 | "library_target_name": "unicode_linebreak", |
| 7859 | "common_attrs": { |
| 7860 | "compile_data_glob": [ |
| 7861 | "**" |
| 7862 | ], |
| 7863 | "deps": { |
| 7864 | "common": [ |
| 7865 | { |
| 7866 | "id": "unicode-linebreak 0.1.4", |
| 7867 | "target": "build_script_build" |
| 7868 | } |
| 7869 | ], |
| 7870 | "selects": {} |
| 7871 | }, |
| 7872 | "edition": "2021", |
| 7873 | "version": "0.1.4" |
| 7874 | }, |
| 7875 | "build_script_attrs": { |
| 7876 | "data_glob": [ |
| 7877 | "**" |
| 7878 | ], |
| 7879 | "deps": { |
| 7880 | "common": [ |
| 7881 | { |
| 7882 | "id": "hashbrown 0.12.3", |
| 7883 | "target": "hashbrown" |
| 7884 | }, |
| 7885 | { |
| 7886 | "id": "regex 1.9.1", |
| 7887 | "target": "regex" |
| 7888 | } |
| 7889 | ], |
| 7890 | "selects": {} |
| 7891 | } |
| 7892 | }, |
| 7893 | "license": "Apache-2.0" |
| 7894 | }, |
| 7895 | "unicode-width 0.1.10": { |
| 7896 | "name": "unicode-width", |
| 7897 | "version": "0.1.10", |
| 7898 | "repository": { |
| 7899 | "Http": { |
| 7900 | "url": "https://crates.io/api/v1/crates/unicode-width/0.1.10/download", |
| 7901 | "sha256": "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" |
| 7902 | } |
| 7903 | }, |
| 7904 | "targets": [ |
| 7905 | { |
| 7906 | "Library": { |
| 7907 | "crate_name": "unicode_width", |
| 7908 | "crate_root": "src/lib.rs", |
| 7909 | "srcs": [ |
| 7910 | "**/*.rs" |
| 7911 | ] |
| 7912 | } |
| 7913 | } |
| 7914 | ], |
| 7915 | "library_target_name": "unicode_width", |
| 7916 | "common_attrs": { |
| 7917 | "compile_data_glob": [ |
| 7918 | "**" |
| 7919 | ], |
| 7920 | "crate_features": { |
| 7921 | "common": [ |
| 7922 | "default" |
| 7923 | ], |
| 7924 | "selects": {} |
| 7925 | }, |
| 7926 | "edition": "2015", |
| 7927 | "version": "0.1.10" |
| 7928 | }, |
| 7929 | "license": "MIT/Apache-2.0" |
| 7930 | }, |
| 7931 | "uuid 1.4.0": { |
| 7932 | "name": "uuid", |
| 7933 | "version": "1.4.0", |
| 7934 | "repository": { |
| 7935 | "Http": { |
| 7936 | "url": "https://crates.io/api/v1/crates/uuid/1.4.0/download", |
| 7937 | "sha256": "d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be" |
| 7938 | } |
| 7939 | }, |
| 7940 | "targets": [ |
| 7941 | { |
| 7942 | "Library": { |
| 7943 | "crate_name": "uuid", |
| 7944 | "crate_root": "src/lib.rs", |
| 7945 | "srcs": [ |
| 7946 | "**/*.rs" |
| 7947 | ] |
| 7948 | } |
| 7949 | } |
| 7950 | ], |
| 7951 | "library_target_name": "uuid", |
| 7952 | "common_attrs": { |
| 7953 | "compile_data_glob": [ |
| 7954 | "**" |
| 7955 | ], |
| 7956 | "crate_features": { |
| 7957 | "common": [ |
| 7958 | "default", |
| 7959 | "std" |
| 7960 | ], |
| 7961 | "selects": {} |
| 7962 | }, |
| 7963 | "edition": "2018", |
| 7964 | "version": "1.4.0" |
| 7965 | }, |
| 7966 | "license": "Apache-2.0 OR MIT" |
| 7967 | }, |
| 7968 | "vec_map 0.8.2": { |
| 7969 | "name": "vec_map", |
| 7970 | "version": "0.8.2", |
| 7971 | "repository": { |
| 7972 | "Http": { |
| 7973 | "url": "https://crates.io/api/v1/crates/vec_map/0.8.2/download", |
| 7974 | "sha256": "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" |
| 7975 | } |
| 7976 | }, |
| 7977 | "targets": [ |
| 7978 | { |
| 7979 | "Library": { |
| 7980 | "crate_name": "vec_map", |
| 7981 | "crate_root": "src/lib.rs", |
| 7982 | "srcs": [ |
| 7983 | "**/*.rs" |
| 7984 | ] |
| 7985 | } |
| 7986 | } |
| 7987 | ], |
| 7988 | "library_target_name": "vec_map", |
| 7989 | "common_attrs": { |
| 7990 | "compile_data_glob": [ |
| 7991 | "**" |
| 7992 | ], |
| 7993 | "edition": "2015", |
| 7994 | "version": "0.8.2" |
| 7995 | }, |
| 7996 | "license": "MIT/Apache-2.0" |
| 7997 | }, |
| 7998 | "version_check 0.9.4": { |
| 7999 | "name": "version_check", |
| 8000 | "version": "0.9.4", |
| 8001 | "repository": { |
| 8002 | "Http": { |
| 8003 | "url": "https://crates.io/api/v1/crates/version_check/0.9.4/download", |
| 8004 | "sha256": "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
| 8005 | } |
| 8006 | }, |
| 8007 | "targets": [ |
| 8008 | { |
| 8009 | "Library": { |
| 8010 | "crate_name": "version_check", |
| 8011 | "crate_root": "src/lib.rs", |
| 8012 | "srcs": [ |
| 8013 | "**/*.rs" |
| 8014 | ] |
| 8015 | } |
| 8016 | } |
| 8017 | ], |
| 8018 | "library_target_name": "version_check", |
| 8019 | "common_attrs": { |
| 8020 | "compile_data_glob": [ |
| 8021 | "**" |
| 8022 | ], |
| 8023 | "edition": "2015", |
| 8024 | "version": "0.9.4" |
| 8025 | }, |
| 8026 | "license": "MIT/Apache-2.0" |
| 8027 | }, |
| 8028 | "wait-timeout 0.2.0": { |
| 8029 | "name": "wait-timeout", |
| 8030 | "version": "0.2.0", |
| 8031 | "repository": { |
| 8032 | "Http": { |
| 8033 | "url": "https://crates.io/api/v1/crates/wait-timeout/0.2.0/download", |
| 8034 | "sha256": "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" |
| 8035 | } |
| 8036 | }, |
| 8037 | "targets": [ |
| 8038 | { |
| 8039 | "Library": { |
| 8040 | "crate_name": "wait_timeout", |
| 8041 | "crate_root": "src/lib.rs", |
| 8042 | "srcs": [ |
| 8043 | "**/*.rs" |
| 8044 | ] |
| 8045 | } |
| 8046 | } |
| 8047 | ], |
| 8048 | "library_target_name": "wait_timeout", |
| 8049 | "common_attrs": { |
| 8050 | "compile_data_glob": [ |
| 8051 | "**" |
| 8052 | ], |
| 8053 | "deps": { |
| 8054 | "common": [], |
| 8055 | "selects": { |
| 8056 | "cfg(unix)": [ |
| 8057 | { |
| 8058 | "id": "libc 0.2.147", |
| 8059 | "target": "libc" |
| 8060 | } |
| 8061 | ] |
| 8062 | } |
| 8063 | }, |
| 8064 | "edition": "2015", |
| 8065 | "version": "0.2.0" |
| 8066 | }, |
| 8067 | "license": "MIT/Apache-2.0" |
| 8068 | }, |
| 8069 | "wasi 0.11.0+wasi-snapshot-preview1": { |
| 8070 | "name": "wasi", |
| 8071 | "version": "0.11.0+wasi-snapshot-preview1", |
| 8072 | "repository": { |
| 8073 | "Http": { |
| 8074 | "url": "https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download", |
| 8075 | "sha256": "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
| 8076 | } |
| 8077 | }, |
| 8078 | "targets": [ |
| 8079 | { |
| 8080 | "Library": { |
| 8081 | "crate_name": "wasi", |
| 8082 | "crate_root": "src/lib.rs", |
| 8083 | "srcs": [ |
| 8084 | "**/*.rs" |
| 8085 | ] |
| 8086 | } |
| 8087 | } |
| 8088 | ], |
| 8089 | "library_target_name": "wasi", |
| 8090 | "common_attrs": { |
| 8091 | "compile_data_glob": [ |
| 8092 | "**" |
| 8093 | ], |
| 8094 | "edition": "2018", |
| 8095 | "version": "0.11.0+wasi-snapshot-preview1" |
| 8096 | }, |
| 8097 | "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" |
| 8098 | }, |
| 8099 | "which 3.1.1": { |
| 8100 | "name": "which", |
| 8101 | "version": "3.1.1", |
| 8102 | "repository": { |
| 8103 | "Http": { |
| 8104 | "url": "https://crates.io/api/v1/crates/which/3.1.1/download", |
| 8105 | "sha256": "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724" |
| 8106 | } |
| 8107 | }, |
| 8108 | "targets": [ |
| 8109 | { |
| 8110 | "Library": { |
| 8111 | "crate_name": "which", |
| 8112 | "crate_root": "src/lib.rs", |
| 8113 | "srcs": [ |
| 8114 | "**/*.rs" |
| 8115 | ] |
| 8116 | } |
| 8117 | } |
| 8118 | ], |
| 8119 | "library_target_name": "which", |
| 8120 | "common_attrs": { |
| 8121 | "compile_data_glob": [ |
| 8122 | "**" |
| 8123 | ], |
| 8124 | "deps": { |
| 8125 | "common": [ |
| 8126 | { |
| 8127 | "id": "libc 0.2.147", |
| 8128 | "target": "libc" |
| 8129 | } |
| 8130 | ], |
| 8131 | "selects": {} |
| 8132 | }, |
| 8133 | "edition": "2015", |
| 8134 | "version": "3.1.1" |
| 8135 | }, |
| 8136 | "license": "MIT" |
| 8137 | }, |
| 8138 | "which 4.4.0": { |
| 8139 | "name": "which", |
| 8140 | "version": "4.4.0", |
| 8141 | "repository": { |
| 8142 | "Http": { |
| 8143 | "url": "https://crates.io/api/v1/crates/which/4.4.0/download", |
| 8144 | "sha256": "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269" |
| 8145 | } |
| 8146 | }, |
| 8147 | "targets": [ |
| 8148 | { |
| 8149 | "Library": { |
| 8150 | "crate_name": "which", |
| 8151 | "crate_root": "src/lib.rs", |
| 8152 | "srcs": [ |
| 8153 | "**/*.rs" |
| 8154 | ] |
| 8155 | } |
| 8156 | } |
| 8157 | ], |
| 8158 | "library_target_name": "which", |
| 8159 | "common_attrs": { |
| 8160 | "compile_data_glob": [ |
| 8161 | "**" |
| 8162 | ], |
| 8163 | "deps": { |
| 8164 | "common": [ |
| 8165 | { |
| 8166 | "id": "either 1.8.1", |
| 8167 | "target": "either" |
| 8168 | }, |
| 8169 | { |
| 8170 | "id": "libc 0.2.147", |
| 8171 | "target": "libc" |
| 8172 | } |
| 8173 | ], |
| 8174 | "selects": { |
| 8175 | "cfg(windows)": [ |
| 8176 | { |
| 8177 | "id": "once_cell 1.18.0", |
| 8178 | "target": "once_cell" |
| 8179 | } |
| 8180 | ] |
| 8181 | } |
| 8182 | }, |
| 8183 | "edition": "2018", |
| 8184 | "version": "4.4.0" |
| 8185 | }, |
| 8186 | "license": "MIT" |
| 8187 | }, |
| 8188 | "winapi 0.3.9": { |
| 8189 | "name": "winapi", |
| 8190 | "version": "0.3.9", |
| 8191 | "repository": { |
| 8192 | "Http": { |
| 8193 | "url": "https://crates.io/api/v1/crates/winapi/0.3.9/download", |
| 8194 | "sha256": "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| 8195 | } |
| 8196 | }, |
| 8197 | "targets": [ |
| 8198 | { |
| 8199 | "Library": { |
| 8200 | "crate_name": "winapi", |
| 8201 | "crate_root": "src/lib.rs", |
| 8202 | "srcs": [ |
| 8203 | "**/*.rs" |
| 8204 | ] |
| 8205 | } |
| 8206 | }, |
| 8207 | { |
| 8208 | "BuildScript": { |
| 8209 | "crate_name": "build_script_build", |
| 8210 | "crate_root": "build.rs", |
| 8211 | "srcs": [ |
| 8212 | "**/*.rs" |
| 8213 | ] |
| 8214 | } |
| 8215 | } |
| 8216 | ], |
| 8217 | "library_target_name": "winapi", |
| 8218 | "common_attrs": { |
| 8219 | "compile_data_glob": [ |
| 8220 | "**" |
| 8221 | ], |
| 8222 | "deps": { |
| 8223 | "common": [ |
| 8224 | { |
| 8225 | "id": "winapi 0.3.9", |
| 8226 | "target": "build_script_build" |
| 8227 | } |
| 8228 | ], |
| 8229 | "selects": { |
| 8230 | "i686-pc-windows-gnu": [ |
| 8231 | { |
| 8232 | "id": "winapi-i686-pc-windows-gnu 0.4.0", |
| 8233 | "target": "winapi_i686_pc_windows_gnu" |
| 8234 | } |
| 8235 | ], |
| 8236 | "x86_64-pc-windows-gnu": [ |
| 8237 | { |
| 8238 | "id": "winapi-x86_64-pc-windows-gnu 0.4.0", |
| 8239 | "target": "winapi_x86_64_pc_windows_gnu" |
| 8240 | } |
| 8241 | ] |
| 8242 | } |
| 8243 | }, |
| 8244 | "edition": "2015", |
| 8245 | "version": "0.3.9" |
| 8246 | }, |
| 8247 | "build_script_attrs": { |
| 8248 | "data_glob": [ |
| 8249 | "**" |
| 8250 | ] |
| 8251 | }, |
| 8252 | "license": "MIT/Apache-2.0" |
| 8253 | }, |
| 8254 | "winapi-i686-pc-windows-gnu 0.4.0": { |
| 8255 | "name": "winapi-i686-pc-windows-gnu", |
| 8256 | "version": "0.4.0", |
| 8257 | "repository": { |
| 8258 | "Http": { |
| 8259 | "url": "https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download", |
| 8260 | "sha256": "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 8261 | } |
| 8262 | }, |
| 8263 | "targets": [ |
| 8264 | { |
| 8265 | "Library": { |
| 8266 | "crate_name": "winapi_i686_pc_windows_gnu", |
| 8267 | "crate_root": "src/lib.rs", |
| 8268 | "srcs": [ |
| 8269 | "**/*.rs" |
| 8270 | ] |
| 8271 | } |
| 8272 | }, |
| 8273 | { |
| 8274 | "BuildScript": { |
| 8275 | "crate_name": "build_script_build", |
| 8276 | "crate_root": "build.rs", |
| 8277 | "srcs": [ |
| 8278 | "**/*.rs" |
| 8279 | ] |
| 8280 | } |
| 8281 | } |
| 8282 | ], |
| 8283 | "library_target_name": "winapi_i686_pc_windows_gnu", |
| 8284 | "common_attrs": { |
| 8285 | "compile_data_glob": [ |
| 8286 | "**" |
| 8287 | ], |
| 8288 | "deps": { |
| 8289 | "common": [ |
| 8290 | { |
| 8291 | "id": "winapi-i686-pc-windows-gnu 0.4.0", |
| 8292 | "target": "build_script_build" |
| 8293 | } |
| 8294 | ], |
| 8295 | "selects": {} |
| 8296 | }, |
| 8297 | "edition": "2015", |
| 8298 | "version": "0.4.0" |
| 8299 | }, |
| 8300 | "build_script_attrs": { |
| 8301 | "data_glob": [ |
| 8302 | "**" |
| 8303 | ] |
| 8304 | }, |
| 8305 | "license": "MIT/Apache-2.0" |
| 8306 | }, |
| 8307 | "winapi-util 0.1.5": { |
| 8308 | "name": "winapi-util", |
| 8309 | "version": "0.1.5", |
| 8310 | "repository": { |
| 8311 | "Http": { |
| 8312 | "url": "https://crates.io/api/v1/crates/winapi-util/0.1.5/download", |
| 8313 | "sha256": "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" |
| 8314 | } |
| 8315 | }, |
| 8316 | "targets": [ |
| 8317 | { |
| 8318 | "Library": { |
| 8319 | "crate_name": "winapi_util", |
| 8320 | "crate_root": "src/lib.rs", |
| 8321 | "srcs": [ |
| 8322 | "**/*.rs" |
| 8323 | ] |
| 8324 | } |
| 8325 | } |
| 8326 | ], |
| 8327 | "library_target_name": "winapi_util", |
| 8328 | "common_attrs": { |
| 8329 | "compile_data_glob": [ |
| 8330 | "**" |
| 8331 | ], |
| 8332 | "deps": { |
| 8333 | "common": [], |
| 8334 | "selects": { |
| 8335 | "cfg(windows)": [ |
| 8336 | { |
| 8337 | "id": "winapi 0.3.9", |
| 8338 | "target": "winapi" |
| 8339 | } |
| 8340 | ] |
| 8341 | } |
| 8342 | }, |
| 8343 | "edition": "2018", |
| 8344 | "version": "0.1.5" |
| 8345 | }, |
| 8346 | "license": "Unlicense/MIT" |
| 8347 | }, |
| 8348 | "winapi-x86_64-pc-windows-gnu 0.4.0": { |
| 8349 | "name": "winapi-x86_64-pc-windows-gnu", |
| 8350 | "version": "0.4.0", |
| 8351 | "repository": { |
| 8352 | "Http": { |
| 8353 | "url": "https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download", |
| 8354 | "sha256": "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 8355 | } |
| 8356 | }, |
| 8357 | "targets": [ |
| 8358 | { |
| 8359 | "Library": { |
| 8360 | "crate_name": "winapi_x86_64_pc_windows_gnu", |
| 8361 | "crate_root": "src/lib.rs", |
| 8362 | "srcs": [ |
| 8363 | "**/*.rs" |
| 8364 | ] |
| 8365 | } |
| 8366 | }, |
| 8367 | { |
| 8368 | "BuildScript": { |
| 8369 | "crate_name": "build_script_build", |
| 8370 | "crate_root": "build.rs", |
| 8371 | "srcs": [ |
| 8372 | "**/*.rs" |
| 8373 | ] |
| 8374 | } |
| 8375 | } |
| 8376 | ], |
| 8377 | "library_target_name": "winapi_x86_64_pc_windows_gnu", |
| 8378 | "common_attrs": { |
| 8379 | "compile_data_glob": [ |
| 8380 | "**" |
| 8381 | ], |
| 8382 | "deps": { |
| 8383 | "common": [ |
| 8384 | { |
| 8385 | "id": "winapi-x86_64-pc-windows-gnu 0.4.0", |
| 8386 | "target": "build_script_build" |
| 8387 | } |
| 8388 | ], |
| 8389 | "selects": {} |
| 8390 | }, |
| 8391 | "edition": "2015", |
| 8392 | "version": "0.4.0" |
| 8393 | }, |
| 8394 | "build_script_attrs": { |
| 8395 | "data_glob": [ |
| 8396 | "**" |
| 8397 | ] |
| 8398 | }, |
| 8399 | "license": "MIT/Apache-2.0" |
| 8400 | }, |
| 8401 | "windows-sys 0.48.0": { |
| 8402 | "name": "windows-sys", |
| 8403 | "version": "0.48.0", |
| 8404 | "repository": { |
| 8405 | "Http": { |
| 8406 | "url": "https://crates.io/api/v1/crates/windows-sys/0.48.0/download", |
| 8407 | "sha256": "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| 8408 | } |
| 8409 | }, |
| 8410 | "targets": [ |
| 8411 | { |
| 8412 | "Library": { |
| 8413 | "crate_name": "windows_sys", |
| 8414 | "crate_root": "src/lib.rs", |
| 8415 | "srcs": [ |
| 8416 | "**/*.rs" |
| 8417 | ] |
| 8418 | } |
| 8419 | } |
| 8420 | ], |
| 8421 | "library_target_name": "windows_sys", |
| 8422 | "common_attrs": { |
| 8423 | "compile_data_glob": [ |
| 8424 | "**" |
| 8425 | ], |
| 8426 | "deps": { |
| 8427 | "common": [ |
| 8428 | { |
| 8429 | "id": "windows-targets 0.48.1", |
| 8430 | "target": "windows_targets" |
| 8431 | } |
| 8432 | ], |
| 8433 | "selects": {} |
| 8434 | }, |
| 8435 | "edition": "2018", |
| 8436 | "version": "0.48.0" |
| 8437 | }, |
| 8438 | "license": "MIT OR Apache-2.0" |
| 8439 | }, |
| 8440 | "windows-targets 0.48.1": { |
| 8441 | "name": "windows-targets", |
| 8442 | "version": "0.48.1", |
| 8443 | "repository": { |
| 8444 | "Http": { |
| 8445 | "url": "https://crates.io/api/v1/crates/windows-targets/0.48.1/download", |
| 8446 | "sha256": "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f" |
| 8447 | } |
| 8448 | }, |
| 8449 | "targets": [ |
| 8450 | { |
| 8451 | "Library": { |
| 8452 | "crate_name": "windows_targets", |
| 8453 | "crate_root": "src/lib.rs", |
| 8454 | "srcs": [ |
| 8455 | "**/*.rs" |
| 8456 | ] |
| 8457 | } |
| 8458 | } |
| 8459 | ], |
| 8460 | "library_target_name": "windows_targets", |
| 8461 | "common_attrs": { |
| 8462 | "compile_data_glob": [ |
| 8463 | "**" |
| 8464 | ], |
| 8465 | "deps": { |
| 8466 | "common": [], |
| 8467 | "selects": { |
| 8468 | "aarch64-pc-windows-gnullvm": [ |
| 8469 | { |
| 8470 | "id": "windows_aarch64_gnullvm 0.48.0", |
| 8471 | "target": "windows_aarch64_gnullvm" |
| 8472 | } |
| 8473 | ], |
| 8474 | "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))": [ |
| 8475 | { |
| 8476 | "id": "windows_aarch64_msvc 0.48.0", |
| 8477 | "target": "windows_aarch64_msvc" |
| 8478 | } |
| 8479 | ], |
| 8480 | "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))": [ |
| 8481 | { |
| 8482 | "id": "windows_i686_gnu 0.48.0", |
| 8483 | "target": "windows_i686_gnu" |
| 8484 | } |
| 8485 | ], |
| 8486 | "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))": [ |
| 8487 | { |
| 8488 | "id": "windows_i686_msvc 0.48.0", |
| 8489 | "target": "windows_i686_msvc" |
| 8490 | } |
| 8491 | ], |
| 8492 | "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [ |
| 8493 | { |
| 8494 | "id": "windows_x86_64_gnu 0.48.0", |
| 8495 | "target": "windows_x86_64_gnu" |
| 8496 | } |
| 8497 | ], |
| 8498 | "cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))": [ |
| 8499 | { |
| 8500 | "id": "windows_x86_64_msvc 0.48.0", |
| 8501 | "target": "windows_x86_64_msvc" |
| 8502 | } |
| 8503 | ], |
| 8504 | "x86_64-pc-windows-gnullvm": [ |
| 8505 | { |
| 8506 | "id": "windows_x86_64_gnullvm 0.48.0", |
| 8507 | "target": "windows_x86_64_gnullvm" |
| 8508 | } |
| 8509 | ] |
| 8510 | } |
| 8511 | }, |
| 8512 | "edition": "2018", |
| 8513 | "version": "0.48.1" |
| 8514 | }, |
| 8515 | "license": "MIT OR Apache-2.0" |
| 8516 | }, |
| 8517 | "windows_aarch64_gnullvm 0.48.0": { |
| 8518 | "name": "windows_aarch64_gnullvm", |
| 8519 | "version": "0.48.0", |
| 8520 | "repository": { |
| 8521 | "Http": { |
| 8522 | "url": "https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.0/download", |
| 8523 | "sha256": "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" |
| 8524 | } |
| 8525 | }, |
| 8526 | "targets": [ |
| 8527 | { |
| 8528 | "Library": { |
| 8529 | "crate_name": "windows_aarch64_gnullvm", |
| 8530 | "crate_root": "src/lib.rs", |
| 8531 | "srcs": [ |
| 8532 | "**/*.rs" |
| 8533 | ] |
| 8534 | } |
| 8535 | }, |
| 8536 | { |
| 8537 | "BuildScript": { |
| 8538 | "crate_name": "build_script_build", |
| 8539 | "crate_root": "build.rs", |
| 8540 | "srcs": [ |
| 8541 | "**/*.rs" |
| 8542 | ] |
| 8543 | } |
| 8544 | } |
| 8545 | ], |
| 8546 | "library_target_name": "windows_aarch64_gnullvm", |
| 8547 | "common_attrs": { |
| 8548 | "compile_data_glob": [ |
| 8549 | "**" |
| 8550 | ], |
| 8551 | "deps": { |
| 8552 | "common": [ |
| 8553 | { |
| 8554 | "id": "windows_aarch64_gnullvm 0.48.0", |
| 8555 | "target": "build_script_build" |
| 8556 | } |
| 8557 | ], |
| 8558 | "selects": {} |
| 8559 | }, |
| 8560 | "edition": "2018", |
| 8561 | "version": "0.48.0" |
| 8562 | }, |
| 8563 | "build_script_attrs": { |
| 8564 | "data_glob": [ |
| 8565 | "**" |
| 8566 | ] |
| 8567 | }, |
| 8568 | "license": "MIT OR Apache-2.0" |
| 8569 | }, |
| 8570 | "windows_aarch64_msvc 0.48.0": { |
| 8571 | "name": "windows_aarch64_msvc", |
| 8572 | "version": "0.48.0", |
| 8573 | "repository": { |
| 8574 | "Http": { |
| 8575 | "url": "https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.0/download", |
| 8576 | "sha256": "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" |
| 8577 | } |
| 8578 | }, |
| 8579 | "targets": [ |
| 8580 | { |
| 8581 | "Library": { |
| 8582 | "crate_name": "windows_aarch64_msvc", |
| 8583 | "crate_root": "src/lib.rs", |
| 8584 | "srcs": [ |
| 8585 | "**/*.rs" |
| 8586 | ] |
| 8587 | } |
| 8588 | }, |
| 8589 | { |
| 8590 | "BuildScript": { |
| 8591 | "crate_name": "build_script_build", |
| 8592 | "crate_root": "build.rs", |
| 8593 | "srcs": [ |
| 8594 | "**/*.rs" |
| 8595 | ] |
| 8596 | } |
| 8597 | } |
| 8598 | ], |
| 8599 | "library_target_name": "windows_aarch64_msvc", |
| 8600 | "common_attrs": { |
| 8601 | "compile_data_glob": [ |
| 8602 | "**" |
| 8603 | ], |
| 8604 | "deps": { |
| 8605 | "common": [ |
| 8606 | { |
| 8607 | "id": "windows_aarch64_msvc 0.48.0", |
| 8608 | "target": "build_script_build" |
| 8609 | } |
| 8610 | ], |
| 8611 | "selects": {} |
| 8612 | }, |
| 8613 | "edition": "2018", |
| 8614 | "version": "0.48.0" |
| 8615 | }, |
| 8616 | "build_script_attrs": { |
| 8617 | "data_glob": [ |
| 8618 | "**" |
| 8619 | ] |
| 8620 | }, |
| 8621 | "license": "MIT OR Apache-2.0" |
| 8622 | }, |
| 8623 | "windows_i686_gnu 0.48.0": { |
| 8624 | "name": "windows_i686_gnu", |
| 8625 | "version": "0.48.0", |
| 8626 | "repository": { |
| 8627 | "Http": { |
| 8628 | "url": "https://crates.io/api/v1/crates/windows_i686_gnu/0.48.0/download", |
| 8629 | "sha256": "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" |
| 8630 | } |
| 8631 | }, |
| 8632 | "targets": [ |
| 8633 | { |
| 8634 | "Library": { |
| 8635 | "crate_name": "windows_i686_gnu", |
| 8636 | "crate_root": "src/lib.rs", |
| 8637 | "srcs": [ |
| 8638 | "**/*.rs" |
| 8639 | ] |
| 8640 | } |
| 8641 | }, |
| 8642 | { |
| 8643 | "BuildScript": { |
| 8644 | "crate_name": "build_script_build", |
| 8645 | "crate_root": "build.rs", |
| 8646 | "srcs": [ |
| 8647 | "**/*.rs" |
| 8648 | ] |
| 8649 | } |
| 8650 | } |
| 8651 | ], |
| 8652 | "library_target_name": "windows_i686_gnu", |
| 8653 | "common_attrs": { |
| 8654 | "compile_data_glob": [ |
| 8655 | "**" |
| 8656 | ], |
| 8657 | "deps": { |
| 8658 | "common": [ |
| 8659 | { |
| 8660 | "id": "windows_i686_gnu 0.48.0", |
| 8661 | "target": "build_script_build" |
| 8662 | } |
| 8663 | ], |
| 8664 | "selects": {} |
| 8665 | }, |
| 8666 | "edition": "2018", |
| 8667 | "version": "0.48.0" |
| 8668 | }, |
| 8669 | "build_script_attrs": { |
| 8670 | "data_glob": [ |
| 8671 | "**" |
| 8672 | ] |
| 8673 | }, |
| 8674 | "license": "MIT OR Apache-2.0" |
| 8675 | }, |
| 8676 | "windows_i686_msvc 0.48.0": { |
| 8677 | "name": "windows_i686_msvc", |
| 8678 | "version": "0.48.0", |
| 8679 | "repository": { |
| 8680 | "Http": { |
| 8681 | "url": "https://crates.io/api/v1/crates/windows_i686_msvc/0.48.0/download", |
| 8682 | "sha256": "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" |
| 8683 | } |
| 8684 | }, |
| 8685 | "targets": [ |
| 8686 | { |
| 8687 | "Library": { |
| 8688 | "crate_name": "windows_i686_msvc", |
| 8689 | "crate_root": "src/lib.rs", |
| 8690 | "srcs": [ |
| 8691 | "**/*.rs" |
| 8692 | ] |
| 8693 | } |
| 8694 | }, |
| 8695 | { |
| 8696 | "BuildScript": { |
| 8697 | "crate_name": "build_script_build", |
| 8698 | "crate_root": "build.rs", |
| 8699 | "srcs": [ |
| 8700 | "**/*.rs" |
| 8701 | ] |
| 8702 | } |
| 8703 | } |
| 8704 | ], |
| 8705 | "library_target_name": "windows_i686_msvc", |
| 8706 | "common_attrs": { |
| 8707 | "compile_data_glob": [ |
| 8708 | "**" |
| 8709 | ], |
| 8710 | "deps": { |
| 8711 | "common": [ |
| 8712 | { |
| 8713 | "id": "windows_i686_msvc 0.48.0", |
| 8714 | "target": "build_script_build" |
| 8715 | } |
| 8716 | ], |
| 8717 | "selects": {} |
| 8718 | }, |
| 8719 | "edition": "2018", |
| 8720 | "version": "0.48.0" |
| 8721 | }, |
| 8722 | "build_script_attrs": { |
| 8723 | "data_glob": [ |
| 8724 | "**" |
| 8725 | ] |
| 8726 | }, |
| 8727 | "license": "MIT OR Apache-2.0" |
| 8728 | }, |
| 8729 | "windows_x86_64_gnu 0.48.0": { |
| 8730 | "name": "windows_x86_64_gnu", |
| 8731 | "version": "0.48.0", |
| 8732 | "repository": { |
| 8733 | "Http": { |
| 8734 | "url": "https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.0/download", |
| 8735 | "sha256": "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" |
| 8736 | } |
| 8737 | }, |
| 8738 | "targets": [ |
| 8739 | { |
| 8740 | "Library": { |
| 8741 | "crate_name": "windows_x86_64_gnu", |
| 8742 | "crate_root": "src/lib.rs", |
| 8743 | "srcs": [ |
| 8744 | "**/*.rs" |
| 8745 | ] |
| 8746 | } |
| 8747 | }, |
| 8748 | { |
| 8749 | "BuildScript": { |
| 8750 | "crate_name": "build_script_build", |
| 8751 | "crate_root": "build.rs", |
| 8752 | "srcs": [ |
| 8753 | "**/*.rs" |
| 8754 | ] |
| 8755 | } |
| 8756 | } |
| 8757 | ], |
| 8758 | "library_target_name": "windows_x86_64_gnu", |
| 8759 | "common_attrs": { |
| 8760 | "compile_data_glob": [ |
| 8761 | "**" |
| 8762 | ], |
| 8763 | "deps": { |
| 8764 | "common": [ |
| 8765 | { |
| 8766 | "id": "windows_x86_64_gnu 0.48.0", |
| 8767 | "target": "build_script_build" |
| 8768 | } |
| 8769 | ], |
| 8770 | "selects": {} |
| 8771 | }, |
| 8772 | "edition": "2018", |
| 8773 | "version": "0.48.0" |
| 8774 | }, |
| 8775 | "build_script_attrs": { |
| 8776 | "data_glob": [ |
| 8777 | "**" |
| 8778 | ] |
| 8779 | }, |
| 8780 | "license": "MIT OR Apache-2.0" |
| 8781 | }, |
| 8782 | "windows_x86_64_gnullvm 0.48.0": { |
| 8783 | "name": "windows_x86_64_gnullvm", |
| 8784 | "version": "0.48.0", |
| 8785 | "repository": { |
| 8786 | "Http": { |
| 8787 | "url": "https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.0/download", |
| 8788 | "sha256": "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" |
| 8789 | } |
| 8790 | }, |
| 8791 | "targets": [ |
| 8792 | { |
| 8793 | "Library": { |
| 8794 | "crate_name": "windows_x86_64_gnullvm", |
| 8795 | "crate_root": "src/lib.rs", |
| 8796 | "srcs": [ |
| 8797 | "**/*.rs" |
| 8798 | ] |
| 8799 | } |
| 8800 | }, |
| 8801 | { |
| 8802 | "BuildScript": { |
| 8803 | "crate_name": "build_script_build", |
| 8804 | "crate_root": "build.rs", |
| 8805 | "srcs": [ |
| 8806 | "**/*.rs" |
| 8807 | ] |
| 8808 | } |
| 8809 | } |
| 8810 | ], |
| 8811 | "library_target_name": "windows_x86_64_gnullvm", |
| 8812 | "common_attrs": { |
| 8813 | "compile_data_glob": [ |
| 8814 | "**" |
| 8815 | ], |
| 8816 | "deps": { |
| 8817 | "common": [ |
| 8818 | { |
| 8819 | "id": "windows_x86_64_gnullvm 0.48.0", |
| 8820 | "target": "build_script_build" |
| 8821 | } |
| 8822 | ], |
| 8823 | "selects": {} |
| 8824 | }, |
| 8825 | "edition": "2018", |
| 8826 | "version": "0.48.0" |
| 8827 | }, |
| 8828 | "build_script_attrs": { |
| 8829 | "data_glob": [ |
| 8830 | "**" |
| 8831 | ] |
| 8832 | }, |
| 8833 | "license": "MIT OR Apache-2.0" |
| 8834 | }, |
| 8835 | "windows_x86_64_msvc 0.48.0": { |
| 8836 | "name": "windows_x86_64_msvc", |
| 8837 | "version": "0.48.0", |
| 8838 | "repository": { |
| 8839 | "Http": { |
| 8840 | "url": "https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.0/download", |
| 8841 | "sha256": "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" |
| 8842 | } |
| 8843 | }, |
| 8844 | "targets": [ |
| 8845 | { |
| 8846 | "Library": { |
| 8847 | "crate_name": "windows_x86_64_msvc", |
| 8848 | "crate_root": "src/lib.rs", |
| 8849 | "srcs": [ |
| 8850 | "**/*.rs" |
| 8851 | ] |
| 8852 | } |
| 8853 | }, |
| 8854 | { |
| 8855 | "BuildScript": { |
| 8856 | "crate_name": "build_script_build", |
| 8857 | "crate_root": "build.rs", |
| 8858 | "srcs": [ |
| 8859 | "**/*.rs" |
| 8860 | ] |
| 8861 | } |
| 8862 | } |
| 8863 | ], |
| 8864 | "library_target_name": "windows_x86_64_msvc", |
| 8865 | "common_attrs": { |
| 8866 | "compile_data_glob": [ |
| 8867 | "**" |
| 8868 | ], |
| 8869 | "deps": { |
| 8870 | "common": [ |
| 8871 | { |
| 8872 | "id": "windows_x86_64_msvc 0.48.0", |
| 8873 | "target": "build_script_build" |
| 8874 | } |
| 8875 | ], |
| 8876 | "selects": {} |
| 8877 | }, |
| 8878 | "edition": "2018", |
| 8879 | "version": "0.48.0" |
| 8880 | }, |
| 8881 | "build_script_attrs": { |
| 8882 | "data_glob": [ |
| 8883 | "**" |
| 8884 | ] |
| 8885 | }, |
| 8886 | "license": "MIT OR Apache-2.0" |
| 8887 | } |
| 8888 | }, |
| 8889 | "binary_crates": [], |
| 8890 | "workspace_members": { |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 8891 | "autocxx 0.26.0": "third_party/autocxx", |
| 8892 | "autocxx-engine 0.26.0": "third_party/autocxx/engine", |
| 8893 | "autocxx-gen 0.26.0": "third_party/autocxx/gen/cmd", |
| 8894 | "autocxx-integration-tests 0.26.0": "third_party/autocxx/integration-tests", |
| 8895 | "autocxx-macro 0.26.0": "third_party/autocxx/macro", |
| 8896 | "autocxx-parser 0.26.0": "third_party/autocxx/parser", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 8897 | "compile_with_bazel 0.0.0": "", |
| 8898 | "flatbuffers 22.10.26": "third_party/flatbuffers/rust/flatbuffers" |
| 8899 | }, |
| 8900 | "conditions": { |
| 8901 | "aarch64-pc-windows-gnullvm": [], |
| 8902 | "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^] | 8903 | "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] | 8904 | "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\")))))": [ |
| 8905 | "aarch64-unknown-linux-gnu", |
| 8906 | "arm-unknown-linux-gnueabi", |
| 8907 | "armv7-unknown-linux-gnueabihf", |
| 8908 | "x86_64-unknown-linux-gnu" |
| 8909 | ], |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 8910 | "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\"))))": [ |
| 8911 | "aarch64-unknown-linux-gnu", |
| 8912 | "arm-unknown-linux-gnueabi", |
| 8913 | "armv7-unknown-linux-gnueabihf", |
| 8914 | "x86_64-unknown-linux-gnu" |
| 8915 | ], |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 8916 | "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^] | 8917 | "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] | 8918 | "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))": [], |
| 8919 | "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))": [], |
| 8920 | "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))": [], |
| 8921 | "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))": [], |
| 8922 | "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [ |
| 8923 | "x86_64-unknown-linux-gnu" |
| 8924 | ], |
| 8925 | "cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))": [], |
| 8926 | "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\"))": [ |
| 8927 | "aarch64-unknown-linux-gnu", |
| 8928 | "arm-unknown-linux-gnueabi", |
| 8929 | "armv7-unknown-linux-gnueabihf", |
| 8930 | "x86_64-unknown-linux-gnu" |
| 8931 | ], |
| 8932 | "cfg(any(unix, target_os = \"wasi\"))": [ |
| 8933 | "aarch64-unknown-linux-gnu", |
| 8934 | "arm-unknown-linux-gnueabi", |
| 8935 | "armv7-unknown-linux-gnueabihf", |
| 8936 | "x86_64-unknown-linux-gnu" |
| 8937 | ], |
| 8938 | "cfg(not(all(target_arch = \"arm\", target_os = \"none\")))": [ |
| 8939 | "aarch64-unknown-linux-gnu", |
| 8940 | "arm-unknown-linux-gnueabi", |
| 8941 | "armv7-unknown-linux-gnueabihf", |
| 8942 | "x86_64-unknown-linux-gnu" |
| 8943 | ], |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame^] | 8944 | "cfg(not(any(windows, target_os = \"hermit\", target_os = \"unknown\")))": [ |
| 8945 | "aarch64-unknown-linux-gnu", |
| 8946 | "arm-unknown-linux-gnueabi", |
| 8947 | "armv7-unknown-linux-gnueabihf", |
| 8948 | "x86_64-unknown-linux-gnu" |
| 8949 | ], |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 8950 | "cfg(not(windows))": [ |
| 8951 | "aarch64-unknown-linux-gnu", |
| 8952 | "arm-unknown-linux-gnueabi", |
| 8953 | "armv7-unknown-linux-gnueabihf", |
| 8954 | "x86_64-unknown-linux-gnu" |
| 8955 | ], |
| 8956 | "cfg(target_os = \"dragonfly\")": [], |
| 8957 | "cfg(target_os = \"hermit\")": [], |
| 8958 | "cfg(target_os = \"redox\")": [], |
| 8959 | "cfg(target_os = \"wasi\")": [], |
| 8960 | "cfg(target_os = \"windows\")": [], |
| 8961 | "cfg(unix)": [ |
| 8962 | "aarch64-unknown-linux-gnu", |
| 8963 | "arm-unknown-linux-gnueabi", |
| 8964 | "armv7-unknown-linux-gnueabihf", |
| 8965 | "x86_64-unknown-linux-gnu" |
| 8966 | ], |
| 8967 | "cfg(windows)": [], |
| 8968 | "i686-pc-windows-gnu": [], |
| 8969 | "x86_64-pc-windows-gnu": [], |
| 8970 | "x86_64-pc-windows-gnullvm": [] |
| 8971 | } |
| 8972 | } |