blob: 2aa11ef5f0778ae19fd13715b478cce0c1e87fc2 [file] [log] [blame]
Hirokazu Hatabd4df0c2019-02-04 16:31:481# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
Eric Hussea194b82021-03-26 19:29:083version = 3
4
Ahmed Charles9ca382f2016-09-02 08:55:295[[package]]
Alex Crichton06d565c2020-05-13 21:22:376name = "addr2line"
Alex Crichton4a3e7362021-08-19 02:44:247version = "0.16.0"
Alex Crichtonb4110902018-12-08 11:06:548source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton4a3e7362021-08-19 02:44:249checksum = "3e61f2b7f93d2c7d2b08263acaa4a363b3e276806c68af6134c44f523bf1aacd"
Alex Crichton06d565c2020-05-13 21:22:3710dependencies = [
11 "compiler_builtins",
David Wood2dc1a8a2021-12-03 14:24:0512 "gimli 0.25.0",
Alex Crichton06d565c2020-05-13 21:22:3713 "rustc-std-workspace-alloc",
14 "rustc-std-workspace-core",
15]
16
17[[package]]
18name = "adler"
19version = "0.2.3"
20source = "registry+https://github.com/rust-lang/crates.io-index"
21checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
22dependencies = [
23 "compiler_builtins",
24 "rustc-std-workspace-core",
25]
Alex Crichtonb4110902018-12-08 11:06:5426
27[[package]]
Lain Yang9a337b62022-01-07 05:32:5828name = "ahash"
29version = "0.7.4"
30source = "registry+https://github.com/rust-lang/crates.io-index"
31checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98"
32dependencies = [
33 "getrandom 0.2.0",
34 "once_cell",
35 "version_check",
36]
37
38[[package]]
Steve Klabnika0769612017-02-07 23:13:5739name = "aho-corasick"
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:4140version = "0.7.18"
Eric Huss6a09cfa2019-05-16 05:27:3941source = "registry+https://github.com/rust-lang/crates.io-index"
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:4142checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
Eric Huss6a09cfa2019-05-16 05:27:3943dependencies = [
Alex Crichton093ede22019-08-15 00:45:0944 "memchr",
Eric Huss6a09cfa2019-05-16 05:27:3945]
46
47[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:2948name = "alloc"
49version = "0.0.0"
50dependencies = [
Alex Crichton093ede22019-08-15 00:45:0951 "compiler_builtins",
52 "core",
Aaron Hill2550d5b2021-03-07 23:39:1953 "rand 0.7.3",
Aaron Hill70ba4912020-08-01 14:11:1554 "rand_xorshift",
Ahmed Charles9ca382f2016-09-02 08:55:2955]
56
57[[package]]
steveklabnikecfbaca2018-04-03 14:32:0458name = "ammonia"
Aaron Hill70ba4912020-08-01 14:11:1559version = "3.1.0"
Eric Huss2dafa912019-06-19 03:36:4760source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:1561checksum = "89eac85170f4b3fb3dc5e442c1cfb036cb8eecf9dbbd431a161ffad15d90ea3b"
Eric Huss2dafa912019-06-19 03:36:4762dependencies = [
Alex Crichton093ede22019-08-15 00:45:0963 "html5ever",
Yuki Okushi1f0a39502020-05-26 04:00:4264 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:0965 "maplit",
Aaron Hill70ba4912020-08-01 14:11:1566 "markup5ever_rcdom",
Alex Crichton093ede22019-08-15 00:45:0967 "matches",
68 "tendril",
Eric Hussf3287a62021-05-12 00:39:5169 "url 2.2.2",
Eric Huss2dafa912019-06-19 03:36:4770]
71
72[[package]]
topecongiroca19ffe2019-04-17 22:42:1873name = "annotate-snippets"
Juan Aguilar Santillanae9c78db2020-05-08 20:48:2674version = "0.8.0"
75source = "registry+https://github.com/rust-lang/crates.io-index"
76checksum = "d78ea013094e5ea606b1c05fe35f1dd7ea1eb1ea259908d040b25bd5ec677ee5"
Igor Matuszewski2214a412021-05-03 20:59:3577dependencies = [
78 "yansi-term",
79]
Juan Aguilar Santillanae9c78db2020-05-08 20:48:2680
81[[package]]
Steve Klabnika0769612017-02-07 23:13:5782name = "ansi_term"
Aleksey Kladovb15b0232018-03-16 10:37:1483version = "0.11.0"
Steve Klabnika0769612017-02-07 23:13:5784source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:0985checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
Aleksey Kladovb15b0232018-03-16 10:37:1486dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:3187 "winapi",
Aleksey Kladovb15b0232018-03-16 10:37:1488]
Steve Klabnika0769612017-02-07 23:13:5789
90[[package]]
Oliver Schererec7230f2020-07-24 18:42:0091name = "ansi_term"
92version = "0.12.1"
93source = "registry+https://github.com/rust-lang/crates.io-index"
94checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
95dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:3196 "winapi",
Oliver Schererec7230f2020-07-24 18:42:0097]
98
99[[package]]
Eric Huss6da85d62020-01-14 17:47:04100name = "anyhow"
David Wood2dc1a8a2021-12-03 14:24:05101version = "1.0.51"
Eric Huss6da85d62020-01-14 17:47:04102source = "registry+https://github.com/rust-lang/crates.io-index"
David Wood2dc1a8a2021-12-03 14:24:05103checksum = "8b26702f315f53b6071259e15dd9d64528213b44d61de1ec926eca7715d62203"
Eric Huss6da85d62020-01-14 17:47:04104
105[[package]]
Rune Tynan77156562021-01-16 01:34:15106name = "array_tool"
107version = "1.0.3"
108source = "registry+https://github.com/rust-lang/crates.io-index"
109checksum = "8f8cb5d814eb646a863c4f24978cff2880c4be96ad8cde2c0f0678732902e271"
110
111[[package]]
Nicholas Nethercotec492ca42020-07-14 00:31:54112name = "arrayvec"
Jubilee Younge8eb6912021-04-22 04:40:29113version = "0.7.0"
114source = "registry+https://github.com/rust-lang/crates.io-index"
115checksum = "5a2f58b0bb10c380af2b26e57212856b8c9a59e0925b4c20f4a174a49734eaf7"
Nicholas Nethercotec492ca42020-07-14 00:31:54116
117[[package]]
Alex Crichton1cede102017-06-15 02:33:06118name = "atty"
Yuki Okushi9f8628b2020-05-26 04:35:21119version = "0.2.14"
Josh Stone020c5ec2017-05-08 22:01:13120source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:21121checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
Josh Stone020c5ec2017-05-08 22:01:13122dependencies = [
Yuki Okushi9f8628b2020-05-26 04:35:21123 "hermit-abi",
Alex Crichton093ede22019-08-15 00:45:09124 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31125 "winapi",
Alex Crichton1cede102017-06-15 02:33:06126]
127
128[[package]]
Félix Saparellibdcc21c2019-09-21 10:56:05129name = "autocfg"
Mateusz Mikułaf5e702d2020-03-26 13:10:35130version = "1.0.0"
131source = "registry+https://github.com/rust-lang/crates.io-index"
132checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
133
134[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58135name = "bitflags"
varkorb925eb52019-10-13 23:37:55136version = "1.2.1"
Tamir Duberstein231d9e72017-09-08 19:08:01137source = "registry+https://github.com/rust-lang/crates.io-index"
varkorb925eb52019-10-13 23:37:55138checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
Tamir Duberstein231d9e72017-09-08 19:08:01139
140[[package]]
Eric Huss2b985322019-11-25 16:14:07141name = "bitmaps"
Mark Rousskov342d9562020-08-17 15:21:44142version = "2.1.0"
Eric Huss2b985322019-11-25 16:14:07143source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44144checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
Eric Huss2b985322019-11-25 16:14:07145dependencies = [
146 "typenum",
147]
148
149[[package]]
James Munnsde763692019-01-19 02:39:37150name = "block-buffer"
Arlo Siemsenf86b0782020-03-31 05:17:15151version = "0.7.3"
James Munnsde763692019-01-19 02:39:37152source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:15153checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
James Munnsde763692019-01-19 02:39:37154dependencies = [
Arlo Siemsenf86b0782020-03-31 05:17:15155 "block-padding",
156 "byte-tools",
157 "byteorder",
klensyd480a3e2021-03-12 13:33:02158 "generic-array 0.12.4",
Pietro Albiniacd8e592020-10-01 15:15:12159]
160
161[[package]]
162name = "block-buffer"
163version = "0.9.0"
164source = "registry+https://github.com/rust-lang/crates.io-index"
165checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
166dependencies = [
167 "generic-array 0.14.4",
Arlo Siemsenf86b0782020-03-31 05:17:15168]
169
170[[package]]
171name = "block-padding"
172version = "0.1.5"
173source = "registry+https://github.com/rust-lang/crates.io-index"
174checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
175dependencies = [
Alex Crichton093ede22019-08-15 00:45:09176 "byte-tools",
James Munnsde763692019-01-19 02:39:37177]
178
179[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29180name = "bootstrap"
181version = "0.0.0"
182dependencies = [
Alex Crichton093ede22019-08-15 00:45:09183 "build_helper",
184 "cc",
185 "cmake",
186 "filetime",
187 "getopts",
Mark Rousskovdddd8722019-12-18 15:52:10188 "ignore",
Alex Crichton093ede22019-08-15 00:45:09189 "libc",
Alex Crichton093ede22019-08-15 00:45:09190 "num_cpus",
The8472bde95702021-06-08 21:09:56191 "once_cell",
flip199544cea512021-07-01 16:18:02192 "opener",
Alex Crichton093ede22019-08-15 00:45:09193 "pretty_assertions",
194 "serde",
195 "serde_json",
196 "time",
Eric Huss7d92cf42019-08-20 17:46:35197 "toml",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31198 "winapi",
Ahmed Charles9ca382f2016-09-02 08:55:29199]
200
201[[package]]
Eric Huss6a09cfa2019-05-16 05:27:39202name = "bstr"
Mark Rousskov342d9562020-08-17 15:21:44203version = "0.2.13"
Eric Huss6a09cfa2019-05-16 05:27:39204source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44205checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931"
Eric Huss6a09cfa2019-05-16 05:27:39206dependencies = [
Eric Hussfaa64612021-06-22 23:19:24207 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:09208 "memchr",
Eric Hussfaa64612021-06-22 23:19:24209 "regex-automata",
Eric Huss6a09cfa2019-05-16 05:27:39210]
211
212[[package]]
Alex Crichton9e8785f2017-01-24 22:37:04213name = "build-manifest"
214version = "0.1.0"
215dependencies = [
Pietro Albini3bddfea2020-09-18 12:40:01216 "anyhow",
Pietro Albini89ffab72020-09-24 12:13:40217 "flate2",
Pietro Albiniacd8e592020-10-01 15:15:12218 "hex 0.4.2",
Pietro Albinif3d07b32020-10-12 15:47:37219 "num_cpus",
Pietro Albiniacd8e592020-10-01 15:15:12220 "rayon",
Alex Crichton093ede22019-08-15 00:45:09221 "serde",
Ralf Jung9138d3b2019-11-03 10:47:07222 "serde_json",
Pietro Albiniacd8e592020-10-01 15:15:12223 "sha2",
Pietro Albini89ffab72020-09-24 12:13:40224 "tar",
Eric Huss7d92cf42019-08-20 17:46:35225 "toml",
Alex Crichton9e8785f2017-01-24 22:37:04226]
227
228[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29229name = "build_helper"
230version = "0.1.0"
231
232[[package]]
Pietro Albini80b81ad2021-08-26 09:26:03233name = "bump-stage0"
234version = "0.1.0"
235dependencies = [
236 "anyhow",
237 "curl",
Pietro Albiniea8b1ff2021-08-26 10:35:32238 "indexmap",
Pietro Albini80b81ad2021-08-26 09:26:03239 "serde",
240 "serde_json",
241 "toml",
242]
243
244[[package]]
James Munnsde763692019-01-19 02:39:37245name = "byte-tools"
Arlo Siemsenf86b0782020-03-31 05:17:15246version = "0.3.1"
James Munnsde763692019-01-19 02:39:37247source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:15248checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
James Munnsde763692019-01-19 02:39:37249
250[[package]]
Alex Crichton4f661c02018-10-08 17:39:09251name = "bytecount"
Yuki Okushi2b0e27e2021-03-17 20:34:05252version = "0.6.2"
Alex Crichton4f661c02018-10-08 17:39:09253source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi2b0e27e2021-03-17 20:34:05254checksum = "72feb31ffc86498dacdbd0fcebb56138e7177a8cc5cea4516031d15ae85a742e"
Alex Crichton4f661c02018-10-08 17:39:09255dependencies = [
Yuki Okushi2b0e27e2021-03-17 20:34:05256 "packed_simd_2",
Alex Crichton4f661c02018-10-08 17:39:09257]
258
259[[package]]
Oliver Schneiderea351922017-09-18 14:18:23260name = "byteorder"
Mark Rousskov342d9562020-08-17 15:21:44261version = "1.3.4"
Oliver Schneiderea351922017-09-18 14:18:23262source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44263checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
Oliver Schneiderea351922017-09-18 14:18:23264
265[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:43266name = "bytes"
Igor Matuszewskiaf53b0d2021-07-21 13:17:31267version = "1.0.1"
Matthias Krüger696fb8f2019-01-21 15:32:43268source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:31269checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
Matthias Krüger696fb8f2019-01-21 15:32:43270
271[[package]]
Alex Crichton8ccf1122018-09-20 21:37:53272name = "bytesize"
Mark Rousskov342d9562020-08-17 15:21:44273version = "1.0.1"
Alex Crichton8ccf1122018-09-20 21:37:53274source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44275checksum = "81a18687293a1546b67c246452202bbbf143d239cb43494cc163da14979082da"
Alex Crichton8ccf1122018-09-20 21:37:53276
277[[package]]
Caleb Cartwright0697f562021-10-20 05:15:20278name = "camino"
279version = "1.0.5"
280source = "registry+https://github.com/rust-lang/crates.io-index"
281checksum = "52d74260d9bf6944e2208aa46841b4b8f0d7ffc0849a06837b2f510337f86b2b"
282dependencies = [
283 "serde",
284]
285
286[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58287name = "cargo"
Eric Hussd9dd3602021-12-14 23:24:41288version = "0.60.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58289dependencies = [
Eric Huss6da85d62020-01-14 17:47:04290 "anyhow",
Alex Crichton093ede22019-08-15 00:45:09291 "atty",
292 "bytesize",
Caleb Cartwright0697f562021-10-20 05:15:20293 "cargo-platform 0.1.2",
Alex Crichton093ede22019-08-15 00:45:09294 "cargo-test-macro",
Aaron Hilld440e132019-09-16 18:45:40295 "cargo-test-support",
Eric Hussea194b82021-03-26 19:29:08296 "cargo-util",
Alex Crichton093ede22019-08-15 00:45:09297 "clap",
Alex Crichton093ede22019-08-15 00:45:09298 "crates-io",
Jubilee Young1f5e1c52021-04-23 23:09:40299 "crossbeam-utils 0.8.3",
Alex Crichton093ede22019-08-15 00:45:09300 "curl",
301 "curl-sys",
Eric Huss7ca38ee2021-07-16 02:27:11302 "env_logger 0.9.0",
Alex Crichton093ede22019-08-15 00:45:09303 "filetime",
304 "flate2",
Alex Crichton093ede22019-08-15 00:45:09305 "fwdansi",
306 "git2",
307 "git2-curl",
308 "glob",
Mark Rousskov342d9562020-08-17 15:21:44309 "hex 0.4.2",
Igor Matuszewskic2249a42019-09-08 08:28:11310 "home",
Mark Rousskov342d9562020-08-17 15:21:44311 "humantime 2.0.1",
Alex Crichton093ede22019-08-15 00:45:09312 "ignore",
313 "im-rc",
flip1995fe247b42021-09-08 14:32:16314 "itertools 0.10.1",
Alex Crichton093ede22019-08-15 00:45:09315 "jobserver",
Yuki Okushi1f0a39502020-05-26 04:00:42316 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:09317 "lazycell",
318 "libc",
319 "libgit2-sys",
320 "log",
321 "memchr",
Alex Crichton093ede22019-08-15 00:45:09322 "num_cpus",
flip199544cea512021-07-01 16:18:02323 "opener",
Alex Crichton093ede22019-08-15 00:45:09324 "openssl",
Eric Huss94015472021-10-12 04:48:27325 "os_info",
Eric Huss139477d2019-11-12 18:14:48326 "percent-encoding 2.1.0",
Alex Crichton093ede22019-08-15 00:45:09327 "pretty_env_logger",
Alex Crichton093ede22019-08-15 00:45:09328 "rustc-workspace-hack",
Eric Hussd371bb42021-06-12 19:11:50329 "rustfix 0.6.0",
David Tolnay1aba1712021-06-04 04:12:25330 "semver 1.0.3",
Alex Crichton093ede22019-08-15 00:45:09331 "serde",
Igor Matuszewskic2249a42019-09-08 08:28:11332 "serde_ignored",
Alex Crichton093ede22019-08-15 00:45:09333 "serde_json",
Eric Husscb969e82021-04-01 00:45:03334 "shell-escape",
Alex Crichton093ede22019-08-15 00:45:09335 "strip-ansi-escapes",
336 "tar",
337 "tempfile",
338 "termcolor",
Eric Huss7d92cf42019-08-20 17:46:35339 "toml",
Alex Crichton093ede22019-08-15 00:45:09340 "unicode-width",
Aaron Hill70ba4912020-08-01 14:11:15341 "unicode-xid",
Eric Hussf3287a62021-05-12 00:39:51342 "url 2.2.2",
Alex Crichton093ede22019-08-15 00:45:09343 "walkdir",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31344 "winapi",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58345]
346
347[[package]]
Eric Huss74498c12020-12-16 17:03:33348name = "cargo-credential"
349version = "0.1.0"
350
351[[package]]
352name = "cargo-credential-1password"
353version = "0.1.0"
354dependencies = [
355 "cargo-credential",
356 "serde",
357 "serde_json",
358]
359
360[[package]]
361name = "cargo-credential-macos-keychain"
362version = "0.1.0"
363dependencies = [
364 "cargo-credential",
365 "security-framework",
366]
367
368[[package]]
369name = "cargo-credential-wincred"
370version = "0.1.0"
371dependencies = [
372 "cargo-credential",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31373 "winapi",
Eric Huss74498c12020-12-16 17:03:33374]
375
376[[package]]
Ralf Jung759e4952020-06-01 18:17:20377name = "cargo-miri"
378version = "0.1.0"
379dependencies = [
Ralf Jung759e4952020-06-01 18:17:20380 "directories",
381 "rustc-workspace-hack",
Ralf Junge5684232022-01-05 09:41:22382 "rustc_version",
Ralf Jung759e4952020-06-01 18:17:20383 "serde",
384 "serde_json",
385 "vergen",
386]
387
388[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:56389name = "cargo-platform"
Eric Husse62cd402021-08-10 20:40:56390version = "0.1.2"
Alex Crichton5c5e3fa2019-09-24 18:06:56391dependencies = [
392 "serde",
393]
394
395[[package]]
Caleb Cartwright0697f562021-10-20 05:15:20396name = "cargo-platform"
397version = "0.1.2"
398source = "registry+https://github.com/rust-lang/crates.io-index"
399checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
400dependencies = [
401 "serde",
402]
403
404[[package]]
Eric Hussaedb74b2019-06-12 14:37:30405name = "cargo-test-macro"
406version = "0.1.0"
Eric Hussaedb74b2019-06-12 14:37:30407
408[[package]]
Aaron Hilld440e132019-09-16 18:45:40409name = "cargo-test-support"
410version = "0.1.0"
411dependencies = [
Eric Hussea194b82021-03-26 19:29:08412 "anyhow",
Aaron Hilld440e132019-09-16 18:45:40413 "cargo-test-macro",
Eric Hussea194b82021-03-26 19:29:08414 "cargo-util",
Aaron Hilld440e132019-09-16 18:45:40415 "filetime",
416 "flate2",
417 "git2",
418 "glob",
flip1995fe247b42021-09-08 14:32:16419 "itertools 0.10.1",
Yuki Okushi1f0a39502020-05-26 04:00:42420 "lazy_static",
Aaron Hilld440e132019-09-16 18:45:40421 "remove_dir_all",
422 "serde_json",
423 "tar",
Eric Hussfaa64612021-06-22 23:19:24424 "termcolor",
Eric Huss453ebbd2021-01-21 18:16:42425 "toml",
Eric Hussf3287a62021-05-12 00:39:51426 "url 2.2.2",
Aaron Hilld440e132019-09-16 18:45:40427]
428
429[[package]]
Eric Hussea194b82021-03-26 19:29:08430name = "cargo-util"
Eric Hussd9dd3602021-12-14 23:24:41431version = "0.1.2"
Eric Hussea194b82021-03-26 19:29:08432dependencies = [
433 "anyhow",
434 "core-foundation",
435 "crypto-hash",
436 "filetime",
437 "hex 0.4.2",
438 "jobserver",
439 "libc",
440 "log",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31441 "miow",
Eric Hussea194b82021-03-26 19:29:08442 "same-file",
443 "shell-escape",
444 "tempfile",
445 "walkdir",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31446 "winapi",
Eric Hussea194b82021-03-26 19:29:08447]
448
449[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29450name = "cargo_metadata"
Eduardo Brotoca11eeb2020-10-23 21:47:58451version = "0.12.0"
452source = "registry+https://github.com/rust-lang/crates.io-index"
453checksum = "d5a5f7b42f606b7f23674f6f4d877628350682bc40687d3fae65679a58d55345"
454dependencies = [
455 "semver 0.11.0",
456 "serde",
457 "serde_json",
458]
459
460[[package]]
Caleb Cartwright0697f562021-10-20 05:15:20461name = "cargo_metadata"
462version = "0.14.0"
463source = "registry+https://github.com/rust-lang/crates.io-index"
464checksum = "c297bd3135f558552f99a0daa180876984ea2c4ffa7470314540dff8c654109a"
465dependencies = [
466 "camino",
467 "cargo-platform 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
468 "semver 1.0.3",
469 "serde",
470 "serde_json",
471]
472
473[[package]]
Alex Crichtonf6304e12017-02-15 22:55:26474name = "cargotest2"
475version = "0.1.0"
476
477[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:35478name = "cc"
Yuki Okushie457c272021-07-13 08:58:50479version = "1.0.69"
Nick Cameronc5cad5a2017-09-22 01:58:35480source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushie457c272021-07-13 08:58:50481checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2"
Eric Hussa9023832019-11-09 19:59:53482dependencies = [
483 "jobserver",
Eric Hussa9023832019-11-09 19:59:53484]
Nick Cameronc5cad5a2017-09-22 01:58:35485
486[[package]]
Josh Stone020c5ec2017-05-08 22:01:13487name = "cfg-if"
Alex Crichtonaabf4e92020-01-08 15:33:57488version = "0.1.10"
Josh Stone020c5ec2017-05-08 22:01:13489source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:57490checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
Alex Crichtond1040fe2019-05-15 14:30:15491dependencies = [
Alex Crichton093ede22019-08-15 00:45:09492 "compiler_builtins",
493 "rustc-std-workspace-core",
Alex Crichtond1040fe2019-05-15 14:30:15494]
Josh Stone020c5ec2017-05-08 22:01:13495
496[[package]]
Aaron Hill44fdfd62020-10-11 17:51:07497name = "cfg-if"
498version = "1.0.0"
499source = "registry+https://github.com/rust-lang/crates.io-index"
500checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
501
502[[package]]
Jack Hueya24df5b2020-03-03 16:25:03503name = "chalk-derive"
pierwillea25b772021-12-21 17:00:30504version = "0.75.0"
Jack Hueya24df5b2020-03-03 16:25:03505source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:30506checksum = "d54e3b5f9e3425e6b119ff07568d8d006bfa5a8d6f78a9cbc3530b1e962e316c"
Jack Hueya24df5b2020-03-03 16:25:03507dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15508 "proc-macro2",
509 "quote",
510 "syn",
Igor Matuszewski403a9d02020-05-05 11:26:16511 "synstructure",
Jack Hueya24df5b2020-03-03 16:25:03512]
513
514[[package]]
515name = "chalk-engine"
pierwillea25b772021-12-21 17:00:30516version = "0.75.0"
Jack Hueya24df5b2020-03-03 16:25:03517source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:30518checksum = "bdc891073396b167163db77123b0a3c00088edc00466cecc5531f33e3e989523"
Jack Hueya24df5b2020-03-03 16:25:03519dependencies = [
Jack Huey6aa2e9d2020-05-27 00:19:19520 "chalk-derive",
521 "chalk-ir",
Jack Hueyd66452c2020-08-04 22:35:37522 "chalk-solve",
Jack Hueya24df5b2020-03-03 16:25:03523 "rustc-hash",
Jack Hueyecb8b9f2020-05-27 05:05:09524 "tracing",
Jack Hueya24df5b2020-03-03 16:25:03525]
526
527[[package]]
528name = "chalk-ir"
pierwillea25b772021-12-21 17:00:30529version = "0.75.0"
Jack Hueya24df5b2020-03-03 16:25:03530source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:30531checksum = "2b79e5a1d04b79311e90c69356a2c62027853906a7e33b3e070b93c055fc3e8a"
Jack Hueya24df5b2020-03-03 16:25:03532dependencies = [
Jack Huey4b64bc12021-01-01 18:44:31533 "bitflags",
Jack Hueya24df5b2020-03-03 16:25:03534 "chalk-derive",
Yuki Okushi1f0a39502020-05-26 04:00:42535 "lazy_static",
Jack Hueya24df5b2020-03-03 16:25:03536]
537
538[[package]]
Jack Hueya24df5b2020-03-03 16:25:03539name = "chalk-solve"
pierwillea25b772021-12-21 17:00:30540version = "0.75.0"
Jack Hueya24df5b2020-03-03 16:25:03541source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:30542checksum = "a5d2a1db6605aba70a58820bd80ac422b218913a510f1a40beef9efc5371ea1d"
Jack Hueya24df5b2020-03-03 16:25:03543dependencies = [
544 "chalk-derive",
Jack Hueya24df5b2020-03-03 16:25:03545 "chalk-ir",
Jack Hueya42e5a12020-05-27 05:05:09546 "ena",
pierwillea25b772021-12-21 17:00:30547 "itertools 0.10.1",
Jack Hueya24df5b2020-03-03 16:25:03548 "petgraph",
549 "rustc-hash",
Jack Hueyecb8b9f2020-05-27 05:05:09550 "tracing",
Jack Hueyd66452c2020-08-04 22:35:37551 "tracing-subscriber",
552 "tracing-tree",
Jack Hueya24df5b2020-03-03 16:25:03553]
554
555[[package]]
Alex Crichton15899b02018-01-25 04:01:42556name = "chrono"
Tomasz Miąsko2abe7c82021-02-28 00:00:00557version = "0.4.19"
Alex Crichton15899b02018-01-25 04:01:42558source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:00559checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
Alex Crichton15899b02018-01-25 04:01:42560dependencies = [
Tomasz Miąsko2abe7c82021-02-28 00:00:00561 "libc",
Alex Crichton093ede22019-08-15 00:45:09562 "num-integer",
563 "num-traits",
564 "time",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31565 "winapi",
Alex Crichton15899b02018-01-25 04:01:42566]
567
568[[package]]
Steve Klabnika0769612017-02-07 23:13:57569name = "clap"
Eric Huss4aceaed2021-12-07 04:33:00570version = "2.34.0"
Steve Klabnika0769612017-02-07 23:13:57571source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss4aceaed2021-12-07 04:33:00572checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
Steve Klabnika0769612017-02-07 23:13:57573dependencies = [
Eric Huss4aceaed2021-12-07 04:33:00574 "ansi_term 0.12.1",
Alex Crichton093ede22019-08-15 00:45:09575 "atty",
576 "bitflags",
577 "strsim",
578 "textwrap",
579 "unicode-width",
580 "vec_map",
Pietro Albini9beb8f52019-11-26 11:06:30581 "yaml-rust 0.3.5",
Steve Klabnika0769612017-02-07 23:13:57582]
583
584[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29585name = "clippy"
flip1995e36e5a52021-12-06 11:33:55586version = "0.1.59"
Ahmed Charles9ca382f2016-09-02 08:55:29587dependencies = [
xFrednetfd413362021-11-02 13:19:31588 "cargo_metadata 0.14.0",
Alex Crichton093ede22019-08-15 00:45:09589 "clippy_lints",
flip1995fe247b42021-09-08 14:32:16590 "clippy_utils",
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:41591 "compiletest_rs",
Alex Crichton093ede22019-08-15 00:45:09592 "derive-new",
flip1995647f2b42021-06-03 07:06:49593 "filetime",
flip1995fe247b42021-09-08 14:32:16594 "if_chain",
595 "itertools 0.10.1",
flip1995e36e5a52021-12-06 11:33:55596 "parking_lot",
flip19950f1ff452021-03-25 18:29:39597 "quote",
flip1995412ebc32021-03-12 14:31:11598 "regex",
Alex Crichton093ede22019-08-15 00:45:09599 "rustc-workspace-hack",
Oliver Scherer2a789512019-05-26 17:21:54600 "rustc_tools_util 0.2.0",
xFrednetfd413362021-11-02 13:19:31601 "semver 1.0.3",
Alex Crichton093ede22019-08-15 00:45:09602 "serde",
flip19950f1ff452021-03-25 18:29:39603 "syn",
Matthias Krügerf77104b2019-12-02 22:09:48604 "tempfile",
Ralf Jungbf11b122021-04-06 11:20:48605 "tester",
Ahmed Charles9ca382f2016-09-02 08:55:29606]
607
608[[package]]
Joshua Nelson8c25e272021-04-14 13:20:49609name = "clippy_dev"
610version = "0.0.1"
611dependencies = [
612 "bytecount",
flip1995e36e5a52021-12-06 11:33:55613 "cargo_metadata 0.14.0",
Joshua Nelson8c25e272021-04-14 13:20:49614 "clap",
flip19958d5f69d2021-10-21 11:13:17615 "indoc",
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:41616 "itertools 0.10.1",
flip199544cea512021-07-01 16:18:02617 "opener",
Joshua Nelson8c25e272021-04-14 13:20:49618 "regex",
619 "shell-escape",
620 "walkdir",
621]
622
623[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29624name = "clippy_lints"
flip1995e36e5a52021-12-06 11:33:55625version = "0.1.59"
Oliver Schneider847bb142018-05-11 12:11:06626dependencies = [
xFrednetfd413362021-11-02 13:19:31627 "cargo_metadata 0.14.0",
flip19950046d7c2021-02-25 10:26:23628 "clippy_utils",
Alex Crichton093ede22019-08-15 00:45:09629 "if_chain",
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:41630 "itertools 0.10.1",
Guillaume Gomez4e2024c2021-12-28 15:19:23631 "pulldown-cmark 0.9.0",
Alex Crichton093ede22019-08-15 00:45:09632 "quine-mc_cluskey",
Alex Crichton093ede22019-08-15 00:45:09633 "regex-syntax",
flip1995898ef0f2020-12-06 14:07:59634 "rustc-semver",
xFrednetfd413362021-11-02 13:19:31635 "semver 1.0.3",
Alex Crichton093ede22019-08-15 00:45:09636 "serde",
flip1995c24058b2021-05-06 10:21:46637 "serde_json",
Eric Huss7d92cf42019-08-20 17:46:35638 "toml",
Alex Crichton093ede22019-08-15 00:45:09639 "unicode-normalization",
flip199544cea512021-07-01 16:18:02640 "unicode-script",
Eric Hussf3287a62021-05-12 00:39:51641 "url 2.2.2",
Oliver Schneider847bb142018-05-11 12:11:06642]
643
644[[package]]
flip19950046d7c2021-02-25 10:26:23645name = "clippy_utils"
flip1995e36e5a52021-12-06 11:33:55646version = "0.1.59"
flip19950046d7c2021-02-25 10:26:23647dependencies = [
648 "if_chain",
flip19950046d7c2021-02-25 10:26:23649 "rustc-semver",
flip19950046d7c2021-02-25 10:26:23650]
651
652[[package]]
Mark Rousskov342d9562020-08-17 15:21:44653name = "cmake"
654version = "0.1.44"
655source = "registry+https://github.com/rust-lang/crates.io-index"
656checksum = "0e56268c17a6248366d66d4a47a3381369d068cce8409bb1716ed77ea32163bb"
Oliver Schneideracdf83f2017-12-06 08:25:29657dependencies = [
Alex Crichton093ede22019-08-15 00:45:09658 "cc",
Oliver Schneideracdf83f2017-12-06 08:25:29659]
660
661[[package]]
Nick Cameron127f9a62018-04-25 22:11:28662name = "colored"
Ralf Jung0e908752020-09-17 18:04:20663version = "2.0.0"
Nick Cameron127f9a62018-04-25 22:11:28664source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung0e908752020-09-17 18:04:20665checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
Nick Cameron127f9a62018-04-25 22:11:28666dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:42667 "atty",
668 "lazy_static",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31669 "winapi",
Nick Cameron127f9a62018-04-25 22:11:28670]
671
672[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29673name = "commoncrypto"
674version = "0.2.0"
675source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09676checksum = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
Oliver Schneideracdf83f2017-12-06 08:25:29677dependencies = [
Alex Crichton093ede22019-08-15 00:45:09678 "commoncrypto-sys",
Oliver Schneideracdf83f2017-12-06 08:25:29679]
680
681[[package]]
682name = "commoncrypto-sys"
683version = "0.2.0"
684source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09685checksum = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
Oliver Schneideracdf83f2017-12-06 08:25:29686dependencies = [
Alex Crichton093ede22019-08-15 00:45:09687 "libc",
Murarth64842582017-06-17 19:01:18688]
689
690[[package]]
Alex Crichton147e2da2016-10-07 06:30:38691name = "compiler_builtins"
Ayrtonc12f7ef2021-12-16 02:00:06692version = "0.1.66"
Alex Crichton4c21a3b2018-11-20 05:52:50693source = "registry+https://github.com/rust-lang/crates.io-index"
Ayrtonc12f7ef2021-12-16 02:00:06694checksum = "191424db7756bbed2c4996959a0fbda94388abcf4f5a2728a8af17481ad9c4f7"
Alex Crichton147e2da2016-10-07 06:30:38695dependencies = [
Alex Crichton093ede22019-08-15 00:45:09696 "cc",
697 "rustc-std-workspace-core",
Alex Crichton147e2da2016-10-07 06:30:38698]
699
700[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29701name = "compiletest"
702version = "0.0.0"
703dependencies = [
Michael Howellb29d9d52021-02-24 06:42:42704 "colored",
Alex Crichton093ede22019-08-15 00:45:09705 "diff",
Alex Crichton093ede22019-08-15 00:45:09706 "getopts",
Xavier Denisf07607f2020-07-28 13:22:21707 "glob",
Yuki Okushi1f0a39502020-05-26 04:00:42708 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:09709 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31710 "miow",
Alex Crichton093ede22019-08-15 00:45:09711 "regex",
Eric Huss2817be92021-06-11 03:39:05712 "rustfix 0.6.0",
Alex Crichton093ede22019-08-15 00:45:09713 "serde",
714 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:00715 "tracing",
Tomasz Miąsko08d5e962020-10-20 00:00:00716 "tracing-subscriber",
Michael Howellb29d9d52021-02-24 06:42:42717 "unified-diff",
Alex Crichton093ede22019-08-15 00:45:09718 "walkdir",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31719 "winapi",
Oliver Schneideracdf83f2017-12-06 08:25:29720]
721
722[[package]]
723name = "compiletest_rs"
flip19954e5319b2021-11-04 12:56:54724version = "0.7.1"
hyd-deve671c352021-09-06 16:43:27725source = "registry+https://github.com/rust-lang/crates.io-index"
flip19954e5319b2021-11-04 12:56:54726checksum = "29843cb8d351febf86557681d049d1e1652b81a086a190fa1173c07fd17fbf83"
hyd-deve671c352021-09-06 16:43:27727dependencies = [
728 "diff",
729 "filetime",
730 "getopts",
731 "lazy_static",
732 "libc",
733 "log",
734 "miow",
735 "regex",
736 "rustfix 0.5.1",
737 "serde",
738 "serde_derive",
739 "serde_json",
740 "tempfile",
741 "tester",
742 "winapi",
743]
744
745[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29746name = "core"
747version = "0.0.0"
Alex Crichton994bfd42018-02-26 17:07:16748dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:19749 "rand 0.7.3",
Alex Crichton994bfd42018-02-26 17:07:16750]
Ahmed Charles9ca382f2016-09-02 08:55:29751
752[[package]]
Nick Cameron7cb3f452017-08-24 05:52:28753name = "core-foundation"
Eric Hussf3206bc2020-06-30 17:39:05754version = "0.9.0"
Eric Huss2b985322019-11-25 16:14:07755source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3206bc2020-06-30 17:39:05756checksum = "3b5ed8e7e76c45974e15e41bfa8d5b0483cd90191639e01d8f5f1e606299d3fb"
Eric Huss2b985322019-11-25 16:14:07757dependencies = [
Eric Huss6654c582020-06-23 22:00:48758 "core-foundation-sys",
Alex Crichton093ede22019-08-15 00:45:09759 "libc",
Nick Cameron7cb3f452017-08-24 05:52:28760]
761
762[[package]]
763name = "core-foundation-sys"
Eric Hussf3206bc2020-06-30 17:39:05764version = "0.8.0"
Eric Huss2b985322019-11-25 16:14:07765source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3206bc2020-06-30 17:39:05766checksum = "9a21fa21941700a3cd8fcb4091f361a6a712fac632f85d9f487cc892045d55c6"
Eric Huss2b985322019-11-25 16:14:07767
768[[package]]
Rich Kadelbd0eb072020-11-03 05:32:48769name = "coverage_test_macros"
770version = "0.0.0"
Rich Kadelbd0eb072020-11-03 05:32:48771
772[[package]]
Pietro Albiniacd8e592020-10-01 15:15:12773name = "cpuid-bool"
774version = "0.1.2"
775source = "registry+https://github.com/rust-lang/crates.io-index"
776checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634"
777
778[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58779name = "crates-io"
Eric Hussd9dd3602021-12-14 23:24:41780version = "0.33.1"
Nick Cameronad8ecc22017-07-19 01:32:12781dependencies = [
Eric Huss6da85d62020-01-14 17:47:04782 "anyhow",
Alex Crichton093ede22019-08-15 00:45:09783 "curl",
Eric Huss139477d2019-11-12 18:14:48784 "percent-encoding 2.1.0",
Alex Crichton093ede22019-08-15 00:45:09785 "serde",
Alex Crichton093ede22019-08-15 00:45:09786 "serde_json",
Eric Hussf3287a62021-05-12 00:39:51787 "url 2.2.2",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58788]
789
790[[package]]
Alex Crichtonb4110902018-12-08 11:06:54791name = "crc32fast"
Alex Crichton06d565c2020-05-13 21:22:37792version = "1.2.0"
Alex Crichtonb4110902018-12-08 11:06:54793source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton06d565c2020-05-13 21:22:37794checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
Alex Crichtonb4110902018-12-08 11:06:54795dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:07796 "cfg-if 0.1.10",
Alex Crichtonb4110902018-12-08 11:06:54797]
Alex Crichton38bedfa2017-09-02 03:46:51798
799[[package]]
kennytmcab21f12018-07-26 21:58:55800name = "crossbeam-channel"
Caleb Cartwright63913182021-02-10 01:52:54801version = "0.5.0"
Matthias Krüger451d4922020-02-10 19:47:38802source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:54803checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
Matthias Krüger451d4922020-02-10 19:47:38804dependencies = [
Caleb Cartwright63913182021-02-10 01:52:54805 "cfg-if 1.0.0",
Jubilee Young1f5e1c52021-04-23 23:09:40806 "crossbeam-utils 0.8.3",
Matthias Krüger451d4922020-02-10 19:47:38807]
808
809[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45810name = "crossbeam-deque"
klensy92e30f62021-08-27 14:38:53811version = "0.7.4"
Josh Stone33c41252019-09-10 17:13:07812source = "registry+https://github.com/rust-lang/crates.io-index"
klensy92e30f62021-08-27 14:38:53813checksum = "c20ff29ded3204c5106278a81a38f4b482636ed4fa1e6cfbeef193291beb29ed"
Josh Stone33c41252019-09-10 17:13:07814dependencies = [
Igor Matuszewski5b091302019-12-10 15:01:01815 "crossbeam-epoch",
Mark Rousskov342d9562020-08-17 15:21:44816 "crossbeam-utils 0.7.2",
817 "maybe-uninit",
Josh Stone33c41252019-09-10 17:13:07818]
819
820[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45821name = "crossbeam-epoch"
Mark Rousskov342d9562020-08-17 15:21:44822version = "0.8.2"
Matthias Krüger696fb8f2019-01-21 15:32:43823source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44824checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
Matthias Krüger696fb8f2019-01-21 15:32:43825dependencies = [
Mark Rousskov342d9562020-08-17 15:21:44826 "autocfg",
Aaron Hill44fdfd62020-10-11 17:51:07827 "cfg-if 0.1.10",
Mark Rousskov342d9562020-08-17 15:21:44828 "crossbeam-utils 0.7.2",
Yuki Okushi1f0a39502020-05-26 04:00:42829 "lazy_static",
Mark Rousskov342d9562020-08-17 15:21:44830 "maybe-uninit",
Igor Matuszewski5b091302019-12-10 15:01:01831 "memoffset",
Mateusz Mikuła2d8d8132019-12-04 17:40:16832 "scopeguard",
Matthias Krüger696fb8f2019-01-21 15:32:43833]
834
835[[package]]
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:33836name = "crossbeam-queue"
Mark Rousskov342d9562020-08-17 15:21:44837version = "0.2.3"
838source = "registry+https://github.com/rust-lang/crates.io-index"
839checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
840dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:07841 "cfg-if 0.1.10",
Mark Rousskov342d9562020-08-17 15:21:44842 "crossbeam-utils 0.7.2",
843 "maybe-uninit",
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:33844]
845
846[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45847name = "crossbeam-utils"
Mateusz Mikułaf5e702d2020-03-26 13:10:35848version = "0.7.2"
Eric Husse0f2f9d2019-11-12 17:57:41849source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikułaf5e702d2020-03-26 13:10:35850checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
Eric Husse0f2f9d2019-11-12 17:57:41851dependencies = [
Amanieu d'Antrasd51b7b22020-03-16 18:37:15852 "autocfg",
Aaron Hill44fdfd62020-10-11 17:51:07853 "cfg-if 0.1.10",
Yuki Okushi1f0a39502020-05-26 04:00:42854 "lazy_static",
Eric Husse0f2f9d2019-11-12 17:57:41855]
856
857[[package]]
Eric Huss71bf7cf2020-10-14 22:16:47858name = "crossbeam-utils"
Jubilee Young1f5e1c52021-04-23 23:09:40859version = "0.8.3"
Eric Huss71bf7cf2020-10-14 22:16:47860source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young1f5e1c52021-04-23 23:09:40861checksum = "e7e9d99fa91428effe99c5c6d4634cdeba32b8cf784fc428a2a687f61a952c49"
Eric Huss71bf7cf2020-10-14 22:16:47862dependencies = [
863 "autocfg",
864 "cfg-if 1.0.0",
Eric Huss71bf7cf2020-10-14 22:16:47865 "lazy_static",
866]
867
868[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29869name = "crypto-hash"
Mark Rousskov342d9562020-08-17 15:21:44870version = "0.3.4"
Oliver Schneideracdf83f2017-12-06 08:25:29871source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44872checksum = "8a77162240fd97248d19a564a565eb563a3f592b386e4136fb300909e67dddca"
Oliver Schneideracdf83f2017-12-06 08:25:29873dependencies = [
Alex Crichton093ede22019-08-15 00:45:09874 "commoncrypto",
Aaron Hilld440e132019-09-16 18:45:40875 "hex 0.3.2",
Alex Crichton093ede22019-08-15 00:45:09876 "openssl",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31877 "winapi",
Oliver Schneideracdf83f2017-12-06 08:25:29878]
879
880[[package]]
Xidorn Quan38e42332021-02-13 11:17:15881name = "cstr"
882version = "0.2.8"
883source = "registry+https://github.com/rust-lang/crates.io-index"
884checksum = "c11a39d776a3b35896711da8a04dc1835169dcd36f710878187637314e47941b"
885dependencies = [
886 "proc-macro2",
887 "quote",
888]
889
890[[package]]
Mateusz Mikułaf5e702d2020-03-26 13:10:35891name = "ctor"
Mark Rousskov342d9562020-08-17 15:21:44892version = "0.1.15"
Mateusz Mikułaf5e702d2020-03-26 13:10:35893source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44894checksum = "39858aa5bac06462d4dd4b9164848eb81ffc4aa5c479746393598fd193afa227"
Mateusz Mikułaf5e702d2020-03-26 13:10:35895dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15896 "quote",
897 "syn",
Mateusz Mikułaf5e702d2020-03-26 13:10:35898]
899
900[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58901name = "curl"
Eric Hussb086bd02021-11-22 22:01:57902version = "0.4.41"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58903source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussb086bd02021-11-22 22:01:57904checksum = "1bc6d233563261f8db6ffb83bbaad5a73837a6e6b28868e926337ebbdece0be3"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58905dependencies = [
Alex Crichton093ede22019-08-15 00:45:09906 "curl-sys",
Alex Crichton093ede22019-08-15 00:45:09907 "libc",
908 "openssl-probe",
909 "openssl-sys",
910 "schannel",
klensyd5e8ad42021-07-04 18:49:56911 "socket2",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31912 "winapi",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58913]
914
915[[package]]
916name = "curl-sys"
Eric Hussb086bd02021-11-22 22:01:57917version = "0.4.51+curl-7.80.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58918source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussb086bd02021-11-22 22:01:57919checksum = "d130987e6a6a34fe0889e1083022fa48cd90e6709a84be3fb8dd95801de5af20"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58920dependencies = [
Alex Crichton093ede22019-08-15 00:45:09921 "cc",
922 "libc",
923 "libnghttp2-sys",
924 "libz-sys",
925 "openssl-sys",
926 "pkg-config",
927 "vcpkg",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31928 "winapi",
Josh Stone020c5ec2017-05-08 22:01:13929]
930
931[[package]]
Douglas Campos422fe7c2018-05-29 11:52:51932name = "datafrog"
Niko Matsakis826fb1d2019-01-02 19:45:22933version = "2.0.1"
Douglas Campos422fe7c2018-05-29 11:52:51934source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09935checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
Douglas Campos422fe7c2018-05-29 11:52:51936
937[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58938name = "derive-new"
Igor Matuszewski3bdaced2020-05-05 11:30:49939version = "0.5.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58940source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski3bdaced2020-05-05 11:30:49941checksum = "71f31892cd5c62e414316f2963c5689242c43d8e7bbcaaeca97e5e28c95d91d9"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58942dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15943 "proc-macro2",
944 "quote",
945 "syn",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58946]
947
948[[package]]
kennytmcab21f12018-07-26 21:58:55949name = "derive_more"
Mark Rousskov342d9562020-08-17 15:21:44950version = "0.99.9"
kennytmcab21f12018-07-26 21:58:55951source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44952checksum = "298998b1cf6b5b2c8a7b023dfd45821825ce3ba8a8af55c921a0e734e4653f76"
kennytmcab21f12018-07-26 21:58:55953dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15954 "proc-macro2",
955 "quote",
956 "syn",
kennytmcab21f12018-07-26 21:58:55957]
958
959[[package]]
Cengiz Can837817c2017-04-27 19:41:18960name = "diff"
Mark Rousskov342d9562020-08-17 15:21:44961version = "0.1.12"
Cengiz Can837817c2017-04-27 19:41:18962source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44963checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
Cengiz Can837817c2017-04-27 19:41:18964
965[[package]]
Mark Simulacrum42fde212018-03-10 14:03:06966name = "difference"
967version = "2.0.0"
968source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09969checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
Mark Simulacrum42fde212018-03-10 14:03:06970
971[[package]]
James Munnsde763692019-01-19 02:39:37972name = "digest"
Arlo Siemsenf86b0782020-03-31 05:17:15973version = "0.8.1"
James Munnsde763692019-01-19 02:39:37974source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:15975checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
James Munnsde763692019-01-19 02:39:37976dependencies = [
klensyd480a3e2021-03-12 13:33:02977 "generic-array 0.12.4",
Pietro Albiniacd8e592020-10-01 15:15:12978]
979
980[[package]]
981name = "digest"
982version = "0.9.0"
983source = "registry+https://github.com/rust-lang/crates.io-index"
984checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
985dependencies = [
986 "generic-array 0.14.4",
James Munnsde763692019-01-19 02:39:37987]
988
989[[package]]
Ralf Jung44b0fd62018-11-28 20:22:45990name = "directories"
Jubilee Young27ef7192021-04-23 22:49:47991version = "3.0.2"
Ralf Jung44b0fd62018-11-28 20:22:45992source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young27ef7192021-04-23 22:49:47993checksum = "e69600ff1703123957937708eb27f7a564e48885c537782722ed0ba3189ce1d7"
Ralf Jung44b0fd62018-11-28 20:22:45994dependencies = [
Alex Crichton093ede22019-08-15 00:45:09995 "dirs-sys",
Ralf Jung44b0fd62018-11-28 20:22:45996]
997
998[[package]]
flip19954c228cc2019-02-18 09:32:58999name = "dirs"
Mark Rousskov342d9562020-08-17 15:21:441000version = "2.0.2"
flip19954c228cc2019-02-18 09:32:581001source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441002checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
flip19954c228cc2019-02-18 09:32:581003dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071004 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:091005 "dirs-sys",
flip19954c228cc2019-02-18 09:32:581006]
1007
1008[[package]]
flip19950046d7c2021-02-25 10:26:231009name = "dirs-next"
1010version = "2.0.0"
1011source = "registry+https://github.com/rust-lang/crates.io-index"
1012checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
1013dependencies = [
1014 "cfg-if 1.0.0",
1015 "dirs-sys-next",
1016]
1017
1018[[package]]
Ralf Jung4e8626e2019-06-13 07:58:321019name = "dirs-sys"
Jubilee Young27ef7192021-04-23 22:49:471020version = "0.3.6"
Ralf Jung4e8626e2019-06-13 07:58:321021source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young27ef7192021-04-23 22:49:471022checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
Ralf Jung4e8626e2019-06-13 07:58:321023dependencies = [
Alex Crichton093ede22019-08-15 00:45:091024 "libc",
Jubilee Young27ef7192021-04-23 22:49:471025 "redox_users",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311026 "winapi",
flip19950046d7c2021-02-25 10:26:231027]
1028
1029[[package]]
1030name = "dirs-sys-next"
1031version = "0.1.2"
1032source = "registry+https://github.com/rust-lang/crates.io-index"
1033checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1034dependencies = [
1035 "libc",
Jubilee Young27ef7192021-04-23 22:49:471036 "redox_users",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311037 "winapi",
Ralf Jung4e8626e2019-06-13 07:58:321038]
1039
1040[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291041name = "dlmalloc"
Alex Crichtone4b34962021-11-08 15:53:351042version = "0.2.3"
Alex Crichton4c21a3b2018-11-20 05:52:501043source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtone4b34962021-11-08 15:53:351044checksum = "a6fe28e0bf9357092740362502f5cc7955d8dc125ebda71dec72336c2e15c62e"
Oliver Schneideracdf83f2017-12-06 08:25:291045dependencies = [
Alex Crichton093ede22019-08-15 00:45:091046 "compiler_builtins",
1047 "libc",
1048 "rustc-std-workspace-core",
Oliver Schneideracdf83f2017-12-06 08:25:291049]
1050
1051[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291052name = "either"
Mark Rousskov342d9562020-08-17 15:21:441053version = "1.6.0"
Oliver Schneideracdf83f2017-12-06 08:25:291054source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441055checksum = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f"
Oliver Schneideracdf83f2017-12-06 08:25:291056
1057[[package]]
steveklabnikecfbaca2018-04-03 14:32:041058name = "elasticlunr-rs"
Aaron Hill70ba4912020-08-01 14:11:151059version = "2.3.9"
steveklabnikecfbaca2018-04-03 14:32:041060source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:151061checksum = "35622eb004c8f0c5e7e2032815f3314a93df0db30a1ce5c94e62c1ecc81e22b9"
steveklabnikecfbaca2018-04-03 14:32:041062dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:421063 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091064 "regex",
1065 "serde",
1066 "serde_derive",
1067 "serde_json",
1068 "strum",
1069 "strum_macros",
steveklabnikecfbaca2018-04-03 14:32:041070]
1071
1072[[package]]
Sean Griffin755bdaa2018-01-29 20:45:121073name = "ena"
Markus Westerlindcaacdd22020-02-25 08:47:071074version = "0.14.0"
1075source = "registry+https://github.com/rust-lang/crates.io-index"
1076checksum = "d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3"
varkor443a2d42019-03-19 21:30:071077dependencies = [
Alex Crichton093ede22019-08-15 00:45:091078 "log",
varkor443a2d42019-03-19 21:30:071079]
1080
1081[[package]]
Ralf Jungbf11b122021-04-06 11:20:481082name = "enum-iterator"
1083version = "0.6.0"
1084source = "registry+https://github.com/rust-lang/crates.io-index"
1085checksum = "c79a6321a1197d7730510c7e3f6cb80432dfefecb32426de8cea0aa19b4bb8d7"
1086dependencies = [
1087 "enum-iterator-derive",
1088]
1089
1090[[package]]
1091name = "enum-iterator-derive"
1092version = "0.6.0"
1093source = "registry+https://github.com/rust-lang/crates.io-index"
1094checksum = "1e94aa31f7c0dc764f57896dc615ddd76fc13b0d5dca7eb6cc5e018a5a09ec06"
1095dependencies = [
1096 "proc-macro2",
1097 "quote",
1098 "syn",
1099]
1100
1101[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581102name = "env_logger"
Caleb Cartwright0697f562021-10-20 05:15:201103version = "0.7.1"
Alex Crichton15899b02018-01-25 04:01:421104source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright0697f562021-10-20 05:15:201105checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
Alex Crichton01127ca2018-11-16 11:08:231106dependencies = [
Alex Crichton093ede22019-08-15 00:45:091107 "atty",
Eric Hussd45d8b12020-01-21 17:55:431108 "humantime 1.3.0",
Alex Crichton093ede22019-08-15 00:45:091109 "log",
1110 "regex",
1111 "termcolor",
Alex Crichton01127ca2018-11-16 11:08:231112]
1113
1114[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:561115name = "env_logger"
Caleb Cartwright0697f562021-10-20 05:15:201116version = "0.8.4"
Alex Crichton5c5e3fa2019-09-24 18:06:561117source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright0697f562021-10-20 05:15:201118checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
Alex Crichton5c5e3fa2019-09-24 18:06:561119dependencies = [
1120 "atty",
Caleb Cartwright0697f562021-10-20 05:15:201121 "humantime 2.0.1",
Alex Crichton5c5e3fa2019-09-24 18:06:561122 "log",
1123 "regex",
1124 "termcolor",
1125]
1126
1127[[package]]
Eric Husse852a4a2020-10-20 23:36:461128name = "env_logger"
Eric Huss7ca38ee2021-07-16 02:27:111129version = "0.9.0"
1130source = "registry+https://github.com/rust-lang/crates.io-index"
1131checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
1132dependencies = [
1133 "atty",
1134 "humantime 2.0.1",
1135 "log",
1136 "regex",
1137 "termcolor",
1138]
1139
1140[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291141name = "error_index_generator"
1142version = "0.0.0"
Mark Simulacrume2e9b402017-07-23 02:01:581143dependencies = [
Alex Crichton093ede22019-08-15 00:45:091144 "rustdoc",
Mark Rousskov99ce39b2019-08-19 22:04:251145 "walkdir",
Mark Simulacrume2e9b402017-07-23 02:01:581146]
Ahmed Charles9ca382f2016-09-02 08:55:291147
1148[[package]]
Pietro Albini9beb8f52019-11-26 11:06:301149name = "expand-yaml-anchors"
1150version = "0.1.0"
1151dependencies = [
1152 "yaml-merge-keys",
Mark Rousskov342d9562020-08-17 15:21:441153 "yaml-rust 0.4.4",
Pietro Albini9beb8f52019-11-26 11:06:301154]
1155
1156[[package]]
Aleksey Kladovf7be59c2020-08-21 12:03:501157name = "expect-test"
Aleksey Kladov5716c3e2020-08-31 19:04:091158version = "1.0.1"
Aleksey Kladovf7be59c2020-08-21 12:03:501159source = "registry+https://github.com/rust-lang/crates.io-index"
Aleksey Kladov5716c3e2020-08-31 19:04:091160checksum = "ceb96f3eaa0d4e8769c52dacfd4eb60183b817ed2f176171b3c691d5022b0f2e"
Aleksey Kladovf7be59c2020-08-21 12:03:501161dependencies = [
1162 "difference",
1163 "once_cell",
1164]
1165
1166[[package]]
James Munnsde763692019-01-19 02:39:371167name = "fake-simd"
1168version = "0.1.2"
1169source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091170checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
James Munnsde763692019-01-19 02:39:371171
1172[[package]]
David Wood2dc1a8a2021-12-03 14:24:051173name = "fallible-iterator"
1174version = "0.2.0"
1175source = "registry+https://github.com/rust-lang/crates.io-index"
1176checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
1177
1178[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291179name = "filetime"
klensydcdc3082021-05-11 19:03:591180version = "0.2.14"
Alex Crichton924f8c72018-04-18 15:43:591181source = "registry+https://github.com/rust-lang/crates.io-index"
klensydcdc3082021-05-11 19:03:591182checksum = "1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8"
Alex Crichton924f8c72018-04-18 15:43:591183dependencies = [
klensydcdc3082021-05-11 19:03:591184 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:091185 "libc",
klensydcdc3082021-05-11 19:03:591186 "redox_syscall",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311187 "winapi",
Alex Crichton924f8c72018-04-18 15:43:591188]
1189
1190[[package]]
Jack Hueya24df5b2020-03-03 16:25:031191name = "fixedbitset"
Jack Huey6aa2e9d2020-05-27 00:19:191192version = "0.2.0"
Jack Hueya24df5b2020-03-03 16:25:031193source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:191194checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
Jack Hueya24df5b2020-03-03 16:25:031195
1196[[package]]
Josh Stone020c5ec2017-05-08 22:01:131197name = "flate2"
Alex Crichton06d565c2020-05-13 21:22:371198version = "1.0.16"
Felix Schütt7c13fa32017-12-31 14:34:291199source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton06d565c2020-05-13 21:22:371200checksum = "68c90b0fc46cf89d227cc78b40e494ff81287a92dd07631e5af0d06fe3cf885e"
Felix Schütt7c13fa32017-12-31 14:34:291201dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071202 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:091203 "crc32fast",
1204 "libc",
1205 "libz-sys",
Eric Huss139477d2019-11-12 18:14:481206 "miniz_oxide",
Felix Schütt7c13fa32017-12-31 14:34:291207]
1208
1209[[package]]
Simon Sapinb77ff242017-07-18 21:26:551210name = "fnv"
Mark Rousskov342d9562020-08-17 15:21:441211version = "1.0.7"
Simon Sapinb77ff242017-07-18 21:26:551212source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441213checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
Simon Sapinb77ff242017-07-18 21:26:551214
1215[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581216name = "foreign-types"
Oliver Schneideracdf83f2017-12-06 08:25:291217version = "0.3.2"
1218source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091219checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
Oliver Schneideracdf83f2017-12-06 08:25:291220dependencies = [
Alex Crichton093ede22019-08-15 00:45:091221 "foreign-types-shared",
Oliver Schneideracdf83f2017-12-06 08:25:291222]
1223
1224[[package]]
1225name = "foreign-types-shared"
1226version = "0.1.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581227source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091228checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581229
1230[[package]]
Eric Hussf3287a62021-05-12 00:39:511231name = "form_urlencoded"
1232version = "1.0.1"
1233source = "registry+https://github.com/rust-lang/crates.io-index"
1234checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
1235dependencies = [
1236 "matches",
1237 "percent-encoding 2.1.0",
1238]
1239
1240[[package]]
Jethro Beekman4a350562018-08-28 04:33:261241name = "fortanix-sgx-abi"
Mark Rousskov342d9562020-08-17 15:21:441242version = "0.3.3"
Alex Crichton4c21a3b2018-11-20 05:52:501243source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441244checksum = "c56c422ef86062869b2d57ae87270608dc5929969dd130a6e248979cf4fb6ca6"
Jethro Beekman4a350562018-08-28 04:33:261245dependencies = [
Alex Crichton093ede22019-08-15 00:45:091246 "compiler_builtins",
1247 "rustc-std-workspace-core",
Jethro Beekman4a350562018-08-28 04:33:261248]
1249
1250[[package]]
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471251name = "fs-err"
1252version = "2.5.0"
1253source = "registry+https://github.com/rust-lang/crates.io-index"
1254checksum = "bcd1163ae48bda72a20ae26d66a04d3094135cadab911cff418ae5e33f253431"
1255
1256[[package]]
Alex Crichton016eaf82018-10-21 02:15:061257name = "fs_extra"
1258version = "1.1.0"
1259source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091260checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
Alex Crichton016eaf82018-10-21 02:15:061261
1262[[package]]
Nick Cameron77177052018-07-06 00:34:001263name = "fst"
Eric Huss893ca662021-04-22 22:47:101264version = "0.4.5"
Nick Cameron77177052018-07-06 00:34:001265source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss893ca662021-04-22 22:47:101266checksum = "d79238883cf0307100b90aba4a755d8051a3182305dfe7f649a1e9dc0517006f"
Nick Cameron77177052018-07-06 00:34:001267
1268[[package]]
steveklabnikecfbaca2018-04-03 14:32:041269name = "futf"
Alex Crichtond8251152018-07-02 16:33:161270version = "0.1.4"
steveklabnikecfbaca2018-04-03 14:32:041271source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091272checksum = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
steveklabnikecfbaca2018-04-03 14:32:041273dependencies = [
Alex Crichton093ede22019-08-15 00:45:091274 "mac",
1275 "new_debug_unreachable",
steveklabnikecfbaca2018-04-03 14:32:041276]
1277
1278[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121279name = "futures"
Mark Rousskov342d9562020-08-17 15:21:441280version = "0.1.29"
Ahmed Charles9ca382f2016-09-02 08:55:291281source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441282checksum = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"
Ahmed Charles9ca382f2016-09-02 08:55:291283
1284[[package]]
Caleb Cartwright63913182021-02-10 01:52:541285name = "futures"
1286version = "0.3.12"
1287source = "registry+https://github.com/rust-lang/crates.io-index"
1288checksum = "da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150"
1289dependencies = [
1290 "futures-channel",
1291 "futures-core",
1292 "futures-executor",
1293 "futures-io",
1294 "futures-sink",
1295 "futures-task",
1296 "futures-util",
1297]
1298
1299[[package]]
1300name = "futures-channel"
1301version = "0.3.12"
1302source = "registry+https://github.com/rust-lang/crates.io-index"
1303checksum = "f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846"
1304dependencies = [
1305 "futures-core",
1306 "futures-sink",
1307]
1308
1309[[package]]
1310name = "futures-core"
1311version = "0.3.12"
1312source = "registry+https://github.com/rust-lang/crates.io-index"
1313checksum = "79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65"
1314
1315[[package]]
1316name = "futures-executor"
1317version = "0.3.12"
1318source = "registry+https://github.com/rust-lang/crates.io-index"
1319checksum = "e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9"
1320dependencies = [
1321 "futures-core",
1322 "futures-task",
1323 "futures-util",
1324 "num_cpus",
1325]
1326
1327[[package]]
1328name = "futures-io"
1329version = "0.3.12"
1330source = "registry+https://github.com/rust-lang/crates.io-index"
1331checksum = "28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500"
1332
1333[[package]]
1334name = "futures-macro"
1335version = "0.3.12"
1336source = "registry+https://github.com/rust-lang/crates.io-index"
1337checksum = "c287d25add322d9f9abdcdc5927ca398917996600182178774032e9f8258fedd"
1338dependencies = [
1339 "proc-macro-hack",
1340 "proc-macro2",
1341 "quote",
1342 "syn",
1343]
1344
1345[[package]]
1346name = "futures-sink"
1347version = "0.3.12"
1348source = "registry+https://github.com/rust-lang/crates.io-index"
1349checksum = "caf5c69029bda2e743fddd0582d1083951d65cc9539aebf8812f36c3491342d6"
1350
1351[[package]]
1352name = "futures-task"
1353version = "0.3.12"
1354source = "registry+https://github.com/rust-lang/crates.io-index"
1355checksum = "13de07eb8ea81ae445aca7b69f5f7bf15d7bf4912d8ca37d6645c77ae8a58d86"
1356dependencies = [
1357 "once_cell",
1358]
1359
1360[[package]]
1361name = "futures-util"
1362version = "0.3.12"
1363source = "registry+https://github.com/rust-lang/crates.io-index"
1364checksum = "632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b"
1365dependencies = [
1366 "futures 0.1.29",
1367 "futures-channel",
1368 "futures-core",
1369 "futures-io",
1370 "futures-macro",
1371 "futures-sink",
1372 "futures-task",
1373 "memchr",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311374 "pin-project-lite",
Caleb Cartwright63913182021-02-10 01:52:541375 "pin-utils",
1376 "proc-macro-hack",
1377 "proc-macro-nested",
1378 "slab",
1379]
1380
1381[[package]]
Eric Huss97308712018-08-14 21:27:261382name = "fwdansi"
Eric Huss89d79062020-07-29 18:02:051383version = "1.1.0"
Eric Huss97308712018-08-14 21:27:261384source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss89d79062020-07-29 18:02:051385checksum = "08c1f5787fe85505d1f7777268db5103d80a7a374d2316a7ce262e57baf8f208"
Eric Huss97308712018-08-14 21:27:261386dependencies = [
Alex Crichton093ede22019-08-15 00:45:091387 "memchr",
1388 "termcolor",
Eric Huss97308712018-08-14 21:27:261389]
1390
1391[[package]]
James Munnsde763692019-01-19 02:39:371392name = "generic-array"
klensyd480a3e2021-03-12 13:33:021393version = "0.12.4"
James Munnsde763692019-01-19 02:39:371394source = "registry+https://github.com/rust-lang/crates.io-index"
klensyd480a3e2021-03-12 13:33:021395checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
James Munnsde763692019-01-19 02:39:371396dependencies = [
Alex Crichton093ede22019-08-15 00:45:091397 "typenum",
James Munnsde763692019-01-19 02:39:371398]
1399
1400[[package]]
Pietro Albiniacd8e592020-10-01 15:15:121401name = "generic-array"
1402version = "0.14.4"
1403source = "registry+https://github.com/rust-lang/crates.io-index"
1404checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
1405dependencies = [
1406 "typenum",
1407 "version_check",
1408]
1409
1410[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291411name = "getopts"
Alex Crichtonb47c9692019-08-16 15:29:081412version = "0.2.21"
Ahmed Charles9ca382f2016-09-02 08:55:291413source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonb47c9692019-08-16 15:29:081414checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
varkore72f7e12019-04-30 19:37:361415dependencies = [
Alex Crichtonb47c9692019-08-16 15:29:081416 "rustc-std-workspace-core",
1417 "rustc-std-workspace-std",
Alex Crichton093ede22019-08-15 00:45:091418 "unicode-width",
varkore72f7e12019-04-30 19:37:361419]
Ahmed Charles9ca382f2016-09-02 08:55:291420
1421[[package]]
gnzlbg52caca02019-08-01 15:02:261422name = "getrandom"
Alex Crichtonaabf4e92020-01-08 15:33:571423version = "0.1.14"
gnzlbg52caca02019-08-01 15:02:261424source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:571425checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
gnzlbg52caca02019-08-01 15:02:261426dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071427 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:091428 "libc",
Alex Crichtonaabf4e92020-01-08 15:33:571429 "wasi",
gnzlbg52caca02019-08-01 15:02:261430]
1431
1432[[package]]
Ralf Jung0e908752020-09-17 18:04:201433name = "getrandom"
1434version = "0.2.0"
1435source = "registry+https://github.com/rust-lang/crates.io-index"
1436checksum = "ee8025cf36f917e6a52cce185b7c7177689b838b7ec138364e50cc2277a56cf4"
1437dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071438 "cfg-if 0.1.10",
Ralf Jung0e908752020-09-17 18:04:201439 "libc",
1440 "wasi",
1441]
1442
1443[[package]]
Ralf Jungbf11b122021-04-06 11:20:481444name = "getset"
1445version = "0.1.1"
1446source = "registry+https://github.com/rust-lang/crates.io-index"
1447checksum = "24b328c01a4d71d2d8173daa93562a73ab0fe85616876f02500f53d82948c504"
1448dependencies = [
1449 "proc-macro-error",
1450 "proc-macro2",
1451 "quote",
1452 "syn",
1453]
1454
1455[[package]]
Alex Crichton06d565c2020-05-13 21:22:371456name = "gimli"
Alex Crichton4a3e7362021-08-19 02:44:241457version = "0.25.0"
Alex Crichton06d565c2020-05-13 21:22:371458source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton4a3e7362021-08-19 02:44:241459checksum = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7"
Alex Crichton06d565c2020-05-13 21:22:371460dependencies = [
1461 "compiler_builtins",
1462 "rustc-std-workspace-alloc",
1463 "rustc-std-workspace-core",
1464]
1465
1466[[package]]
David Wood2dc1a8a2021-12-03 14:24:051467name = "gimli"
1468version = "0.26.1"
1469source = "registry+https://github.com/rust-lang/crates.io-index"
1470checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
1471dependencies = [
1472 "fallible-iterator",
1473 "indexmap",
1474 "stable_deref_trait",
1475]
1476
1477[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581478name = "git2"
Eric Huss94015472021-10-12 04:48:271479version = "0.13.23"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581480source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss94015472021-10-12 04:48:271481checksum = "2a8057932925d3a9d9e4434ea016570d37420ddb1ceed45a174d577f24ed6700"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581482dependencies = [
Alex Crichton093ede22019-08-15 00:45:091483 "bitflags",
1484 "libc",
1485 "libgit2-sys",
1486 "log",
1487 "openssl-probe",
1488 "openssl-sys",
Eric Hussf3287a62021-05-12 00:39:511489 "url 2.2.2",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581490]
1491
1492[[package]]
1493name = "git2-curl"
Eric Huss468af392020-12-23 03:42:031494version = "0.14.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581495source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss468af392020-12-23 03:42:031496checksum = "883539cb0ea94bab3f8371a98cd8e937bbe9ee7c044499184aa4c17deb643a50"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581497dependencies = [
Alex Crichton093ede22019-08-15 00:45:091498 "curl",
1499 "git2",
1500 "log",
Eric Hussf3287a62021-05-12 00:39:511501 "url 2.2.2",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581502]
1503
1504[[package]]
1505name = "glob"
Eric Huss45432452019-03-12 20:34:471506version = "0.3.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581507source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091508checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581509
1510[[package]]
Simon Sapinb77ff242017-07-18 21:26:551511name = "globset"
Mark Rousskov342d9562020-08-17 15:21:441512version = "0.4.5"
Simon Sapinb77ff242017-07-18 21:26:551513source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441514checksum = "7ad1da430bd7281dde2576f44c84cc3f0f7b475e7202cd503042dff01a8c8120"
Simon Sapinb77ff242017-07-18 21:26:551515dependencies = [
Alex Crichton093ede22019-08-15 00:45:091516 "aho-corasick",
1517 "bstr",
1518 "fnv",
1519 "log",
1520 "regex",
Simon Sapinb77ff242017-07-18 21:26:551521]
1522
1523[[package]]
Jacob Hoffman-Andrewscd0f9312021-06-09 00:19:031524name = "globwalk"
1525version = "0.8.1"
1526source = "registry+https://github.com/rust-lang/crates.io-index"
1527checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc"
1528dependencies = [
1529 "bitflags",
1530 "ignore",
1531 "walkdir",
1532]
1533
1534[[package]]
Vishnunarayan K Iea146072020-10-26 13:34:291535name = "gsgdt"
Krasimir Georgieva9698e22022-01-03 19:25:461536version = "0.1.2"
Vishnunarayan K Iea146072020-10-26 13:34:291537source = "registry+https://github.com/rust-lang/crates.io-index"
Krasimir Georgieva9698e22022-01-03 19:25:461538checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825"
Vishnunarayan K Iea146072020-10-26 13:34:291539dependencies = [
1540 "serde",
1541]
1542
1543[[package]]
Steve Klabnika0769612017-02-07 23:13:571544name = "handlebars"
Eric Huss661f4612021-07-27 04:50:251545version = "4.1.0"
Steve Klabnika0769612017-02-07 23:13:571546source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss661f4612021-07-27 04:50:251547checksum = "72a0ffab8c36d0436114310c7e10b59b3307e650ddfabf6d006028e29a70c6e6"
Steve Klabnika0769612017-02-07 23:13:571548dependencies = [
Alex Crichton093ede22019-08-15 00:45:091549 "log",
1550 "pest",
1551 "pest_derive",
Mark Rousskov342d9562020-08-17 15:21:441552 "quick-error 2.0.0",
Alex Crichton093ede22019-08-15 00:45:091553 "serde",
1554 "serde_json",
James Munnsde763692019-01-19 02:39:371555]
1556
1557[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:051558name = "hashbrown"
Markus Westerlind7cf8d3a2020-10-05 08:50:511559version = "0.11.0"
1560source = "registry+https://github.com/rust-lang/crates.io-index"
1561checksum = "362385356d610bd1e5a408ddf8d022041774b683f345a1d2cfcb4f60f8ae2db5"
Félix Saparellibdcc21c2019-09-21 10:56:051562dependencies = [
Lain Yang9a337b62022-01-07 05:32:581563 "ahash",
Alex Crichton093ede22019-08-15 00:45:091564 "compiler_builtins",
1565 "rustc-std-workspace-alloc",
1566 "rustc-std-workspace-core",
Eric Huss04538c62019-07-08 21:52:071567]
1568
1569[[package]]
Bastien Orivel5c4534a2018-12-08 14:11:471570name = "heck"
Mark Rousskov342d9562020-08-17 15:21:441571version = "0.3.1"
Bastien Orivel5c4534a2018-12-08 14:11:471572source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441573checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
Bastien Orivel5c4534a2018-12-08 14:11:471574dependencies = [
Alex Crichton093ede22019-08-15 00:45:091575 "unicode-segmentation",
Bastien Orivel5c4534a2018-12-08 14:11:471576]
1577
1578[[package]]
Stefan Lankes5ebd4d92019-10-20 07:55:101579name = "hermit-abi"
Stefan Lankesbbb6cb82021-08-13 05:45:301580version = "0.1.19"
Stefan Lankes5ebd4d92019-10-20 07:55:101581source = "registry+https://github.com/rust-lang/crates.io-index"
Stefan Lankesbbb6cb82021-08-13 05:45:301582checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
Stefan Lankes5ebd4d92019-10-20 07:55:101583dependencies = [
1584 "compiler_builtins",
1585 "libc",
1586 "rustc-std-workspace-core",
1587]
1588
1589[[package]]
Alex Crichton1cede102017-06-15 02:33:061590name = "hex"
Alex Crichtond8251152018-07-02 16:33:161591version = "0.3.2"
Alex Crichton80d6ed22018-01-08 21:56:221592source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091593checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
Alex Crichton80d6ed22018-01-08 21:56:221594
1595[[package]]
Aaron Hilld440e132019-09-16 18:45:401596name = "hex"
Mark Rousskov342d9562020-08-17 15:21:441597version = "0.4.2"
Aaron Hilld440e132019-09-16 18:45:401598source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441599checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
Aaron Hilld440e132019-09-16 18:45:401600
1601[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121602name = "home"
Mark Rousskov342d9562020-08-17 15:21:441603version = "0.5.3"
flip199596c3ec12019-08-20 07:32:531604source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441605checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
flip199596c3ec12019-08-20 07:32:531606dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:311607 "winapi",
flip199596c3ec12019-08-20 07:32:531608]
1609
1610[[package]]
Guillaume Gomez83a2bc32021-04-23 14:43:181611name = "html-checker"
1612version = "0.1.0"
1613dependencies = [
1614 "walkdir",
1615]
1616
1617[[package]]
steveklabnikecfbaca2018-04-03 14:32:041618name = "html5ever"
Aaron Hill70ba4912020-08-01 14:11:151619version = "0.25.1"
Eric Huss2dafa912019-06-19 03:36:471620source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:151621checksum = "aafcf38a1a36118242d29b92e1b08ef84e67e4a5ed06e0a80be20e6a32bfed6b"
Eric Huss2dafa912019-06-19 03:36:471622dependencies = [
Alex Crichton093ede22019-08-15 00:45:091623 "log",
1624 "mac",
1625 "markup5ever",
Aaron Hill70ba4912020-08-01 14:11:151626 "proc-macro2",
1627 "quote",
1628 "syn",
Eric Huss2dafa912019-06-19 03:36:471629]
1630
1631[[package]]
Alex Crichton87f3dda2018-03-01 19:08:481632name = "humantime"
Alex Crichton5c5e3fa2019-09-24 18:06:561633version = "1.3.0"
Alex Crichton87f3dda2018-03-01 19:08:481634source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton5c5e3fa2019-09-24 18:06:561635checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
Alex Crichton87f3dda2018-03-01 19:08:481636dependencies = [
Mark Rousskov342d9562020-08-17 15:21:441637 "quick-error 1.2.3",
Alex Crichton87f3dda2018-03-01 19:08:481638]
1639
1640[[package]]
Eric Hussd45d8b12020-01-21 17:55:431641name = "humantime"
Mark Rousskov342d9562020-08-17 15:21:441642version = "2.0.1"
Eric Hussd45d8b12020-01-21 17:55:431643source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441644checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
Eric Hussd45d8b12020-01-21 17:55:431645
1646[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581647name = "idna"
Alex Crichton52d7ee832018-07-17 16:04:221648version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581649source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091650checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581651dependencies = [
Alex Crichton093ede22019-08-15 00:45:091652 "matches",
1653 "unicode-bidi",
1654 "unicode-normalization",
Alex Crichtonf6304e12017-02-15 22:55:261655]
1656
1657[[package]]
Eric Hussf2428a62019-08-01 00:44:391658name = "idna"
1659version = "0.2.0"
1660source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091661checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
Eric Hussf2428a62019-08-01 00:44:391662dependencies = [
Alex Crichton093ede22019-08-15 00:45:091663 "matches",
1664 "unicode-bidi",
1665 "unicode-normalization",
Eric Hussf2428a62019-08-01 00:44:391666]
1667
1668[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291669name = "if_chain"
Oliver Scherer2a789512019-05-26 17:21:541670version = "1.0.0"
Oliver Schneideracdf83f2017-12-06 08:25:291671source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091672checksum = "c3360c7b59e5ffa2653671fb74b4741a5d343c03f331c0a4aeda42b5c2b0ec7d"
Oliver Schneideracdf83f2017-12-06 08:25:291673
1674[[package]]
Simon Sapinb77ff242017-07-18 21:26:551675name = "ignore"
Jubilee Young1f5e1c52021-04-23 23:09:401676version = "0.4.17"
Simon Sapinb77ff242017-07-18 21:26:551677source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young1f5e1c52021-04-23 23:09:401678checksum = "b287fb45c60bb826a0dc68ff08742b9d88a2fea13d6e0c286b3172065aaf878c"
Simon Sapinb77ff242017-07-18 21:26:551679dependencies = [
Jubilee Young1f5e1c52021-04-23 23:09:401680 "crossbeam-utils 0.8.3",
Alex Crichton093ede22019-08-15 00:45:091681 "globset",
Yuki Okushi1f0a39502020-05-26 04:00:421682 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091683 "log",
1684 "memchr",
1685 "regex",
1686 "same-file",
Yuki Okushib4b76b82020-05-26 04:04:591687 "thread_local",
Alex Crichton093ede22019-08-15 00:45:091688 "walkdir",
1689 "winapi-util",
Simon Sapinb77ff242017-07-18 21:26:551690]
1691
1692[[package]]
Eric Huss8c20add2018-12-03 01:33:201693name = "im-rc"
Eric Hussc8443bb2020-05-18 22:41:571694version = "15.0.0"
Eric Huss8c20add2018-12-03 01:33:201695source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussc8443bb2020-05-18 22:41:571696checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f"
Eric Huss8c20add2018-12-03 01:33:201697dependencies = [
Eric Huss2b985322019-11-25 16:14:071698 "bitmaps",
Aaron Hill2550d5b2021-03-07 23:39:191699 "rand_core 0.5.1",
Chase Wilson09f15422021-08-29 15:55:291700 "rand_xoshiro 0.4.0",
Alex Crichton093ede22019-08-15 00:45:091701 "sized-chunks",
1702 "typenum",
Guillaume Gomezd8589de2020-02-13 17:39:401703 "version_check",
Eric Huss8c20add2018-12-03 01:33:201704]
1705
1706[[package]]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571707name = "indexmap"
Josh Stoneae9713a2021-06-29 18:38:161708version = "1.7.0"
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571709source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stoneae9713a2021-06-29 18:38:161710checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
Josh Stone997a7662020-08-08 00:03:471711dependencies = [
1712 "autocfg",
Josh Stoneae9713a2021-06-29 18:38:161713 "hashbrown",
Pietro Albiniea8b1ff2021-08-26 10:35:321714 "serde",
Josh Stone997a7662020-08-08 00:03:471715]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571716
1717[[package]]
flip19958d5f69d2021-10-21 11:13:171718name = "indoc"
1719version = "1.0.3"
1720source = "registry+https://github.com/rust-lang/crates.io-index"
1721checksum = "e5a75aeaaef0ce18b58056d306c27b07436fbb34b8816c53094b76dd81803136"
1722dependencies = [
1723 "unindent",
1724]
1725
1726[[package]]
Josh Stone020c5ec2017-05-08 22:01:131727name = "installer"
1728version = "0.0.0"
1729dependencies = [
Michael Forney32025fd2020-05-25 00:08:451730 "anyhow",
Alex Crichton093ede22019-08-15 00:45:091731 "clap",
Alex Crichton093ede22019-08-15 00:45:091732 "flate2",
Yuki Okushi1f0a39502020-05-26 04:00:421733 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091734 "num_cpus",
1735 "rayon",
1736 "remove_dir_all",
1737 "tar",
1738 "walkdir",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311739 "winapi",
Alex Crichton093ede22019-08-15 00:45:091740 "xz2",
Josh Stone020c5ec2017-05-08 22:01:131741]
1742
1743[[package]]
Mark Rousskov342d9562020-08-17 15:21:441744name = "instant"
flip1995e36e5a52021-12-06 11:33:551745version = "0.1.12"
Mark Rousskov342d9562020-08-17 15:21:441746source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:551747checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
1748dependencies = [
1749 "cfg-if 1.0.0",
1750]
Mark Rousskov342d9562020-08-17 15:21:441751
1752[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291753name = "itertools"
Matthias Krüger66949a72020-03-12 20:47:471754version = "0.9.0"
1755source = "registry+https://github.com/rust-lang/crates.io-index"
1756checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
1757dependencies = [
1758 "either",
1759]
1760
1761[[package]]
Eric Huss78529352021-06-02 03:38:391762name = "itertools"
flip1995fe247b42021-09-08 14:32:161763version = "0.10.1"
Eric Huss78529352021-06-02 03:38:391764source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995fe247b42021-09-08 14:32:161765checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
Eric Huss78529352021-06-02 03:38:391766dependencies = [
1767 "either",
1768]
1769
1770[[package]]
Steve Klabnik2795de32017-02-20 00:20:571771name = "itoa"
Mark Rousskov342d9562020-08-17 15:21:441772version = "0.4.6"
Steve Klabnik2795de32017-02-20 00:20:571773source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441774checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
Steve Klabnik2795de32017-02-20 00:20:571775
1776[[package]]
Alex Crichton453080f2017-06-05 16:36:481777name = "jobserver"
Eric Hussb5cbf2f2021-08-18 00:38:071778version = "0.1.24"
Alex Crichton453080f2017-06-05 16:36:481779source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussb5cbf2f2021-08-18 00:38:071780checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
Alex Crichton453080f2017-06-05 16:36:481781dependencies = [
Alex Crichton093ede22019-08-15 00:45:091782 "libc",
Alex Crichton453080f2017-06-05 16:36:481783]
1784
1785[[package]]
Igor Matuszewski3a17cf72018-08-25 16:17:551786name = "json"
Eric Huss893ca662021-04-22 22:47:101787version = "0.12.4"
Igor Matuszewski3a17cf72018-08-25 16:17:551788source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss893ca662021-04-22 22:47:101789checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
Igor Matuszewski3a17cf72018-08-25 16:17:551790
1791[[package]]
Rune Tynan77156562021-01-16 01:34:151792name = "jsondocck"
1793version = "0.1.0"
1794dependencies = [
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471795 "fs-err",
Rune Tynan77156562021-01-16 01:34:151796 "getopts",
1797 "jsonpath_lib",
klensy5afc5942021-06-01 16:44:101798 "once_cell",
Rune Tynan77156562021-01-16 01:34:151799 "regex",
Rune Tynan77156562021-01-16 01:34:151800 "serde_json",
klensyc63cb012021-06-01 15:25:361801 "shlex",
Rune Tynan77156562021-01-16 01:34:151802]
1803
1804[[package]]
1805name = "jsonpath_lib"
1806version = "0.2.6"
1807source = "registry+https://github.com/rust-lang/crates.io-index"
1808checksum = "61352ec23883402b7d30b3313c16cbabefb8907361c4eb669d990cbb87ceee5a"
1809dependencies = [
1810 "array_tool",
1811 "env_logger 0.7.1",
1812 "log",
1813 "serde",
1814 "serde_json",
1815]
1816
1817[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:111818name = "jsonrpc-client-transports"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311819version = "18.0.0"
Nick Cameronad8ecc22017-07-19 01:32:121820source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311821checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"
Igor Matuszewskic2249a42019-09-08 08:28:111822dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541823 "derive_more",
1824 "futures 0.3.12",
Igor Matuszewskic2249a42019-09-08 08:28:111825 "jsonrpc-core",
1826 "jsonrpc-pubsub",
1827 "jsonrpc-server-utils",
1828 "log",
1829 "parity-tokio-ipc",
1830 "serde",
1831 "serde_json",
1832 "tokio",
1833 "url 1.7.2",
1834]
1835
1836[[package]]
1837name = "jsonrpc-core"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311838version = "18.0.0"
Igor Matuszewskic2249a42019-09-08 08:28:111839source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311840checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"
Nick Cameronad8ecc22017-07-19 01:32:121841dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541842 "futures 0.3.12",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311843 "futures-executor",
1844 "futures-util",
Alex Crichton093ede22019-08-15 00:45:091845 "log",
1846 "serde",
1847 "serde_derive",
1848 "serde_json",
Nick Cameronad8ecc22017-07-19 01:32:121849]
1850
1851[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:111852name = "jsonrpc-core-client"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311853version = "18.0.0"
Igor Matuszewskic2249a42019-09-08 08:28:111854source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311855checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"
Igor Matuszewskic2249a42019-09-08 08:28:111856dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541857 "futures 0.3.12",
Igor Matuszewskic2249a42019-09-08 08:28:111858 "jsonrpc-client-transports",
1859]
1860
1861[[package]]
1862name = "jsonrpc-derive"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311863version = "18.0.0"
Igor Matuszewskic2249a42019-09-08 08:28:111864source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311865checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2"
Igor Matuszewskic2249a42019-09-08 08:28:111866dependencies = [
1867 "proc-macro-crate",
Aaron Hill70ba4912020-08-01 14:11:151868 "proc-macro2",
1869 "quote",
1870 "syn",
Igor Matuszewskic2249a42019-09-08 08:28:111871]
1872
1873[[package]]
1874name = "jsonrpc-ipc-server"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311875version = "18.0.0"
Igor Matuszewskic2249a42019-09-08 08:28:111876source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311877checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"
Igor Matuszewskic2249a42019-09-08 08:28:111878dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541879 "futures 0.3.12",
Igor Matuszewskic2249a42019-09-08 08:28:111880 "jsonrpc-core",
1881 "jsonrpc-server-utils",
1882 "log",
1883 "parity-tokio-ipc",
Caleb Cartwright63913182021-02-10 01:52:541884 "parking_lot",
1885 "tower-service",
Igor Matuszewskic2249a42019-09-08 08:28:111886]
1887
1888[[package]]
1889name = "jsonrpc-pubsub"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311890version = "18.0.0"
Igor Matuszewskic2249a42019-09-08 08:28:111891source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311892checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"
Igor Matuszewskic2249a42019-09-08 08:28:111893dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541894 "futures 0.3.12",
Igor Matuszewskic2249a42019-09-08 08:28:111895 "jsonrpc-core",
Caleb Cartwright63913182021-02-10 01:52:541896 "lazy_static",
Igor Matuszewskic2249a42019-09-08 08:28:111897 "log",
Caleb Cartwright63913182021-02-10 01:52:541898 "parking_lot",
Aaron Hill2550d5b2021-03-07 23:39:191899 "rand 0.7.3",
Igor Matuszewskic2249a42019-09-08 08:28:111900 "serde",
1901]
1902
1903[[package]]
1904name = "jsonrpc-server-utils"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311905version = "18.0.0"
Igor Matuszewskic2249a42019-09-08 08:28:111906source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:311907checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"
Igor Matuszewskic2249a42019-09-08 08:28:111908dependencies = [
1909 "bytes",
Caleb Cartwright63913182021-02-10 01:52:541910 "futures 0.3.12",
Igor Matuszewskic2249a42019-09-08 08:28:111911 "globset",
1912 "jsonrpc-core",
Yuki Okushi1f0a39502020-05-26 04:00:421913 "lazy_static",
Igor Matuszewskic2249a42019-09-08 08:28:111914 "log",
Igor Matuszewskic2249a42019-09-08 08:28:111915 "tokio",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311916 "tokio-stream",
Caleb Cartwright63913182021-02-10 01:52:541917 "tokio-util",
Eric Huss139477d2019-11-12 18:14:481918 "unicase",
Igor Matuszewskic2249a42019-09-08 08:28:111919]
1920
1921[[package]]
Steve Klabnika0769612017-02-07 23:13:571922name = "lazy_static"
Alex Crichtonaabf4e92020-01-08 15:33:571923version = "1.4.0"
Alex Crichton325d7392017-12-10 17:42:491924source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:571925checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
Alex Crichton325d7392017-12-10 17:42:491926
1927[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291928name = "lazycell"
Mark Rousskov342d9562020-08-17 15:21:441929version = "1.3.0"
Alex Crichton994bfd42018-02-26 17:07:161930source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441931checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
Alex Crichton994bfd42018-02-26 17:07:161932
1933[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291934name = "libc"
Jubilee Young9a04ae42021-11-08 01:28:041935version = "0.2.108"
Ahmed Charles9ca382f2016-09-02 08:55:291936source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young9a04ae42021-11-08 01:28:041937checksum = "8521a1b57e76b1ec69af7599e75e38e7b7fad6610f037db8c79b127201b5d119"
Alex Crichton4c21a3b2018-11-20 05:52:501938dependencies = [
Alex Crichton093ede22019-08-15 00:45:091939 "rustc-std-workspace-core",
Alex Crichton4c21a3b2018-11-20 05:52:501940]
Ahmed Charles9ca382f2016-09-02 08:55:291941
1942[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581943name = "libgit2-sys"
Eric Huss94015472021-10-12 04:48:271944version = "0.12.24+1.3.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581945source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss94015472021-10-12 04:48:271946checksum = "ddbd6021eef06fb289a8f54b3c2acfdd85ff2a585dfbb24b8576325373d2152c"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581947dependencies = [
Alex Crichton093ede22019-08-15 00:45:091948 "cc",
1949 "libc",
1950 "libssh2-sys",
1951 "libz-sys",
1952 "openssl-sys",
1953 "pkg-config",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581954]
1955
1956[[package]]
Andy Russell923f9392021-11-08 23:03:551957name = "libloading"
1958version = "0.7.1"
1959source = "registry+https://github.com/rust-lang/crates.io-index"
1960checksum = "c0cf036d15402bea3c5d4de17b3fce76b3e4a56ebc1f577be0e7a72f7c607cf0"
1961dependencies = [
1962 "cfg-if 1.0.0",
1963 "winapi",
1964]
1965
1966[[package]]
Yuki Okushi2b0e27e2021-03-17 20:34:051967name = "libm"
1968version = "0.1.4"
1969source = "registry+https://github.com/rust-lang/crates.io-index"
1970checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"
1971
1972[[package]]
Alex Crichton8ccf1122018-09-20 21:37:531973name = "libnghttp2-sys"
Mark Rousskov342d9562020-08-17 15:21:441974version = "0.1.4+1.41.0"
Alex Crichton8ccf1122018-09-20 21:37:531975source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441976checksum = "03624ec6df166e79e139a2310ca213283d6b3c30810c54844f307086d4488df1"
Alex Crichton8ccf1122018-09-20 21:37:531977dependencies = [
Alex Crichton093ede22019-08-15 00:45:091978 "cc",
1979 "libc",
Alex Crichton8ccf1122018-09-20 21:37:531980]
1981
1982[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581983name = "libssh2-sys"
Eric Huss000d3362021-12-28 21:24:031984version = "0.2.23"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581985source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss000d3362021-12-28 21:24:031986checksum = "b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581987dependencies = [
Alex Crichton093ede22019-08-15 00:45:091988 "cc",
1989 "libc",
1990 "libz-sys",
1991 "openssl-sys",
1992 "pkg-config",
1993 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581994]
1995
1996[[package]]
1997name = "libz-sys"
Niels Sascha Reedijkdfff6992021-07-30 11:56:451998version = "1.1.3"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581999source = "registry+https://github.com/rust-lang/crates.io-index"
Niels Sascha Reedijkdfff6992021-07-30 11:56:452000checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582001dependencies = [
Alex Crichton093ede22019-08-15 00:45:092002 "cc",
2003 "libc",
2004 "pkg-config",
2005 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582006]
2007
2008[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292009name = "linkchecker"
2010version = "0.1.0"
Joshua Nelson65835d12020-10-15 13:25:302011dependencies = [
2012 "once_cell",
2013 "regex",
2014]
Ahmed Charles9ca382f2016-09-02 08:55:292015
2016[[package]]
Pietro Albini9beb8f52019-11-26 11:06:302017name = "linked-hash-map"
Mark Rousskov342d9562020-08-17 15:21:442018version = "0.5.3"
Pietro Albini9beb8f52019-11-26 11:06:302019source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442020checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
Pietro Albini9beb8f52019-11-26 11:06:302021
2022[[package]]
Eric Huss45c1e0a2020-09-08 22:09:572023name = "lint-docs"
2024version = "0.1.0"
2025dependencies = [
2026 "serde_json",
2027 "tempfile",
2028 "walkdir",
2029]
2030
2031[[package]]
Hans Kratz6162fc02021-09-25 13:25:082032name = "lld-wrapper"
2033version = "0.1.0"
2034
2035[[package]]
Mark Rousskov9ec5ef52018-08-04 22:24:392036name = "lock_api"
flip1995e36e5a52021-12-06 11:33:552037version = "0.4.5"
Malo Jaffré8ed13d62017-12-29 10:24:382038source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:552039checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"
Mark Rousskov342d9562020-08-17 15:21:442040dependencies = [
2041 "scopeguard",
2042]
2043
2044[[package]]
2045name = "log"
Joshua Nelson079d1c42021-05-02 20:56:252046version = "0.4.14"
Mark Rousskov342d9562020-08-17 15:21:442047source = "registry+https://github.com/rust-lang/crates.io-index"
Joshua Nelson079d1c42021-05-02 20:56:252048checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
Malo Jaffré8ed13d62017-12-29 10:24:382049dependencies = [
Joshua Nelson079d1c42021-05-02 20:56:252050 "cfg-if 1.0.0",
Malo Jaffré8ed13d62017-12-29 10:24:382051]
Ahmed Charles9ca382f2016-09-02 08:55:292052
2053[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:432054name = "lsp-codec"
Igor Matuszewskiaf53b0d2021-07-21 13:17:312055version = "0.3.0"
Matthias Krüger696fb8f2019-01-21 15:32:432056source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:312057checksum = "aa939d0b62476a5a19fb7fcb423a5c6ce8c7e09b851d37531e2fe3e0e6d9d257"
Matthias Krüger696fb8f2019-01-21 15:32:432058dependencies = [
Alex Crichton093ede22019-08-15 00:45:092059 "bytes",
2060 "serde_json",
Caleb Cartwright63913182021-02-10 01:52:542061 "tokio-util",
Matthias Krüger696fb8f2019-01-21 15:32:432062]
2063
2064[[package]]
2065name = "lsp-types"
Igor Matuszewskic2249a42019-09-08 08:28:112066version = "0.60.0"
Matthias Krüger696fb8f2019-01-21 15:32:432067source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskic2249a42019-09-08 08:28:112068checksum = "fe3edefcd66dde1f7f1df706f46520a3c93adc5ca4bc5747da6621195e894efd"
Matthias Krüger696fb8f2019-01-21 15:32:432069dependencies = [
Alex Crichton093ede22019-08-15 00:45:092070 "bitflags",
Alex Crichton093ede22019-08-15 00:45:092071 "serde",
Alex Crichton093ede22019-08-15 00:45:092072 "serde_json",
Igor Matuszewskic2249a42019-09-08 08:28:112073 "serde_repr",
Eric Hussf3287a62021-05-12 00:39:512074 "url 2.2.2",
Matthias Krüger696fb8f2019-01-21 15:32:432075]
2076
2077[[package]]
Josh Stone020c5ec2017-05-08 22:01:132078name = "lzma-sys"
Mark Rousskov342d9562020-08-17 15:21:442079version = "0.1.16"
Josh Stone020c5ec2017-05-08 22:01:132080source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442081checksum = "f24f76ec44a8ac23a31915d6e326bca17ce88da03096f1ff194925dc714dac99"
Josh Stone020c5ec2017-05-08 22:01:132082dependencies = [
Alex Crichton093ede22019-08-15 00:45:092083 "cc",
2084 "libc",
2085 "pkg-config",
Josh Stone020c5ec2017-05-08 22:01:132086]
2087
2088[[package]]
steveklabnikecfbaca2018-04-03 14:32:042089name = "mac"
2090version = "0.1.1"
2091source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092092checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
steveklabnikecfbaca2018-04-03 14:32:042093
2094[[package]]
Guillaume Gomezcf5ee8f2018-08-15 13:07:072095name = "macro-utils"
Mark Rousskov342d9562020-08-17 15:21:442096version = "0.1.3"
Guillaume Gomezcf5ee8f2018-08-15 13:07:072097source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442098checksum = "0e72f7deb758fea9ea7d290aebfa788763d0bffae12caa6406a25baaf8fa68a8"
Guillaume Gomezcf5ee8f2018-08-15 13:07:072099
2100[[package]]
steveklabnikecfbaca2018-04-03 14:32:042101name = "maplit"
Mark Rousskov342d9562020-08-17 15:21:442102version = "1.0.2"
steveklabnikecfbaca2018-04-03 14:32:042103source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442104checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
steveklabnikecfbaca2018-04-03 14:32:042105
2106[[package]]
2107name = "markup5ever"
Aaron Hill70ba4912020-08-01 14:11:152108version = "0.10.0"
Eric Huss2dafa912019-06-19 03:36:472109source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:152110checksum = "aae38d669396ca9b707bfc3db254bc382ddb94f57cc5c235f34623a669a01dab"
Eric Huss2dafa912019-06-19 03:36:472111dependencies = [
Alex Crichton093ede22019-08-15 00:45:092112 "log",
2113 "phf",
2114 "phf_codegen",
2115 "serde",
2116 "serde_derive",
2117 "serde_json",
2118 "string_cache",
2119 "string_cache_codegen",
2120 "tendril",
Eric Huss2dafa912019-06-19 03:36:472121]
2122
2123[[package]]
Aaron Hill70ba4912020-08-01 14:11:152124name = "markup5ever_rcdom"
2125version = "0.1.0"
2126source = "registry+https://github.com/rust-lang/crates.io-index"
2127checksum = "f015da43bcd8d4f144559a3423f4591d69b8ce0652c905374da7205df336ae2b"
2128dependencies = [
2129 "html5ever",
2130 "markup5ever",
2131 "tendril",
2132 "xml5ever",
2133]
2134
2135[[package]]
Oliver Schererec7230f2020-07-24 18:42:002136name = "matchers"
pierwillea25b772021-12-21 17:00:302137version = "0.1.0"
Oliver Schererec7230f2020-07-24 18:42:002138source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:302139checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
Oliver Schererec7230f2020-07-24 18:42:002140dependencies = [
2141 "regex-automata",
2142]
2143
2144[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582145name = "matches"
Alex Crichton2863b752018-08-21 17:23:472146version = "0.1.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582147source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092148checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582149
2150[[package]]
Mark Rousskov342d9562020-08-17 15:21:442151name = "maybe-uninit"
2152version = "2.0.0"
2153source = "registry+https://github.com/rust-lang/crates.io-index"
2154checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
2155
2156[[package]]
Arlo Siemsenf86b0782020-03-31 05:17:152157name = "md-5"
Arlo Siemsen3296d5c2020-10-13 15:41:062158version = "0.9.1"
2159source = "registry+https://github.com/rust-lang/crates.io-index"
2160checksum = "7b5a279bb9607f9f53c22d496eade00d138d1bdcccd07d74650387cf94942a15"
2161dependencies = [
2162 "block-buffer 0.9.0",
2163 "digest 0.9.0",
2164 "opaque-debug 0.3.0",
2165]
2166
2167[[package]]
Steve Klabnika0769612017-02-07 23:13:572168name = "mdbook"
Eric Hussa882fdd2021-12-03 20:25:072169version = "0.4.14"
Steve Klabnika0769612017-02-07 23:13:572170source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussa882fdd2021-12-03 20:25:072171checksum = "f6e77253c46a90eb7e96b2807201dab941a4db5ea05eca5aaaf7027395f352b3"
Steve Klabnika0769612017-02-07 23:13:572172dependencies = [
Alex Crichton093ede22019-08-15 00:45:092173 "ammonia",
Eric Huss6bcbc422020-06-23 22:23:462174 "anyhow",
Alex Crichton093ede22019-08-15 00:45:092175 "chrono",
2176 "clap",
2177 "elasticlunr-rs",
Eric Huss6bcbc422020-06-23 22:23:462178 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:092179 "handlebars",
Yuki Okushi1f0a39502020-05-26 04:00:422180 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:092181 "log",
2182 "memchr",
Eric Hussa882fdd2021-12-03 20:25:072183 "opener",
Guillaume Gomezb5898a12021-12-24 11:21:042184 "pulldown-cmark 0.8.0",
Alex Crichton093ede22019-08-15 00:45:092185 "regex",
2186 "serde",
2187 "serde_derive",
2188 "serde_json",
klensyc63cb012021-06-01 15:25:362189 "shlex",
Alex Crichton093ede22019-08-15 00:45:092190 "tempfile",
Eric Huss7d92cf42019-08-20 17:46:352191 "toml",
Eric Hussa882fdd2021-12-03 20:25:072192 "topological-sort",
James Munnsde763692019-01-19 02:39:372193]
2194
2195[[package]]
Wesley Wiser56e434d2019-04-04 23:41:492196name = "measureme"
Aaron Hilla258feb2021-05-31 16:53:462197version = "9.1.2"
Wesley Wiser5ac55562020-10-01 12:34:482198source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hilla258feb2021-05-31 16:53:462199checksum = "78f7a41bc6f856a2cf0e95094ad5121f82500e2d9a0f3c0171d98f6566d8117d"
Wesley Wiser5ac55562020-10-01 12:34:482200dependencies = [
Wesley Wisere130e9c2021-02-25 23:25:382201 "log",
klensydcdc3082021-05-11 19:03:592202 "memmap2",
Caleb Cartwright63913182021-02-10 01:52:542203 "parking_lot",
Wesley Wisere130e9c2021-02-25 23:25:382204 "perf-event-open-sys",
Wesley Wiser5ac55562020-10-01 12:34:482205 "rustc-hash",
Jubilee Younge8eb6912021-04-22 04:40:292206 "smallvec",
Wesley Wiser5ac55562020-10-01 12:34:482207]
2208
2209[[package]]
Ryan Levick947a33b2021-07-23 14:25:582210name = "measureme"
Ryan Levick757f76e2021-10-07 13:08:442211version = "10.0.0"
2212source = "registry+https://github.com/rust-lang/crates.io-index"
2213checksum = "bd460fad6e55ca82fa0cd9dab0d315294188fd9ec6efbf4105e5635d4872ef9c"
Ryan Levick947a33b2021-07-23 14:25:582214dependencies = [
2215 "log",
2216 "memmap2",
2217 "parking_lot",
2218 "perf-event-open-sys",
2219 "rustc-hash",
2220 "smallvec",
2221]
2222
2223[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582224name = "memchr"
Alex Crichton4a3e7362021-08-19 02:44:242225version = "2.4.1"
Oliver Schneideracdf83f2017-12-06 08:25:292226source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton4a3e7362021-08-19 02:44:242227checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
2228dependencies = [
2229 "compiler_builtins",
2230 "rustc-std-workspace-core",
2231]
Steve Klabnika0769612017-02-07 23:13:572232
2233[[package]]
Camille GILLOT458d0442021-03-17 16:29:452234name = "memmap2"
2235version = "0.2.1"
2236source = "registry+https://github.com/rust-lang/crates.io-index"
2237checksum = "04e3e85b970d650e2ae6d70592474087051c11c54da7f7b4949725c5735fbcc6"
2238dependencies = [
2239 "libc",
2240]
2241
2242[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:452243name = "memoffset"
Mark Rousskov342d9562020-08-17 15:21:442244version = "0.5.5"
Ralf Jungc7a599e2019-07-25 13:57:252245source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442246checksum = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f"
Ralf Jungc7a599e2019-07-25 13:57:252247dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442248 "autocfg",
Ralf Jungc7a599e2019-07-25 13:57:252249]
2250
2251[[package]]
Guillaume Gomez4b145732018-05-10 22:02:052252name = "minifier"
Guillaume Gomeza6b0b5d2021-05-20 14:51:442253version = "0.0.41"
Guillaume Gomez4b145732018-05-10 22:02:052254source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomeza6b0b5d2021-05-20 14:51:442255checksum = "5594542d20834f2b974f5e5fb8e0cf1c67a2119dcadc29ef5d93a081fb30cc08"
Guillaume Gomez4b145732018-05-10 22:02:052256dependencies = [
Alex Crichton093ede22019-08-15 00:45:092257 "macro-utils",
Guillaume Gomez4b145732018-05-10 22:02:052258]
2259
2260[[package]]
Alex Crichtonb4110902018-12-08 11:06:542261name = "miniz_oxide"
Alex Crichton06d565c2020-05-13 21:22:372262version = "0.4.0"
Alex Crichtonb4110902018-12-08 11:06:542263source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton06d565c2020-05-13 21:22:372264checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f"
Alex Crichtonb4110902018-12-08 11:06:542265dependencies = [
Alex Crichton06d565c2020-05-13 21:22:372266 "adler",
2267 "compiler_builtins",
2268 "rustc-std-workspace-alloc",
2269 "rustc-std-workspace-core",
Alex Crichtonb4110902018-12-08 11:06:542270]
2271
2272[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:432273name = "mio"
Igor Matuszewskiaf53b0d2021-07-21 13:17:312274version = "0.7.13"
Matthias Krüger696fb8f2019-01-21 15:32:432275source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:312276checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16"
Matthias Krüger696fb8f2019-01-21 15:32:432277dependencies = [
Alex Crichton093ede22019-08-15 00:45:092278 "libc",
2279 "log",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312280 "miow",
2281 "ntapi",
2282 "winapi",
Matthias Krüger696fb8f2019-01-21 15:32:432283]
2284
2285[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582286name = "miow"
klensyd5e8ad42021-07-04 18:49:562287version = "0.3.7"
Alex Crichtona8eaabc2018-03-07 07:39:552288source = "registry+https://github.com/rust-lang/crates.io-index"
klensyd5e8ad42021-07-04 18:49:562289checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
Alex Crichtona8eaabc2018-03-07 07:39:552290dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:312291 "winapi",
Alex Crichtona8eaabc2018-03-07 07:39:552292]
2293
2294[[package]]
kennytm0692b3d2017-12-15 19:41:582295name = "miri"
2296version = "0.1.0"
2297dependencies = [
Alex Crichton093ede22019-08-15 00:45:092298 "colored",
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:412299 "compiletest_rs",
Ralf Junge5d01782021-10-04 22:13:002300 "env_logger 0.9.0",
Ralf Jung0e908752020-09-17 18:04:202301 "getrandom 0.2.0",
Mark Rousskov342d9562020-08-17 15:21:442302 "hex 0.4.2",
Ralf Jung759e4952020-06-01 18:17:202303 "libc",
Alex Crichton093ede22019-08-15 00:45:092304 "log",
Ryan Levick757f76e2021-10-07 13:08:442305 "measureme 9.1.2",
Chase Wilson09f15422021-08-29 15:55:292306 "rand 0.8.4",
Alex Crichton093ede22019-08-15 00:45:092307 "rustc-workspace-hack",
Ralf Junge5684232022-01-05 09:41:222308 "rustc_version",
Alex Crichton093ede22019-08-15 00:45:092309 "shell-escape",
Jubilee Younge8eb6912021-04-22 04:40:292310 "smallvec",
kennytm0692b3d2017-12-15 19:41:582311]
2312
2313[[package]]
Alex Crichtond8251152018-07-02 16:33:162314name = "new_debug_unreachable"
Mark Rousskov342d9562020-08-17 15:21:442315version = "1.0.4"
Alex Crichtond8251152018-07-02 16:33:162316source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442317checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
Nick Cameron4b6f5c22018-02-26 03:15:452318
2319[[package]]
Igor Matuszewskiaf53b0d2021-07-21 13:17:312320name = "ntapi"
2321version = "0.3.6"
2322source = "registry+https://github.com/rust-lang/crates.io-index"
2323checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
2324dependencies = [
2325 "winapi",
2326]
2327
2328[[package]]
Oliver Schneider0ad54532018-07-14 22:01:242329name = "num-integer"
Mark Rousskov342d9562020-08-17 15:21:442330version = "0.1.43"
Alex Crichton994bfd42018-02-26 17:07:162331source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442332checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
Alex Crichton994bfd42018-02-26 17:07:162333dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442334 "autocfg",
Alex Crichton093ede22019-08-15 00:45:092335 "num-traits",
Alex Crichton994bfd42018-02-26 17:07:162336]
2337
2338[[package]]
2339name = "num-traits"
Mark Rousskov342d9562020-08-17 15:21:442340version = "0.2.12"
Steve Klabnik2795de32017-02-20 00:20:572341source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442342checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
2343dependencies = [
2344 "autocfg",
2345]
Steve Klabnik2795de32017-02-20 00:20:572346
2347[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292348name = "num_cpus"
Mark Rousskov342d9562020-08-17 15:21:442349version = "1.13.0"
Ahmed Charles9ca382f2016-09-02 08:55:292350source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442351checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
Ahmed Charles9ca382f2016-09-02 08:55:292352dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442353 "hermit-abi",
Alex Crichton093ede22019-08-15 00:45:092354 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292355]
2356
2357[[package]]
Alex Crichton06d565c2020-05-13 21:22:372358name = "object"
Mark Rousskov4c7c97a2021-08-30 20:10:192359version = "0.26.2"
Alex Crichton06d565c2020-05-13 21:22:372360source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov4c7c97a2021-08-30 20:10:192361checksum = "39f37e50073ccad23b6d09bcb5b263f4e76d3bb6038e4a3c08e52162ffa8abc2"
Alex Crichton06d565c2020-05-13 21:22:372362dependencies = [
2363 "compiler_builtins",
Alex Crichton0e033872021-04-22 18:53:332364 "memchr",
Alex Crichton4a3e7362021-08-19 02:44:242365 "rustc-std-workspace-alloc",
2366 "rustc-std-workspace-core",
Alex Crichton0e033872021-04-22 18:53:332367]
2368
2369[[package]]
David Wood2dc1a8a2021-12-03 14:24:052370name = "object"
2371version = "0.27.1"
2372source = "registry+https://github.com/rust-lang/crates.io-index"
2373checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"
2374dependencies = [
2375 "crc32fast",
2376 "flate2",
2377 "indexmap",
2378 "memchr",
2379]
2380
2381[[package]]
Lain Yang9a337b62022-01-07 05:32:582382name = "object"
2383version = "0.28.1"
2384source = "registry+https://github.com/rust-lang/crates.io-index"
2385checksum = "7ce8b38d41f9f3618fc23f908faae61510f8d8ce2d99cbe910641e8f1971f084"
2386dependencies = [
2387 "crc32fast",
2388 "hashbrown",
2389 "indexmap",
2390 "memchr",
2391]
2392
2393[[package]]
Michael Woeristerd0be27c2021-07-20 11:54:372394name = "odht"
Michael Woerister6771ac32021-10-29 16:05:152395version = "0.3.1"
Michael Woeristerd0be27c2021-07-20 11:54:372396source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Woerister6771ac32021-10-29 16:05:152397checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb"
Michael Woeristerd0be27c2021-07-20 11:54:372398dependencies = [
2399 "cfg-if 1.0.0",
2400]
2401
2402[[package]]
Mark Rousskov2fc32b92019-09-10 01:01:412403name = "once_cell"
Markus Westerlind7cf8d3a2020-10-05 08:50:512404version = "1.7.2"
Mark Rousskov2fc32b92019-09-10 01:01:412405source = "registry+https://github.com/rust-lang/crates.io-index"
Markus Westerlind7cf8d3a2020-10-05 08:50:512406checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
Mark Rousskov2fc32b92019-09-10 01:01:412407
2408[[package]]
Arlo Siemsenf86b0782020-03-31 05:17:152409name = "opaque-debug"
2410version = "0.2.3"
2411source = "registry+https://github.com/rust-lang/crates.io-index"
2412checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
2413
2414[[package]]
Pietro Albiniacd8e592020-10-01 15:15:122415name = "opaque-debug"
2416version = "0.3.0"
2417source = "registry+https://github.com/rust-lang/crates.io-index"
2418checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2419
2420[[package]]
Alex Crichton2863b752018-08-21 17:23:472421name = "opener"
Eric Hussfaa64612021-06-22 23:19:242422version = "0.5.0"
2423source = "registry+https://github.com/rust-lang/crates.io-index"
2424checksum = "4ea3ebcd72a54701f56345f16785a6d3ac2df7e986d273eb4395c0b01db17952"
2425dependencies = [
2426 "bstr",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312427 "winapi",
Eric Hussfaa64612021-06-22 23:19:242428]
2429
2430[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582431name = "openssl"
Josh Stone7c7fcb22021-06-22 00:19:462432version = "0.10.35"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582433source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stone7c7fcb22021-06-22 00:19:462434checksum = "549430950c79ae24e6d02e0b7404534ecf311d94cc9f861e9e4020187d13d885"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582435dependencies = [
Alex Crichton093ede22019-08-15 00:45:092436 "bitflags",
klensy50c38902021-05-01 11:50:032437 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:092438 "foreign-types",
Alex Crichton093ede22019-08-15 00:45:092439 "libc",
klensy50c38902021-05-01 11:50:032440 "once_cell",
Alex Crichton093ede22019-08-15 00:45:092441 "openssl-sys",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582442]
2443
2444[[package]]
2445name = "openssl-probe"
Alex Crichton325d7392017-12-10 17:42:492446version = "0.1.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582447source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092448checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582449
2450[[package]]
Eric Huss97308712018-08-14 21:27:262451name = "openssl-src"
klensy92e30f62021-08-27 14:38:532452version = "111.16.0+1.1.1l"
Eric Huss97308712018-08-14 21:27:262453source = "registry+https://github.com/rust-lang/crates.io-index"
klensy92e30f62021-08-27 14:38:532454checksum = "7ab2173f69416cf3ec12debb5823d244127d23a9b127d5a5189aa97c5fa2859f"
Eric Huss97308712018-08-14 21:27:262455dependencies = [
Alex Crichton093ede22019-08-15 00:45:092456 "cc",
Eric Huss97308712018-08-14 21:27:262457]
2458
2459[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582460name = "openssl-sys"
Josh Stone7c7fcb22021-06-22 00:19:462461version = "0.9.65"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582462source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stone7c7fcb22021-06-22 00:19:462463checksum = "7a7907e3bfa08bb85105209cdfcb6c63d109f8f6c1ed6ca318fff5c1853fbc1d"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582464dependencies = [
Amanieu d'Antrasd51b7b22020-03-16 18:37:152465 "autocfg",
Alex Crichton093ede22019-08-15 00:45:092466 "cc",
2467 "libc",
2468 "openssl-src",
2469 "pkg-config",
Alex Crichton093ede22019-08-15 00:45:092470 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582471]
2472
2473[[package]]
Nick Cameron77177052018-07-06 00:34:002474name = "ordslice"
2475version = "0.3.0"
2476source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092477checksum = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
Nick Cameron77177052018-07-06 00:34:002478
2479[[package]]
Eric Huss94015472021-10-12 04:48:272480name = "os_info"
2481version = "3.0.7"
2482source = "registry+https://github.com/rust-lang/crates.io-index"
2483checksum = "6ac91020bfed8cc3f8aa450d4c3b5fa1d3373fc091c8a92009f3b27749d5a227"
2484dependencies = [
2485 "log",
2486 "serde",
2487 "winapi",
2488]
2489
2490[[package]]
Mateusz Mikułaf5e702d2020-03-26 13:10:352491name = "output_vt100"
2492version = "0.1.2"
2493source = "registry+https://github.com/rust-lang/crates.io-index"
2494checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
2495dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:312496 "winapi",
Mateusz Mikułaf5e702d2020-03-26 13:10:352497]
2498
2499[[package]]
Yuki Okushi2b0e27e2021-03-17 20:34:052500name = "packed_simd_2"
2501version = "0.3.4"
Nick Cameron7a7445b2018-12-01 10:36:322502source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi2b0e27e2021-03-17 20:34:052503checksum = "3278e0492f961fd4ae70909f56b2723a7e8d01a228427294e19cdfdebda89a17"
Nick Cameron7a7445b2018-12-01 10:36:322504dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:072505 "cfg-if 0.1.10",
Yuki Okushi2b0e27e2021-03-17 20:34:052506 "libm",
Nick Cameron7a7445b2018-12-01 10:36:322507]
2508
2509[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292510name = "panic_abort"
2511version = "0.0.0"
2512dependencies = [
Thiébaud Weksteen52ee9fb2021-03-15 10:21:392513 "alloc",
Aaron Hill44fdfd62020-10-11 17:51:072514 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:092515 "compiler_builtins",
2516 "core",
2517 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292518]
2519
2520[[package]]
2521name = "panic_unwind"
2522version = "0.0.0"
2523dependencies = [
Alex Crichton093ede22019-08-15 00:45:092524 "alloc",
Aaron Hill44fdfd62020-10-11 17:51:072525 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:092526 "compiler_builtins",
2527 "core",
2528 "libc",
2529 "unwind",
Ahmed Charles9ca382f2016-09-02 08:55:292530]
2531
2532[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112533name = "parity-tokio-ipc"
Igor Matuszewskiaf53b0d2021-07-21 13:17:312534version = "0.9.0"
Igor Matuszewskic2249a42019-09-08 08:28:112535source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:312536checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
Igor Matuszewskic2249a42019-09-08 08:28:112537dependencies = [
Caleb Cartwright63913182021-02-10 01:52:542538 "futures 0.3.12",
2539 "libc",
Igor Matuszewskic2249a42019-09-08 08:28:112540 "log",
Aaron Hill2550d5b2021-03-07 23:39:192541 "rand 0.7.3",
Igor Matuszewskic2249a42019-09-08 08:28:112542 "tokio",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312543 "winapi",
Igor Matuszewskic2249a42019-09-08 08:28:112544]
2545
2546[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:012547name = "parking_lot"
flip1995e36e5a52021-12-06 11:33:552548version = "0.11.2"
Mark Rousskov342d9562020-08-17 15:21:442549source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:552550checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
Mark Rousskov342d9562020-08-17 15:21:442551dependencies = [
2552 "instant",
Caleb Cartwright63913182021-02-10 01:52:542553 "lock_api",
2554 "parking_lot_core",
Mark Rousskov342d9562020-08-17 15:21:442555]
2556
2557[[package]]
2558name = "parking_lot_core"
flip1995e36e5a52021-12-06 11:33:552559version = "0.8.5"
Mark Rousskov342d9562020-08-17 15:21:442560source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:552561checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
Mark Rousskov342d9562020-08-17 15:21:442562dependencies = [
Yuki Okushi79348f42021-03-17 20:25:472563 "cfg-if 1.0.0",
Mark Rousskov342d9562020-08-17 15:21:442564 "instant",
2565 "libc",
klensydcdc3082021-05-11 19:03:592566 "redox_syscall",
Jubilee Younge8eb6912021-04-22 04:40:292567 "smallvec",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312568 "winapi",
Igor Matuszewski8fc4bba2020-02-12 14:47:312569]
2570
2571[[package]]
Federico Ponzi4b6a0272020-07-17 22:01:272572name = "pathdiff"
2573version = "0.2.0"
2574source = "registry+https://github.com/rust-lang/crates.io-index"
2575checksum = "877630b3de15c0b64cc52f659345724fbf6bdad9bd9566699fc53688f3c34a34"
2576
2577[[package]]
Alex Crichton1cede102017-06-15 02:33:062578name = "percent-encoding"
Oliver Schneideracdf83f2017-12-06 08:25:292579version = "1.0.1"
Alex Crichton1cede102017-06-15 02:33:062580source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092581checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
Alex Crichton1cede102017-06-15 02:33:062582
2583[[package]]
Eric Hussf2428a62019-08-01 00:44:392584name = "percent-encoding"
Eric Huss139477d2019-11-12 18:14:482585version = "2.1.0"
Eric Hussf2428a62019-08-01 00:44:392586source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss139477d2019-11-12 18:14:482587checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
Eric Hussf2428a62019-08-01 00:44:392588
2589[[package]]
Wesley Wisere130e9c2021-02-25 23:25:382590name = "perf-event-open-sys"
2591version = "1.0.1"
2592source = "registry+https://github.com/rust-lang/crates.io-index"
2593checksum = "ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a"
2594dependencies = [
2595 "libc",
2596]
2597
2598[[package]]
Steve Klabnika0769612017-02-07 23:13:572599name = "pest"
Mark Rousskov342d9562020-08-17 15:21:442600version = "2.1.3"
James Munnsde763692019-01-19 02:39:372601source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442602checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
James Munnsde763692019-01-19 02:39:372603dependencies = [
Alex Crichton093ede22019-08-15 00:45:092604 "ucd-trie",
James Munnsde763692019-01-19 02:39:372605]
2606
2607[[package]]
Alex Crichtone9d89832018-04-02 15:43:552608name = "pest_derive"
James Munnsde763692019-01-19 02:39:372609version = "2.1.0"
2610source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092611checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
James Munnsde763692019-01-19 02:39:372612dependencies = [
Alex Crichton093ede22019-08-15 00:45:092613 "pest",
2614 "pest_generator",
James Munnsde763692019-01-19 02:39:372615]
2616
2617[[package]]
2618name = "pest_generator"
Igor Matuszewski8c6e5682020-05-05 11:26:292619version = "2.1.3"
James Munnsde763692019-01-19 02:39:372620source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski8c6e5682020-05-05 11:26:292621checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
James Munnsde763692019-01-19 02:39:372622dependencies = [
Alex Crichton093ede22019-08-15 00:45:092623 "pest",
2624 "pest_meta",
Aaron Hill70ba4912020-08-01 14:11:152625 "proc-macro2",
2626 "quote",
2627 "syn",
James Munnsde763692019-01-19 02:39:372628]
2629
2630[[package]]
2631name = "pest_meta"
Arlo Siemsenf86b0782020-03-31 05:17:152632version = "2.1.3"
James Munnsde763692019-01-19 02:39:372633source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:152634checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
James Munnsde763692019-01-19 02:39:372635dependencies = [
Alex Crichton093ede22019-08-15 00:45:092636 "maplit",
2637 "pest",
Arlo Siemsen3296d5c2020-10-13 15:41:062638 "sha-1 0.8.2",
James Munnsde763692019-01-19 02:39:372639]
2640
2641[[package]]
Jack Hueya24df5b2020-03-03 16:25:032642name = "petgraph"
Jack Huey6aa2e9d2020-05-27 00:19:192643version = "0.5.1"
Jack Hueya24df5b2020-03-03 16:25:032644source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:192645checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
Jack Hueya24df5b2020-03-03 16:25:032646dependencies = [
2647 "fixedbitset",
Jack Huey6aa2e9d2020-05-27 00:19:192648 "indexmap",
Jack Hueya24df5b2020-03-03 16:25:032649]
2650
2651[[package]]
steveklabnikecfbaca2018-04-03 14:32:042652name = "phf"
Aaron Hill70ba4912020-08-01 14:11:152653version = "0.8.0"
steveklabnikecfbaca2018-04-03 14:32:042654source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:152655checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
steveklabnikecfbaca2018-04-03 14:32:042656dependencies = [
Alex Crichton093ede22019-08-15 00:45:092657 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042658]
2659
2660[[package]]
2661name = "phf_codegen"
Aaron Hill70ba4912020-08-01 14:11:152662version = "0.8.0"
steveklabnikecfbaca2018-04-03 14:32:042663source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:152664checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
steveklabnikecfbaca2018-04-03 14:32:042665dependencies = [
Alex Crichton093ede22019-08-15 00:45:092666 "phf_generator",
2667 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042668]
2669
2670[[package]]
2671name = "phf_generator"
Aaron Hill70ba4912020-08-01 14:11:152672version = "0.8.0"
steveklabnikecfbaca2018-04-03 14:32:042673source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:152674checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
steveklabnikecfbaca2018-04-03 14:32:042675dependencies = [
Alex Crichton093ede22019-08-15 00:45:092676 "phf_shared",
Aaron Hill2550d5b2021-03-07 23:39:192677 "rand 0.7.3",
steveklabnikecfbaca2018-04-03 14:32:042678]
2679
2680[[package]]
2681name = "phf_shared"
Aaron Hill70ba4912020-08-01 14:11:152682version = "0.8.0"
steveklabnikecfbaca2018-04-03 14:32:042683source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:152684checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
steveklabnikecfbaca2018-04-03 14:32:042685dependencies = [
Alex Crichton093ede22019-08-15 00:45:092686 "siphasher",
steveklabnikecfbaca2018-04-03 14:32:042687]
2688
2689[[package]]
Caleb Cartwright63913182021-02-10 01:52:542690name = "pin-project-lite"
Caleb Cartwright63913182021-02-10 01:52:542691version = "0.2.4"
2692source = "registry+https://github.com/rust-lang/crates.io-index"
2693checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"
2694
2695[[package]]
2696name = "pin-utils"
2697version = "0.1.0"
2698source = "registry+https://github.com/rust-lang/crates.io-index"
2699checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2700
2701[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582702name = "pkg-config"
Mark Rousskov342d9562020-08-17 15:21:442703version = "0.3.18"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582704source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442705checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582706
2707[[package]]
Santiago Pastorino8429d112018-05-24 21:52:012708name = "polonius-engine"
Rémy Rakic99cc35d2021-07-22 20:21:062709version = "0.13.0"
Santiago Pastorino8429d112018-05-24 21:52:012710source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakic99cc35d2021-07-22 20:21:062711checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f"
Douglas Campos422fe7c2018-05-29 11:52:512712dependencies = [
Alex Crichton093ede22019-08-15 00:45:092713 "datafrog",
2714 "log",
2715 "rustc-hash",
Douglas Campos422fe7c2018-05-29 11:52:512716]
Santiago Pastorino8429d112018-05-24 21:52:012717
2718[[package]]
gnzlbg52caca02019-08-01 15:02:262719name = "ppv-lite86"
Yuki Okushi9f8628b2020-05-26 04:35:212720version = "0.2.8"
gnzlbg52caca02019-08-01 15:02:262721source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:212722checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
gnzlbg52caca02019-08-01 15:02:262723
2724[[package]]
steveklabnikecfbaca2018-04-03 14:32:042725name = "precomputed-hash"
2726version = "0.1.1"
2727source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092728checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
steveklabnikecfbaca2018-04-03 14:32:042729
2730[[package]]
Mark Simulacrum42fde212018-03-10 14:03:062731name = "pretty_assertions"
Mateusz Mikułaf5e702d2020-03-26 13:10:352732version = "0.6.1"
Mark Simulacrum42fde212018-03-10 14:03:062733source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikułaf5e702d2020-03-26 13:10:352734checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
Mark Simulacrum42fde212018-03-10 14:03:062735dependencies = [
Oliver Schererec7230f2020-07-24 18:42:002736 "ansi_term 0.11.0",
Mateusz Mikułaf5e702d2020-03-26 13:10:352737 "ctor",
Alex Crichton093ede22019-08-15 00:45:092738 "difference",
Mateusz Mikułaf5e702d2020-03-26 13:10:352739 "output_vt100",
Mark Simulacrum42fde212018-03-10 14:03:062740]
2741
2742[[package]]
Eric Huss8c20add2018-12-03 01:33:202743name = "pretty_env_logger"
Matthias Krüger451d4922020-02-10 19:47:382744version = "0.4.0"
Eric Huss8c20add2018-12-03 01:33:202745source = "registry+https://github.com/rust-lang/crates.io-index"
Matthias Krüger451d4922020-02-10 19:47:382746checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
Eric Huss8c20add2018-12-03 01:33:202747dependencies = [
Matthias Krüger451d4922020-02-10 19:47:382748 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:092749 "log",
Eric Huss8c20add2018-12-03 01:33:202750]
2751
2752[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112753name = "proc-macro-crate"
Mark Rousskov342d9562020-08-17 15:21:442754version = "0.1.5"
Igor Matuszewskic2249a42019-09-08 08:28:112755source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442756checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
Igor Matuszewskic2249a42019-09-08 08:28:112757dependencies = [
2758 "toml",
2759]
2760
2761[[package]]
2762name = "proc-macro-error"
Mark Rousskov342d9562020-08-17 15:21:442763version = "1.0.4"
Igor Matuszewskic2249a42019-09-08 08:28:112764source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442765checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
Igor Matuszewskic2249a42019-09-08 08:28:112766dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442767 "proc-macro-error-attr",
Aaron Hill70ba4912020-08-01 14:11:152768 "proc-macro2",
2769 "quote",
2770 "syn",
Mark Rousskov342d9562020-08-17 15:21:442771 "version_check",
2772]
2773
2774[[package]]
2775name = "proc-macro-error-attr"
2776version = "1.0.4"
2777source = "registry+https://github.com/rust-lang/crates.io-index"
2778checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2779dependencies = [
2780 "proc-macro2",
2781 "quote",
2782 "version_check",
Alex Crichtone9d89832018-04-02 15:43:552783]
2784
2785[[package]]
Caleb Cartwright63913182021-02-10 01:52:542786name = "proc-macro-hack"
2787version = "0.5.19"
2788source = "registry+https://github.com/rust-lang/crates.io-index"
2789checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2790
2791[[package]]
2792name = "proc-macro-nested"
2793version = "0.1.7"
2794source = "registry+https://github.com/rust-lang/crates.io-index"
2795checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
2796
2797[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112798name = "proc-macro2"
est31ef018be2021-10-16 02:37:302799version = "1.0.30"
Igor Matuszewskic2249a42019-09-08 08:28:112800source = "registry+https://github.com/rust-lang/crates.io-index"
est31ef018be2021-10-16 02:37:302801checksum = "edc3358ebc67bc8b7fa0c007f945b0b18226f78437d61bec735a9eb96b61ee70"
Igor Matuszewskic2249a42019-09-08 08:28:112802dependencies = [
Aaron Hill70ba4912020-08-01 14:11:152803 "unicode-xid",
Igor Matuszewskic2249a42019-09-08 08:28:112804]
2805
2806[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292807name = "proc_macro"
2808version = "0.0.0"
Alex Crichtonb47c9692019-08-16 15:29:082809dependencies = [
2810 "std",
2811]
Ahmed Charles9ca382f2016-09-02 08:55:292812
2813[[package]]
whitequark42754ce2017-02-13 09:57:502814name = "profiler_builtins"
2815version = "0.0.0"
2816dependencies = [
Alex Crichton093ede22019-08-15 00:45:092817 "cc",
2818 "compiler_builtins",
2819 "core",
Marco Castelluccioecba8d62017-06-04 14:54:392820]
2821
2822[[package]]
Oliver Scherer26edcee2018-11-02 15:14:242823name = "psm"
Mateusz Mikułaf58289c2021-08-18 20:36:352824version = "0.1.16"
Oliver Scherer26edcee2018-11-02 15:14:242825source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikułaf58289c2021-08-18 20:36:352826checksum = "cd136ff4382c4753fc061cb9e4712ab2af263376b95bbd5bd8cd50c020b78e69"
Oliver Scherer26edcee2018-11-02 15:14:242827dependencies = [
2828 "cc",
2829]
2830
2831[[package]]
Steve Klabnika0769612017-02-07 23:13:572832name = "pulldown-cmark"
Joshua Nelsone4c28bf2020-09-14 00:15:012833version = "0.8.0"
2834source = "registry+https://github.com/rust-lang/crates.io-index"
2835checksum = "ffade02495f22453cd593159ea2f59827aae7f53fa8323f756799b670881dcf8"
2836dependencies = [
2837 "bitflags",
Eric Hussa882fdd2021-12-03 20:25:072838 "getopts",
Joshua Nelsone4c28bf2020-09-14 00:15:012839 "memchr",
2840 "unicase",
2841]
2842
2843[[package]]
Guillaume Gomezb5898a12021-12-24 11:21:042844name = "pulldown-cmark"
2845version = "0.9.0"
2846source = "registry+https://github.com/rust-lang/crates.io-index"
2847checksum = "acd16514d1af5f7a71f909a44ef253cdb712a376d7ebc8ae4a471a9be9743548"
2848dependencies = [
2849 "bitflags",
2850 "memchr",
2851 "unicase",
2852]
2853
2854[[package]]
Eduard-Mihai Burtescu20929632019-01-29 05:24:322855name = "punycode"
Mark Rousskov342d9562020-08-17 15:21:442856version = "0.4.1"
Eduard-Mihai Burtescu20929632019-01-29 05:24:322857source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442858checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
Eduard-Mihai Burtescu20929632019-01-29 05:24:322859
2860[[package]]
Steve Klabnika0769612017-02-07 23:13:572861name = "quick-error"
Igor Matuszewskie26f35d2020-05-05 12:05:062862version = "1.2.3"
Steve Klabnika0769612017-02-07 23:13:572863source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskie26f35d2020-05-05 12:05:062864checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
Steve Klabnika0769612017-02-07 23:13:572865
2866[[package]]
Mark Rousskov342d9562020-08-17 15:21:442867name = "quick-error"
2868version = "2.0.0"
2869source = "registry+https://github.com/rust-lang/crates.io-index"
2870checksum = "3ac73b1112776fc109b2e61909bc46c7e1bf0d7f690ffb1676553acce16d5cda"
2871
2872[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292873name = "quine-mc_cluskey"
2874version = "0.2.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582875source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092876checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582877
2878[[package]]
2879name = "quote"
Mark Rousskov342d9562020-08-17 15:21:442880version = "1.0.7"
Igor Matuszewskic2249a42019-09-08 08:28:112881source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442882checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
Igor Matuszewskic2249a42019-09-08 08:28:112883dependencies = [
Aaron Hill70ba4912020-08-01 14:11:152884 "proc-macro2",
Alex Crichtone9d89832018-04-02 15:43:552885]
2886
2887[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582888name = "racer"
Igor Matuszewski5d7a9902021-06-07 20:12:242889version = "2.1.48"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582890source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5d7a9902021-06-07 20:12:242891checksum = "7fec2e85e7a30f8fd31b7cf288ad363b5e51fd2cb6f53b416b0cfaabd84e1ccb"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582892dependencies = [
Alex Crichton093ede22019-08-15 00:45:092893 "bitflags",
2894 "clap",
2895 "derive_more",
Igor Matuszewski8fc4bba2020-02-12 14:47:312896 "env_logger 0.7.1",
Mark Rousskov342d9562020-08-17 15:21:442897 "humantime 2.0.1",
Yuki Okushi1f0a39502020-05-26 04:00:422898 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:092899 "log",
2900 "rls-span",
Igor Matuszewskib2561c92020-03-31 12:31:522901 "rustc-ap-rustc_ast",
Igor Matuszewski8fc4bba2020-02-12 14:47:312902 "rustc-ap-rustc_ast_pretty",
2903 "rustc-ap-rustc_data_structures",
2904 "rustc-ap-rustc_errors",
2905 "rustc-ap-rustc_parse",
2906 "rustc-ap-rustc_session",
2907 "rustc-ap-rustc_span",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582908]
2909
2910[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292911name = "rand"
Alex Crichtonaabf4e92020-01-08 15:33:572912version = "0.7.3"
gnzlbg52caca02019-08-01 15:02:262913source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:572914checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
gnzlbg52caca02019-08-01 15:02:262915dependencies = [
Ralf Jung0e908752020-09-17 18:04:202916 "getrandom 0.1.14",
Alex Crichton093ede22019-08-15 00:45:092917 "libc",
Aaron Hill2550d5b2021-03-07 23:39:192918 "rand_chacha 0.2.2",
2919 "rand_core 0.5.1",
2920 "rand_hc 0.2.0",
Aaron Hill70ba4912020-08-01 14:11:152921 "rand_pcg",
Alex Crichtonb4110902018-12-08 11:06:542922]
2923
2924[[package]]
Aaron Hill2550d5b2021-03-07 23:39:192925name = "rand"
Chase Wilson09f15422021-08-29 15:55:292926version = "0.8.4"
Aaron Hill2550d5b2021-03-07 23:39:192927source = "registry+https://github.com/rust-lang/crates.io-index"
Chase Wilson09f15422021-08-29 15:55:292928checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
Aaron Hill2550d5b2021-03-07 23:39:192929dependencies = [
2930 "libc",
2931 "rand_chacha 0.3.0",
2932 "rand_core 0.6.2",
2933 "rand_hc 0.3.0",
2934]
2935
2936[[package]]
gnzlbg52caca02019-08-01 15:02:262937name = "rand_chacha"
Yuki Okushi9f8628b2020-05-26 04:35:212938version = "0.2.2"
gnzlbg52caca02019-08-01 15:02:262939source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:212940checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
gnzlbg52caca02019-08-01 15:02:262941dependencies = [
Yuki Okushi9f8628b2020-05-26 04:35:212942 "ppv-lite86",
Aaron Hill2550d5b2021-03-07 23:39:192943 "rand_core 0.5.1",
2944]
2945
2946[[package]]
2947name = "rand_chacha"
2948version = "0.3.0"
2949source = "registry+https://github.com/rust-lang/crates.io-index"
2950checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
2951dependencies = [
2952 "ppv-lite86",
2953 "rand_core 0.6.2",
gnzlbg52caca02019-08-01 15:02:262954]
2955
2956[[package]]
Alex Crichtonb4110902018-12-08 11:06:542957name = "rand_core"
Eric Huss2b985322019-11-25 16:14:072958version = "0.5.1"
gnzlbg52caca02019-08-01 15:02:262959source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss2b985322019-11-25 16:14:072960checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
gnzlbg52caca02019-08-01 15:02:262961dependencies = [
Ralf Jung0e908752020-09-17 18:04:202962 "getrandom 0.1.14",
gnzlbg52caca02019-08-01 15:02:262963]
2964
2965[[package]]
Aaron Hill2550d5b2021-03-07 23:39:192966name = "rand_core"
2967version = "0.6.2"
2968source = "registry+https://github.com/rust-lang/crates.io-index"
2969checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
2970dependencies = [
2971 "getrandom 0.2.0",
2972]
2973
2974[[package]]
Alex Crichtonb4110902018-12-08 11:06:542975name = "rand_hc"
gnzlbg52caca02019-08-01 15:02:262976version = "0.2.0"
2977source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092978checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
gnzlbg52caca02019-08-01 15:02:262979dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:192980 "rand_core 0.5.1",
2981]
2982
2983[[package]]
2984name = "rand_hc"
2985version = "0.3.0"
2986source = "registry+https://github.com/rust-lang/crates.io-index"
2987checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
2988dependencies = [
2989 "rand_core 0.6.2",
Laurențiu Nicolab888eb92019-06-10 18:22:312990]
2991
2992[[package]]
Alex Crichtonb4110902018-12-08 11:06:542993name = "rand_pcg"
Aaron Hill70ba4912020-08-01 14:11:152994version = "0.2.1"
Alex Crichtonb4110902018-12-08 11:06:542995source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:152996checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
Alex Crichtonb4110902018-12-08 11:06:542997dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:192998 "rand_core 0.5.1",
Alex Crichtonb4110902018-12-08 11:06:542999]
kennytmcab21f12018-07-26 21:58:553000
3001[[package]]
Ralf Jung5b78e982019-04-19 07:37:333002name = "rand_xorshift"
3003version = "0.2.0"
3004source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:093005checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
Ralf Jung5b78e982019-04-19 07:37:333006dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:193007 "rand_core 0.5.1",
Eric Huss2b985322019-11-25 16:14:073008]
3009
3010[[package]]
3011name = "rand_xoshiro"
3012version = "0.4.0"
3013source = "registry+https://github.com/rust-lang/crates.io-index"
3014checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004"
3015dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:193016 "rand_core 0.5.1",
Ralf Jung5b78e982019-04-19 07:37:333017]
3018
3019[[package]]
Chase Wilson09f15422021-08-29 15:55:293020name = "rand_xoshiro"
3021version = "0.6.0"
3022source = "registry+https://github.com/rust-lang/crates.io-index"
3023checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
3024dependencies = [
3025 "rand_core 0.6.2",
3026]
3027
3028[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:293029name = "rayon"
Mark Rousskov342d9562020-08-17 15:21:443030version = "1.3.1"
Nick Cameron4b6f5c22018-02-26 03:15:453031source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:443032checksum = "62f02856753d04e03e26929f820d0a0a337ebe71f849801eea335d464b349080"
Nick Cameron4b6f5c22018-02-26 03:15:453033dependencies = [
Mark Rousskov342d9562020-08-17 15:21:443034 "autocfg",
Mateusz Mikuła2d8d8132019-12-04 17:40:163035 "crossbeam-deque",
Alex Crichton093ede22019-08-15 00:45:093036 "either",
3037 "rayon-core",
Oliver Schneideracdf83f2017-12-06 08:25:293038]
3039
3040[[package]]
3041name = "rayon-core"
Mark Rousskov342d9562020-08-17 15:21:443042version = "1.7.1"
Oliver Schneideracdf83f2017-12-06 08:25:293043source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:443044checksum = "e92e15d89083484e11353891f1af602cc661426deb9564c298b270c726973280"
Oliver Schneideracdf83f2017-12-06 08:25:293045dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:163046 "crossbeam-deque",
Josh Stonef7e75a22021-03-11 01:53:353047 "crossbeam-queue",
Mark Rousskov342d9562020-08-17 15:21:443048 "crossbeam-utils 0.7.2",
Yuki Okushi1f0a39502020-05-26 04:00:423049 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:093050 "num_cpus",
Laurențiu Nicolab888eb92019-06-10 18:22:313051]
3052
3053[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:353054name = "redox_syscall"
bjorn3856dd712021-08-15 16:40:403055version = "0.2.10"
flip19950046d7c2021-02-25 10:26:233056source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn3856dd712021-08-15 16:40:403057checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
flip19950046d7c2021-02-25 10:26:233058dependencies = [
3059 "bitflags",
3060]
3061
3062[[package]]
flip19954c228cc2019-02-18 09:32:583063name = "redox_users"
flip19950046d7c2021-02-25 10:26:233064version = "0.4.0"
3065source = "registry+https://github.com/rust-lang/crates.io-index"
3066checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
3067dependencies = [
3068 "getrandom 0.2.0",
klensydcdc3082021-05-11 19:03:593069 "redox_syscall",
flip19950046d7c2021-02-25 10:26:233070]
3071
3072[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583073name = "regex"
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:413074version = "1.5.4"
Oliver Schneider847bb142018-05-11 12:11:063075source = "registry+https://github.com/rust-lang/crates.io-index"
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:413076checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
Oliver Schneider847bb142018-05-11 12:11:063077dependencies = [
Alex Crichton093ede22019-08-15 00:45:093078 "aho-corasick",
3079 "memchr",
3080 "regex-syntax",
Oliver Schneider847bb142018-05-11 12:11:063081]
3082
3083[[package]]
Oliver Schererec7230f2020-07-24 18:42:003084name = "regex-automata"
bjorn397c2fa12021-07-07 09:07:093085version = "0.1.10"
Oliver Schererec7230f2020-07-24 18:42:003086source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn397c2fa12021-07-07 09:07:093087checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
Oliver Schererec7230f2020-07-24 18:42:003088dependencies = [
Oliver Schererec7230f2020-07-24 18:42:003089 "regex-syntax",
3090]
3091
3092[[package]]
Steve Klabnika0769612017-02-07 23:13:573093name = "regex-syntax"
bjorn397c2fa12021-07-07 09:07:093094version = "0.6.25"
Oliver Schneider847bb142018-05-11 12:11:063095source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn397c2fa12021-07-07 09:07:093096checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
Oliver Schneider847bb142018-05-11 12:11:063097
3098[[package]]
Alex Crichton7bc2cbf2017-04-26 15:52:193099name = "remote-test-client"
3100version = "0.1.0"
3101
3102[[package]]
3103name = "remote-test-server"
3104version = "0.1.0"
3105
3106[[package]]
Alex Crichton994bfd42018-02-26 17:07:163107name = "remove_dir_all"
Mark Rousskov342d9562020-08-17 15:21:443108version = "0.5.3"
Alex Crichton994bfd42018-02-26 17:07:163109source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:443110checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
Alex Crichton994bfd42018-02-26 17:07:163111dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:313112 "winapi",
Alex Crichton994bfd42018-02-26 17:07:163113]
3114
3115[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583116name = "rls"
Igor Matuszewski5b091302019-12-10 15:01:013117version = "1.41.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583118dependencies = [
Eric Huss6da85d62020-01-14 17:47:043119 "anyhow",
Alex Crichton093ede22019-08-15 00:45:093120 "cargo",
Caleb Cartwrighte2fe4f22021-04-11 16:42:013121 "cargo-util",
Igor Matuszewski5d7a9902021-06-07 20:12:243122 "cargo_metadata 0.12.0",
Alex Crichton093ede22019-08-15 00:45:093123 "clippy_lints",
Igor Matuszewski8fc4bba2020-02-12 14:47:313124 "crossbeam-channel",
Alex Crichton093ede22019-08-15 00:45:093125 "difference",
Ralf Jung9cd1ede2019-10-31 06:50:543126 "env_logger 0.7.1",
Caleb Cartwright63913182021-02-10 01:52:543127 "futures 0.3.12",
Alex Crichton093ede22019-08-15 00:45:093128 "heck",
Igor Matuszewskic2249a42019-09-08 08:28:113129 "home",
Eric Huss893ca662021-04-22 22:47:103130 "itertools 0.9.0",
Alex Crichton093ede22019-08-15 00:45:093131 "jsonrpc-core",
Yuki Okushi1f0a39502020-05-26 04:00:423132 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:093133 "log",
3134 "lsp-codec",
3135 "lsp-types",
3136 "num_cpus",
3137 "ordslice",
3138 "racer",
Aaron Hill2550d5b2021-03-07 23:39:193139 "rand 0.7.3",
Alex Crichton093ede22019-08-15 00:45:093140 "rayon",
3141 "regex",
3142 "rls-analysis",
3143 "rls-data",
Igor Matuszewskic2249a42019-09-08 08:28:113144 "rls-ipc",
Alex Crichton093ede22019-08-15 00:45:093145 "rls-rustc",
3146 "rls-span",
3147 "rls-vfs",
Alex Crichton093ede22019-08-15 00:45:093148 "rustc-workspace-hack",
Igor Matuszewski31dc27d2019-06-08 20:15:223149 "rustc_tools_util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton093ede22019-08-15 00:45:093150 "rustfmt-nightly",
3151 "serde",
3152 "serde_derive",
Igor Matuszewskic2249a42019-09-08 08:28:113153 "serde_ignored",
Alex Crichton093ede22019-08-15 00:45:093154 "serde_json",
3155 "tempfile",
3156 "tokio",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313157 "tokio-stream",
Caleb Cartwright63913182021-02-10 01:52:543158 "tokio-util",
Eric Huss7d92cf42019-08-20 17:46:353159 "toml",
Eric Hussf3287a62021-05-12 00:39:513160 "url 2.2.2",
Alex Crichton093ede22019-08-15 00:45:093161 "walkdir",
Tatsuyuki Ishi0e79b972017-04-29 23:11:583162]
3163
3164[[package]]
3165name = "rls-analysis"
Eric Huss893ca662021-04-22 22:47:103166version = "0.18.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583167dependencies = [
Alex Crichton093ede22019-08-15 00:45:093168 "derive-new",
Eric Huss893ca662021-04-22 22:47:103169 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:093170 "fst",
Eric Huss893ca662021-04-22 22:47:103171 "itertools 0.9.0",
Alex Crichton093ede22019-08-15 00:45:093172 "json",
Eric Huss893ca662021-04-22 22:47:103173 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:093174 "log",
3175 "rls-data",
3176 "rls-span",
3177 "serde",
3178 "serde_json",
Alex Crichton453080f2017-06-05 16:36:483179]
3180
3181[[package]]
Martin Algesten9a6afa82018-02-02 07:29:593182name = "rls-data"
Igor Matuszewskid72ea1b2021-01-15 00:50:593183version = "0.19.1"
Igor Matuszewski3ac464f2021-01-15 01:26:553184source = "registry+https://github.com/rust-lang/crates.io-index"
3185checksum = "a58135eb039f3a3279a33779192f0ee78b56f57ae636e25cec83530e41debb99"
Martin Algesten9a6afa82018-02-02 07:29:593186dependencies = [
Alex Crichton093ede22019-08-15 00:45:093187 "rls-span",
3188 "serde",
Martin Algesten9a6afa82018-02-02 07:29:593189]
3190
3191[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:113192name = "rls-ipc"
3193version = "0.1.0"
3194dependencies = [
3195 "jsonrpc-core",
3196 "jsonrpc-core-client",
3197 "jsonrpc-derive",
3198 "jsonrpc-ipc-server",
3199 "rls-data",
3200 "serde",
3201]
3202
3203[[package]]
Nick Cameron92867d22017-08-30 05:09:363204name = "rls-rustc"
Igor Matuszewski9a6a2692019-03-10 16:03:323205version = "0.6.0"
Igor Matuszewskic2249a42019-09-08 08:28:113206dependencies = [
3207 "clippy_lints",
Ralf Jung9cd1ede2019-10-31 06:50:543208 "env_logger 0.7.1",
Caleb Cartwright63913182021-02-10 01:52:543209 "futures 0.3.12",
Igor Matuszewskic2249a42019-09-08 08:28:113210 "log",
Aaron Hill2550d5b2021-03-07 23:39:193211 "rand 0.7.3",
Igor Matuszewskic2249a42019-09-08 08:28:113212 "rls-data",
3213 "rls-ipc",
3214 "serde",
3215 "tokio",
3216]
Nick Cameron92867d22017-08-30 05:09:363217
3218[[package]]
Nick Cameronfee1f642017-03-14 02:16:443219name = "rls-span"
Igor Matuszewskid72ea1b2021-01-15 00:50:593220version = "0.5.3"
Igor Matuszewski3ac464f2021-01-15 01:26:553221source = "registry+https://github.com/rust-lang/crates.io-index"
3222checksum = "f0eea58478fc06e15f71b03236612173a1b81e9770314edecfa664375e3e4c86"
Nick Cameronfee1f642017-03-14 02:16:443223dependencies = [
Alex Crichton093ede22019-08-15 00:45:093224 "serde",
Tatsuyuki Ishi0e79b972017-04-29 23:11:583225]
3226
3227[[package]]
3228name = "rls-vfs"
Igor Matuszewski4fb570d2019-04-21 10:52:073229version = "0.8.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583230source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:093231checksum = "ce4b57b25b4330ed5ec14028fc02141e083ddafda327e7eb598dc0569c8c83c9"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583232dependencies = [
Alex Crichton093ede22019-08-15 00:45:093233 "log",
3234 "rls-span",
Nick Cameronfee1f642017-03-14 02:16:443235]
3236
3237[[package]]
Rich Kadela6f8b8a2020-07-02 18:27:153238name = "rust-demangler"
Rich Kadelf5aebad2020-09-01 23:15:173239version = "0.0.1"
Rich Kadela6f8b8a2020-07-02 18:27:153240dependencies = [
Rich Kadelf5aebad2020-09-01 23:15:173241 "regex",
Rich Kadela6f8b8a2020-07-02 18:27:153242 "rustc-demangle",
3243]
3244
3245[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293246name = "rustbook"
Steve Klabnika0769612017-02-07 23:13:573247version = "0.1.0"
3248dependencies = [
Alex Crichton093ede22019-08-15 00:45:093249 "clap",
Eric Huss5b9e9d02020-11-15 01:37:023250 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:093251 "mdbook",
Steve Klabnika0769612017-02-07 23:13:573252]
Ahmed Charles9ca382f2016-09-02 08:55:293253
3254[[package]]
Igor Matuszewskif4b2a202020-06-15 09:43:393255name = "rustc-ap-rustc_arena"
Igor Matuszewski5d7a9902021-06-07 20:12:243256version = "722.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273257source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5d7a9902021-06-07 20:12:243258checksum = "550ca1a0925d31a0af089b18c89f5adf3b286e319e3e1f1a5204c21bd2f17371"
Igor Matuszewskid2d192e2019-07-30 11:00:273259dependencies = [
Caleb Cartwrighte2fe4f22021-04-11 16:42:013260 "rustc-ap-rustc_data_structures",
Jubilee Younge8eb6912021-04-22 04:40:293261 "smallvec",
Igor Matuszewskid2d192e2019-07-30 11:00:273262]
3263
3264[[package]]
Igor Matuszewskib2561c92020-03-31 12:31:523265name = "rustc-ap-rustc_ast"
Igor Matuszewski5d7a9902021-06-07 20:12:243266version = "722.0.0"
Igor Matuszewski8fc4bba2020-02-12 14:47:313267source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5d7a9902021-06-07 20:12:243268checksum = "4aa53b68080df17994a54747f7c37b0686288a670efb9ba3b382ce62e744aed2"
Igor Matuszewski8fc4bba2020-02-12 14:47:313269dependencies = [
Igor Matuszewskif4b2a202020-06-15 09:43:393270 "bitflags",
Igor Matuszewski8fc4bba2020-02-12 14:47:313271 "rustc-ap-rustc_data_structures",
Igor Matuszewskib2561c92020-03-31 12:31:523272 "rustc-ap-rustc_index",
3273 "rustc-ap-rustc_lexer",
3274 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393275 "rustc-ap-rustc_serialize",
Igor Matuszewski8fc4bba2020-02-12 14:47:313276 "rustc-ap-rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293277 "smallvec",
Caleb Cartwright1ceb8242020-09-05 19:03:273278 "tracing",
Igor Matuszewskib2561c92020-03-31 12:31:523279]
3280
3281[[package]]
Igor Matuszewskib2561c92020-03-31 12:31:523282name = "rustc-ap-rustc_ast_pretty"
Igor Matuszewski5d7a9902021-06-07 20:12:243283version = "722.0.0"
Igor Matuszewskib2561c92020-03-31 12:31:523284source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5d7a9902021-06-07 20:12:243285checksum = "0ae71e68fada466a4b2c39c79ca6aee3226587abe6787170d2f6c92237569565"
Igor Matuszewskib2561c92020-03-31 12:31:523286dependencies = [
Igor Matuszewskib2561c92020-03-31 12:31:523287 "rustc-ap-rustc_ast",
Igor Matuszewskib2561c92020-03-31 12:31:523288 "rustc-ap-rustc_span",
Caleb Cartwright1ceb8242020-09-05 19:03:273289 "tracing",
Igor Matuszewski8fc4bba2020-02-12 14:47:313290]
3291
3292[[package]]
Igor Matuszewskid2d192e2019-07-30 11:00:273293name = "rustc-ap-rustc_data_structures"
Igor Matuszewski5d7a9902021-06-07 20:12:243294version = "722.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273295source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5d7a9902021-06-07 20:12:243296checksum = "faa484d6e0ca32d1d82303647275c696f745599b3d97e686f396ceef5b99d7ae"
Igor Matuszewskid2d192e2019-07-30 11:00:273297dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:353298 "arrayvec",
Igor Matuszewski8fc4bba2020-02-12 14:47:313299 "bitflags",
Aaron Hill44fdfd62020-10-11 17:51:073300 "cfg-if 0.1.10",
Igor Matuszewski2214a412021-05-03 20:59:353301 "crossbeam-utils 0.8.3",
Jack Hueya42e5a12020-05-27 05:05:093302 "ena",
Alex Crichton093ede22019-08-15 00:45:093303 "indexmap",
3304 "jobserver",
topecongiro84c45142020-04-15 02:07:333305 "libc",
Ryan Levick757f76e2021-10-07 13:08:443306 "measureme 9.1.2",
Igor Matuszewski2214a412021-05-03 20:59:353307 "memmap2",
Caleb Cartwright63913182021-02-10 01:52:543308 "parking_lot",
Igor Matuszewskif4b2a202020-06-15 09:43:393309 "rustc-ap-rustc_graphviz",
Igor Matuszewskiae79ea32019-10-11 14:28:023310 "rustc-ap-rustc_index",
Caleb Cartwright1ceb8242020-09-05 19:03:273311 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393312 "rustc-ap-rustc_serialize",
Alex Crichton093ede22019-08-15 00:45:093313 "rustc-hash",
Igor Matuszewski5b091302019-12-10 15:01:013314 "rustc-rayon",
3315 "rustc-rayon-core",
Jubilee Younge8eb6912021-04-22 04:40:293316 "smallvec",
Alex Crichton093ede22019-08-15 00:45:093317 "stable_deref_trait",
Igor Matuszewski84eae772020-05-21 13:39:523318 "stacker",
Caleb Cartwright1ceb8242020-09-05 19:03:273319 "tempfile",
3320 "tracing",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313321 "winapi",
Igor Matuszewskid2d192e2019-07-30 11:00:273322]
3323
3324[[package]]
topecongiro5ae8fa92018-01-18 14:40:373325name = "rustc-ap-rustc_errors"
Igor Matuszewski5d7a9902021-06-07 20:12:243326version = "722.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273327source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5d7a9902021-06-07 20:12:243328checksum = "5f85ba19cca320ad797e3a29c35cab9bddfff0e7adbde336a436249e54cee7b1"
Igor Matuszewskid2d192e2019-07-30 11:00:273329dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:353330 "annotate-snippets",
Alex Crichton093ede22019-08-15 00:45:093331 "atty",
Alex Crichton093ede22019-08-15 00:45:093332 "rustc-ap-rustc_data_structures",
Igor Matuszewskibd37d7d2020-12-05 15:40:243333 "rustc-ap-rustc_lint_defs",
Caleb Cartwright1ceb8242020-09-05 19:03:273334 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393335 "rustc-ap-rustc_serialize",
Igor Matuszewski8fc4bba2020-02-12 14:47:313336 "rustc-ap-rustc_span",
Alex Crichton093ede22019-08-15 00:45:093337 "termcolor",
Igor Matuszewski8fc4bba2020-02-12 14:47:313338 "termize",
Caleb Cartwright1ceb8242020-09-05 19:03:273339 "tracing",
Alex Crichton093ede22019-08-15 00:45:093340 "unicode-width",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313341 "winapi",
Igor Matuszewskid2d192e2019-07-30 11:00:273342]
3343
3344[[package]]
Igor Matuszewskib2561c92020-03-31 12:31:523345name = "rustc-ap-rustc_feature"
Igor Matuszewski5d7a9902021-06-07 20:12:243346version = "722.0.0"
Igor Matuszewskib2561c92020-03-31 12:31:523347source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5d7a9902021-06-07 20:12:243348checksum = "97d538adab96b8b2b1ca9fcd4c8c47d4e23e862a23d1a38b6c15cd8fd52b34b1"
Igor Matuszewski8fc4bba2020-02-12 14:47:313349dependencies = [
Igor Matuszewski8fc4bba2020-02-12 14:47:313350 "rustc-ap-rustc_data_structures",
3351 "rustc-ap-rustc_span",
3352]
3353
3354[[package]]
3355name = "rustc-ap-rustc_fs_util"
Igor Matuszewski5d7a9902021-06-07 20:12:243356version = "722.0.0"
Igor Matuszewski8fc4bba2020-02-12 14:47:313357source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5d7a9902021-06-07 20:12:243358checksum = "8ad6f13d240944fa8f360d2f3b849a7cadaec75e477829e7dde61e838deda83d"
Igor Matuszewskif4b2a202020-06-15 09:43:393359
3360[[package]]
3361name = "rustc-ap-rustc_graphviz"
Igor Matuszewski5d7a9902021-06-07 20:12:243362version = "722.0.0"
Igor Matuszewskif4b2a202020-06-15 09:43:393363source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5d7a9902021-06-07 20:12:243364checksum = "08b3451153cc5828c02cc4f1a0df146d25ac4b3382a112e25fd9d3f5bff15cdc"
Igor Matuszewski8fc4bba2020-02-12 14:47:313365
3366[[package]]
3367name = "rustc-ap-rustc_index"
Igor Matuszewski5d7a9902021-06-07 20:12:243368version = "722.0.0"
Igor Matuszewski8fc4bba2020-02-12 14:47:313369source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5d7a9902021-06-07 20:12:243370checksum = "cd39a9f01b442c629bdff5778cb3dd29b7c2ea4afe62d5ab61d216bd1b556692"
Igor Matuszewskiae79ea32019-10-11 14:28:023371dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:353372 "arrayvec",
Caleb Cartwright1ceb8242020-09-05 19:03:273373 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393374 "rustc-ap-rustc_serialize",
Igor Matuszewskiae79ea32019-10-11 14:28:023375]
3376
3377[[package]]
3378name = "rustc-ap-rustc_lexer"
Igor Matuszewski5d7a9902021-06-07 20:12:243379version = "722.0.0"
Igor Matuszewskiae79ea32019-10-11 14:28:023380source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5d7a9902021-06-07 20:12:243381checksum = "a5de290c44a90e671d2cd730062b9ef73d11155da7e44e7741d633e1e51e616e"
Igor Matuszewskic2249a42019-09-08 08:28:113382dependencies = [
Aaron Hill70ba4912020-08-01 14:11:153383 "unicode-xid",
Igor Matuszewskic2249a42019-09-08 08:28:113384]
Igor Matuszewskid2d192e2019-07-30 11:00:273385
3386[[package]]
Igor Matuszewskibd37d7d2020-12-05 15:40:243387name = "rustc-ap-rustc_lint_defs"
Igor Matuszewski5d7a9902021-06-07 20:12:243388version = "722.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273389source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5d7a9902021-06-07 20:12:243390checksum = "69570b4beb61088926b131579865bbe70d124d30778c46307a62ec8b310ae462"
Igor Matuszewskibd37d7d2020-12-05 15:40:243391dependencies = [
3392 "rustc-ap-rustc_ast",
3393 "rustc-ap-rustc_data_structures",
3394 "rustc-ap-rustc_macros",
3395 "rustc-ap-rustc_serialize",
3396 "rustc-ap-rustc_span",
Caleb Cartwright63913182021-02-10 01:52:543397 "rustc-ap-rustc_target",
Igor Matuszewskibd37d7d2020-12-05 15:40:243398 "tracing",
3399]
3400
3401[[package]]
3402name = "rustc-ap-rustc_macros"
Igor Matuszewski5d7a9902021-06-07 20:12:243403version = "722.0.0"
Igor Matuszewskibd37d7d2020-12-05 15:40:243404source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5d7a9902021-06-07 20:12:243405checksum = "86bd877df37f15c5a44d9679d1b5207ebc95f3943fbc336eeac670195ac58610"
Igor Matuszewskid2d192e2019-07-30 11:00:273406dependencies = [
Aaron Hill70ba4912020-08-01 14:11:153407 "proc-macro2",
3408 "quote",
3409 "syn",
Igor Matuszewski403a9d02020-05-05 11:26:163410 "synstructure",
Igor Matuszewskid2d192e2019-07-30 11:00:273411]
3412
3413[[package]]
Igor Matuszewski8fc4bba2020-02-12 14:47:313414name = "rustc-ap-rustc_parse"
Igor Matuszewski5d7a9902021-06-07 20:12:243415version = "722.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273416source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5d7a9902021-06-07 20:12:243417checksum = "02502d8522ba31d0bcad28a78822b68c1b6ba947a2b4aa6a2341b30594379b80"
Igor Matuszewskid2d192e2019-07-30 11:00:273418dependencies = [
Alex Crichton093ede22019-08-15 00:45:093419 "bitflags",
Igor Matuszewskib2561c92020-03-31 12:31:523420 "rustc-ap-rustc_ast",
Igor Matuszewski8fc4bba2020-02-12 14:47:313421 "rustc-ap-rustc_ast_pretty",
Alex Crichton093ede22019-08-15 00:45:093422 "rustc-ap-rustc_data_structures",
3423 "rustc-ap-rustc_errors",
Igor Matuszewski8fc4bba2020-02-12 14:47:313424 "rustc-ap-rustc_feature",
Alex Crichton093ede22019-08-15 00:45:093425 "rustc-ap-rustc_lexer",
Igor Matuszewski8fc4bba2020-02-12 14:47:313426 "rustc-ap-rustc_session",
3427 "rustc-ap-rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293428 "smallvec",
Caleb Cartwright1ceb8242020-09-05 19:03:273429 "tracing",
Igor Matuszewski8fc4bba2020-02-12 14:47:313430 "unicode-normalization",
Igor Matuszewskid2d192e2019-07-30 11:00:273431]
3432
3433[[package]]
Igor Matuszewskif4b2a202020-06-15 09:43:393434name = "rustc-ap-rustc_serialize"
Igor Matuszewski5d7a9902021-06-07 20:12:243435version = "722.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273436source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5d7a9902021-06-07 20:12:243437checksum = "5f741f8e9aee6323fbe127329490608a5a250cc0072ac91e684ef62518cdb1ff"
Igor Matuszewskif4b2a202020-06-15 09:43:393438dependencies = [
3439 "indexmap",
Jubilee Younge8eb6912021-04-22 04:40:293440 "smallvec",
Igor Matuszewskif4b2a202020-06-15 09:43:393441]
3442
3443[[package]]
3444name = "rustc-ap-rustc_session"
Igor Matuszewski5d7a9902021-06-07 20:12:243445version = "722.0.0"
Igor Matuszewskif4b2a202020-06-15 09:43:393446source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5d7a9902021-06-07 20:12:243447checksum = "dba61eca749f4fced4427ad1cc7f23342cfc6527c3bcc624e3aa56abc1f81298"
Igor Matuszewski8fc4bba2020-02-12 14:47:313448dependencies = [
Tyler Mandrye193cb12020-07-25 21:25:163449 "bitflags",
topecongiro84c45142020-04-15 02:07:333450 "getopts",
Igor Matuszewski8fc4bba2020-02-12 14:47:313451 "num_cpus",
Igor Matuszewskib2561c92020-03-31 12:31:523452 "rustc-ap-rustc_ast",
Igor Matuszewski8fc4bba2020-02-12 14:47:313453 "rustc-ap-rustc_data_structures",
3454 "rustc-ap-rustc_errors",
3455 "rustc-ap-rustc_feature",
3456 "rustc-ap-rustc_fs_util",
Igor Matuszewskibd37d7d2020-12-05 15:40:243457 "rustc-ap-rustc_lint_defs",
Caleb Cartwright1ceb8242020-09-05 19:03:273458 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393459 "rustc-ap-rustc_serialize",
Igor Matuszewski8fc4bba2020-02-12 14:47:313460 "rustc-ap-rustc_span",
3461 "rustc-ap-rustc_target",
Caleb Cartwright1ceb8242020-09-05 19:03:273462 "tracing",
Igor Matuszewski8fc4bba2020-02-12 14:47:313463]
3464
3465[[package]]
3466name = "rustc-ap-rustc_span"
Igor Matuszewski5d7a9902021-06-07 20:12:243467version = "722.0.0"
Igor Matuszewski8fc4bba2020-02-12 14:47:313468source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5d7a9902021-06-07 20:12:243469checksum = "a642e8d6fc883f34e0778e079f8242ac40c6614a6b7a0ef61681333e847f5e62"
Igor Matuszewskid2d192e2019-07-30 11:00:273470dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:073471 "cfg-if 0.1.10",
Igor Matuszewskibd37d7d2020-12-05 15:40:243472 "md-5",
Igor Matuszewskif4b2a202020-06-15 09:43:393473 "rustc-ap-rustc_arena",
Alex Crichton093ede22019-08-15 00:45:093474 "rustc-ap-rustc_data_structures",
Igor Matuszewskiae79ea32019-10-11 14:28:023475 "rustc-ap-rustc_index",
Alex Crichton093ede22019-08-15 00:45:093476 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393477 "rustc-ap-rustc_serialize",
Alex Crichton093ede22019-08-15 00:45:093478 "scoped-tls",
Igor Matuszewskibd37d7d2020-12-05 15:40:243479 "sha-1 0.9.1",
3480 "sha2",
Caleb Cartwright1ceb8242020-09-05 19:03:273481 "tracing",
Alex Crichton093ede22019-08-15 00:45:093482 "unicode-width",
Igor Matuszewskid2d192e2019-07-30 11:00:273483]
3484
3485[[package]]
Igor Matuszewski8fc4bba2020-02-12 14:47:313486name = "rustc-ap-rustc_target"
Igor Matuszewski5d7a9902021-06-07 20:12:243487version = "722.0.0"
Igor Matuszewski8fc4bba2020-02-12 14:47:313488source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5d7a9902021-06-07 20:12:243489checksum = "80feebd8c323b80dd73a395fa7fabba9e2098b6277670ff89c473f618ffa07de"
Igor Matuszewski8fc4bba2020-02-12 14:47:313490dependencies = [
3491 "bitflags",
Igor Matuszewski8fc4bba2020-02-12 14:47:313492 "rustc-ap-rustc_data_structures",
3493 "rustc-ap-rustc_index",
3494 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393495 "rustc-ap-rustc_serialize",
Igor Matuszewski8fc4bba2020-02-12 14:47:313496 "rustc-ap-rustc_span",
Caleb Cartwright1ceb8242020-09-05 19:03:273497 "tracing",
Igor Matuszewski8fc4bba2020-02-12 14:47:313498]
3499
3500[[package]]
Josh Stone020c5ec2017-05-08 22:01:133501name = "rustc-demangle"
Eduard-Mihai Burtescuf8810ee2021-08-10 21:05:253502version = "0.1.21"
Josh Stone020c5ec2017-05-08 22:01:133503source = "registry+https://github.com/rust-lang/crates.io-index"
Eduard-Mihai Burtescuf8810ee2021-08-10 21:05:253504checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
Alex Crichtonfcc8bb42018-12-14 22:37:513505dependencies = [
Alex Crichton093ede22019-08-15 00:45:093506 "compiler_builtins",
3507 "rustc-std-workspace-core",
Alex Crichtonfcc8bb42018-12-14 22:37:513508]
Josh Stone020c5ec2017-05-08 22:01:133509
3510[[package]]
Niko Matsakis9c548bf2018-05-24 12:48:023511name = "rustc-hash"
Jack Huey6aa2e9d2020-05-27 00:19:193512version = "1.1.0"
Niko Matsakis9c548bf2018-05-24 12:48:023513source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:193514checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
Niko Matsakis9c548bf2018-05-24 12:48:023515
3516[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293517name = "rustc-main"
3518version = "0.0.0"
3519dependencies = [
Alex Crichton093ede22019-08-15 00:45:093520 "rustc_codegen_ssa",
3521 "rustc_driver",
Gus Wynn39657732021-04-04 21:07:563522 "tikv-jemalloc-sys",
3523 "tikv-jemallocator",
Ahmed Charles9ca382f2016-09-02 08:55:293524]
3525
3526[[package]]
John Kåre Alsaker4afdae62018-05-12 02:11:033527name = "rustc-rayon"
Josh Stonef7e75a22021-03-11 01:53:353528version = "0.3.1"
Josh Stone33c41252019-09-10 17:13:073529source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stonef7e75a22021-03-11 01:53:353530checksum = "ed7d6a39f8bfd4421ce720918234d1e672b83824c91345b47c93746839cf1629"
Josh Stone33c41252019-09-10 17:13:073531dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:163532 "crossbeam-deque",
Josh Stone33c41252019-09-10 17:13:073533 "either",
Igor Matuszewski5b091302019-12-10 15:01:013534 "rustc-rayon-core",
John Kåre Alsaker0e05a9b2019-04-25 20:50:413535]
3536
3537[[package]]
Josh Stone33c41252019-09-10 17:13:073538name = "rustc-rayon-core"
Josh Stonef7e75a22021-03-11 01:53:353539version = "0.3.1"
Josh Stone33c41252019-09-10 17:13:073540source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stonef7e75a22021-03-11 01:53:353541checksum = "e94187d9ea3e8c38fafdbc38acb94eafa7ce155867f6ccb13830466a0d0db8c6"
Josh Stone33c41252019-09-10 17:13:073542dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:163543 "crossbeam-deque",
Josh Stonef7e75a22021-03-11 01:53:353544 "crossbeam-queue",
3545 "crossbeam-utils 0.7.2",
Yuki Okushi1f0a39502020-05-26 04:00:423546 "lazy_static",
Josh Stone33c41252019-09-10 17:13:073547 "num_cpus",
3548]
3549
3550[[package]]
flip1995898ef0f2020-12-06 14:07:593551name = "rustc-semver"
3552version = "1.1.0"
3553source = "registry+https://github.com/rust-lang/crates.io-index"
3554checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84"
3555
3556[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:053557name = "rustc-std-workspace-alloc"
Alex Crichton6c74bc92019-09-09 20:01:053558version = "1.99.0"
Amanieu d'Antras1fa7a212019-02-07 11:08:053559dependencies = [
Alex Crichton093ede22019-08-15 00:45:093560 "alloc",
Amanieu d'Antras1fa7a212019-02-07 11:08:053561]
3562
3563[[package]]
Alex Crichton4c21a3b2018-11-20 05:52:503564name = "rustc-std-workspace-core"
Alex Crichton6c74bc92019-09-09 20:01:053565version = "1.99.0"
Alex Crichton4c21a3b2018-11-20 05:52:503566dependencies = [
Alex Crichton093ede22019-08-15 00:45:093567 "core",
Alex Crichton4c21a3b2018-11-20 05:52:503568]
3569
3570[[package]]
Alex Crichtonb47c9692019-08-16 15:29:083571name = "rustc-std-workspace-std"
Alex Crichton6c74bc92019-09-09 20:01:053572version = "1.99.0"
Alex Crichtonb47c9692019-08-16 15:29:083573dependencies = [
3574 "std",
3575]
3576
3577[[package]]
Alex Crichton0e034d12018-07-31 21:16:553578name = "rustc-workspace-hack"
3579version = "1.0.0"
3580dependencies = [
Eric Hussd296ea02021-06-23 14:41:343581 "bstr",
Alessandro Ghedinibff2e462020-11-05 15:58:233582 "byteorder",
Jubilee Young1f5e1c52021-04-23 23:09:403583 "crossbeam-utils 0.8.3",
Igor Matuszewski2fa30ec2020-12-05 17:08:333584 "libc",
Eric Huss0bfc45a2020-12-23 20:18:153585 "libz-sys",
Aaron Hill70ba4912020-08-01 14:11:153586 "proc-macro2",
3587 "quote",
Jubilee Young7d3186d2021-04-24 01:00:463588 "rand_core 0.5.1",
Alex Crichton093ede22019-08-15 00:45:093589 "serde",
3590 "serde_json",
Jubilee Younge8eb6912021-04-22 04:40:293591 "smallvec",
Aaron Hill70ba4912020-08-01 14:11:153592 "syn",
Eric Hussf3287a62021-05-12 00:39:513593 "url 2.2.2",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313594 "winapi",
Alex Crichton0e034d12018-07-31 21:16:553595]
3596
3597[[package]]
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433598name = "rustc_apfloat"
3599version = "0.0.0"
3600dependencies = [
Alex Crichton093ede22019-08-15 00:45:093601 "bitflags",
Jubilee Younge8eb6912021-04-22 04:40:293602 "smallvec",
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433603]
3604
3605[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403606name = "rustc_arena"
3607version = "0.0.0"
3608dependencies = [
Josh Stonef7e75a22021-03-11 01:53:353609 "rustc_data_structures",
Jubilee Younge8eb6912021-04-22 04:40:293610 "smallvec",
Vadim Petrochenkov11d95142020-06-02 17:03:403611]
3612
3613[[package]]
Vadim Petrochenkov6054a302020-02-29 17:16:263614name = "rustc_ast"
3615version = "0.0.0"
3616dependencies = [
Amanieu d'Antrasa6563492020-05-06 13:46:013617 "bitflags",
Vadim Petrochenkov6054a302020-02-29 17:16:263618 "rustc_data_structures",
3619 "rustc_index",
3620 "rustc_lexer",
3621 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403622 "rustc_serialize",
Vadim Petrochenkov6054a302020-02-29 17:16:263623 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293624 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003625 "tracing",
Vadim Petrochenkov6054a302020-02-29 17:16:263626]
3627
3628[[package]]
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563629name = "rustc_ast_lowering"
3630version = "0.0.0"
3631dependencies = [
Vadim Petrochenkov11d95142020-06-02 17:03:403632 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263633 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463634 "rustc_ast_pretty",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563635 "rustc_data_structures",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563636 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573637 "rustc_hir",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563638 "rustc_index",
Camille GILLOT457de082021-09-19 20:17:503639 "rustc_query_system",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:563640 "rustc_session",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563641 "rustc_span",
3642 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293643 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003644 "tracing",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563645]
3646
3647[[package]]
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443648name = "rustc_ast_passes"
3649version = "0.0.0"
3650dependencies = [
Andreas Jonsonb8752ff2020-09-12 06:24:093651 "itertools 0.9.0",
Vadim Petrochenkov6054a302020-02-29 17:16:263652 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463653 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203654 "rustc_attr",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443655 "rustc_data_structures",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443656 "rustc_errors",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393657 "rustc_feature",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443658 "rustc_parse",
3659 "rustc_session",
3660 "rustc_span",
Camille GILLOT8d7d4882021-07-08 19:58:053661 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:003662 "tracing",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443663]
3664
3665[[package]]
Mazdak Farrokhzade2333312020-01-11 16:02:463666name = "rustc_ast_pretty"
3667version = "0.0.0"
3668dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263669 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463670 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:003671 "tracing",
Mazdak Farrokhzade2333312020-01-11 16:02:463672]
3673
3674[[package]]
Mazdak Farrokhzad93a82832020-01-11 12:15:203675name = "rustc_attr"
3676version = "0.0.0"
3677dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263678 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463679 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203680 "rustc_data_structures",
3681 "rustc_errors",
3682 "rustc_feature",
Vadim Petrochenkov20c50442020-08-10 19:27:483683 "rustc_lexer",
Mazdak Farrokhzad93a82832020-01-11 12:15:203684 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403685 "rustc_serialize",
Mazdak Farrokhzad93a82832020-01-11 12:15:203686 "rustc_session",
3687 "rustc_span",
Mazdak Farrokhzad93a82832020-01-11 12:15:203688]
3689
3690[[package]]
Camille GILLOT31a61cc2020-12-30 17:48:403691name = "rustc_borrowck"
3692version = "0.0.0"
3693dependencies = [
3694 "either",
3695 "itertools 0.9.0",
3696 "polonius-engine",
Camille GILLOTc5fc2602021-01-05 19:08:113697 "rustc_const_eval",
Camille GILLOT31a61cc2020-12-30 17:48:403698 "rustc_data_structures",
3699 "rustc_errors",
3700 "rustc_graphviz",
3701 "rustc_hir",
3702 "rustc_index",
3703 "rustc_infer",
3704 "rustc_lexer",
3705 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:073706 "rustc_mir_dataflow",
Camille GILLOT31a61cc2020-12-30 17:48:403707 "rustc_serialize",
3708 "rustc_session",
3709 "rustc_span",
3710 "rustc_target",
3711 "rustc_trait_selection",
3712 "rustc_traits",
3713 "smallvec",
3714 "tracing",
3715]
3716
3717[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323718name = "rustc_builtin_macros"
3719version = "0.0.0"
3720dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263721 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463722 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203723 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323724 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323725 "rustc_errors",
3726 "rustc_expand",
3727 "rustc_feature",
Vadim Petrochenkovdbdbd302020-11-14 11:47:143728 "rustc_lexer",
Ethiraric2be94d42021-11-24 09:20:233729 "rustc_lint_defs",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323730 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403731 "rustc_parse_format",
Mazdak Farrokhzadf361b712020-01-05 09:47:203732 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323733 "rustc_span",
3734 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293735 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003736 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323737]
3738
3739[[package]]
Irina Popab63d7e22018-05-08 13:10:163740name = "rustc_codegen_llvm"
3741version = "0.0.0"
3742dependencies = [
Alex Crichton7f23e6e2019-10-22 15:51:353743 "bitflags",
Xidorn Quan38e42332021-02-13 11:17:153744 "cstr",
Alex Crichton7f23e6e2019-10-22 15:51:353745 "libc",
Andy Russell923f9392021-11-08 23:03:553746 "libloading",
Ryan Levick757f76e2021-10-07 13:08:443747 "measureme 10.0.0",
Alex Crichton7f23e6e2019-10-22 15:51:353748 "rustc-demangle",
bjorn38c7840e2021-08-08 15:24:303749 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263750 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203751 "rustc_attr",
Alex Crichton7f23e6e2019-10-22 15:51:353752 "rustc_codegen_ssa",
Alex Crichton7f23e6e2019-10-22 15:51:353753 "rustc_data_structures",
3754 "rustc_errors",
Alex Crichton7f23e6e2019-10-22 15:51:353755 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573756 "rustc_hir",
Alex Crichton7f23e6e2019-10-22 15:51:353757 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:093758 "rustc_llvm",
Camille GILLOT202d39a2021-05-29 20:49:593759 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453760 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:543761 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:403762 "rustc_serialize",
Aaron Hillfca192c2019-12-06 03:04:353763 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323764 "rustc_span",
Alex Crichton7f23e6e2019-10-22 15:51:353765 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293766 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003767 "tracing",
Irina Popab63d7e22018-05-08 13:10:163768]
3769
3770[[package]]
Denis Merigouxc9f26c22018-10-01 16:07:043771name = "rustc_codegen_ssa"
3772version = "0.0.0"
Denis Merigouxb9e5cf92018-10-23 15:01:353773dependencies = [
Alex Crichton093ede22019-08-15 00:45:093774 "bitflags",
3775 "cc",
Tyson Nottingham29711d82021-02-04 02:41:303776 "itertools 0.9.0",
Alex Crichton093ede22019-08-15 00:45:093777 "jobserver",
3778 "libc",
Lain Yang9a337b62022-01-07 05:32:583779 "object 0.28.1",
Federico Ponzi4b6a0272020-07-17 22:01:273780 "pathdiff",
Michael Hackner32992352021-07-30 19:18:143781 "regex",
Alex Crichton093ede22019-08-15 00:45:093782 "rustc_apfloat",
David Wood2dc1a8a2021-12-03 14:24:053783 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263784 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203785 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093786 "rustc_data_structures",
3787 "rustc_errors",
3788 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573789 "rustc_hir",
Alex Crichton093ede22019-08-15 00:45:093790 "rustc_incremental",
csmoed20183d2019-09-26 05:30:103791 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573792 "rustc_macros",
Camille GILLOTb244b982021-09-24 16:15:363793 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453794 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:543795 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:403796 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083797 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323798 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583799 "rustc_symbol_mangling",
Alex Crichton093ede22019-08-15 00:45:093800 "rustc_target",
Michael Woeristere6e1e092021-07-14 13:50:423801 "smallvec",
Nikita Popov9488cac2021-12-02 11:24:253802 "snap",
Mark Mansi2d75a332020-03-12 23:07:583803 "tempfile",
David Wood2dc1a8a2021-12-03 14:24:053804 "thorin-dwp",
Oliver Schererec7230f2020-07-24 18:42:003805 "tracing",
Irina Popab63d7e22018-05-08 13:10:163806]
3807
3808[[package]]
Camille GILLOTc5fc2602021-01-05 19:08:113809name = "rustc_const_eval"
3810version = "0.0.0"
3811dependencies = [
Camille GILLOTc5fc2602021-01-05 19:08:113812 "rustc_apfloat",
3813 "rustc_ast",
3814 "rustc_attr",
3815 "rustc_data_structures",
3816 "rustc_errors",
3817 "rustc_hir",
3818 "rustc_index",
3819 "rustc_infer",
3820 "rustc_macros",
3821 "rustc_middle",
3822 "rustc_mir_dataflow",
Camille GILLOT02025d82020-11-14 15:48:543823 "rustc_query_system",
Camille GILLOTc5fc2602021-01-05 19:08:113824 "rustc_session",
3825 "rustc_span",
3826 "rustc_target",
3827 "rustc_trait_selection",
3828 "tracing",
3829]
3830
3831[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293832name = "rustc_data_structures"
3833version = "0.0.0"
3834dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:353835 "arrayvec",
Mark Rousskovf696b212019-11-11 22:15:363836 "bitflags",
Aaron Hill44fdfd62020-10-11 17:51:073837 "cfg-if 0.1.10",
Jack Hueya42e5a12020-05-27 05:05:093838 "ena",
Alex Crichton093ede22019-08-15 00:45:093839 "indexmap",
3840 "jobserver",
Luca Barbieri45ede922020-04-10 20:42:193841 "libc",
Ryan Levick757f76e2021-10-07 13:08:443842 "measureme 10.0.0",
bjorn38331dbe2021-03-29 09:18:523843 "memmap2",
Caleb Cartwright63913182021-02-10 01:52:543844 "parking_lot",
Alex Crichton093ede22019-08-15 00:45:093845 "rustc-hash",
Igor Matuszewski5b091302019-12-10 15:01:013846 "rustc-rayon",
3847 "rustc-rayon-core",
Vadim Petrochenkov11d95142020-06-02 17:03:403848 "rustc_graphviz",
csmoe1cff2e62019-09-25 19:09:513849 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573850 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403851 "rustc_serialize",
Jubilee Younge8eb6912021-04-22 04:40:293852 "smallvec",
Alex Crichton093ede22019-08-15 00:45:093853 "stable_deref_trait",
Simonas Kazlauskasa5c53652020-03-14 18:13:553854 "stacker",
Mark Rousskov2627eed2020-08-09 01:05:503855 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:003856 "tracing",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313857 "winapi",
Ahmed Charles9ca382f2016-09-02 08:55:293858]
3859
3860[[package]]
3861name = "rustc_driver"
3862version = "0.0.0"
3863dependencies = [
Luca Barbieri45ede922020-04-10 20:42:193864 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:263865 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463866 "rustc_ast_pretty",
Victor Dinga47fdb92020-01-23 10:48:483867 "rustc_codegen_ssa",
Camille GILLOTc5fc2602021-01-05 19:08:113868 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:093869 "rustc_data_structures",
Mazdak Farrokhzad8444e162019-11-15 18:41:503870 "rustc_error_codes",
Alex Crichton093ede22019-08-15 00:45:093871 "rustc_errors",
Mazdak Farrokhzad70234f12019-11-30 01:34:183872 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573873 "rustc_hir",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193874 "rustc_hir_pretty",
Alex Crichton093ede22019-08-15 00:45:093875 "rustc_interface",
Mark Rousskovdab3bd62019-10-09 13:53:133876 "rustc_lint",
David Tolnay6152d152022-01-04 00:32:523877 "rustc_log",
Alex Crichton093ede22019-08-15 00:45:093878 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453879 "rustc_middle",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133880 "rustc_parse",
Simon Sapind0bbc602019-07-16 17:08:323881 "rustc_plugin_impl",
Alex Crichton093ede22019-08-15 00:45:093882 "rustc_save_analysis",
Vadim Petrochenkov11d95142020-06-02 17:03:403883 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083884 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323885 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093886 "rustc_target",
Smittye8165e72021-07-24 21:18:153887 "rustc_typeck",
Oliver Schererec7230f2020-07-24 18:42:003888 "tracing",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313889 "winapi",
Ahmed Charles9ca382f2016-09-02 08:55:293890]
3891
3892[[package]]
Guillaume Gomez125da0c2019-11-11 21:47:053893name = "rustc_error_codes"
3894version = "0.0.0"
3895
3896[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293897name = "rustc_errors"
3898version = "0.0.0"
3899dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:353900 "annotate-snippets",
Alex Crichton093ede22019-08-15 00:45:093901 "atty",
Alex Crichton093ede22019-08-15 00:45:093902 "rustc_data_structures",
Aaron Hill23018a52020-08-13 19:41:523903 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573904 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403905 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323906 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093907 "termcolor",
John Kåre Alsakerb0b11d32020-01-29 00:13:483908 "termize",
Oliver Schererec7230f2020-07-24 18:42:003909 "tracing",
Alex Crichton093ede22019-08-15 00:45:093910 "unicode-width",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313911 "winapi",
Ahmed Charles9ca382f2016-09-02 08:55:293912]
3913
3914[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323915name = "rustc_expand"
3916version = "0.0.0"
3917dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263918 "rustc_ast",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393919 "rustc_ast_passes",
Mazdak Farrokhzade2333312020-01-11 16:02:463920 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203921 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323922 "rustc_data_structures",
3923 "rustc_errors",
3924 "rustc_feature",
3925 "rustc_lexer",
Aaron Hillf9025512020-12-07 23:55:003926 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573927 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323928 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403929 "rustc_serialize",
Mazdak Farrokhzadf361b712020-01-05 09:47:203930 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323931 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293932 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003933 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323934]
3935
3936[[package]]
Mazdak Farrokhzad3d080a42019-11-29 23:23:383937name = "rustc_feature"
3938version = "0.0.0"
3939dependencies = [
Mazdak Farrokhzad70234f12019-11-30 01:34:183940 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323941 "rustc_span",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383942]
3943
3944[[package]]
Mark Rousskove3177c62018-08-03 21:31:033945name = "rustc_fs_util"
3946version = "0.0.0"
3947
3948[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403949name = "rustc_graphviz"
3950version = "0.0.0"
3951
3952[[package]]
Mazdak Farrokhzad7a140732019-12-25 02:51:273953name = "rustc_hir"
3954version = "0.0.0"
3955dependencies = [
Michael Woeristerd0be27c2021-07-20 11:54:373956 "odht",
Vadim Petrochenkov6054a302020-02-29 17:16:263957 "rustc_ast",
Mazdak Farrokhzad7a140732019-12-25 02:51:273958 "rustc_data_structures",
kadmin54883e02020-12-30 23:07:413959 "rustc_feature",
Mazdak Farrokhzad7a140732019-12-25 02:51:273960 "rustc_index",
3961 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403962 "rustc_serialize",
Mazdak Farrokhzad7a140732019-12-25 02:51:273963 "rustc_span",
3964 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293965 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003966 "tracing",
Mazdak Farrokhzad7a140732019-12-25 02:51:273967]
3968
3969[[package]]
Mazdak Farrokhzadb3866a52020-03-23 19:59:193970name = "rustc_hir_pretty"
3971version = "0.0.0"
3972dependencies = [
3973 "rustc_ast",
3974 "rustc_ast_pretty",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193975 "rustc_hir",
3976 "rustc_span",
3977 "rustc_target",
3978]
3979
3980[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293981name = "rustc_incremental"
3982version = "0.0.0"
3983dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:193984 "rand 0.7.3",
Vadim Petrochenkov6054a302020-02-29 17:16:263985 "rustc_ast",
Alex Crichton093ede22019-08-15 00:45:093986 "rustc_data_structures",
Eric Huss074d6672021-05-25 18:48:593987 "rustc_errors",
Alex Crichton093ede22019-08-15 00:45:093988 "rustc_fs_util",
Vadim Petrochenkov11d95142020-06-02 17:03:403989 "rustc_graphviz",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573990 "rustc_hir",
Matthew Jaspercbcef3e2020-06-11 14:49:573991 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453992 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403993 "rustc_serialize",
Mark Rousskov984c74a2019-11-12 13:22:163994 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323995 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:003996 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:293997]
3998
3999[[package]]
csmoe1cff2e62019-09-25 19:09:514000name = "rustc_index"
4001version = "0.0.0"
4002dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:354003 "arrayvec",
Matthew Jaspercbcef3e2020-06-11 14:49:574004 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404005 "rustc_serialize",
Mark Rousskov00c55a12021-11-05 18:50:294006 "smallvec",
csmoe1cff2e62019-09-25 19:09:514007]
4008
4009[[package]]
Camille GILLOTf07e8892020-01-06 19:13:244010name = "rustc_infer"
4011version = "0.0.0"
4012dependencies = [
Camille GILLOTf07e8892020-01-06 19:13:244013 "rustc_data_structures",
Camille GILLOTf07e8892020-01-06 19:13:244014 "rustc_errors",
Camille GILLOTf07e8892020-01-06 19:13:244015 "rustc_hir",
4016 "rustc_index",
4017 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454018 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404019 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084020 "rustc_session",
Camille GILLOTf07e8892020-01-06 19:13:244021 "rustc_span",
4022 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:294023 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004024 "tracing",
Camille GILLOTf07e8892020-01-06 19:13:244025]
4026
4027[[package]]
John Kåre Alsaker23a51f92018-12-08 19:30:234028name = "rustc_interface"
4029version = "0.0.0"
4030dependencies = [
Luca Barbieri45ede922020-04-10 20:42:194031 "libc",
Andy Russell923f9392021-11-08 23:03:554032 "libloading",
Igor Matuszewski5b091302019-12-10 15:01:014033 "rustc-rayon",
Camille GILLOTa4b1158f2020-11-18 18:02:314034 "rustc-rayon-core",
Vadim Petrochenkov6054a302020-02-29 17:16:264035 "rustc_ast",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:564036 "rustc_ast_lowering",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:444037 "rustc_ast_passes",
Mazdak Farrokhzad93a82832020-01-11 12:15:204038 "rustc_attr",
Camille GILLOT31a61cc2020-12-30 17:48:404039 "rustc_borrowck",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324040 "rustc_builtin_macros",
Alex Crichton7f23e6e2019-10-22 15:51:354041 "rustc_codegen_llvm",
Alex Crichton093ede22019-08-15 00:45:094042 "rustc_codegen_ssa",
Camille GILLOTc5fc2602021-01-05 19:08:114043 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:094044 "rustc_data_structures",
4045 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324046 "rustc_expand",
Mazdak Farrokhzad7a140732019-12-25 02:51:274047 "rustc_hir",
Alex Crichton093ede22019-08-15 00:45:094048 "rustc_incremental",
Alex Crichton093ede22019-08-15 00:45:094049 "rustc_lint",
4050 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454051 "rustc_middle",
Matthew Jasperb3589292020-01-05 15:46:444052 "rustc_mir_build",
Camille GILLOTbba4be62021-01-01 00:53:254053 "rustc_mir_transform",
Camille GILLOT81a600b2021-01-02 13:42:154054 "rustc_monomorphize",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134055 "rustc_parse",
Alex Crichton093ede22019-08-15 00:45:094056 "rustc_passes",
Simon Sapind0bbc602019-07-16 17:08:324057 "rustc_plugin_impl",
Alex Crichton093ede22019-08-15 00:45:094058 "rustc_privacy",
Camille GILLOT4581d162021-01-19 19:40:164059 "rustc_query_impl",
Alex Crichton093ede22019-08-15 00:45:094060 "rustc_resolve",
Vadim Petrochenkov11d95142020-06-02 17:03:404061 "rustc_serialize",
Mazdak Farrokhzad7dbccf52020-01-05 08:40:164062 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324063 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:584064 "rustc_symbol_mangling",
Mazdak Farrokhzadd945f982019-10-11 21:48:164065 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404066 "rustc_trait_selection",
Alex Crichton093ede22019-08-15 00:45:094067 "rustc_traits",
LeSeulArtichautf59d0302020-11-19 20:32:374068 "rustc_ty_utils",
Alex Crichton093ede22019-08-15 00:45:094069 "rustc_typeck",
Jubilee Younge8eb6912021-04-22 04:40:294070 "smallvec",
Alex Crichton093ede22019-08-15 00:45:094071 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:004072 "tracing",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314073 "winapi",
John Kåre Alsaker23a51f92018-12-08 19:30:234074]
4075
4076[[package]]
Aleksey Kladov395ee0b2019-05-06 08:53:404077name = "rustc_lexer"
4078version = "0.1.0"
4079dependencies = [
Aleksey Kladovf7be59c2020-08-21 12:03:504080 "expect-test",
Esteban Kuber5a68abb2021-08-29 08:34:234081 "unic-emoji-char",
Aaron Hill70ba4912020-08-01 14:11:154082 "unicode-xid",
Aleksey Kladov395ee0b2019-05-06 08:53:404083]
4084
4085[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294086name = "rustc_lint"
4087version = "0.0.0"
4088dependencies = [
Thom Chiovoloni402a9c92020-12-02 23:16:124089 "if_chain",
Vadim Petrochenkov6054a302020-02-29 17:16:264090 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464091 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204092 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094093 "rustc_data_structures",
Mazdak Farrokhzad8bd3d242020-01-09 10:18:474094 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:384095 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574096 "rustc_hir",
csmoe64f61c72019-09-26 05:38:334097 "rustc_index",
Mara Bos0a313252021-08-16 15:25:354098 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454099 "rustc_middle",
Mara Bos6b446622020-10-20 20:25:424100 "rustc_parse_format",
Jeremy Fitzhardinge82ccb652020-05-25 23:21:254101 "rustc_serialize",
Mark Rousskovf03d8f32019-11-12 17:09:204102 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324103 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094104 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404105 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004106 "tracing",
Charles Lew485e98a2020-01-02 12:02:224107 "unicode-security",
Ahmed Charles9ca382f2016-09-02 08:55:294108]
4109
4110[[package]]
Aaron Hill23018a52020-08-13 19:41:524111name = "rustc_lint_defs"
4112version = "0.0.0"
4113dependencies = [
4114 "rustc_ast",
4115 "rustc_data_structures",
4116 "rustc_macros",
4117 "rustc_serialize",
4118 "rustc_span",
Mark Rousskovc4a8d7f2020-09-01 21:12:384119 "rustc_target",
Aaron Hill23018a52020-08-13 19:41:524120]
4121
4122[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294123name = "rustc_llvm"
4124version = "0.0.0"
4125dependencies = [
Alex Crichton093ede22019-08-15 00:45:094126 "build_helper",
4127 "cc",
Aaron Hill47e932b2019-12-12 15:51:194128 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:294129]
4130
4131[[package]]
David Tolnay6152d152022-01-04 00:32:524132name = "rustc_log"
4133version = "0.0.0"
4134dependencies = [
4135 "atty",
David Tolnayffbeebb2022-01-04 06:01:354136 "rustc_span",
David Tolnay6152d152022-01-04 00:32:524137 "tracing",
4138 "tracing-subscriber",
4139 "tracing-tree",
4140]
4141
4142[[package]]
John Kåre Alsaker74b64192019-03-01 00:22:104143name = "rustc_macros"
4144version = "0.1.0"
4145dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154146 "proc-macro2",
4147 "quote",
4148 "syn",
Igor Matuszewski403a9d02020-05-05 11:26:164149 "synstructure",
John Kåre Alsaker74b64192019-03-01 00:22:104150]
4151
4152[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294153name = "rustc_metadata"
4154version = "0.0.0"
4155dependencies = [
Andy Russell923f9392021-11-08 23:03:554156 "libloading",
Michael Woeristerd0be27c2021-07-20 11:54:374157 "odht",
Vadim Petrochenkov6054a302020-02-29 17:16:264158 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204159 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094160 "rustc_data_structures",
4161 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324162 "rustc_expand",
Jonas Schievinka447c212020-09-12 23:58:174163 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574164 "rustc_hir",
Mazdak Farrokhzadb3866a52020-03-23 19:59:194165 "rustc_hir_pretty",
csmoed20183d2019-09-26 05:30:104166 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574167 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454168 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404169 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084170 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324171 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094172 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:294173 "smallvec",
Josh Triplett574f6be2020-08-20 23:16:304174 "snap",
Oliver Schererec7230f2020-07-24 18:42:004175 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294176]
4177
4178[[package]]
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454179name = "rustc_middle"
4180version = "0.0.0"
4181dependencies = [
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454182 "bitflags",
Jack Hueya24df5b2020-03-03 16:25:034183 "chalk-ir",
Camille GILLOTfd9c04f2021-01-05 18:53:074184 "either",
4185 "gsgdt",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454186 "polonius-engine",
Chase Wilson09f15422021-08-29 15:55:294187 "rand 0.8.4",
4188 "rand_xoshiro 0.6.0",
Camille GILLOT48a339d2021-07-16 12:42:264189 "rustc-rayon",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454190 "rustc-rayon-core",
4191 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404192 "rustc_arena",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454193 "rustc_ast",
4194 "rustc_attr",
4195 "rustc_data_structures",
4196 "rustc_errors",
4197 "rustc_feature",
Camille GILLOTfd9c04f2021-01-05 18:53:074198 "rustc_graphviz",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454199 "rustc_hir",
4200 "rustc_index",
4201 "rustc_macros",
4202 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:404203 "rustc_serialize",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454204 "rustc_session",
4205 "rustc_span",
4206 "rustc_target",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104207 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:294208 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004209 "tracing",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454210]
4211
4212[[package]]
Matthew Jasperb3589292020-01-05 15:46:444213name = "rustc_mir_build"
4214version = "0.0.0"
4215dependencies = [
Matthew Jasperb3589292020-01-05 15:46:444216 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404217 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264218 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204219 "rustc_attr",
Matthew Jasperb3589292020-01-05 15:46:444220 "rustc_data_structures",
Matthew Jasperb3589292020-01-05 15:46:444221 "rustc_errors",
4222 "rustc_hir",
4223 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244224 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454225 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404226 "rustc_serialize",
Mazdak Farrokhzad58eb03d2020-01-20 21:23:074227 "rustc_session",
Matthew Jasperb3589292020-01-05 15:46:444228 "rustc_span",
4229 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404230 "rustc_trait_selection",
Jubilee Younge8eb6912021-04-22 04:40:294231 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004232 "tracing",
Matthew Jasperb3589292020-01-05 15:46:444233]
4234
4235[[package]]
Camille GILLOTfd9c04f2021-01-05 18:53:074236name = "rustc_mir_dataflow"
4237version = "0.0.0"
4238dependencies = [
4239 "polonius-engine",
4240 "regex",
4241 "rustc_ast",
4242 "rustc_data_structures",
4243 "rustc_graphviz",
4244 "rustc_hir",
4245 "rustc_index",
4246 "rustc_middle",
4247 "rustc_serialize",
4248 "rustc_session",
4249 "rustc_span",
4250 "rustc_target",
4251 "smallvec",
4252 "tracing",
4253]
4254
4255[[package]]
Camille GILLOTbba4be62021-01-01 00:53:254256name = "rustc_mir_transform"
4257version = "0.0.0"
4258dependencies = [
4259 "coverage_test_macros",
4260 "itertools 0.9.0",
4261 "rustc_ast",
4262 "rustc_attr",
Camille GILLOTc5fc2602021-01-05 19:08:114263 "rustc_const_eval",
Camille GILLOTbba4be62021-01-01 00:53:254264 "rustc_data_structures",
4265 "rustc_errors",
4266 "rustc_hir",
4267 "rustc_index",
4268 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:074269 "rustc_mir_dataflow",
Camille GILLOT02025d82020-11-14 15:48:544270 "rustc_query_system",
Camille GILLOTbba4be62021-01-01 00:53:254271 "rustc_serialize",
4272 "rustc_session",
4273 "rustc_span",
4274 "rustc_target",
4275 "rustc_trait_selection",
4276 "smallvec",
4277 "tracing",
4278]
4279
4280[[package]]
Camille GILLOT81a600b2021-01-02 13:42:154281name = "rustc_monomorphize"
4282version = "0.0.0"
4283dependencies = [
4284 "rustc_data_structures",
4285 "rustc_errors",
4286 "rustc_hir",
4287 "rustc_index",
4288 "rustc_middle",
4289 "rustc_session",
4290 "rustc_span",
4291 "rustc_target",
4292 "smallvec",
4293 "tracing",
4294]
4295
4296[[package]]
Mazdak Farrokhzad4ae27282019-10-15 20:48:134297name = "rustc_parse"
4298version = "0.0.0"
4299dependencies = [
4300 "bitflags",
Vadim Petrochenkov6054a302020-02-29 17:16:264301 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464302 "rustc_ast_pretty",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134303 "rustc_data_structures",
4304 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:384305 "rustc_feature",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134306 "rustc_lexer",
Mazdak Farrokhzadf361b712020-01-05 09:47:204307 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324308 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:004309 "tracing",
Charles Lew0bcddfe2019-11-23 14:33:404310 "unicode-normalization",
Esteban Küberc0b13452021-08-19 18:40:004311 "unicode-width",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134312]
4313
4314[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404315name = "rustc_parse_format"
4316version = "0.0.0"
4317dependencies = [
4318 "rustc_lexer",
4319 "rustc_span",
4320]
4321
4322[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294323name = "rustc_passes"
4324version = "0.0.0"
4325dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:264326 "rustc_ast",
Camelid8f40e112021-03-14 21:39:134327 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204328 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094329 "rustc_data_structures",
4330 "rustc_errors",
Aaron Hillaf466992021-07-29 17:00:414331 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574332 "rustc_hir",
Mark Rousskov7c3f65b2019-10-04 14:46:574333 "rustc_index",
Guillaume Gomez8a35b932020-12-01 22:41:124334 "rustc_lexer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454335 "rustc_middle",
Aaron Hillaf466992021-07-29 17:00:414336 "rustc_parse",
Tomasz Miąsko57d38972020-09-26 00:00:004337 "rustc_serialize",
Mazdak Farrokhzadfff5ef62020-01-02 11:54:434338 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324339 "rustc_span",
Mark Rousskov7c3f65b2019-10-04 14:46:574340 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004341 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294342]
4343
4344[[package]]
Simon Sapind0bbc602019-07-16 17:08:324345name = "rustc_plugin_impl"
Ahmed Charles9ca382f2016-09-02 08:55:294346version = "0.0.0"
4347dependencies = [
Andy Russell923f9392021-11-08 23:03:554348 "libloading",
Vadim Petrochenkov6054a302020-02-29 17:16:264349 "rustc_ast",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164350 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574351 "rustc_hir",
Mazdak Farrokhzadf58db202020-01-09 06:52:014352 "rustc_lint",
Alex Crichton093ede22019-08-15 00:45:094353 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454354 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084355 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324356 "rustc_span",
Ahmed Charles9ca382f2016-09-02 08:55:294357]
4358
4359[[package]]
4360name = "rustc_privacy"
4361version = "0.0.0"
4362dependencies = [
inquisitivecrystal8c62fa02021-07-31 06:50:574363 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204364 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094365 "rustc_data_structures",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164366 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574367 "rustc_hir",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454368 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084369 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324370 "rustc_span",
kadmin6a03f032020-11-22 09:37:374371 "rustc_trait_selection",
Alex Crichton093ede22019-08-15 00:45:094372 "rustc_typeck",
Oliver Schererec7230f2020-07-24 18:42:004373 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294374]
4375
4376[[package]]
Camille GILLOT4581d162021-01-19 19:40:164377name = "rustc_query_impl"
4378version = "0.0.0"
4379dependencies = [
Ryan Levick757f76e2021-10-07 13:08:444380 "measureme 10.0.0",
Camille GILLOT4581d162021-01-19 19:40:164381 "rustc-rayon-core",
Camille GILLOT81241cb2021-06-28 19:12:014382 "rustc_ast",
Camille GILLOT4581d162021-01-19 19:40:164383 "rustc_data_structures",
4384 "rustc_errors",
Camille GILLOT4581d162021-01-19 19:40:164385 "rustc_hir",
Camille GILLOT81241cb2021-06-28 19:12:014386 "rustc_index",
4387 "rustc_macros",
Camille GILLOT4581d162021-01-19 19:40:164388 "rustc_middle",
4389 "rustc_query_system",
4390 "rustc_serialize",
Camille GILLOT81241cb2021-06-28 19:12:014391 "rustc_session",
Camille GILLOT4581d162021-01-19 19:40:164392 "rustc_span",
Camille GILLOT4581d162021-01-19 19:40:164393]
4394
4395[[package]]
Camille GILLOT6624dc42020-03-18 09:25:224396name = "rustc_query_system"
4397version = "0.0.0"
4398dependencies = [
Caleb Cartwright63913182021-02-10 01:52:544399 "parking_lot",
Camille GILLOT8e873c32020-03-19 13:13:314400 "rustc-rayon-core",
Vadim Petrochenkov11d95142020-06-02 17:03:404401 "rustc_arena",
Camille GILLOTc355b2e2020-11-14 15:35:314402 "rustc_ast",
Camille GILLOT6624dc42020-03-18 09:25:224403 "rustc_data_structures",
4404 "rustc_errors",
Camille GILLOTc355b2e2020-11-14 15:35:314405 "rustc_feature",
4406 "rustc_hir",
Camille GILLOT6624dc42020-03-18 09:25:224407 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574408 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404409 "rustc_serialize",
Camille GILLOTf96e9602020-11-12 19:48:374410 "rustc_session",
Camille GILLOT8e873c32020-03-19 13:13:314411 "rustc_span",
Camille GILLOTc355b2e2020-11-14 15:35:314412 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:294413 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004414 "tracing",
Camille GILLOT6624dc42020-03-18 09:25:224415]
4416
4417[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294418name = "rustc_resolve"
4419version = "0.0.0"
4420dependencies = [
Alex Crichton093ede22019-08-15 00:45:094421 "bitflags",
Vadim Petrochenkov11d95142020-06-02 17:03:404422 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264423 "rustc_ast",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:564424 "rustc_ast_lowering",
Mazdak Farrokhzade2333312020-01-11 16:02:464425 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204426 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094427 "rustc_data_structures",
4428 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324429 "rustc_expand",
Mazdak Farrokhzad70234f12019-11-30 01:34:184430 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574431 "rustc_hir",
marmelademaf60513e2020-06-20 18:59:294432 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:094433 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454434 "rustc_middle",
Camille GILLOT457de082021-09-19 20:17:504435 "rustc_query_system",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:564436 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324437 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:294438 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004439 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294440]
4441
4442[[package]]
4443name = "rustc_save_analysis"
4444version = "0.0.0"
4445dependencies = [
Alex Crichton093ede22019-08-15 00:45:094446 "rls-data",
4447 "rls-span",
Vadim Petrochenkov6054a302020-02-29 17:16:264448 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464449 "rustc_ast_pretty",
Alex Crichton093ede22019-08-15 00:45:094450 "rustc_data_structures",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574451 "rustc_hir",
Mazdak Farrokhzadf1701dd2020-03-24 01:44:414452 "rustc_hir_pretty",
Aleksey Kladov66218952020-08-29 09:38:154453 "rustc_lexer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454454 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084455 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324456 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094457 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:004458 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294459]
4460
4461[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404462name = "rustc_serialize"
4463version = "0.0.0"
4464dependencies = [
4465 "indexmap",
Matthew Jasperc4f91bb2020-07-18 19:14:504466 "rustc_macros",
Jubilee Younge8eb6912021-04-22 04:40:294467 "smallvec",
Vadim Petrochenkov11d95142020-06-02 17:03:404468]
4469
4470[[package]]
Mark Rousskovc761ec12019-11-12 13:17:334471name = "rustc_session"
4472version = "0.0.0"
4473dependencies = [
Luca Barbieriac2b84f2020-04-10 20:42:194474 "getopts",
Mark Rousskovcc2c33a2019-11-29 21:05:284475 "num_cpus",
Vadim Petrochenkov6054a302020-02-29 17:16:264476 "rustc_ast",
Mark Rousskovc761ec12019-11-12 13:17:334477 "rustc_data_structures",
Mark Rousskovc761ec12019-11-12 13:17:334478 "rustc_errors",
Mark Rousskovcc2c33a2019-11-29 21:05:284479 "rustc_feature",
4480 "rustc_fs_util",
Camille GILLOT89616162020-11-14 02:02:034481 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:524482 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:574483 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404484 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324485 "rustc_span",
Mark Rousskovcc2c33a2019-11-29 21:05:284486 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004487 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324488]
4489
4490[[package]]
4491name = "rustc_span"
4492version = "0.0.0"
4493dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:074494 "cfg-if 0.1.10",
Igor Matuszewskibd37d7d2020-12-05 15:40:244495 "md-5",
Vadim Petrochenkov11d95142020-06-02 17:03:404496 "rustc_arena",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324497 "rustc_data_structures",
4498 "rustc_index",
4499 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404500 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324501 "scoped-tls",
Arlo Siemsen3296d5c2020-10-13 15:41:064502 "sha-1 0.9.1",
4503 "sha2",
Oliver Schererec7230f2020-07-24 18:42:004504 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324505 "unicode-width",
Mark Rousskovc761ec12019-11-12 13:17:334506]
4507
4508[[package]]
Mark Mansi2d75a332020-03-12 23:07:584509name = "rustc_symbol_mangling"
4510version = "0.0.0"
4511dependencies = [
Mark Mansi2d75a332020-03-12 23:07:584512 "punycode",
Mark Mansi2d75a332020-03-12 23:07:584513 "rustc-demangle",
Mark Mansi2d75a332020-03-12 23:07:584514 "rustc_data_structures",
4515 "rustc_hir",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454516 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:544517 "rustc_query_system",
Mark Mansi2d75a332020-03-12 23:07:584518 "rustc_session",
4519 "rustc_span",
4520 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004521 "tracing",
Mark Mansi2d75a332020-03-12 23:07:584522]
4523
4524[[package]]
Irina Popa38e96402017-12-08 19:18:214525name = "rustc_target"
4526version = "0.0.0"
4527dependencies = [
Alex Crichton093ede22019-08-15 00:45:094528 "bitflags",
Alex Crichton093ede22019-08-15 00:45:094529 "rustc_data_structures",
csmoe64f61c72019-09-26 05:38:334530 "rustc_index",
Camille GILLOT2ba84c62019-11-09 21:27:524531 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404532 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324533 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:004534 "tracing",
Irina Popa38e96402017-12-08 19:18:214535]
4536
4537[[package]]
Matthias Krüger10e7b762018-09-07 07:12:064538name = "rustc_tools_util"
Igor Matuszewski31dc27d2019-06-08 20:15:224539version = "0.2.0"
Matthias Krügerc09d4e72019-01-05 14:40:104540
4541[[package]]
4542name = "rustc_tools_util"
Oliver Scherer2a789512019-05-26 17:21:544543version = "0.2.0"
Igor Matuszewski31dc27d2019-06-08 20:15:224544source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094545checksum = "b725dadae9fabc488df69a287f5a99c5eaf5d10853842a8a3dfac52476f544ee"
Matthias Krüger10e7b762018-09-07 07:12:064546
4547[[package]]
Camille GILLOTc1e3d552020-02-11 18:53:404548name = "rustc_trait_selection"
4549version = "0.0.0"
4550dependencies = [
Camille GILLOTc1e3d552020-02-11 18:53:404551 "rustc_ast",
4552 "rustc_attr",
4553 "rustc_data_structures",
4554 "rustc_errors",
4555 "rustc_hir",
4556 "rustc_index",
4557 "rustc_infer",
Charles Lew250d1262021-10-02 11:00:364558 "rustc_lint_defs",
Camille GILLOTc1e3d552020-02-11 18:53:404559 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454560 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404561 "rustc_parse_format",
Camille GILLOT02025d82020-11-14 15:48:544562 "rustc_query_system",
Camille GILLOTc1e3d552020-02-11 18:53:404563 "rustc_session",
4564 "rustc_span",
4565 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:294566 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004567 "tracing",
Camille GILLOTc1e3d552020-02-11 18:53:404568]
4569
4570[[package]]
Niko Matsakis3a50b41d2018-02-25 15:58:544571name = "rustc_traits"
4572version = "0.0.0"
4573dependencies = [
Jack Hueyd66452c2020-08-04 22:35:374574 "chalk-engine",
Jack Hueya24df5b2020-03-03 16:25:034575 "chalk-ir",
Jack Hueya24df5b2020-03-03 16:25:034576 "chalk-solve",
Vadim Petrochenkov6054a302020-02-29 17:16:264577 "rustc_ast",
Jack Huey4b64bc12021-01-01 18:44:314578 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094579 "rustc_data_structures",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574580 "rustc_hir",
Jack Hueya24df5b2020-03-03 16:25:034581 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244582 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454583 "rustc_middle",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324584 "rustc_span",
Camille GILLOTc1e3d552020-02-11 18:53:404585 "rustc_trait_selection",
Jubilee Younge8eb6912021-04-22 04:40:294586 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004587 "tracing",
Niko Matsakis3a50b41d2018-02-25 15:58:544588]
4589
4590[[package]]
LeSeulArtichautf59d0302020-11-19 20:32:374591name = "rustc_ty_utils"
Camille GILLOT9908a872020-01-13 12:40:304592version = "0.0.0"
4593dependencies = [
Camille GILLOT9908a872020-01-13 12:40:304594 "rustc_data_structures",
Eduard-Mihai Burtescu289f46a2020-04-10 02:13:294595 "rustc_errors",
Camille GILLOT9908a872020-01-13 12:40:304596 "rustc_hir",
Camille GILLOTf07e8892020-01-06 19:13:244597 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454598 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084599 "rustc_session",
Camille GILLOT9908a872020-01-13 12:40:304600 "rustc_span",
Camille GILLOT0e652c52020-02-12 16:24:324601 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404602 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004603 "tracing",
Camille GILLOT9908a872020-01-13 12:40:304604]
4605
4606[[package]]
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104607name = "rustc_type_ir"
4608version = "0.0.0"
4609dependencies = [
4610 "bitflags",
4611 "rustc_data_structures",
4612 "rustc_index",
LeSeulArtichaut07245732020-12-12 14:25:554613 "rustc_macros",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104614 "rustc_serialize",
4615]
4616
4617[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294618name = "rustc_typeck"
4619version = "0.0.0"
4620dependencies = [
Vadim Petrochenkov11d95142020-06-02 17:03:404621 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264622 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204623 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094624 "rustc_data_structures",
4625 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574626 "rustc_hir",
Esteban Küber5daedea2020-07-09 02:39:264627 "rustc_hir_pretty",
csmoe64f61c72019-09-26 05:38:334628 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244629 "rustc_infer",
Mara Bos336f3142021-08-30 19:19:244630 "rustc_lint",
jumbatm93eaf152020-08-27 10:00:214631 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454632 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084633 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324634 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094635 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404636 "rustc_trait_selection",
lcnrb3629d22021-04-27 13:01:374637 "rustc_ty_utils",
Jubilee Younge8eb6912021-04-22 04:40:294638 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004639 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294640]
4641
4642[[package]]
Oliver Schneider847bb142018-05-11 12:11:064643name = "rustc_version"
Ralf Junge5d01782021-10-04 22:13:004644version = "0.4.0"
4645source = "registry+https://github.com/rust-lang/crates.io-index"
4646checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
4647dependencies = [
4648 "semver 1.0.3",
4649]
4650
4651[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294652name = "rustdoc"
4653version = "0.0.0"
4654dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:354655 "arrayvec",
Aleksey Kladovb4f4db92020-08-27 10:50:284656 "expect-test",
Andreas Jonsonb8752ff2020-09-12 06:24:094657 "itertools 0.9.0",
Alex Crichton093ede22019-08-15 00:45:094658 "minifier",
Guillaume Gomezb5898a12021-12-24 11:21:044659 "pulldown-cmark 0.9.0",
Noah Lev7865a852021-10-29 01:19:014660 "rayon",
Guillaume Gomezf467b8d2020-10-13 13:46:344661 "regex",
Rune Tynan67b78a02021-01-25 21:23:434662 "rustdoc-json-types",
Andy Russell94630d42019-06-29 17:30:454663 "serde",
4664 "serde_json",
Jubilee Younge8eb6912021-04-22 04:40:294665 "smallvec",
Alex Crichton093ede22019-08-15 00:45:094666 "tempfile",
Jacob Hoffman-Andrewscd0f9312021-06-09 00:19:034667 "tera",
Joshua Nelson65f0b252020-12-28 18:28:294668 "tracing",
4669 "tracing-subscriber",
4670 "tracing-tree",
Mark Simulacrume2e9b402017-07-23 02:01:584671]
4672
4673[[package]]
Rune Tynan67b78a02021-01-25 21:23:434674name = "rustdoc-json-types"
4675version = "0.1.0"
4676dependencies = [
4677 "serde",
Rune Tynanca48d152021-03-04 23:45:574678 "serde_json",
Rune Tynan67b78a02021-01-25 21:23:434679]
4680
4681[[package]]
Guillaume Gomezdec9fab2018-02-05 22:43:534682name = "rustdoc-themes"
4683version = "0.1.0"
4684
4685[[package]]
Mark Simulacrume2e9b402017-07-23 02:01:584686name = "rustdoc-tool"
4687version = "0.0.0"
4688dependencies = [
Alex Crichton093ede22019-08-15 00:45:094689 "rustdoc",
Ahmed Charles9ca382f2016-09-02 08:55:294690]
4691
4692[[package]]
Alex Crichtonfa9e55f2018-05-02 15:43:154693name = "rustfix"
Mark Rousskov342d9562020-08-17 15:21:444694version = "0.5.1"
Eric Huss6da85d62020-01-14 17:47:044695source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444696checksum = "f2c50b74badcddeb8f7652fa8323ce440b95286f8e4b64ebfd871c609672704e"
Eric Huss6da85d62020-01-14 17:47:044697dependencies = [
4698 "anyhow",
4699 "log",
4700 "serde",
4701 "serde_json",
4702]
4703
4704[[package]]
Eric Hussd371bb42021-06-12 19:11:504705name = "rustfix"
4706version = "0.6.0"
4707source = "registry+https://github.com/rust-lang/crates.io-index"
4708checksum = "6f0be05fc0675ef4f47119dc39cfc46636bb77d4fc4ef1bd851b9c3f7697f32a"
4709dependencies = [
4710 "anyhow",
4711 "log",
4712 "serde",
4713 "serde_json",
4714]
4715
4716[[package]]
topecongiro5a411a62019-06-18 12:15:194717name = "rustfmt-config_proc_macro"
Igor Matuszewskic2249a42019-09-08 08:28:114718version = "0.2.0"
topecongiro5a411a62019-06-18 12:15:194719dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154720 "proc-macro2",
4721 "quote",
Alex Crichton093ede22019-08-15 00:45:094722 "serde",
Aaron Hill70ba4912020-08-01 14:11:154723 "syn",
topecongiro5a411a62019-06-18 12:15:194724]
4725
4726[[package]]
Alex Crichton1cede102017-06-15 02:33:064727name = "rustfmt-nightly"
Caleb Cartwright0697f562021-10-20 05:15:204728version = "1.4.38"
kennytm0692b3d2017-12-15 19:41:584729dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:354730 "annotate-snippets",
Igor Matuszewskif4b2a202020-06-15 09:43:394731 "anyhow",
Alex Crichton093ede22019-08-15 00:45:094732 "bytecount",
Caleb Cartwright0697f562021-10-20 05:15:204733 "cargo_metadata 0.14.0",
Alex Crichton093ede22019-08-15 00:45:094734 "derive-new",
4735 "diff",
4736 "dirs",
Caleb Cartwright0697f562021-10-20 05:15:204737 "env_logger 0.8.4",
Alex Crichton093ede22019-08-15 00:45:094738 "getopts",
4739 "ignore",
Caleb Cartwright0697f562021-10-20 05:15:204740 "itertools 0.9.0",
Yuki Okushi1f0a39502020-05-26 04:00:424741 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:094742 "log",
4743 "regex",
Alex Crichton093ede22019-08-15 00:45:094744 "rustc-workspace-hack",
4745 "rustfmt-config_proc_macro",
4746 "serde",
4747 "serde_json",
Eric Huss139477d2019-11-12 18:14:484748 "structopt",
Mark Rousskov342d9562020-08-17 15:21:444749 "term 0.6.1",
Igor Matuszewskif4b2a202020-06-15 09:43:394750 "thiserror",
Eric Huss7d92cf42019-08-20 17:46:354751 "toml",
Alex Crichton093ede22019-08-15 00:45:094752 "unicode-segmentation",
4753 "unicode-width",
4754 "unicode_categories",
Igor Matuszewskid2d192e2019-07-30 11:00:274755]
4756
4757[[package]]
flip19950046d7c2021-02-25 10:26:234758name = "rustversion"
David Tolnayfbfc0792021-06-18 05:34:554759version = "1.0.5"
flip19950046d7c2021-02-25 10:26:234760source = "registry+https://github.com/rust-lang/crates.io-index"
David Tolnayfbfc0792021-06-18 05:34:554761checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"
flip19950046d7c2021-02-25 10:26:234762
4763[[package]]
Alex Crichton2863b752018-08-21 17:23:474764name = "ryu"
Mark Rousskov342d9562020-08-17 15:21:444765version = "1.0.5"
Alex Crichton2863b752018-08-21 17:23:474766source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444767checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
Alex Crichton2863b752018-08-21 17:23:474768
4769[[package]]
Josh Stone020c5ec2017-05-08 22:01:134770name = "same-file"
Mark Rousskov342d9562020-08-17 15:21:444771version = "1.0.6"
Alex Crichton80d6ed22018-01-08 21:56:224772source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444773checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
Alex Crichton80d6ed22018-01-08 21:56:224774dependencies = [
Alex Crichton093ede22019-08-15 00:45:094775 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:224776]
4777
4778[[package]]
4779name = "schannel"
Mark Rousskov342d9562020-08-17 15:21:444780version = "0.1.19"
Alex Crichton80d6ed22018-01-08 21:56:224781source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444782checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
Alex Crichton80d6ed22018-01-08 21:56:224783dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:424784 "lazy_static",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314785 "winapi",
Alex Crichton80d6ed22018-01-08 21:56:224786]
4787
4788[[package]]
Alex Crichton453080f2017-06-05 16:36:484789name = "scoped-tls"
Marcel Hellwig56fb2872019-02-26 10:15:524790version = "1.0.0"
4791source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094792checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
Marcel Hellwig56fb2872019-02-26 10:15:524793
4794[[package]]
Nick Cameronad8ecc22017-07-19 01:32:124795name = "scopeguard"
Mark Rousskov342d9562020-08-17 15:21:444796version = "1.1.0"
Ralf Jungc7a599e2019-07-25 13:57:254797source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444798checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
Ralf Jungc7a599e2019-07-25 13:57:254799
4800[[package]]
Eric Huss74498c12020-12-16 17:03:334801name = "security-framework"
4802version = "2.0.0"
4803source = "registry+https://github.com/rust-lang/crates.io-index"
4804checksum = "c1759c2e3c8580017a484a7ac56d3abc5a6c1feadf88db2f3633f12ae4268c69"
4805dependencies = [
4806 "bitflags",
4807 "core-foundation",
4808 "core-foundation-sys",
4809 "libc",
4810 "security-framework-sys",
4811]
4812
4813[[package]]
4814name = "security-framework-sys"
4815version = "2.0.0"
4816source = "registry+https://github.com/rust-lang/crates.io-index"
4817checksum = "f99b9d5e26d2a71633cc4f2ebae7cc9f874044e0c351a27e17892d76dce5678b"
4818dependencies = [
4819 "core-foundation-sys",
4820 "libc",
4821]
4822
4823[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584824name = "semver"
Eduardo Brotoca11eeb2020-10-23 21:47:584825version = "0.11.0"
4826source = "registry+https://github.com/rust-lang/crates.io-index"
4827checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
4828dependencies = [
Caleb Cartwright0697f562021-10-20 05:15:204829 "semver-parser",
Eric Hussa0431e22020-05-26 00:56:324830 "serde",
4831]
4832
4833[[package]]
Eric Huss78529352021-06-02 03:38:394834name = "semver"
David Tolnay1aba1712021-06-04 04:12:254835version = "1.0.3"
Eric Huss78529352021-06-02 03:38:394836source = "registry+https://github.com/rust-lang/crates.io-index"
David Tolnay1aba1712021-06-04 04:12:254837checksum = "5f3aac57ee7f3272d8395c6e4f502f434f0e289fcd62876f70daa008c20dcabe"
Eric Huss78529352021-06-02 03:38:394838dependencies = [
4839 "serde",
4840]
4841
4842[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584843name = "semver-parser"
Vadim Petrochenkova4cc3ca2021-02-21 13:32:384844version = "0.10.2"
Eduardo Brotoca11eeb2020-10-23 21:47:584845source = "registry+https://github.com/rust-lang/crates.io-index"
Vadim Petrochenkova4cc3ca2021-02-21 13:32:384846checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
Eduardo Brotoca11eeb2020-10-23 21:47:584847dependencies = [
4848 "pest",
4849]
4850
4851[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584852name = "serde"
Eric Hussea194b82021-03-26 19:29:084853version = "1.0.125"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584854source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussea194b82021-03-26 19:29:084855checksum = "558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171"
Eric Huss57393642018-12-17 18:23:044856dependencies = [
Alex Crichton093ede22019-08-15 00:45:094857 "serde_derive",
Eric Huss57393642018-12-17 18:23:044858]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584859
4860[[package]]
4861name = "serde_derive"
Eric Hussea194b82021-03-26 19:29:084862version = "1.0.125"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584863source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussea194b82021-03-26 19:29:084864checksum = "b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584865dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154866 "proc-macro2",
4867 "quote",
4868 "syn",
Tatsuyuki Ishi0e79b972017-04-29 23:11:584869]
4870
4871[[package]]
flip199596c3ec12019-08-20 07:32:534872name = "serde_ignored"
Mark Rousskov342d9562020-08-17 15:21:444873version = "0.1.2"
flip199596c3ec12019-08-20 07:32:534874source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444875checksum = "1c2c7d39d14f2f2ea82239de71594782f186fd03501ac81f0ce08e674819ff2f"
flip199596c3ec12019-08-20 07:32:534876dependencies = [
4877 "serde",
4878]
4879
4880[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584881name = "serde_json"
Eduardo Brotoca11eeb2020-10-23 21:47:584882version = "1.0.59"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584883source = "registry+https://github.com/rust-lang/crates.io-index"
Eduardo Brotoca11eeb2020-10-23 21:47:584884checksum = "dcac07dbffa1c65e7f816ab9eba78eb142c6d44410f4eeba1e26e4f5dfa56b95"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584885dependencies = [
Rune Tynan77156562021-01-16 01:34:154886 "indexmap",
Alex Crichton093ede22019-08-15 00:45:094887 "itoa",
4888 "ryu",
4889 "serde",
Steve Klabnik2795de32017-02-20 00:20:574890]
4891
4892[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:114893name = "serde_repr"
Mark Rousskov342d9562020-08-17 15:21:444894version = "0.1.6"
Igor Matuszewskic2249a42019-09-08 08:28:114895source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444896checksum = "2dc6b7951b17b051f3210b063f12cc17320e2fe30ae05b0fe2a3abb068551c76"
Igor Matuszewskic2249a42019-09-08 08:28:114897dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154898 "proc-macro2",
4899 "quote",
4900 "syn",
Igor Matuszewskic2249a42019-09-08 08:28:114901]
4902
4903[[package]]
James Munnsde763692019-01-19 02:39:374904name = "sha-1"
Arlo Siemsenf86b0782020-03-31 05:17:154905version = "0.8.2"
James Munnsde763692019-01-19 02:39:374906source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:154907checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
James Munnsde763692019-01-19 02:39:374908dependencies = [
Pietro Albiniacd8e592020-10-01 15:15:124909 "block-buffer 0.7.3",
4910 "digest 0.8.1",
Alex Crichton093ede22019-08-15 00:45:094911 "fake-simd",
Pietro Albiniacd8e592020-10-01 15:15:124912 "opaque-debug 0.2.3",
4913]
4914
4915[[package]]
Arlo Siemsen3296d5c2020-10-13 15:41:064916name = "sha-1"
4917version = "0.9.1"
4918source = "registry+https://github.com/rust-lang/crates.io-index"
4919checksum = "170a36ea86c864a3f16dd2687712dd6646f7019f301e57537c7f4dc9f5916770"
4920dependencies = [
4921 "block-buffer 0.9.0",
4922 "cfg-if 0.1.10",
4923 "cpuid-bool",
4924 "digest 0.9.0",
4925 "opaque-debug 0.3.0",
4926]
4927
4928[[package]]
Pietro Albiniacd8e592020-10-01 15:15:124929name = "sha2"
4930version = "0.9.1"
4931source = "registry+https://github.com/rust-lang/crates.io-index"
4932checksum = "2933378ddfeda7ea26f48c555bdad8bb446bf8a3d17832dc83e380d444cfb8c1"
4933dependencies = [
4934 "block-buffer 0.9.0",
Aaron Hill44fdfd62020-10-11 17:51:074935 "cfg-if 0.1.10",
Pietro Albiniacd8e592020-10-01 15:15:124936 "cpuid-bool",
4937 "digest 0.9.0",
4938 "opaque-debug 0.3.0",
James Munnsde763692019-01-19 02:39:374939]
4940
4941[[package]]
Oliver Schererec7230f2020-07-24 18:42:004942name = "sharded-slab"
Tomasz Miąsko2abe7c82021-02-28 00:00:004943version = "0.1.1"
Oliver Schererec7230f2020-07-24 18:42:004944source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:004945checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3"
Oliver Schererec7230f2020-07-24 18:42:004946dependencies = [
4947 "lazy_static",
4948]
4949
4950[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584951name = "shell-escape"
Mark Rousskov342d9562020-08-17 15:21:444952version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584953source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444954checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584955
4956[[package]]
steveklabnik54371882018-01-25 17:32:254957name = "shlex"
Eric Huss788167a2021-02-23 01:05:214958version = "1.0.0"
4959source = "registry+https://github.com/rust-lang/crates.io-index"
4960checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d"
4961
4962[[package]]
Mark Rousskov342d9562020-08-17 15:21:444963name = "signal-hook-registry"
klensyd480a3e2021-03-12 13:33:024964version = "1.2.2"
Matthias Krüger696fb8f2019-01-21 15:32:434965source = "registry+https://github.com/rust-lang/crates.io-index"
klensyd480a3e2021-03-12 13:33:024966checksum = "ce32ea0c6c56d5eacaeb814fbed9960547021d3edd010ded1425f180536b20ab"
Matthias Krüger696fb8f2019-01-21 15:32:434967dependencies = [
Alex Crichton093ede22019-08-15 00:45:094968 "libc",
Matthias Krüger696fb8f2019-01-21 15:32:434969]
4970
4971[[package]]
steveklabnikecfbaca2018-04-03 14:32:044972name = "siphasher"
Aaron Hill70ba4912020-08-01 14:11:154973version = "0.3.3"
steveklabnikecfbaca2018-04-03 14:32:044974source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:154975checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
steveklabnikecfbaca2018-04-03 14:32:044976
4977[[package]]
Eric Hussd5e03532019-05-23 20:27:494978name = "sized-chunks"
klensyd480a3e2021-03-12 13:33:024979version = "0.6.4"
Eric Hussd5e03532019-05-23 20:27:494980source = "registry+https://github.com/rust-lang/crates.io-index"
klensyd480a3e2021-03-12 13:33:024981checksum = "65e65d6a9f13cd78f361ea5a2cf53a45d67cdda421ba0316b9be101560f3d207"
Eric Hussd5e03532019-05-23 20:27:494982dependencies = [
Eric Huss2b985322019-11-25 16:14:074983 "bitmaps",
Alex Crichton093ede22019-08-15 00:45:094984 "typenum",
Eric Hussd5e03532019-05-23 20:27:494985]
4986
4987[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:434988name = "slab"
4989version = "0.4.2"
4990source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094991checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
Matthias Krüger696fb8f2019-01-21 15:32:434992
4993[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:014994name = "smallvec"
Ralf Junge5d01782021-10-04 22:13:004995version = "1.7.0"
Ralf Jung90b8d342019-11-04 14:59:094996source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Junge5d01782021-10-04 22:13:004997checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
Ralf Jung90b8d342019-11-04 14:59:094998
4999[[package]]
Josh Triplett574f6be2020-08-20 23:16:305000name = "snap"
5001version = "1.0.1"
5002source = "registry+https://github.com/rust-lang/crates.io-index"
5003checksum = "da73c8f77aebc0e40c300b93f0a5f1bece7a248a36eee287d4e095f35c7b7d6e"
5004
5005[[package]]
Mark Simulacrum38b46882017-06-26 16:26:155006name = "socket2"
Niels Sascha Reedijkd41df912021-08-05 14:54:185007version = "0.4.1"
klensy50c38902021-05-01 11:50:035008source = "registry+https://github.com/rust-lang/crates.io-index"
Niels Sascha Reedijkd41df912021-08-05 14:54:185009checksum = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad"
klensy50c38902021-05-01 11:50:035010dependencies = [
5011 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315012 "winapi",
klensy50c38902021-05-01 11:50:035013]
5014
5015[[package]]
Robin Kruppe1a24a592017-04-26 21:22:455016name = "stable_deref_trait"
Mark Rousskov342d9562020-08-17 15:21:445017version = "1.2.0"
Robin Kruppe1a24a592017-04-26 21:22:455018source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445019checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
Robin Kruppe1a24a592017-04-26 21:22:455020
5021[[package]]
Oliver Scherer26edcee2018-11-02 15:14:245022name = "stacker"
Mateusz Mikułaf58289c2021-08-18 20:36:355023version = "0.1.14"
Oliver Scherer26edcee2018-11-02 15:14:245024source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikułaf58289c2021-08-18 20:36:355025checksum = "90939d5171a4420b3ff5fbc8954d641e7377335454c259dcb80786f3f21dc9b4"
Oliver Scherer26edcee2018-11-02 15:14:245026dependencies = [
5027 "cc",
Mateusz Mikułaf58289c2021-08-18 20:36:355028 "cfg-if 1.0.0",
Oliver Scherer26edcee2018-11-02 15:14:245029 "libc",
5030 "psm",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315031 "winapi",
Oliver Scherer26edcee2018-11-02 15:14:245032]
5033
5034[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295035name = "std"
5036version = "0.0.0"
5037dependencies = [
Alex Crichton06d565c2020-05-13 21:22:375038 "addr2line",
Alex Crichton093ede22019-08-15 00:45:095039 "alloc",
Aaron Hill44fdfd62020-10-11 17:51:075040 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:095041 "compiler_builtins",
5042 "core",
5043 "dlmalloc",
5044 "fortanix-sgx-abi",
Josh Stoneae9713a2021-06-29 18:38:165045 "hashbrown",
Stefan Lankes5ebd4d92019-10-20 07:55:105046 "hermit-abi",
Alex Crichton093ede22019-08-15 00:45:095047 "libc",
Alex Crichton06d565c2020-05-13 21:22:375048 "miniz_oxide",
David Wood2dc1a8a2021-12-03 14:24:055049 "object 0.26.2",
Alex Crichton093ede22019-08-15 00:45:095050 "panic_abort",
5051 "panic_unwind",
5052 "profiler_builtins",
Aaron Hill2550d5b2021-03-07 23:39:195053 "rand 0.7.3",
Alex Crichton06d565c2020-05-13 21:22:375054 "rustc-demangle",
Joshua Nelson1b0b7e92021-04-02 08:11:465055 "std_detect",
Alex Crichton093ede22019-08-15 00:45:095056 "unwind",
Alex Crichtonaabf4e92020-01-08 15:33:575057 "wasi",
Ahmed Charles9ca382f2016-09-02 08:55:295058]
5059
5060[[package]]
Joshua Nelson1b0b7e92021-04-02 08:11:465061name = "std_detect"
5062version = "0.1.5"
5063dependencies = [
5064 "cfg-if 0.1.10",
5065 "compiler_builtins",
5066 "libc",
5067 "rustc-std-workspace-alloc",
5068 "rustc-std-workspace-core",
5069]
5070
5071[[package]]
steveklabnikecfbaca2018-04-03 14:32:045072name = "string_cache"
Aaron Hill70ba4912020-08-01 14:11:155073version = "0.8.0"
steveklabnikecfbaca2018-04-03 14:32:045074source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:155075checksum = "2940c75beb4e3bf3a494cef919a747a2cb81e52571e212bfbd185074add7208a"
steveklabnikecfbaca2018-04-03 14:32:045076dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425077 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:095078 "new_debug_unreachable",
5079 "phf_shared",
5080 "precomputed-hash",
5081 "serde",
steveklabnikecfbaca2018-04-03 14:32:045082]
5083
5084[[package]]
5085name = "string_cache_codegen"
Aaron Hill70ba4912020-08-01 14:11:155086version = "0.5.1"
steveklabnikecfbaca2018-04-03 14:32:045087source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:155088checksum = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97"
steveklabnikecfbaca2018-04-03 14:32:045089dependencies = [
Alex Crichton093ede22019-08-15 00:45:095090 "phf_generator",
5091 "phf_shared",
Aaron Hill70ba4912020-08-01 14:11:155092 "proc-macro2",
5093 "quote",
steveklabnikecfbaca2018-04-03 14:32:045094]
5095
5096[[package]]
Eric Hussd5e03532019-05-23 20:27:495097name = "strip-ansi-escapes"
5098version = "0.1.0"
5099source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095100checksum = "9d63676e2abafa709460982ddc02a3bb586b6d15a49b75c212e06edd3933acee"
Eric Hussd5e03532019-05-23 20:27:495101dependencies = [
Alex Crichton093ede22019-08-15 00:45:095102 "vte",
Eric Hussd5e03532019-05-23 20:27:495103]
5104
5105[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585106name = "strsim"
Igor Matuszewskic2249a42019-09-08 08:28:115107version = "0.8.0"
Steve Klabnika0769612017-02-07 23:13:575108source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskic2249a42019-09-08 08:28:115109checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
Steve Klabnika0769612017-02-07 23:13:575110
5111[[package]]
topecongiro5a411a62019-06-18 12:15:195112name = "structopt"
David Wood2dc1a8a2021-12-03 14:24:055113version = "0.3.25"
Igor Matuszewskic2249a42019-09-08 08:28:115114source = "registry+https://github.com/rust-lang/crates.io-index"
David Wood2dc1a8a2021-12-03 14:24:055115checksum = "40b9788f4202aa75c240ecc9c15c65185e6a39ccdeb0fd5d008b98825464c87c"
Igor Matuszewskic2249a42019-09-08 08:28:115116dependencies = [
5117 "clap",
Mark Rousskov342d9562020-08-17 15:21:445118 "lazy_static",
Eric Huss139477d2019-11-12 18:14:485119 "structopt-derive",
Igor Matuszewskic2249a42019-09-08 08:28:115120]
5121
5122[[package]]
5123name = "structopt-derive"
David Wood2dc1a8a2021-12-03 14:24:055124version = "0.4.18"
Igor Matuszewskic2249a42019-09-08 08:28:115125source = "registry+https://github.com/rust-lang/crates.io-index"
David Wood2dc1a8a2021-12-03 14:24:055126checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
Igor Matuszewskic2249a42019-09-08 08:28:115127dependencies = [
5128 "heck",
5129 "proc-macro-error",
Aaron Hill70ba4912020-08-01 14:11:155130 "proc-macro2",
5131 "quote",
5132 "syn",
topecongiro5a411a62019-06-18 12:15:195133]
5134
5135[[package]]
Matt Ickstadt0ab516f2018-04-21 21:06:135136name = "strum"
Aaron Hill70ba4912020-08-01 14:11:155137version = "0.18.0"
Matt Ickstadt0ab516f2018-04-21 21:06:135138source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:155139checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"
Matt Ickstadt0ab516f2018-04-21 21:06:135140
5141[[package]]
5142name = "strum_macros"
Aaron Hill70ba4912020-08-01 14:11:155143version = "0.18.0"
Matt Ickstadt0ab516f2018-04-21 21:06:135144source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:155145checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
Matt Ickstadt0ab516f2018-04-21 21:06:135146dependencies = [
Alex Crichton093ede22019-08-15 00:45:095147 "heck",
Aaron Hill70ba4912020-08-01 14:11:155148 "proc-macro2",
5149 "quote",
5150 "syn",
Alex Crichtone9d89832018-04-02 15:43:555151]
5152
5153[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:115154name = "syn"
est31ef018be2021-10-16 02:37:305155version = "1.0.80"
Igor Matuszewskic2249a42019-09-08 08:28:115156source = "registry+https://github.com/rust-lang/crates.io-index"
est31ef018be2021-10-16 02:37:305157checksum = "d010a1623fbd906d51d650a9916aaefc05ffa0e4053ff7fe601167f3e715d194"
Igor Matuszewskic2249a42019-09-08 08:28:115158dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155159 "proc-macro2",
5160 "quote",
5161 "unicode-xid",
Igor Matuszewskic2249a42019-09-08 08:28:115162]
5163
5164[[package]]
Alex Crichton325d7392017-12-10 17:42:495165name = "synstructure"
pierwillea25b772021-12-21 17:00:305166version = "0.12.6"
Mateusz Mikuład8960882019-10-04 12:43:235167source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:305168checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
Mateusz Mikuład8960882019-10-04 12:43:235169dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155170 "proc-macro2",
5171 "quote",
5172 "syn",
5173 "unicode-xid",
Mateusz Mikuład8960882019-10-04 12:43:235174]
5175
5176[[package]]
Josh Stone020c5ec2017-05-08 22:01:135177name = "tar"
klensy92e30f62021-08-27 14:38:535178version = "0.4.37"
Josh Stone020c5ec2017-05-08 22:01:135179source = "registry+https://github.com/rust-lang/crates.io-index"
klensy92e30f62021-08-27 14:38:535180checksum = "d6f5515d3add52e0bbdcad7b83c388bb36ba7b754dda3b5f5bc2d38640cdba5c"
Josh Stone020c5ec2017-05-08 22:01:135181dependencies = [
Alex Crichton093ede22019-08-15 00:45:095182 "filetime",
5183 "libc",
Alex Crichton093ede22019-08-15 00:45:095184 "xattr",
Josh Stone020c5ec2017-05-08 22:01:135185]
5186
5187[[package]]
Aleksey Kladov850156a2018-03-29 07:34:555188name = "tempfile"
Jubilee Young27ef7192021-04-23 22:49:475189version = "3.2.0"
Aleksey Kladov850156a2018-03-29 07:34:555190source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young27ef7192021-04-23 22:49:475191checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
Aleksey Kladov850156a2018-03-29 07:34:555192dependencies = [
Jubilee Young27ef7192021-04-23 22:49:475193 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:095194 "libc",
Chase Wilson09f15422021-08-29 15:55:295195 "rand 0.8.4",
klensydcdc3082021-05-11 19:03:595196 "redox_syscall",
Alex Crichton093ede22019-08-15 00:45:095197 "remove_dir_all",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315198 "winapi",
Aleksey Kladov850156a2018-03-29 07:34:555199]
5200
5201[[package]]
steveklabnikecfbaca2018-04-03 14:32:045202name = "tendril"
Mark Rousskov342d9562020-08-17 15:21:445203version = "0.4.1"
steveklabnikecfbaca2018-04-03 14:32:045204source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445205checksum = "707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b"
steveklabnikecfbaca2018-04-03 14:32:045206dependencies = [
Alex Crichton093ede22019-08-15 00:45:095207 "futf",
5208 "mac",
5209 "utf-8",
steveklabnikecfbaca2018-04-03 14:32:045210]
5211
5212[[package]]
Jacob Hoffman-Andrewscd0f9312021-06-09 00:19:035213name = "tera"
5214version = "1.10.0"
5215source = "registry+https://github.com/rust-lang/crates.io-index"
5216checksum = "81060acb882480c8793782eb96bc86f5c83d2fc7175ad46c375c6956ef7afa62"
5217dependencies = [
5218 "globwalk",
5219 "lazy_static",
5220 "pest",
5221 "pest_derive",
5222 "regex",
5223 "serde",
5224 "serde_json",
5225]
5226
5227[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295228name = "term"
Mark Rousskov342d9562020-08-17 15:21:445229version = "0.6.1"
Igor Matuszewskid2d192e2019-07-30 11:00:275230source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445231checksum = "c0863a3345e70f61d613eab32ee046ccd1bcc5f9105fe402c61fcd0c13eeb8b5"
Igor Matuszewskid2d192e2019-07-30 11:00:275232dependencies = [
Alex Crichton093ede22019-08-15 00:45:095233 "dirs",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315234 "winapi",
Igor Matuszewskid2d192e2019-07-30 11:00:275235]
5236
5237[[package]]
flip19950046d7c2021-02-25 10:26:235238name = "term"
5239version = "0.7.0"
5240source = "registry+https://github.com/rust-lang/crates.io-index"
5241checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
5242dependencies = [
5243 "dirs-next",
5244 "rustversion",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315245 "winapi",
flip19950046d7c2021-02-25 10:26:235246]
5247
5248[[package]]
Alex Crichton1cede102017-06-15 02:33:065249name = "termcolor"
Eric Hussfaa64612021-06-22 23:19:245250version = "1.1.2"
Alex Crichtonfa5b3d32018-07-26 00:25:125251source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussfaa64612021-06-22 23:19:245252checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
Alex Crichtonfa5b3d32018-07-26 00:25:125253dependencies = [
Eric Huss89d79062020-07-29 18:02:055254 "winapi-util",
Alex Crichtonfa5b3d32018-07-26 00:25:125255]
5256
5257[[package]]
John Kåre Alsakerb0b11d32020-01-29 00:13:485258name = "termize"
5259version = "0.1.1"
5260source = "registry+https://github.com/rust-lang/crates.io-index"
5261checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
5262dependencies = [
5263 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315264 "winapi",
John Kåre Alsakerb0b11d32020-01-29 00:13:485265]
5266
5267[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295268name = "test"
5269version = "0.0.0"
5270dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:075271 "cfg-if 0.1.10",
Alex Crichtonb47c9692019-08-16 15:29:085272 "core",
Alex Crichton093ede22019-08-15 00:45:095273 "getopts",
Alex Crichtonb47c9692019-08-16 15:29:085274 "libc",
5275 "panic_abort",
5276 "panic_unwind",
Alex Crichton093ede22019-08-15 00:45:095277 "proc_macro",
Alex Crichtonb47c9692019-08-16 15:29:085278 "std",
Ahmed Charles9ca382f2016-09-02 08:55:295279]
5280
5281[[package]]
Ralf Jung2bfa6222019-11-17 10:40:185282name = "tester"
flip19950046d7c2021-02-25 10:26:235283version = "0.9.0"
5284source = "registry+https://github.com/rust-lang/crates.io-index"
5285checksum = "0639d10d8f4615f223a57275cf40f9bdb7cfbb806bcb7f7cc56e3beb55a576eb"
5286dependencies = [
5287 "cfg-if 1.0.0",
5288 "getopts",
5289 "libc",
5290 "num_cpus",
5291 "term 0.7.0",
5292]
5293
5294[[package]]
steveklabnik4871dba2017-06-27 17:33:325295name = "textwrap"
Igor Matuszewskic2249a42019-09-08 08:28:115296version = "0.11.0"
steveklabnik4871dba2017-06-27 17:33:325297source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskic2249a42019-09-08 08:28:115298checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
steveklabnik4871dba2017-06-27 17:33:325299dependencies = [
Alex Crichton093ede22019-08-15 00:45:095300 "unicode-width",
steveklabnik4871dba2017-06-27 17:33:325301]
5302
5303[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305304name = "thiserror"
David Wood2dc1a8a2021-12-03 14:24:055305version = "1.0.30"
Pietro Albini9beb8f52019-11-26 11:06:305306source = "registry+https://github.com/rust-lang/crates.io-index"
David Wood2dc1a8a2021-12-03 14:24:055307checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
Pietro Albini9beb8f52019-11-26 11:06:305308dependencies = [
5309 "thiserror-impl",
5310]
5311
5312[[package]]
5313name = "thiserror-impl"
David Wood2dc1a8a2021-12-03 14:24:055314version = "1.0.30"
Pietro Albini9beb8f52019-11-26 11:06:305315source = "registry+https://github.com/rust-lang/crates.io-index"
David Wood2dc1a8a2021-12-03 14:24:055316checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
Pietro Albini9beb8f52019-11-26 11:06:305317dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155318 "proc-macro2",
5319 "quote",
5320 "syn",
Pietro Albini9beb8f52019-11-26 11:06:305321]
5322
5323[[package]]
David Wood2dc1a8a2021-12-03 14:24:055324name = "thorin-dwp"
5325version = "0.1.1"
5326source = "registry+https://github.com/rust-lang/crates.io-index"
5327checksum = "039d1fc0bfdb73910c2702893515580e38c192f47a987bc98ddd38a36f2d953a"
5328dependencies = [
5329 "gimli 0.26.1",
5330 "indexmap",
5331 "object 0.27.1",
5332 "tracing",
5333]
5334
5335[[package]]
Steve Klabnika0769612017-02-07 23:13:575336name = "thread_local"
Igor Matuszewski8fc4bba2020-02-12 14:47:315337version = "1.0.1"
5338source = "registry+https://github.com/rust-lang/crates.io-index"
5339checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
5340dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425341 "lazy_static",
Igor Matuszewski8fc4bba2020-02-12 14:47:315342]
5343
5344[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295345name = "tidy"
5346version = "0.1.0"
Mark Mansi3ee41042018-02-23 01:52:565347dependencies = [
klensyf6146082021-07-04 16:58:045348 "cargo_metadata 0.12.0",
Jubilee Young1f5e1c52021-04-23 23:09:405349 "crossbeam-utils 0.8.3",
Yuki Okushi1f0a39502020-05-26 04:00:425350 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:095351 "regex",
Alex Crichton093ede22019-08-15 00:45:095352 "walkdir",
Mark Mansi3ee41042018-02-23 01:52:565353]
Ahmed Charles9ca382f2016-09-02 08:55:295354
5355[[package]]
Eric Hussce717472020-08-11 23:49:395356name = "tier-check"
5357version = "0.1.0"
5358
5359[[package]]
Gus Wynn39657732021-04-04 21:07:565360name = "tikv-jemalloc-sys"
5361version = "0.4.1+5.2.1-patched"
5362source = "registry+https://github.com/rust-lang/crates.io-index"
5363checksum = "8a26331b05179d4cb505c8d6814a7e18d298972f0a551b0e3cefccff927f86d3"
5364dependencies = [
5365 "cc",
5366 "fs_extra",
5367 "libc",
5368]
5369
5370[[package]]
5371name = "tikv-jemallocator"
5372version = "0.4.1"
5373source = "registry+https://github.com/rust-lang/crates.io-index"
5374checksum = "3c14a5a604eb8715bc5785018a37d00739b180bcf609916ddf4393d33d49ccdf"
5375dependencies = [
5376 "libc",
5377 "tikv-jemalloc-sys",
5378]
5379
5380[[package]]
Alex Crichton15899b02018-01-25 04:01:425381name = "time"
Mark Rousskov342d9562020-08-17 15:21:445382version = "0.1.43"
Alex Crichton15899b02018-01-25 04:01:425383source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445384checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
Alex Crichton15899b02018-01-25 04:01:425385dependencies = [
Alex Crichton093ede22019-08-15 00:45:095386 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315387 "winapi",
Alex Crichton15899b02018-01-25 04:01:425388]
5389
5390[[package]]
Mark Rousskov342d9562020-08-17 15:21:445391name = "tinyvec"
Jubilee Young8f5ea802020-08-17 23:07:095392version = "0.3.4"
Mark Rousskov342d9562020-08-17 15:21:445393source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young8f5ea802020-08-17 23:07:095394checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
Mark Rousskov342d9562020-08-17 15:21:445395
5396[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435397name = "tokio"
Igor Matuszewskiaf53b0d2021-07-21 13:17:315398version = "1.8.2"
Matthias Krüger696fb8f2019-01-21 15:32:435399source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:315400checksum = "c2602b8af3767c285202012822834005f596c811042315fa7e9f5b12b2a43207"
Matthias Krüger696fb8f2019-01-21 15:32:435401dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315402 "autocfg",
Alex Crichton093ede22019-08-15 00:45:095403 "bytes",
Alex Crichton093ede22019-08-15 00:45:095404 "libc",
Caleb Cartwright63913182021-02-10 01:52:545405 "memchr",
Alex Crichton093ede22019-08-15 00:45:095406 "mio",
Caleb Cartwright63913182021-02-10 01:52:545407 "num_cpus",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315408 "once_cell",
5409 "pin-project-lite",
Mark Rousskov342d9562020-08-17 15:21:445410 "signal-hook-registry",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315411 "winapi",
Matthias Krüger696fb8f2019-01-21 15:32:435412]
5413
5414[[package]]
Igor Matuszewskiaf53b0d2021-07-21 13:17:315415name = "tokio-stream"
5416version = "0.1.7"
Mateusz Mikuła2d8d8132019-12-04 17:40:165417source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:315418checksum = "7b2f3f698253f03119ac0102beaa64f67a67e08074d03a22d18784104543727f"
Mateusz Mikuła2d8d8132019-12-04 17:40:165419dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315420 "futures-core",
5421 "pin-project-lite",
5422 "tokio",
Mateusz Mikuła2d8d8132019-12-04 17:40:165423]
5424
5425[[package]]
Caleb Cartwright63913182021-02-10 01:52:545426name = "tokio-util"
Igor Matuszewskiaf53b0d2021-07-21 13:17:315427version = "0.6.7"
Matthias Krüger696fb8f2019-01-21 15:32:435428source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:315429checksum = "1caa0b0c8d94a049db56b5acf8cba99dc0623aab1b26d5b5f5e2d945846b3592"
Matthias Krüger696fb8f2019-01-21 15:32:435430dependencies = [
Alex Crichton093ede22019-08-15 00:45:095431 "bytes",
Caleb Cartwright63913182021-02-10 01:52:545432 "futures-core",
5433 "futures-sink",
Alex Crichton093ede22019-08-15 00:45:095434 "log",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315435 "pin-project-lite",
Caleb Cartwright63913182021-02-10 01:52:545436 "tokio",
Matthias Krüger696fb8f2019-01-21 15:32:435437]
5438
5439[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295440name = "toml"
Eric Huss71bf7cf2020-10-14 22:16:475441version = "0.5.7"
Eric Hussd2228ca2019-03-29 03:13:135442source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss71bf7cf2020-10-14 22:16:475443checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645"
Eric Hussd2228ca2019-03-29 03:13:135444dependencies = [
Alex Crichton093ede22019-08-15 00:45:095445 "serde",
Eric Hussd2228ca2019-03-29 03:13:135446]
5447
5448[[package]]
Eric Hussa882fdd2021-12-03 20:25:075449name = "topological-sort"
5450version = "0.1.0"
5451source = "registry+https://github.com/rust-lang/crates.io-index"
5452checksum = "aa7c7f42dea4b1b99439786f5633aeb9c14c1b53f75e282803c2ec2ad545873c"
5453
5454[[package]]
Caleb Cartwright63913182021-02-10 01:52:545455name = "tower-service"
5456version = "0.3.1"
5457source = "registry+https://github.com/rust-lang/crates.io-index"
5458checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
5459
5460[[package]]
Jack Hueyecb8b9f2020-05-27 05:05:095461name = "tracing"
David Wood2dc1a8a2021-12-03 14:24:055462version = "0.1.29"
Jack Hueyecb8b9f2020-05-27 05:05:095463source = "registry+https://github.com/rust-lang/crates.io-index"
David Wood2dc1a8a2021-12-03 14:24:055464checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
Jack Hueyecb8b9f2020-05-27 05:05:095465dependencies = [
Tomasz Miąsko2abe7c82021-02-28 00:00:005466 "cfg-if 1.0.0",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315467 "pin-project-lite",
Jack Hueyecb8b9f2020-05-27 05:05:095468 "tracing-attributes",
5469 "tracing-core",
5470]
5471
5472[[package]]
5473name = "tracing-attributes"
David Wood2dc1a8a2021-12-03 14:24:055474version = "0.1.18"
Jack Hueyecb8b9f2020-05-27 05:05:095475source = "registry+https://github.com/rust-lang/crates.io-index"
David Wood2dc1a8a2021-12-03 14:24:055476checksum = "f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e"
Jack Hueyecb8b9f2020-05-27 05:05:095477dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155478 "proc-macro2",
5479 "quote",
5480 "syn",
Jack Hueyecb8b9f2020-05-27 05:05:095481]
5482
5483[[package]]
5484name = "tracing-core"
Oli Scherer69274aa2021-10-02 08:22:035485version = "0.1.21"
Jack Hueyecb8b9f2020-05-27 05:05:095486source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherer69274aa2021-10-02 08:22:035487checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
Jack Hueyecb8b9f2020-05-27 05:05:095488dependencies = [
5489 "lazy_static",
5490]
5491
5492[[package]]
Jack Hueyd66452c2020-08-04 22:35:375493name = "tracing-log"
Tomasz Miąsko2abe7c82021-02-28 00:00:005494version = "0.1.2"
Jack Hueyd66452c2020-08-04 22:35:375495source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:005496checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
Jack Hueyd66452c2020-08-04 22:35:375497dependencies = [
5498 "lazy_static",
5499 "log",
5500 "tracing-core",
5501]
5502
5503[[package]]
Oliver Schererec7230f2020-07-24 18:42:005504name = "tracing-subscriber"
pierwillea25b772021-12-21 17:00:305505version = "0.3.3"
Oliver Schererec7230f2020-07-24 18:42:005506source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:305507checksum = "245da694cc7fc4729f3f418b304cb57789f1bed2a78c575407ab8a23f53cb4d3"
Oliver Schererec7230f2020-07-24 18:42:005508dependencies = [
5509 "ansi_term 0.12.1",
Oliver Schererec7230f2020-07-24 18:42:005510 "lazy_static",
5511 "matchers",
Caleb Cartwright63913182021-02-10 01:52:545512 "parking_lot",
Oliver Schererec7230f2020-07-24 18:42:005513 "regex",
Oliver Schererec7230f2020-07-24 18:42:005514 "sharded-slab",
Jubilee Younge8eb6912021-04-22 04:40:295515 "smallvec",
Mark Rousskov342d9562020-08-17 15:21:445516 "thread_local",
Joshua Nelson8b22d072020-10-07 22:45:595517 "tracing",
Oliver Schererec7230f2020-07-24 18:42:005518 "tracing-core",
Jack Hueyd66452c2020-08-04 22:35:375519 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375520]
5521
5522[[package]]
5523name = "tracing-tree"
pierwillea25b772021-12-21 17:00:305524version = "0.2.0"
Jack Hueyd66452c2020-08-04 22:35:375525source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:305526checksum = "3ce989c9962c7f61fe084dd4a230eec784649dfc2392467c790007c3a6e134e7"
Jack Hueyd66452c2020-08-04 22:35:375527dependencies = [
5528 "ansi_term 0.12.1",
5529 "atty",
pierwillea25b772021-12-21 17:00:305530 "tracing-core",
Tomasz Miąsko2abe7c82021-02-28 00:00:005531 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375532 "tracing-subscriber",
Oliver Schererec7230f2020-07-24 18:42:005533]
5534
5535[[package]]
Eric Huss8c20add2018-12-03 01:33:205536name = "typenum"
Eric Hussc8443bb2020-05-18 22:41:575537version = "1.12.0"
Eric Huss8c20add2018-12-03 01:33:205538source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussc8443bb2020-05-18 22:41:575539checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
Eric Huss8c20add2018-12-03 01:33:205540
5541[[package]]
Mark Rousskov064f8882020-01-13 21:40:195542name = "ucd-parse"
Mark Rousskov342d9562020-08-17 15:21:445543version = "0.1.8"
Mark Rousskov064f8882020-01-13 21:40:195544source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445545checksum = "5269f8d35df6b8b60758343a6d742ecf09e4bca13faee32af5503aebd1e11b7c"
Mark Rousskov064f8882020-01-13 21:40:195546dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425547 "lazy_static",
Mark Rousskov064f8882020-01-13 21:40:195548 "regex",
5549]
5550
5551[[package]]
James Munnsde763692019-01-19 02:39:375552name = "ucd-trie"
Mark Rousskov342d9562020-08-17 15:21:445553version = "0.1.3"
James Munnsde763692019-01-19 02:39:375554source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445555checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
James Munnsde763692019-01-19 02:39:375556
5557[[package]]
Esteban Kuber5a68abb2021-08-29 08:34:235558name = "unic-char-property"
5559version = "0.9.0"
5560source = "registry+https://github.com/rust-lang/crates.io-index"
5561checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
5562dependencies = [
5563 "unic-char-range",
5564]
5565
5566[[package]]
5567name = "unic-char-range"
5568version = "0.9.0"
5569source = "registry+https://github.com/rust-lang/crates.io-index"
5570checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
5571
5572[[package]]
5573name = "unic-common"
5574version = "0.9.0"
5575source = "registry+https://github.com/rust-lang/crates.io-index"
5576checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
5577
5578[[package]]
5579name = "unic-emoji-char"
5580version = "0.9.0"
5581source = "registry+https://github.com/rust-lang/crates.io-index"
5582checksum = "0b07221e68897210270a38bde4babb655869637af0f69407f96053a34f76494d"
5583dependencies = [
5584 "unic-char-property",
5585 "unic-char-range",
5586 "unic-ucd-version",
5587]
5588
5589[[package]]
5590name = "unic-ucd-version"
5591version = "0.9.0"
5592source = "registry+https://github.com/rust-lang/crates.io-index"
5593checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
5594dependencies = [
5595 "unic-common",
5596]
5597
5598[[package]]
Andy Russell30301642019-04-20 17:03:595599name = "unicase"
Guillaume Gomezd8589de2020-02-13 17:39:405600version = "2.6.0"
Andy Russell30301642019-04-20 17:03:595601source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezd8589de2020-02-13 17:39:405602checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
Andy Russell30301642019-04-20 17:03:595603dependencies = [
Guillaume Gomezd8589de2020-02-13 17:39:405604 "version_check",
Andy Russell30301642019-04-20 17:03:595605]
5606
5607[[package]]
Mark Rousskov064f8882020-01-13 21:40:195608name = "unicode-bdd"
5609version = "0.1.0"
5610dependencies = [
5611 "ucd-parse",
5612]
5613
5614[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585615name = "unicode-bidi"
steveklabnik4871dba2017-06-27 17:33:325616version = "0.3.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585617source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095618checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585619dependencies = [
Alex Crichton093ede22019-08-15 00:45:095620 "matches",
Tatsuyuki Ishi0e79b972017-04-29 23:11:585621]
5622
5623[[package]]
5624name = "unicode-normalization"
Mark Rousskov342d9562020-08-17 15:21:445625version = "0.1.13"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585626source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445627checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
Charles Lew0bcddfe2019-11-23 14:33:405628dependencies = [
Mark Rousskov342d9562020-08-17 15:21:445629 "tinyvec",
Charles Lew0bcddfe2019-11-23 14:33:405630]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585631
5632[[package]]
Charles Lew485e98a2020-01-02 12:02:225633name = "unicode-script"
flip199544cea512021-07-01 16:18:025634version = "0.5.3"
Charles Lew485e98a2020-01-02 12:02:225635source = "registry+https://github.com/rust-lang/crates.io-index"
flip199544cea512021-07-01 16:18:025636checksum = "098ec66172ce21cd55f8bcc786ee209dd20e04eff70acfca30cb79924d173ae9"
Charles Lew485e98a2020-01-02 12:02:225637
5638[[package]]
5639name = "unicode-security"
Charles Lew25e864e2020-06-23 11:45:135640version = "0.0.5"
Charles Lew485e98a2020-01-02 12:02:225641source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lew25e864e2020-06-23 11:45:135642checksum = "5d87c28edc5b263377e448d6cdcb935c06b95413d8013ba6fae470558ccab18f"
Charles Lew485e98a2020-01-02 12:02:225643dependencies = [
Charles Lewc05961c2020-04-25 01:38:315644 "unicode-normalization",
Charles Lew485e98a2020-01-02 12:02:225645 "unicode-script",
5646]
5647
5648[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585649name = "unicode-segmentation"
Eric Huss139477d2019-11-12 18:14:485650version = "1.6.0"
Steve Klabnika0769612017-02-07 23:13:575651source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss139477d2019-11-12 18:14:485652checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
Steve Klabnika0769612017-02-07 23:13:575653
5654[[package]]
5655name = "unicode-width"
Mark Rousskov342d9562020-08-17 15:21:445656version = "0.1.8"
Steve Klabnika0769612017-02-07 23:13:575657source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445658checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
Alex Crichtonb47c9692019-08-16 15:29:085659dependencies = [
5660 "compiler_builtins",
5661 "rustc-std-workspace-core",
5662 "rustc-std-workspace-std",
5663]
Steve Klabnika0769612017-02-07 23:13:575664
5665[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585666name = "unicode-xid"
ibraheemdevde27d682021-07-27 00:55:315667version = "0.2.2"
Aleksey Kladova0c186c2019-07-21 11:50:395668source = "registry+https://github.com/rust-lang/crates.io-index"
ibraheemdevde27d682021-07-27 00:55:315669checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
Aleksey Kladova0c186c2019-07-21 11:50:395670
5671[[package]]
flip19954c228cc2019-02-18 09:32:585672name = "unicode_categories"
5673version = "0.1.1"
5674source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095675checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
flip19954c228cc2019-02-18 09:32:585676
5677[[package]]
Michael Howellb29d9d52021-02-24 06:42:425678name = "unified-diff"
5679version = "0.2.1"
5680source = "registry+https://github.com/rust-lang/crates.io-index"
5681checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f"
5682dependencies = [
5683 "diff",
5684]
5685
5686[[package]]
flip19958d5f69d2021-10-21 11:13:175687name = "unindent"
5688version = "0.1.7"
5689source = "registry+https://github.com/rust-lang/crates.io-index"
5690checksum = "f14ee04d9415b52b3aeab06258a3f07093182b88ba0f9b8d203f211a7a7d41c7"
5691
5692[[package]]
est31c2d59062017-06-12 19:35:475693name = "unstable-book-gen"
5694version = "0.1.0"
5695dependencies = [
Alex Crichton093ede22019-08-15 00:45:095696 "num-traits",
5697 "tidy",
est31c2d59062017-06-12 19:35:475698]
5699
5700[[package]]
Nick Cameron71a0be02017-09-25 04:13:295701name = "unwind"
5702version = "0.0.0"
5703dependencies = [
Alex Crichton093ede22019-08-15 00:45:095704 "cc",
Aaron Hill44fdfd62020-10-11 17:51:075705 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:095706 "compiler_builtins",
5707 "core",
5708 "libc",
Nick Cameron71a0be02017-09-25 04:13:295709]
5710
5711[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585712name = "url"
Alex Crichtonb4110902018-12-08 11:06:545713version = "1.7.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585714source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095715checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585716dependencies = [
Alex Crichton093ede22019-08-15 00:45:095717 "idna 0.1.5",
5718 "matches",
5719 "percent-encoding 1.0.1",
Tatsuyuki Ishi0e79b972017-04-29 23:11:585720]
5721
5722[[package]]
Eric Hussf2428a62019-08-01 00:44:395723name = "url"
Eric Hussf3287a62021-05-12 00:39:515724version = "2.2.2"
Eric Hussf2428a62019-08-01 00:44:395725source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3287a62021-05-12 00:39:515726checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
Eric Hussf2428a62019-08-01 00:44:395727dependencies = [
Eric Hussf3287a62021-05-12 00:39:515728 "form_urlencoded",
Alex Crichton093ede22019-08-15 00:45:095729 "idna 0.2.0",
5730 "matches",
Eric Huss139477d2019-11-12 18:14:485731 "percent-encoding 2.1.0",
Alex Crichton093ede22019-08-15 00:45:095732 "serde",
Eric Hussf2428a62019-08-01 00:44:395733]
5734
5735[[package]]
steveklabnikecfbaca2018-04-03 14:32:045736name = "utf-8"
Mark Rousskov342d9562020-08-17 15:21:445737version = "0.7.5"
steveklabnikecfbaca2018-04-03 14:32:045738source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445739checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
steveklabnikecfbaca2018-04-03 14:32:045740
5741[[package]]
Eric Hussd5e03532019-05-23 20:27:495742name = "utf8parse"
5743version = "0.1.1"
5744source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095745checksum = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
Eric Hussd5e03532019-05-23 20:27:495746
5747[[package]]
Alex Crichton1cede102017-06-15 02:33:065748name = "vcpkg"
Mark Rousskov342d9562020-08-17 15:21:445749version = "0.2.10"
Alex Crichton1cede102017-06-15 02:33:065750source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445751checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
Alex Crichton1cede102017-06-15 02:33:065752
5753[[package]]
Steve Klabnika0769612017-02-07 23:13:575754name = "vec_map"
Mark Rousskov342d9562020-08-17 15:21:445755version = "0.8.2"
Steve Klabnika0769612017-02-07 23:13:575756source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445757checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
Steve Klabnika0769612017-02-07 23:13:575758
5759[[package]]
Ralf Jung8d908b52018-09-17 07:20:035760name = "vergen"
Ralf Jungbf11b122021-04-06 11:20:485761version = "5.1.0"
Ralf Jung8d908b52018-09-17 07:20:035762source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jungbf11b122021-04-06 11:20:485763checksum = "dfbc87f9a7a9d61b15d51d1d3547284f67b6b4f1494ce3fc5814c101f35a5183"
Ralf Jung8d908b52018-09-17 07:20:035764dependencies = [
Ralf Jungbf11b122021-04-06 11:20:485765 "anyhow",
Alex Crichton093ede22019-08-15 00:45:095766 "chrono",
Ralf Jungbf11b122021-04-06 11:20:485767 "enum-iterator",
5768 "getset",
5769 "git2",
5770 "rustversion",
5771 "thiserror",
Ralf Jung8d908b52018-09-17 07:20:035772]
5773
5774[[package]]
Alex Crichtonb4110902018-12-08 11:06:545775name = "version_check"
klensydcdc3082021-05-11 19:03:595776version = "0.9.3"
Eric Huss2b985322019-11-25 16:14:075777source = "registry+https://github.com/rust-lang/crates.io-index"
klensydcdc3082021-05-11 19:03:595778checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
Eric Huss2b985322019-11-25 16:14:075779
5780[[package]]
Eric Hussd5e03532019-05-23 20:27:495781name = "vte"
5782version = "0.3.3"
5783source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095784checksum = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf"
Eric Hussd5e03532019-05-23 20:27:495785dependencies = [
Alex Crichton093ede22019-08-15 00:45:095786 "utf8parse",
Eric Hussd5e03532019-05-23 20:27:495787]
5788
5789[[package]]
Josh Stone020c5ec2017-05-08 22:01:135790name = "walkdir"
Mark Rousskov342d9562020-08-17 15:21:445791version = "2.3.1"
Alex Crichton80d6ed22018-01-08 21:56:225792source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445793checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
Alex Crichton80d6ed22018-01-08 21:56:225794dependencies = [
Alex Crichton093ede22019-08-15 00:45:095795 "same-file",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315796 "winapi",
Alex Crichton093ede22019-08-15 00:45:095797 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:225798]
5799
5800[[package]]
newpavlov6374b842019-08-29 17:13:155801name = "wasi"
Alex Crichtonf3fb1c52019-11-25 17:27:255802version = "0.9.0+wasi-snapshot-preview1"
5803source = "registry+https://github.com/rust-lang/crates.io-index"
5804checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
newpavlov6374b842019-08-29 17:13:155805dependencies = [
5806 "compiler_builtins",
5807 "rustc-std-workspace-alloc",
5808 "rustc-std-workspace-core",
5809]
5810
5811[[package]]
Steve Klabnika0769612017-02-07 23:13:575812name = "winapi"
Mark Rousskov342d9562020-08-17 15:21:445813version = "0.3.9"
Alex Crichton80d6ed22018-01-08 21:56:225814source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445815checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
Alex Crichton80d6ed22018-01-08 21:56:225816dependencies = [
Alex Crichton093ede22019-08-15 00:45:095817 "winapi-i686-pc-windows-gnu",
5818 "winapi-x86_64-pc-windows-gnu",
Alex Crichton80d6ed22018-01-08 21:56:225819]
5820
5821[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225822name = "winapi-i686-pc-windows-gnu"
5823version = "0.4.0"
5824source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095825checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
Alex Crichton80d6ed22018-01-08 21:56:225826
5827[[package]]
Alex Crichton2863b752018-08-21 17:23:475828name = "winapi-util"
Eric Huss89d79062020-07-29 18:02:055829version = "0.1.5"
Alex Crichton2863b752018-08-21 17:23:475830source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss89d79062020-07-29 18:02:055831checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
Alex Crichton2863b752018-08-21 17:23:475832dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315833 "winapi",
Alex Crichton2863b752018-08-21 17:23:475834]
5835
5836[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225837name = "winapi-x86_64-pc-windows-gnu"
5838version = "0.4.0"
5839source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095840checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
Alex Crichton80d6ed22018-01-08 21:56:225841
5842[[package]]
Josh Stone020c5ec2017-05-08 22:01:135843name = "xattr"
Alex Crichton52d7ee832018-07-17 16:04:225844version = "0.2.2"
Josh Stone020c5ec2017-05-08 22:01:135845source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095846checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
Josh Stone020c5ec2017-05-08 22:01:135847dependencies = [
Alex Crichton093ede22019-08-15 00:45:095848 "libc",
Josh Stone020c5ec2017-05-08 22:01:135849]
5850
5851[[package]]
Aaron Hill70ba4912020-08-01 14:11:155852name = "xml5ever"
5853version = "0.16.1"
5854source = "registry+https://github.com/rust-lang/crates.io-index"
5855checksum = "0b1b52e6e8614d4a58b8e70cf51ec0cc21b256ad8206708bcff8139b5bbd6a59"
5856dependencies = [
5857 "log",
5858 "mac",
5859 "markup5ever",
5860 "time",
5861]
5862
5863[[package]]
Josh Stone020c5ec2017-05-08 22:01:135864name = "xz2"
Mark Rousskov342d9562020-08-17 15:21:445865version = "0.1.6"
Josh Stone020c5ec2017-05-08 22:01:135866source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445867checksum = "c179869f34fc7c01830d3ce7ea2086bc3a07e0d35289b667d0a8bf910258926c"
Josh Stone020c5ec2017-05-08 22:01:135868dependencies = [
Alex Crichton093ede22019-08-15 00:45:095869 "lzma-sys",
Josh Stone020c5ec2017-05-08 22:01:135870]
5871
5872[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305873name = "yaml-merge-keys"
Mark Rousskov342d9562020-08-17 15:21:445874version = "0.4.1"
Pietro Albini9beb8f52019-11-26 11:06:305875source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445876checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004"
Pietro Albini9beb8f52019-11-26 11:06:305877dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425878 "lazy_static",
Pietro Albini9beb8f52019-11-26 11:06:305879 "thiserror",
Mark Rousskov342d9562020-08-17 15:21:445880 "yaml-rust 0.4.4",
Pietro Albini9beb8f52019-11-26 11:06:305881]
5882
5883[[package]]
Josh Stone020c5ec2017-05-08 22:01:135884name = "yaml-rust"
5885version = "0.3.5"
5886source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095887checksum = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"
Pietro Albini9beb8f52019-11-26 11:06:305888
5889[[package]]
5890name = "yaml-rust"
Mark Rousskov342d9562020-08-17 15:21:445891version = "0.4.4"
Pietro Albini9beb8f52019-11-26 11:06:305892source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445893checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
Pietro Albini9beb8f52019-11-26 11:06:305894dependencies = [
5895 "linked-hash-map",
5896]
Igor Matuszewski2214a412021-05-03 20:59:355897
5898[[package]]
5899name = "yansi-term"
5900version = "0.1.2"
5901source = "registry+https://github.com/rust-lang/crates.io-index"
5902checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
5903dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315904 "winapi",
Igor Matuszewski2214a412021-05-03 20:59:355905]