Bug 1825052 [wpt PR 39246] - Update wpt metadata, a=testonly
[gecko.git] / third_party / rust / cc / Cargo.lock
blob524a6cd61a315d7abc4d0fc80b862a68e76171f4
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 3
5 [[package]]
6 name = "bitflags"
7 version = "1.3.2"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
11 [[package]]
12 name = "cc"
13 version = "1.0.73"
14 dependencies = [
15  "jobserver",
16  "tempfile",
19 [[package]]
20 name = "cfg-if"
21 version = "1.0.0"
22 source = "registry+https://github.com/rust-lang/crates.io-index"
23 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
25 [[package]]
26 name = "fastrand"
27 version = "1.7.0"
28 source = "registry+https://github.com/rust-lang/crates.io-index"
29 checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
30 dependencies = [
31  "instant",
34 [[package]]
35 name = "instant"
36 version = "0.1.12"
37 source = "registry+https://github.com/rust-lang/crates.io-index"
38 checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
39 dependencies = [
40  "cfg-if",
43 [[package]]
44 name = "jobserver"
45 version = "0.1.24"
46 source = "registry+https://github.com/rust-lang/crates.io-index"
47 checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
48 dependencies = [
49  "libc",
52 [[package]]
53 name = "libc"
54 version = "0.2.118"
55 source = "registry+https://github.com/rust-lang/crates.io-index"
56 checksum = "06e509672465a0504304aa87f9f176f2b2b716ed8fb105ebe5c02dc6dce96a94"
58 [[package]]
59 name = "redox_syscall"
60 version = "0.2.10"
61 source = "registry+https://github.com/rust-lang/crates.io-index"
62 checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
63 dependencies = [
64  "bitflags",
67 [[package]]
68 name = "remove_dir_all"
69 version = "0.5.3"
70 source = "registry+https://github.com/rust-lang/crates.io-index"
71 checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
72 dependencies = [
73  "winapi",
76 [[package]]
77 name = "tempfile"
78 version = "3.3.0"
79 source = "registry+https://github.com/rust-lang/crates.io-index"
80 checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
81 dependencies = [
82  "cfg-if",
83  "fastrand",
84  "libc",
85  "redox_syscall",
86  "remove_dir_all",
87  "winapi",
90 [[package]]
91 name = "winapi"
92 version = "0.3.9"
93 source = "registry+https://github.com/rust-lang/crates.io-index"
94 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
95 dependencies = [
96  "winapi-i686-pc-windows-gnu",
97  "winapi-x86_64-pc-windows-gnu",
100 [[package]]
101 name = "winapi-i686-pc-windows-gnu"
102 version = "0.4.0"
103 source = "registry+https://github.com/rust-lang/crates.io-index"
104 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
106 [[package]]
107 name = "winapi-x86_64-pc-windows-gnu"
108 version = "0.4.0"
109 source = "registry+https://github.com/rust-lang/crates.io-index"
110 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"