1{ 2 "checksum": "2a380523a8d2af44db9039a1159b146be87a517dc1b8d9bf8fafc9760a7a0a4f", 3 "crates": { 4 "autocfg 1.1.0": { 5 "name": "autocfg", 6 "version": "1.1.0", 7 "package_url": "https://github.com/cuviper/autocfg", 8 "repository": { 9 "Http": { 10 "url": "https://crates.io/api/v1/crates/autocfg/1.1.0/download", 11 "sha256": "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 12 } 13 }, 14 "targets": [ 15 { 16 "Library": { 17 "crate_name": "autocfg", 18 "crate_root": "src/lib.rs", 19 "srcs": { 20 "allow_empty": false, 21 "include": [ 22 "**/*.rs" 23 ] 24 } 25 } 26 } 27 ], 28 "library_target_name": "autocfg", 29 "common_attrs": { 30 "compile_data_glob": [ 31 "**" 32 ], 33 "edition": "2015", 34 "version": "1.1.0" 35 }, 36 "license": "Apache-2.0 OR MIT", 37 "license_ids": [ 38 "Apache-2.0", 39 "MIT" 40 ], 41 "license_file": null 42 }, 43 "bitflags 1.3.2": { 44 "name": "bitflags", 45 "version": "1.3.2", 46 "package_url": "https://github.com/bitflags/bitflags", 47 "repository": { 48 "Http": { 49 "url": "https://crates.io/api/v1/crates/bitflags/1.3.2/download", 50 "sha256": "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 51 } 52 }, 53 "targets": [ 54 { 55 "Library": { 56 "crate_name": "bitflags", 57 "crate_root": "src/lib.rs", 58 "srcs": { 59 "allow_empty": false, 60 "include": [ 61 "**/*.rs" 62 ] 63 } 64 } 65 } 66 ], 67 "library_target_name": "bitflags", 68 "common_attrs": { 69 "compile_data_glob": [ 70 "**" 71 ], 72 "crate_features": { 73 "common": [ 74 "default" 75 ], 76 "selects": {} 77 }, 78 "edition": "2018", 79 "version": "1.3.2" 80 }, 81 "license": "MIT/Apache-2.0", 82 "license_ids": [ 83 "Apache-2.0", 84 "MIT" 85 ], 86 "license_file": null 87 }, 88 "cfg-if 1.0.0": { 89 "name": "cfg-if", 90 "version": "1.0.0", 91 "package_url": "https://github.com/alexcrichton/cfg-if", 92 "repository": { 93 "Http": { 94 "url": "https://crates.io/api/v1/crates/cfg-if/1.0.0/download", 95 "sha256": "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 96 } 97 }, 98 "targets": [ 99 { 100 "Library": { 101 "crate_name": "cfg_if", 102 "crate_root": "src/lib.rs", 103 "srcs": { 104 "allow_empty": false, 105 "include": [ 106 "**/*.rs" 107 ] 108 } 109 } 110 } 111 ], 112 "library_target_name": "cfg_if", 113 "common_attrs": { 114 "compile_data_glob": [ 115 "**" 116 ], 117 "edition": "2018", 118 "version": "1.0.0" 119 }, 120 "license": "MIT/Apache-2.0", 121 "license_ids": [ 122 "Apache-2.0", 123 "MIT" 124 ], 125 "license_file": null 126 }, 127 "conditional-deps 0.1.0": { 128 "name": "conditional-deps", 129 "version": "0.1.0", 130 "package_url": null, 131 "repository": null, 132 "targets": [], 133 "library_target_name": null, 134 "common_attrs": { 135 "compile_data_glob": [ 136 "**" 137 ], 138 "deps": { 139 "common": [], 140 "selects": { 141 "cfg(target_os = \"linux\")": [ 142 { 143 "id": "nix 0.26.2", 144 "target": "nix" 145 } 146 ] 147 } 148 }, 149 "edition": "2021", 150 "version": "0.1.0" 151 }, 152 "license": null, 153 "license_ids": [], 154 "license_file": null 155 }, 156 "libc 0.2.146": { 157 "name": "libc", 158 "version": "0.2.146", 159 "package_url": "https://github.com/rust-lang/libc", 160 "repository": { 161 "Http": { 162 "url": "https://crates.io/api/v1/crates/libc/0.2.146/download", 163 "sha256": "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b" 164 } 165 }, 166 "targets": [ 167 { 168 "Library": { 169 "crate_name": "libc", 170 "crate_root": "src/lib.rs", 171 "srcs": { 172 "allow_empty": false, 173 "include": [ 174 "**/*.rs" 175 ] 176 } 177 } 178 }, 179 { 180 "BuildScript": { 181 "crate_name": "build_script_build", 182 "crate_root": "build.rs", 183 "srcs": { 184 "allow_empty": false, 185 "include": [ 186 "**/*.rs" 187 ] 188 } 189 } 190 } 191 ], 192 "library_target_name": "libc", 193 "common_attrs": { 194 "compile_data_glob": [ 195 "**" 196 ], 197 "crate_features": { 198 "common": [ 199 "default", 200 "extra_traits", 201 "std" 202 ], 203 "selects": {} 204 }, 205 "deps": { 206 "common": [ 207 { 208 "id": "libc 0.2.146", 209 "target": "build_script_build" 210 } 211 ], 212 "selects": {} 213 }, 214 "edition": "2015", 215 "version": "0.2.146" 216 }, 217 "build_script_attrs": { 218 "data_glob": [ 219 "**" 220 ] 221 }, 222 "license": "MIT OR Apache-2.0", 223 "license_ids": [ 224 "Apache-2.0", 225 "MIT" 226 ], 227 "license_file": null 228 }, 229 "memoffset 0.7.1": { 230 "name": "memoffset", 231 "version": "0.7.1", 232 "package_url": "https://github.com/Gilnaa/memoffset", 233 "repository": { 234 "Http": { 235 "url": "https://crates.io/api/v1/crates/memoffset/0.7.1/download", 236 "sha256": "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" 237 } 238 }, 239 "targets": [ 240 { 241 "Library": { 242 "crate_name": "memoffset", 243 "crate_root": "src/lib.rs", 244 "srcs": { 245 "allow_empty": false, 246 "include": [ 247 "**/*.rs" 248 ] 249 } 250 } 251 }, 252 { 253 "BuildScript": { 254 "crate_name": "build_script_build", 255 "crate_root": "build.rs", 256 "srcs": { 257 "allow_empty": false, 258 "include": [ 259 "**/*.rs" 260 ] 261 } 262 } 263 } 264 ], 265 "library_target_name": "memoffset", 266 "common_attrs": { 267 "compile_data_glob": [ 268 "**" 269 ], 270 "crate_features": { 271 "common": [ 272 "default" 273 ], 274 "selects": {} 275 }, 276 "deps": { 277 "common": [ 278 { 279 "id": "memoffset 0.7.1", 280 "target": "build_script_build" 281 } 282 ], 283 "selects": {} 284 }, 285 "edition": "2015", 286 "version": "0.7.1" 287 }, 288 "build_script_attrs": { 289 "data_glob": [ 290 "**" 291 ], 292 "deps": { 293 "common": [ 294 { 295 "id": "autocfg 1.1.0", 296 "target": "autocfg" 297 } 298 ], 299 "selects": {} 300 } 301 }, 302 "license": "MIT", 303 "license_ids": [ 304 "MIT" 305 ], 306 "license_file": null 307 }, 308 "nix 0.26.2": { 309 "name": "nix", 310 "version": "0.26.2", 311 "package_url": "https://github.com/nix-rust/nix", 312 "repository": { 313 "Http": { 314 "url": "https://crates.io/api/v1/crates/nix/0.26.2/download", 315 "sha256": "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" 316 } 317 }, 318 "targets": [ 319 { 320 "Library": { 321 "crate_name": "nix", 322 "crate_root": "src/lib.rs", 323 "srcs": { 324 "allow_empty": false, 325 "include": [ 326 "**/*.rs" 327 ] 328 } 329 } 330 } 331 ], 332 "library_target_name": "nix", 333 "common_attrs": { 334 "compile_data_glob": [ 335 "**" 336 ], 337 "crate_features": { 338 "common": [ 339 "acct", 340 "aio", 341 "default", 342 "dir", 343 "env", 344 "event", 345 "feature", 346 "fs", 347 "hostname", 348 "inotify", 349 "ioctl", 350 "kmod", 351 "memoffset", 352 "mman", 353 "mount", 354 "mqueue", 355 "net", 356 "personality", 357 "pin-utils", 358 "poll", 359 "process", 360 "pthread", 361 "ptrace", 362 "quota", 363 "reboot", 364 "resource", 365 "sched", 366 "signal", 367 "socket", 368 "term", 369 "time", 370 "ucontext", 371 "uio", 372 "user", 373 "zerocopy" 374 ], 375 "selects": {} 376 }, 377 "deps": { 378 "common": [ 379 { 380 "id": "bitflags 1.3.2", 381 "target": "bitflags" 382 }, 383 { 384 "id": "cfg-if 1.0.0", 385 "target": "cfg_if" 386 }, 387 { 388 "id": "libc 0.2.146", 389 "target": "libc" 390 }, 391 { 392 "id": "pin-utils 0.1.0", 393 "target": "pin_utils" 394 }, 395 { 396 "id": "static_assertions 1.1.0", 397 "target": "static_assertions" 398 } 399 ], 400 "selects": { 401 "cfg(not(target_os = \"redox\"))": [ 402 { 403 "id": "memoffset 0.7.1", 404 "target": "memoffset" 405 } 406 ] 407 } 408 }, 409 "edition": "2018", 410 "version": "0.26.2" 411 }, 412 "license": "MIT", 413 "license_ids": [ 414 "MIT" 415 ], 416 "license_file": null 417 }, 418 "pin-utils 0.1.0": { 419 "name": "pin-utils", 420 "version": "0.1.0", 421 "package_url": "https://github.com/rust-lang-nursery/pin-utils", 422 "repository": { 423 "Http": { 424 "url": "https://crates.io/api/v1/crates/pin-utils/0.1.0/download", 425 "sha256": "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 426 } 427 }, 428 "targets": [ 429 { 430 "Library": { 431 "crate_name": "pin_utils", 432 "crate_root": "src/lib.rs", 433 "srcs": { 434 "allow_empty": false, 435 "include": [ 436 "**/*.rs" 437 ] 438 } 439 } 440 } 441 ], 442 "library_target_name": "pin_utils", 443 "common_attrs": { 444 "compile_data_glob": [ 445 "**" 446 ], 447 "edition": "2018", 448 "version": "0.1.0" 449 }, 450 "license": "MIT OR Apache-2.0", 451 "license_ids": [ 452 "Apache-2.0", 453 "MIT" 454 ], 455 "license_file": null 456 }, 457 "static_assertions 1.1.0": { 458 "name": "static_assertions", 459 "version": "1.1.0", 460 "package_url": "https://github.com/nvzqz/static-assertions-rs", 461 "repository": { 462 "Http": { 463 "url": "https://crates.io/api/v1/crates/static_assertions/1.1.0/download", 464 "sha256": "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 465 } 466 }, 467 "targets": [ 468 { 469 "Library": { 470 "crate_name": "static_assertions", 471 "crate_root": "src/lib.rs", 472 "srcs": { 473 "allow_empty": false, 474 "include": [ 475 "**/*.rs" 476 ] 477 } 478 } 479 } 480 ], 481 "library_target_name": "static_assertions", 482 "common_attrs": { 483 "compile_data_glob": [ 484 "**" 485 ], 486 "edition": "2015", 487 "version": "1.1.0" 488 }, 489 "license": "MIT OR Apache-2.0", 490 "license_ids": [ 491 "Apache-2.0", 492 "MIT" 493 ], 494 "license_file": null 495 } 496 }, 497 "binary_crates": [], 498 "workspace_members": { 499 "conditional-deps 0.1.0": "cargo_conditional_deps" 500 }, 501 "conditions": { 502 "aarch64-apple-darwin": [ 503 "aarch64-apple-darwin" 504 ], 505 "aarch64-apple-ios": [ 506 "aarch64-apple-ios" 507 ], 508 "aarch64-apple-ios-sim": [ 509 "aarch64-apple-ios-sim" 510 ], 511 "aarch64-fuchsia": [ 512 "aarch64-fuchsia" 513 ], 514 "aarch64-linux-android": [ 515 "aarch64-linux-android" 516 ], 517 "aarch64-pc-windows-msvc": [ 518 "aarch64-pc-windows-msvc" 519 ], 520 "aarch64-unknown-linux-gnu": [ 521 "aarch64-unknown-linux-gnu" 522 ], 523 "aarch64-unknown-nixos-gnu": [ 524 "aarch64-unknown-nixos-gnu" 525 ], 526 "aarch64-unknown-nto-qnx710": [ 527 "aarch64-unknown-nto-qnx710" 528 ], 529 "arm-unknown-linux-gnueabi": [ 530 "arm-unknown-linux-gnueabi" 531 ], 532 "armv7-linux-androideabi": [ 533 "armv7-linux-androideabi" 534 ], 535 "armv7-unknown-linux-gnueabi": [ 536 "armv7-unknown-linux-gnueabi" 537 ], 538 "cfg(not(target_os = \"redox\"))": [ 539 "aarch64-apple-darwin", 540 "aarch64-apple-ios", 541 "aarch64-apple-ios-sim", 542 "aarch64-fuchsia", 543 "aarch64-linux-android", 544 "aarch64-pc-windows-msvc", 545 "aarch64-unknown-linux-gnu", 546 "aarch64-unknown-nixos-gnu", 547 "aarch64-unknown-nto-qnx710", 548 "arm-unknown-linux-gnueabi", 549 "armv7-linux-androideabi", 550 "armv7-unknown-linux-gnueabi", 551 "i686-apple-darwin", 552 "i686-linux-android", 553 "i686-pc-windows-msvc", 554 "i686-unknown-freebsd", 555 "i686-unknown-linux-gnu", 556 "powerpc-unknown-linux-gnu", 557 "riscv32imc-unknown-none-elf", 558 "riscv64gc-unknown-none-elf", 559 "s390x-unknown-linux-gnu", 560 "thumbv7em-none-eabi", 561 "thumbv8m.main-none-eabi", 562 "wasm32-unknown-unknown", 563 "wasm32-wasi", 564 "x86_64-apple-darwin", 565 "x86_64-apple-ios", 566 "x86_64-fuchsia", 567 "x86_64-linux-android", 568 "x86_64-pc-windows-msvc", 569 "x86_64-unknown-freebsd", 570 "x86_64-unknown-linux-gnu", 571 "x86_64-unknown-nixos-gnu", 572 "x86_64-unknown-none" 573 ], 574 "cfg(target_os = \"linux\")": [ 575 "aarch64-unknown-linux-gnu", 576 "aarch64-unknown-nixos-gnu", 577 "arm-unknown-linux-gnueabi", 578 "armv7-unknown-linux-gnueabi", 579 "i686-unknown-linux-gnu", 580 "powerpc-unknown-linux-gnu", 581 "s390x-unknown-linux-gnu", 582 "x86_64-unknown-linux-gnu", 583 "x86_64-unknown-nixos-gnu" 584 ], 585 "i686-apple-darwin": [ 586 "i686-apple-darwin" 587 ], 588 "i686-linux-android": [ 589 "i686-linux-android" 590 ], 591 "i686-pc-windows-msvc": [ 592 "i686-pc-windows-msvc" 593 ], 594 "i686-unknown-freebsd": [ 595 "i686-unknown-freebsd" 596 ], 597 "i686-unknown-linux-gnu": [ 598 "i686-unknown-linux-gnu" 599 ], 600 "powerpc-unknown-linux-gnu": [ 601 "powerpc-unknown-linux-gnu" 602 ], 603 "riscv32imc-unknown-none-elf": [ 604 "riscv32imc-unknown-none-elf" 605 ], 606 "riscv64gc-unknown-none-elf": [ 607 "riscv64gc-unknown-none-elf" 608 ], 609 "s390x-unknown-linux-gnu": [ 610 "s390x-unknown-linux-gnu" 611 ], 612 "thumbv7em-none-eabi": [ 613 "thumbv7em-none-eabi" 614 ], 615 "thumbv8m.main-none-eabi": [ 616 "thumbv8m.main-none-eabi" 617 ], 618 "wasm32-unknown-unknown": [ 619 "wasm32-unknown-unknown" 620 ], 621 "wasm32-wasi": [ 622 "wasm32-wasi" 623 ], 624 "x86_64-apple-darwin": [ 625 "x86_64-apple-darwin" 626 ], 627 "x86_64-apple-ios": [ 628 "x86_64-apple-ios" 629 ], 630 "x86_64-fuchsia": [ 631 "x86_64-fuchsia" 632 ], 633 "x86_64-linux-android": [ 634 "x86_64-linux-android" 635 ], 636 "x86_64-pc-windows-msvc": [ 637 "x86_64-pc-windows-msvc" 638 ], 639 "x86_64-unknown-freebsd": [ 640 "x86_64-unknown-freebsd" 641 ], 642 "x86_64-unknown-linux-gnu": [ 643 "x86_64-unknown-linux-gnu" 644 ], 645 "x86_64-unknown-nixos-gnu": [ 646 "x86_64-unknown-nixos-gnu" 647 ], 648 "x86_64-unknown-none": [ 649 "x86_64-unknown-none" 650 ] 651 }, 652 "direct_deps": [ 653 "nix 0.26.2" 654 ], 655 "direct_dev_deps": [] 656} 657