1{ 2 "checksum": "c63167af07ad22d8de1d058ba11c39d6999a4685951cabb5defee666acf9022a", 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://static.crates.io/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": true, 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": "LICENSE-APACHE" 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://static.crates.io/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": true, 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": "LICENSE-APACHE" 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://static.crates.io/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": true, 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": "LICENSE-APACHE" 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://static.crates.io/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": true, 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": true, 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": "LICENSE-APACHE" 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://static.crates.io/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": true, 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": true, 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": "LICENSE" 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://static.crates.io/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": true, 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": "memoffset 0.7.1", 393 "target": "memoffset" 394 }, 395 { 396 "id": "pin-utils 0.1.0", 397 "target": "pin_utils" 398 }, 399 { 400 "id": "static_assertions 1.1.0", 401 "target": "static_assertions" 402 } 403 ], 404 "selects": {} 405 }, 406 "edition": "2018", 407 "version": "0.26.2" 408 }, 409 "license": "MIT", 410 "license_ids": [ 411 "MIT" 412 ], 413 "license_file": "LICENSE" 414 }, 415 "pin-utils 0.1.0": { 416 "name": "pin-utils", 417 "version": "0.1.0", 418 "package_url": "https://github.com/rust-lang-nursery/pin-utils", 419 "repository": { 420 "Http": { 421 "url": "https://static.crates.io/crates/pin-utils/0.1.0/download", 422 "sha256": "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 423 } 424 }, 425 "targets": [ 426 { 427 "Library": { 428 "crate_name": "pin_utils", 429 "crate_root": "src/lib.rs", 430 "srcs": { 431 "allow_empty": true, 432 "include": [ 433 "**/*.rs" 434 ] 435 } 436 } 437 } 438 ], 439 "library_target_name": "pin_utils", 440 "common_attrs": { 441 "compile_data_glob": [ 442 "**" 443 ], 444 "edition": "2018", 445 "version": "0.1.0" 446 }, 447 "license": "MIT OR Apache-2.0", 448 "license_ids": [ 449 "Apache-2.0", 450 "MIT" 451 ], 452 "license_file": "LICENSE-APACHE" 453 }, 454 "static_assertions 1.1.0": { 455 "name": "static_assertions", 456 "version": "1.1.0", 457 "package_url": "https://github.com/nvzqz/static-assertions-rs", 458 "repository": { 459 "Http": { 460 "url": "https://static.crates.io/crates/static_assertions/1.1.0/download", 461 "sha256": "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 462 } 463 }, 464 "targets": [ 465 { 466 "Library": { 467 "crate_name": "static_assertions", 468 "crate_root": "src/lib.rs", 469 "srcs": { 470 "allow_empty": true, 471 "include": [ 472 "**/*.rs" 473 ] 474 } 475 } 476 } 477 ], 478 "library_target_name": "static_assertions", 479 "common_attrs": { 480 "compile_data_glob": [ 481 "**" 482 ], 483 "edition": "2015", 484 "version": "1.1.0" 485 }, 486 "license": "MIT OR Apache-2.0", 487 "license_ids": [ 488 "Apache-2.0", 489 "MIT" 490 ], 491 "license_file": "LICENSE-APACHE" 492 } 493 }, 494 "binary_crates": [], 495 "workspace_members": { 496 "conditional-deps 0.1.0": "cargo_conditional_deps" 497 }, 498 "conditions": { 499 "aarch64-apple-darwin": [ 500 "aarch64-apple-darwin" 501 ], 502 "aarch64-apple-ios": [ 503 "aarch64-apple-ios" 504 ], 505 "aarch64-apple-ios-sim": [ 506 "aarch64-apple-ios-sim" 507 ], 508 "aarch64-fuchsia": [ 509 "aarch64-fuchsia" 510 ], 511 "aarch64-linux-android": [ 512 "aarch64-linux-android" 513 ], 514 "aarch64-pc-windows-msvc": [ 515 "aarch64-pc-windows-msvc" 516 ], 517 "aarch64-unknown-linux-gnu": [ 518 "aarch64-unknown-linux-gnu" 519 ], 520 "aarch64-unknown-nixos-gnu": [ 521 "aarch64-unknown-nixos-gnu" 522 ], 523 "aarch64-unknown-nto-qnx710": [ 524 "aarch64-unknown-nto-qnx710" 525 ], 526 "arm-unknown-linux-gnueabi": [ 527 "arm-unknown-linux-gnueabi" 528 ], 529 "armv7-linux-androideabi": [ 530 "armv7-linux-androideabi" 531 ], 532 "armv7-unknown-linux-gnueabi": [ 533 "armv7-unknown-linux-gnueabi" 534 ], 535 "cfg(target_os = \"linux\")": [ 536 "aarch64-unknown-linux-gnu", 537 "aarch64-unknown-nixos-gnu", 538 "arm-unknown-linux-gnueabi", 539 "armv7-unknown-linux-gnueabi", 540 "i686-unknown-linux-gnu", 541 "powerpc-unknown-linux-gnu", 542 "s390x-unknown-linux-gnu", 543 "x86_64-unknown-linux-gnu", 544 "x86_64-unknown-nixos-gnu" 545 ], 546 "i686-apple-darwin": [ 547 "i686-apple-darwin" 548 ], 549 "i686-linux-android": [ 550 "i686-linux-android" 551 ], 552 "i686-pc-windows-msvc": [ 553 "i686-pc-windows-msvc" 554 ], 555 "i686-unknown-freebsd": [ 556 "i686-unknown-freebsd" 557 ], 558 "i686-unknown-linux-gnu": [ 559 "i686-unknown-linux-gnu" 560 ], 561 "powerpc-unknown-linux-gnu": [ 562 "powerpc-unknown-linux-gnu" 563 ], 564 "riscv32imc-unknown-none-elf": [ 565 "riscv32imc-unknown-none-elf" 566 ], 567 "riscv64gc-unknown-none-elf": [ 568 "riscv64gc-unknown-none-elf" 569 ], 570 "s390x-unknown-linux-gnu": [ 571 "s390x-unknown-linux-gnu" 572 ], 573 "thumbv7em-none-eabi": [ 574 "thumbv7em-none-eabi" 575 ], 576 "thumbv8m.main-none-eabi": [ 577 "thumbv8m.main-none-eabi" 578 ], 579 "wasm32-unknown-unknown": [ 580 "wasm32-unknown-unknown" 581 ], 582 "wasm32-wasi": [ 583 "wasm32-wasi" 584 ], 585 "x86_64-apple-darwin": [ 586 "x86_64-apple-darwin" 587 ], 588 "x86_64-apple-ios": [ 589 "x86_64-apple-ios" 590 ], 591 "x86_64-fuchsia": [ 592 "x86_64-fuchsia" 593 ], 594 "x86_64-linux-android": [ 595 "x86_64-linux-android" 596 ], 597 "x86_64-pc-windows-msvc": [ 598 "x86_64-pc-windows-msvc" 599 ], 600 "x86_64-unknown-freebsd": [ 601 "x86_64-unknown-freebsd" 602 ], 603 "x86_64-unknown-linux-gnu": [ 604 "x86_64-unknown-linux-gnu" 605 ], 606 "x86_64-unknown-nixos-gnu": [ 607 "x86_64-unknown-nixos-gnu" 608 ], 609 "x86_64-unknown-none": [ 610 "x86_64-unknown-none" 611 ] 612 }, 613 "direct_deps": [ 614 "nix 0.26.2" 615 ], 616 "direct_dev_deps": [] 617} 618