blob: d57d17a3581fdc25a4f6d9f471b3affde5961cca [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 Crichtonf99410b2020-11-20 17:12:147version = "0.14.0"
Alex Crichtonb4110902018-12-08 11:06:548source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonf99410b2020-11-20 17:12:149checksum = "7c0929d69e78dd9bf5408269919fcbcaeb2e35e5d43e5815517cdc6a8e11a423"
Alex Crichton06d565c2020-05-13 21:22:3710dependencies = [
11 "compiler_builtins",
12 "gimli",
13 "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]]
Steve Klabnika0769612017-02-07 23:13:5728name = "aho-corasick"
Mark Rousskov342d9562020-08-17 15:21:4429version = "0.7.13"
Eric Huss6a09cfa2019-05-16 05:27:3930source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:4431checksum = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86"
Eric Huss6a09cfa2019-05-16 05:27:3932dependencies = [
Alex Crichton093ede22019-08-15 00:45:0933 "memchr",
Eric Huss6a09cfa2019-05-16 05:27:3934]
35
36[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:2937name = "alloc"
38version = "0.0.0"
39dependencies = [
Alex Crichton093ede22019-08-15 00:45:0940 "compiler_builtins",
41 "core",
Aaron Hill2550d5b2021-03-07 23:39:1942 "rand 0.7.3",
Aaron Hill70ba4912020-08-01 14:11:1543 "rand_xorshift",
Ahmed Charles9ca382f2016-09-02 08:55:2944]
45
46[[package]]
steveklabnikecfbaca2018-04-03 14:32:0447name = "ammonia"
Aaron Hill70ba4912020-08-01 14:11:1548version = "3.1.0"
Eric Huss2dafa912019-06-19 03:36:4749source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:1550checksum = "89eac85170f4b3fb3dc5e442c1cfb036cb8eecf9dbbd431a161ffad15d90ea3b"
Eric Huss2dafa912019-06-19 03:36:4751dependencies = [
Alex Crichton093ede22019-08-15 00:45:0952 "html5ever",
Yuki Okushi1f0a39502020-05-26 04:00:4253 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:0954 "maplit",
Aaron Hill70ba4912020-08-01 14:11:1555 "markup5ever_rcdom",
Alex Crichton093ede22019-08-15 00:45:0956 "matches",
57 "tendril",
Eric Hussf3287a62021-05-12 00:39:5158 "url 2.2.2",
Eric Huss2dafa912019-06-19 03:36:4759]
60
61[[package]]
topecongiroca19ffe2019-04-17 22:42:1862name = "annotate-snippets"
Juan Aguilar Santillanae9c78db2020-05-08 20:48:2663version = "0.8.0"
64source = "registry+https://github.com/rust-lang/crates.io-index"
65checksum = "d78ea013094e5ea606b1c05fe35f1dd7ea1eb1ea259908d040b25bd5ec677ee5"
Igor Matuszewski2214a412021-05-03 20:59:3566dependencies = [
67 "yansi-term",
68]
Juan Aguilar Santillanae9c78db2020-05-08 20:48:2669
70[[package]]
Steve Klabnika0769612017-02-07 23:13:5771name = "ansi_term"
Aleksey Kladovb15b0232018-03-16 10:37:1472version = "0.11.0"
Steve Klabnika0769612017-02-07 23:13:5773source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:0974checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
Aleksey Kladovb15b0232018-03-16 10:37:1475dependencies = [
Mark Rousskov342d9562020-08-17 15:21:4476 "winapi 0.3.9",
Aleksey Kladovb15b0232018-03-16 10:37:1477]
Steve Klabnika0769612017-02-07 23:13:5778
79[[package]]
Oliver Schererec7230f2020-07-24 18:42:0080name = "ansi_term"
81version = "0.12.1"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
84dependencies = [
Mark Rousskov342d9562020-08-17 15:21:4485 "winapi 0.3.9",
Oliver Schererec7230f2020-07-24 18:42:0086]
87
88[[package]]
Eric Huss6da85d62020-01-14 17:47:0489name = "anyhow"
Eric Hussbdbcaf02020-11-05 00:15:1890version = "1.0.34"
Eric Huss6da85d62020-01-14 17:47:0491source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussbdbcaf02020-11-05 00:15:1892checksum = "bf8dcb5b4bbaa28653b647d8c77bd4ed40183b48882e130c1f1ffb73de069fd7"
Eric Huss6da85d62020-01-14 17:47:0493
94[[package]]
Rune Tynan77156562021-01-16 01:34:1595name = "array_tool"
96version = "1.0.3"
97source = "registry+https://github.com/rust-lang/crates.io-index"
98checksum = "8f8cb5d814eb646a863c4f24978cff2880c4be96ad8cde2c0f0678732902e271"
99
100[[package]]
Nicholas Nethercotec492ca42020-07-14 00:31:54101name = "arrayvec"
Jubilee Younge8eb6912021-04-22 04:40:29102version = "0.7.0"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "5a2f58b0bb10c380af2b26e57212856b8c9a59e0925b4c20f4a174a49734eaf7"
Nicholas Nethercotec492ca42020-07-14 00:31:54105
106[[package]]
Alex Crichton1cede102017-06-15 02:33:06107name = "atty"
Yuki Okushi9f8628b2020-05-26 04:35:21108version = "0.2.14"
Josh Stone020c5ec2017-05-08 22:01:13109source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:21110checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
Josh Stone020c5ec2017-05-08 22:01:13111dependencies = [
Yuki Okushi9f8628b2020-05-26 04:35:21112 "hermit-abi",
Alex Crichton093ede22019-08-15 00:45:09113 "libc",
Mark Rousskov342d9562020-08-17 15:21:44114 "winapi 0.3.9",
Alex Crichton1cede102017-06-15 02:33:06115]
116
117[[package]]
Félix Saparellibdcc21c2019-09-21 10:56:05118name = "autocfg"
Mateusz Mikułaf5e702d2020-03-26 13:10:35119version = "1.0.0"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
122
123[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58124name = "bitflags"
varkorb925eb52019-10-13 23:37:55125version = "1.2.1"
Tamir Duberstein231d9e72017-09-08 19:08:01126source = "registry+https://github.com/rust-lang/crates.io-index"
varkorb925eb52019-10-13 23:37:55127checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
Tamir Duberstein231d9e72017-09-08 19:08:01128
129[[package]]
Eric Huss2b985322019-11-25 16:14:07130name = "bitmaps"
Mark Rousskov342d9562020-08-17 15:21:44131version = "2.1.0"
Eric Huss2b985322019-11-25 16:14:07132source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44133checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
Eric Huss2b985322019-11-25 16:14:07134dependencies = [
135 "typenum",
136]
137
138[[package]]
James Munnsde763692019-01-19 02:39:37139name = "block-buffer"
Arlo Siemsenf86b0782020-03-31 05:17:15140version = "0.7.3"
James Munnsde763692019-01-19 02:39:37141source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:15142checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
James Munnsde763692019-01-19 02:39:37143dependencies = [
Arlo Siemsenf86b0782020-03-31 05:17:15144 "block-padding",
145 "byte-tools",
146 "byteorder",
klensyd480a3e2021-03-12 13:33:02147 "generic-array 0.12.4",
Pietro Albiniacd8e592020-10-01 15:15:12148]
149
150[[package]]
151name = "block-buffer"
152version = "0.9.0"
153source = "registry+https://github.com/rust-lang/crates.io-index"
154checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
155dependencies = [
156 "generic-array 0.14.4",
Arlo Siemsenf86b0782020-03-31 05:17:15157]
158
159[[package]]
160name = "block-padding"
161version = "0.1.5"
162source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
164dependencies = [
Alex Crichton093ede22019-08-15 00:45:09165 "byte-tools",
James Munnsde763692019-01-19 02:39:37166]
167
168[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29169name = "bootstrap"
170version = "0.0.0"
171dependencies = [
Alex Crichton093ede22019-08-15 00:45:09172 "build_helper",
173 "cc",
174 "cmake",
175 "filetime",
176 "getopts",
Mark Rousskovdddd8722019-12-18 15:52:10177 "ignore",
Yuki Okushi1f0a39502020-05-26 04:00:42178 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:09179 "libc",
Joshua Nelsonc9c8fb82020-09-12 04:42:52180 "merge",
Alex Crichton093ede22019-08-15 00:45:09181 "num_cpus",
The8472bde95702021-06-08 21:09:56182 "once_cell",
Eric Hussfaa64612021-06-22 23:19:24183 "opener 0.5.0",
Alex Crichton093ede22019-08-15 00:45:09184 "pretty_assertions",
185 "serde",
186 "serde_json",
187 "time",
Eric Huss7d92cf42019-08-20 17:46:35188 "toml",
Mark Rousskov342d9562020-08-17 15:21:44189 "winapi 0.3.9",
Ahmed Charles9ca382f2016-09-02 08:55:29190]
191
192[[package]]
Eric Huss6a09cfa2019-05-16 05:27:39193name = "bstr"
Mark Rousskov342d9562020-08-17 15:21:44194version = "0.2.13"
Eric Huss6a09cfa2019-05-16 05:27:39195source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44196checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931"
Eric Huss6a09cfa2019-05-16 05:27:39197dependencies = [
Eric Hussfaa64612021-06-22 23:19:24198 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:09199 "memchr",
Eric Hussfaa64612021-06-22 23:19:24200 "regex-automata",
Eric Huss6a09cfa2019-05-16 05:27:39201]
202
203[[package]]
Alex Crichton9e8785f2017-01-24 22:37:04204name = "build-manifest"
205version = "0.1.0"
206dependencies = [
Pietro Albini3bddfea2020-09-18 12:40:01207 "anyhow",
Pietro Albini89ffab72020-09-24 12:13:40208 "flate2",
Pietro Albiniacd8e592020-10-01 15:15:12209 "hex 0.4.2",
Pietro Albinif3d07b32020-10-12 15:47:37210 "num_cpus",
Pietro Albiniacd8e592020-10-01 15:15:12211 "rayon",
Alex Crichton093ede22019-08-15 00:45:09212 "serde",
Ralf Jung9138d3b2019-11-03 10:47:07213 "serde_json",
Pietro Albiniacd8e592020-10-01 15:15:12214 "sha2",
Pietro Albini89ffab72020-09-24 12:13:40215 "tar",
Eric Huss7d92cf42019-08-20 17:46:35216 "toml",
Alex Crichton9e8785f2017-01-24 22:37:04217]
218
219[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29220name = "build_helper"
221version = "0.1.0"
222
223[[package]]
James Munnsde763692019-01-19 02:39:37224name = "byte-tools"
Arlo Siemsenf86b0782020-03-31 05:17:15225version = "0.3.1"
James Munnsde763692019-01-19 02:39:37226source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:15227checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
James Munnsde763692019-01-19 02:39:37228
229[[package]]
Alex Crichton4f661c02018-10-08 17:39:09230name = "bytecount"
Yuki Okushi2b0e27e2021-03-17 20:34:05231version = "0.6.2"
Alex Crichton4f661c02018-10-08 17:39:09232source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi2b0e27e2021-03-17 20:34:05233checksum = "72feb31ffc86498dacdbd0fcebb56138e7177a8cc5cea4516031d15ae85a742e"
Alex Crichton4f661c02018-10-08 17:39:09234dependencies = [
Yuki Okushi2b0e27e2021-03-17 20:34:05235 "packed_simd_2",
Alex Crichton4f661c02018-10-08 17:39:09236]
237
238[[package]]
Oliver Schneiderea351922017-09-18 14:18:23239name = "byteorder"
Mark Rousskov342d9562020-08-17 15:21:44240version = "1.3.4"
Oliver Schneiderea351922017-09-18 14:18:23241source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44242checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
Oliver Schneiderea351922017-09-18 14:18:23243
244[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:43245name = "bytes"
Caleb Cartwright63913182021-02-10 01:52:54246version = "0.5.6"
Matthias Krüger696fb8f2019-01-21 15:32:43247source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:54248checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
Matthias Krüger696fb8f2019-01-21 15:32:43249
250[[package]]
Alex Crichton8ccf1122018-09-20 21:37:53251name = "bytesize"
Mark Rousskov342d9562020-08-17 15:21:44252version = "1.0.1"
Alex Crichton8ccf1122018-09-20 21:37:53253source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44254checksum = "81a18687293a1546b67c246452202bbbf143d239cb43494cc163da14979082da"
Alex Crichton8ccf1122018-09-20 21:37:53255
256[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58257name = "cargo"
Eric Hussfaa64612021-06-22 23:19:24258version = "0.56.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58259dependencies = [
Eric Huss6da85d62020-01-14 17:47:04260 "anyhow",
Alex Crichton093ede22019-08-15 00:45:09261 "atty",
262 "bytesize",
Alex Crichton5c5e3fa2019-09-24 18:06:56263 "cargo-platform",
Alex Crichton093ede22019-08-15 00:45:09264 "cargo-test-macro",
Aaron Hilld440e132019-09-16 18:45:40265 "cargo-test-support",
Eric Hussea194b82021-03-26 19:29:08266 "cargo-util",
Alex Crichton093ede22019-08-15 00:45:09267 "clap",
Alex Crichton093ede22019-08-15 00:45:09268 "crates-io",
Jubilee Young1f5e1c52021-04-23 23:09:40269 "crossbeam-utils 0.8.3",
Alex Crichton093ede22019-08-15 00:45:09270 "curl",
271 "curl-sys",
Eric Husse852a4a2020-10-20 23:36:46272 "env_logger 0.8.1",
Alex Crichton093ede22019-08-15 00:45:09273 "filetime",
274 "flate2",
Alex Crichton093ede22019-08-15 00:45:09275 "fwdansi",
276 "git2",
277 "git2-curl",
278 "glob",
Mark Rousskov342d9562020-08-17 15:21:44279 "hex 0.4.2",
Igor Matuszewskic2249a42019-09-08 08:28:11280 "home",
Mark Rousskov342d9562020-08-17 15:21:44281 "humantime 2.0.1",
Alex Crichton093ede22019-08-15 00:45:09282 "ignore",
283 "im-rc",
Eric Huss78529352021-06-02 03:38:39284 "itertools 0.10.0",
Alex Crichton093ede22019-08-15 00:45:09285 "jobserver",
Yuki Okushi1f0a39502020-05-26 04:00:42286 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:09287 "lazycell",
288 "libc",
289 "libgit2-sys",
290 "log",
291 "memchr",
Alex Crichton093ede22019-08-15 00:45:09292 "num_cpus",
Eric Hussfaa64612021-06-22 23:19:24293 "opener 0.5.0",
Alex Crichton093ede22019-08-15 00:45:09294 "openssl",
Eric Huss139477d2019-11-12 18:14:48295 "percent-encoding 2.1.0",
Alex Crichton093ede22019-08-15 00:45:09296 "pretty_env_logger",
Alex Crichton093ede22019-08-15 00:45:09297 "rustc-workspace-hack",
Eric Hussd371bb42021-06-12 19:11:50298 "rustfix 0.6.0",
David Tolnay1aba1712021-06-04 04:12:25299 "semver 1.0.3",
Alex Crichton093ede22019-08-15 00:45:09300 "serde",
Igor Matuszewskic2249a42019-09-08 08:28:11301 "serde_ignored",
Alex Crichton093ede22019-08-15 00:45:09302 "serde_json",
Eric Husscb969e82021-04-01 00:45:03303 "shell-escape",
Alex Crichton093ede22019-08-15 00:45:09304 "strip-ansi-escapes",
305 "tar",
306 "tempfile",
307 "termcolor",
Eric Huss7d92cf42019-08-20 17:46:35308 "toml",
Alex Crichton093ede22019-08-15 00:45:09309 "unicode-width",
Aaron Hill70ba4912020-08-01 14:11:15310 "unicode-xid",
Eric Hussf3287a62021-05-12 00:39:51311 "url 2.2.2",
Alex Crichton093ede22019-08-15 00:45:09312 "walkdir",
Mark Rousskov342d9562020-08-17 15:21:44313 "winapi 0.3.9",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58314]
315
316[[package]]
Eric Huss74498c12020-12-16 17:03:33317name = "cargo-credential"
318version = "0.1.0"
319
320[[package]]
321name = "cargo-credential-1password"
322version = "0.1.0"
323dependencies = [
324 "cargo-credential",
325 "serde",
326 "serde_json",
327]
328
329[[package]]
330name = "cargo-credential-macos-keychain"
331version = "0.1.0"
332dependencies = [
333 "cargo-credential",
334 "security-framework",
335]
336
337[[package]]
338name = "cargo-credential-wincred"
339version = "0.1.0"
340dependencies = [
341 "cargo-credential",
342 "winapi 0.3.9",
343]
344
345[[package]]
Ralf Jung759e4952020-06-01 18:17:20346name = "cargo-miri"
347version = "0.1.0"
348dependencies = [
Ralf Jung759e4952020-06-01 18:17:20349 "directories",
350 "rustc-workspace-hack",
351 "rustc_version",
352 "serde",
353 "serde_json",
354 "vergen",
355]
356
357[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:56358name = "cargo-platform"
Eric Husse5d39ee2019-12-10 19:54:10359version = "0.1.1"
Alex Crichton5c5e3fa2019-09-24 18:06:56360dependencies = [
361 "serde",
362]
363
364[[package]]
Eric Hussaedb74b2019-06-12 14:37:30365name = "cargo-test-macro"
366version = "0.1.0"
Eric Hussaedb74b2019-06-12 14:37:30367
368[[package]]
Aaron Hilld440e132019-09-16 18:45:40369name = "cargo-test-support"
370version = "0.1.0"
371dependencies = [
Eric Hussea194b82021-03-26 19:29:08372 "anyhow",
Aaron Hilld440e132019-09-16 18:45:40373 "cargo-test-macro",
Eric Hussea194b82021-03-26 19:29:08374 "cargo-util",
Aaron Hilld440e132019-09-16 18:45:40375 "filetime",
376 "flate2",
377 "git2",
378 "glob",
Eric Hussfaa64612021-06-22 23:19:24379 "itertools 0.10.0",
Yuki Okushi1f0a39502020-05-26 04:00:42380 "lazy_static",
Aaron Hilld440e132019-09-16 18:45:40381 "remove_dir_all",
382 "serde_json",
383 "tar",
Eric Hussfaa64612021-06-22 23:19:24384 "termcolor",
Eric Huss453ebbd2021-01-21 18:16:42385 "toml",
Eric Hussf3287a62021-05-12 00:39:51386 "url 2.2.2",
Aaron Hilld440e132019-09-16 18:45:40387]
388
389[[package]]
Eric Hussea194b82021-03-26 19:29:08390name = "cargo-util"
391version = "0.1.0"
392dependencies = [
393 "anyhow",
394 "core-foundation",
395 "crypto-hash",
396 "filetime",
397 "hex 0.4.2",
398 "jobserver",
399 "libc",
400 "log",
401 "miow 0.3.6",
402 "same-file",
403 "shell-escape",
404 "tempfile",
405 "walkdir",
406 "winapi 0.3.9",
407]
408
409[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29410name = "cargo_metadata"
Mark Rousskov342d9562020-08-17 15:21:44411version = "0.8.2"
Manish Goregaokar87049472019-06-03 23:00:38412source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44413checksum = "700b3731fd7d357223d0000f4dbf1808401b694609035c3c411fbc0cd375c426"
Manish Goregaokar87049472019-06-03 23:00:38414dependencies = [
Eric Hussa0431e22020-05-26 00:56:32415 "semver 0.9.0",
Alex Crichton093ede22019-08-15 00:45:09416 "serde",
417 "serde_derive",
418 "serde_json",
Manish Goregaokar87049472019-06-03 23:00:38419]
420
421[[package]]
Manish Goregaokar7d0162d2019-10-24 15:06:40422name = "cargo_metadata"
Jubilee Young31afacf2020-08-21 08:24:58423version = "0.11.1"
424source = "registry+https://github.com/rust-lang/crates.io-index"
425checksum = "89fec17b16f1ac67908af82e47d0a90a7afd0e1827b181cd77504323d3263d35"
426dependencies = [
427 "semver 0.10.0",
428 "serde",
429 "serde_json",
430]
431
432[[package]]
Eduardo Brotoca11eeb2020-10-23 21:47:58433name = "cargo_metadata"
434version = "0.12.0"
435source = "registry+https://github.com/rust-lang/crates.io-index"
436checksum = "d5a5f7b42f606b7f23674f6f4d877628350682bc40687d3fae65679a58d55345"
437dependencies = [
438 "semver 0.11.0",
439 "serde",
440 "serde_json",
441]
442
443[[package]]
Alex Crichtonf6304e12017-02-15 22:55:26444name = "cargotest2"
445version = "0.1.0"
446
447[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:35448name = "cc"
Chris Dentone238ee32021-05-24 22:34:12449version = "1.0.68"
Nick Cameronc5cad5a2017-09-22 01:58:35450source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Dentone238ee32021-05-24 22:34:12451checksum = "4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787"
Eric Hussa9023832019-11-09 19:59:53452dependencies = [
453 "jobserver",
Eric Hussa9023832019-11-09 19:59:53454]
Nick Cameronc5cad5a2017-09-22 01:58:35455
456[[package]]
Josh Stone020c5ec2017-05-08 22:01:13457name = "cfg-if"
Alex Crichtonaabf4e92020-01-08 15:33:57458version = "0.1.10"
Josh Stone020c5ec2017-05-08 22:01:13459source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:57460checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
Alex Crichtond1040fe2019-05-15 14:30:15461dependencies = [
Alex Crichton093ede22019-08-15 00:45:09462 "compiler_builtins",
463 "rustc-std-workspace-core",
Alex Crichtond1040fe2019-05-15 14:30:15464]
Josh Stone020c5ec2017-05-08 22:01:13465
466[[package]]
Aaron Hill44fdfd62020-10-11 17:51:07467name = "cfg-if"
468version = "1.0.0"
469source = "registry+https://github.com/rust-lang/crates.io-index"
470checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
471
472[[package]]
Jack Hueya24df5b2020-03-03 16:25:03473name = "chalk-derive"
Jack Hueya0622d62021-01-31 06:05:25474version = "0.55.0"
Jack Hueya24df5b2020-03-03 16:25:03475source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Hueya0622d62021-01-31 06:05:25476checksum = "3983193cacd81f0f924acb666b7fe5e1a0d81db9f113fa69203eda7ea8ce8b6c"
Jack Hueya24df5b2020-03-03 16:25:03477dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15478 "proc-macro2",
479 "quote",
480 "syn",
Igor Matuszewski403a9d02020-05-05 11:26:16481 "synstructure",
Jack Hueya24df5b2020-03-03 16:25:03482]
483
484[[package]]
485name = "chalk-engine"
Jack Hueya0622d62021-01-31 06:05:25486version = "0.55.0"
Jack Hueya24df5b2020-03-03 16:25:03487source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Hueya0622d62021-01-31 06:05:25488checksum = "05a171ce5abbf0fbd06f221ab80ab182c7ef78603d23b858bc44e7ce8a86a396"
Jack Hueya24df5b2020-03-03 16:25:03489dependencies = [
Jack Huey6aa2e9d2020-05-27 00:19:19490 "chalk-derive",
491 "chalk-ir",
Jack Hueyd66452c2020-08-04 22:35:37492 "chalk-solve",
Jack Hueya24df5b2020-03-03 16:25:03493 "rustc-hash",
Jack Hueyecb8b9f2020-05-27 05:05:09494 "tracing",
Jack Hueya24df5b2020-03-03 16:25:03495]
496
497[[package]]
498name = "chalk-ir"
Jack Hueya0622d62021-01-31 06:05:25499version = "0.55.0"
Jack Hueya24df5b2020-03-03 16:25:03500source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Hueya0622d62021-01-31 06:05:25501checksum = "a522f53af971e7678f472d687e053120157b3ae26e2ebd5ecbc0f5ab124f2cb6"
Jack Hueya24df5b2020-03-03 16:25:03502dependencies = [
Jack Huey4b64bc12021-01-01 18:44:31503 "bitflags",
Jack Hueya24df5b2020-03-03 16:25:03504 "chalk-derive",
Yuki Okushi1f0a39502020-05-26 04:00:42505 "lazy_static",
Jack Hueya24df5b2020-03-03 16:25:03506]
507
508[[package]]
Jack Hueya24df5b2020-03-03 16:25:03509name = "chalk-solve"
Jack Hueya0622d62021-01-31 06:05:25510version = "0.55.0"
Jack Hueya24df5b2020-03-03 16:25:03511source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Hueya0622d62021-01-31 06:05:25512checksum = "cdf79fb77a567e456a170f7ec84ea6584163d4ba3f13660cd182013d34ca667c"
Jack Hueya24df5b2020-03-03 16:25:03513dependencies = [
514 "chalk-derive",
Jack Hueya24df5b2020-03-03 16:25:03515 "chalk-ir",
Jack Hueya42e5a12020-05-27 05:05:09516 "ena",
Jack Hueya24df5b2020-03-03 16:25:03517 "itertools 0.9.0",
518 "petgraph",
519 "rustc-hash",
Jack Hueyecb8b9f2020-05-27 05:05:09520 "tracing",
Jack Hueyd66452c2020-08-04 22:35:37521 "tracing-subscriber",
522 "tracing-tree",
Jack Hueya24df5b2020-03-03 16:25:03523]
524
525[[package]]
Alex Crichton15899b02018-01-25 04:01:42526name = "chrono"
Tomasz Miąsko2abe7c82021-02-28 00:00:00527version = "0.4.19"
Alex Crichton15899b02018-01-25 04:01:42528source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:00529checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
Alex Crichton15899b02018-01-25 04:01:42530dependencies = [
Tomasz Miąsko2abe7c82021-02-28 00:00:00531 "libc",
Alex Crichton093ede22019-08-15 00:45:09532 "num-integer",
533 "num-traits",
534 "time",
Tomasz Miąsko2abe7c82021-02-28 00:00:00535 "winapi 0.3.9",
Alex Crichton15899b02018-01-25 04:01:42536]
537
538[[package]]
Steve Klabnika0769612017-02-07 23:13:57539name = "clap"
Mark Rousskov342d9562020-08-17 15:21:44540version = "2.33.3"
Steve Klabnika0769612017-02-07 23:13:57541source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44542checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
Steve Klabnika0769612017-02-07 23:13:57543dependencies = [
Oliver Schererec7230f2020-07-24 18:42:00544 "ansi_term 0.11.0",
Alex Crichton093ede22019-08-15 00:45:09545 "atty",
546 "bitflags",
547 "strsim",
548 "textwrap",
549 "unicode-width",
550 "vec_map",
Pietro Albini9beb8f52019-11-26 11:06:30551 "yaml-rust 0.3.5",
Steve Klabnika0769612017-02-07 23:13:57552]
553
554[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29555name = "clippy"
flip1995c24058b2021-05-06 10:21:46556version = "0.1.54"
Ahmed Charles9ca382f2016-09-02 08:55:29557dependencies = [
Eduardo Brotoca11eeb2020-10-23 21:47:58558 "cargo_metadata 0.12.0",
Alex Crichton093ede22019-08-15 00:45:09559 "clippy_lints",
Ralf Jungbf11b122021-04-06 11:20:48560 "compiletest_rs",
Alex Crichton093ede22019-08-15 00:45:09561 "derive-new",
flip1995647f2b42021-06-03 07:06:49562 "filetime",
flip19950f1ff452021-03-25 18:29:39563 "quote",
flip1995412ebc32021-03-12 14:31:11564 "regex",
Alex Crichton093ede22019-08-15 00:45:09565 "rustc-workspace-hack",
Oliver Scherer2a789512019-05-26 17:21:54566 "rustc_tools_util 0.2.0",
Eduardo Brotoca11eeb2020-10-23 21:47:58567 "semver 0.11.0",
Alex Crichton093ede22019-08-15 00:45:09568 "serde",
flip19950f1ff452021-03-25 18:29:39569 "syn",
Matthias Krügerf77104b2019-12-02 22:09:48570 "tempfile",
Ralf Jungbf11b122021-04-06 11:20:48571 "tester",
Ahmed Charles9ca382f2016-09-02 08:55:29572]
573
574[[package]]
Joshua Nelson8c25e272021-04-14 13:20:49575name = "clippy_dev"
576version = "0.0.1"
577dependencies = [
578 "bytecount",
579 "clap",
580 "itertools 0.9.0",
Eric Hussfaa64612021-06-22 23:19:24581 "opener 0.4.1",
Joshua Nelson8c25e272021-04-14 13:20:49582 "regex",
583 "shell-escape",
584 "walkdir",
585]
586
587[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29588name = "clippy_lints"
flip1995c24058b2021-05-06 10:21:46589version = "0.1.54"
Oliver Schneider847bb142018-05-11 12:11:06590dependencies = [
Eduardo Brotoca11eeb2020-10-23 21:47:58591 "cargo_metadata 0.12.0",
flip19950046d7c2021-02-25 10:26:23592 "clippy_utils",
Alex Crichton093ede22019-08-15 00:45:09593 "if_chain",
Matthias Krüger66949a72020-03-12 20:47:47594 "itertools 0.9.0",
flip1995d4454932020-09-24 12:51:13595 "pulldown-cmark 0.8.0",
Alex Crichton093ede22019-08-15 00:45:09596 "quine-mc_cluskey",
Alex Crichton093ede22019-08-15 00:45:09597 "regex-syntax",
flip1995898ef0f2020-12-06 14:07:59598 "rustc-semver",
Eduardo Brotoca11eeb2020-10-23 21:47:58599 "semver 0.11.0",
Alex Crichton093ede22019-08-15 00:45:09600 "serde",
flip1995c24058b2021-05-06 10:21:46601 "serde_json",
Eric Huss7d92cf42019-08-20 17:46:35602 "toml",
Alex Crichton093ede22019-08-15 00:45:09603 "unicode-normalization",
Eric Hussf3287a62021-05-12 00:39:51604 "url 2.2.2",
Oliver Schneider847bb142018-05-11 12:11:06605]
606
607[[package]]
flip19950046d7c2021-02-25 10:26:23608name = "clippy_utils"
flip1995c24058b2021-05-06 10:21:46609version = "0.1.54"
flip19950046d7c2021-02-25 10:26:23610dependencies = [
611 "if_chain",
612 "itertools 0.9.0",
613 "regex-syntax",
614 "rustc-semver",
615 "serde",
flip19950046d7c2021-02-25 10:26:23616 "unicode-normalization",
617]
618
619[[package]]
Mark Rousskov342d9562020-08-17 15:21:44620name = "cmake"
621version = "0.1.44"
622source = "registry+https://github.com/rust-lang/crates.io-index"
623checksum = "0e56268c17a6248366d66d4a47a3381369d068cce8409bb1716ed77ea32163bb"
Oliver Schneideracdf83f2017-12-06 08:25:29624dependencies = [
Alex Crichton093ede22019-08-15 00:45:09625 "cc",
Oliver Schneideracdf83f2017-12-06 08:25:29626]
627
628[[package]]
Nick Cameron127f9a62018-04-25 22:11:28629name = "colored"
Ralf Jung0e908752020-09-17 18:04:20630version = "2.0.0"
Nick Cameron127f9a62018-04-25 22:11:28631source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung0e908752020-09-17 18:04:20632checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
Nick Cameron127f9a62018-04-25 22:11:28633dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:42634 "atty",
635 "lazy_static",
Mark Rousskov342d9562020-08-17 15:21:44636 "winapi 0.3.9",
Nick Cameron127f9a62018-04-25 22:11:28637]
638
639[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29640name = "commoncrypto"
641version = "0.2.0"
642source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09643checksum = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
Oliver Schneideracdf83f2017-12-06 08:25:29644dependencies = [
Alex Crichton093ede22019-08-15 00:45:09645 "commoncrypto-sys",
Oliver Schneideracdf83f2017-12-06 08:25:29646]
647
648[[package]]
649name = "commoncrypto-sys"
650version = "0.2.0"
651source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09652checksum = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
Oliver Schneideracdf83f2017-12-06 08:25:29653dependencies = [
Alex Crichton093ede22019-08-15 00:45:09654 "libc",
Murarth64842582017-06-17 19:01:18655]
656
657[[package]]
Alex Crichton147e2da2016-10-07 06:30:38658name = "compiler_builtins"
Jethro Beekman98ae57d2021-06-25 14:00:57659version = "0.1.46"
Alex Crichton4c21a3b2018-11-20 05:52:50660source = "registry+https://github.com/rust-lang/crates.io-index"
Jethro Beekman98ae57d2021-06-25 14:00:57661checksum = "d69484e04eab372f5f345920e3a8c7a06e7dcbb75c0944eccdc3e3160aeee3c7"
Alex Crichton147e2da2016-10-07 06:30:38662dependencies = [
Alex Crichton093ede22019-08-15 00:45:09663 "cc",
664 "rustc-std-workspace-core",
Alex Crichton147e2da2016-10-07 06:30:38665]
666
667[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29668name = "compiletest"
669version = "0.0.0"
670dependencies = [
Michael Howellb29d9d52021-02-24 06:42:42671 "colored",
Alex Crichton093ede22019-08-15 00:45:09672 "diff",
Alex Crichton093ede22019-08-15 00:45:09673 "getopts",
Xavier Denisf07607f2020-07-28 13:22:21674 "glob",
Yuki Okushi1f0a39502020-05-26 04:00:42675 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:09676 "libc",
Linus Färnstrandf9220c32020-11-27 23:56:12677 "miow 0.3.6",
Alex Crichton093ede22019-08-15 00:45:09678 "regex",
Eric Huss2817be92021-06-11 03:39:05679 "rustfix 0.6.0",
Alex Crichton093ede22019-08-15 00:45:09680 "serde",
681 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:00682 "tracing",
Tomasz Miąsko08d5e962020-10-20 00:00:00683 "tracing-subscriber",
Michael Howellb29d9d52021-02-24 06:42:42684 "unified-diff",
Alex Crichton093ede22019-08-15 00:45:09685 "walkdir",
Mark Rousskov342d9562020-08-17 15:21:44686 "winapi 0.3.9",
Oliver Schneideracdf83f2017-12-06 08:25:29687]
688
689[[package]]
690name = "compiletest_rs"
flip19950046d7c2021-02-25 10:26:23691version = "0.6.0"
692source = "registry+https://github.com/rust-lang/crates.io-index"
693checksum = "0086d6ad78cf409c3061618cd98e2789d5c9ce598fc9651611cf62eae0a599cb"
694dependencies = [
695 "diff",
696 "filetime",
697 "getopts",
698 "lazy_static",
699 "libc",
700 "log",
701 "miow 0.3.6",
702 "regex",
Eric Hussd371bb42021-06-12 19:11:50703 "rustfix 0.5.1",
flip19950046d7c2021-02-25 10:26:23704 "serde",
705 "serde_derive",
706 "serde_json",
707 "tempfile",
Ralf Jungbf11b122021-04-06 11:20:48708 "tester",
Mark Rousskov342d9562020-08-17 15:21:44709 "winapi 0.3.9",
Matthias Krügerfada4b22020-04-15 18:54:39710]
711
712[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29713name = "core"
714version = "0.0.0"
Alex Crichton994bfd42018-02-26 17:07:16715dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:19716 "rand 0.7.3",
Alex Crichton994bfd42018-02-26 17:07:16717]
Ahmed Charles9ca382f2016-09-02 08:55:29718
719[[package]]
Nick Cameron7cb3f452017-08-24 05:52:28720name = "core-foundation"
Eric Hussf3206bc2020-06-30 17:39:05721version = "0.9.0"
Eric Huss2b985322019-11-25 16:14:07722source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3206bc2020-06-30 17:39:05723checksum = "3b5ed8e7e76c45974e15e41bfa8d5b0483cd90191639e01d8f5f1e606299d3fb"
Eric Huss2b985322019-11-25 16:14:07724dependencies = [
Eric Huss6654c582020-06-23 22:00:48725 "core-foundation-sys",
Alex Crichton093ede22019-08-15 00:45:09726 "libc",
Nick Cameron7cb3f452017-08-24 05:52:28727]
728
729[[package]]
730name = "core-foundation-sys"
Eric Hussf3206bc2020-06-30 17:39:05731version = "0.8.0"
Eric Huss2b985322019-11-25 16:14:07732source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3206bc2020-06-30 17:39:05733checksum = "9a21fa21941700a3cd8fcb4091f361a6a712fac632f85d9f487cc892045d55c6"
Eric Huss2b985322019-11-25 16:14:07734
735[[package]]
Rich Kadelbd0eb072020-11-03 05:32:48736name = "coverage_test_macros"
737version = "0.0.0"
Rich Kadelbd0eb072020-11-03 05:32:48738
739[[package]]
Pietro Albiniacd8e592020-10-01 15:15:12740name = "cpuid-bool"
741version = "0.1.2"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634"
744
745[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58746name = "crates-io"
Eric Huss45484ec2021-01-27 17:56:34747version = "0.33.0"
Nick Cameronad8ecc22017-07-19 01:32:12748dependencies = [
Eric Huss6da85d62020-01-14 17:47:04749 "anyhow",
Alex Crichton093ede22019-08-15 00:45:09750 "curl",
Eric Huss139477d2019-11-12 18:14:48751 "percent-encoding 2.1.0",
Alex Crichton093ede22019-08-15 00:45:09752 "serde",
Alex Crichton093ede22019-08-15 00:45:09753 "serde_json",
Eric Hussf3287a62021-05-12 00:39:51754 "url 2.2.2",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58755]
756
757[[package]]
Alex Crichtonb4110902018-12-08 11:06:54758name = "crc32fast"
Alex Crichton06d565c2020-05-13 21:22:37759version = "1.2.0"
Alex Crichtonb4110902018-12-08 11:06:54760source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton06d565c2020-05-13 21:22:37761checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
Alex Crichtonb4110902018-12-08 11:06:54762dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:07763 "cfg-if 0.1.10",
Alex Crichtonb4110902018-12-08 11:06:54764]
Alex Crichton38bedfa2017-09-02 03:46:51765
766[[package]]
kennytmcab21f12018-07-26 21:58:55767name = "crossbeam-channel"
Caleb Cartwright63913182021-02-10 01:52:54768version = "0.5.0"
Matthias Krüger451d4922020-02-10 19:47:38769source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:54770checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
Matthias Krüger451d4922020-02-10 19:47:38771dependencies = [
Caleb Cartwright63913182021-02-10 01:52:54772 "cfg-if 1.0.0",
Jubilee Young1f5e1c52021-04-23 23:09:40773 "crossbeam-utils 0.8.3",
Matthias Krüger451d4922020-02-10 19:47:38774]
775
776[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45777name = "crossbeam-deque"
Mark Rousskov342d9562020-08-17 15:21:44778version = "0.7.3"
Josh Stone33c41252019-09-10 17:13:07779source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44780checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
Josh Stone33c41252019-09-10 17:13:07781dependencies = [
Igor Matuszewski5b091302019-12-10 15:01:01782 "crossbeam-epoch",
Mark Rousskov342d9562020-08-17 15:21:44783 "crossbeam-utils 0.7.2",
784 "maybe-uninit",
Josh Stone33c41252019-09-10 17:13:07785]
786
787[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45788name = "crossbeam-epoch"
Mark Rousskov342d9562020-08-17 15:21:44789version = "0.8.2"
Matthias Krüger696fb8f2019-01-21 15:32:43790source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44791checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
Matthias Krüger696fb8f2019-01-21 15:32:43792dependencies = [
Mark Rousskov342d9562020-08-17 15:21:44793 "autocfg",
Aaron Hill44fdfd62020-10-11 17:51:07794 "cfg-if 0.1.10",
Mark Rousskov342d9562020-08-17 15:21:44795 "crossbeam-utils 0.7.2",
Yuki Okushi1f0a39502020-05-26 04:00:42796 "lazy_static",
Mark Rousskov342d9562020-08-17 15:21:44797 "maybe-uninit",
Igor Matuszewski5b091302019-12-10 15:01:01798 "memoffset",
Mateusz Mikuła2d8d8132019-12-04 17:40:16799 "scopeguard",
Matthias Krüger696fb8f2019-01-21 15:32:43800]
801
802[[package]]
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:33803name = "crossbeam-queue"
Mark Rousskov342d9562020-08-17 15:21:44804version = "0.2.3"
805source = "registry+https://github.com/rust-lang/crates.io-index"
806checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
807dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:07808 "cfg-if 0.1.10",
Mark Rousskov342d9562020-08-17 15:21:44809 "crossbeam-utils 0.7.2",
810 "maybe-uninit",
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:33811]
812
813[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45814name = "crossbeam-utils"
Mateusz Mikułaf5e702d2020-03-26 13:10:35815version = "0.7.2"
Eric Husse0f2f9d2019-11-12 17:57:41816source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikułaf5e702d2020-03-26 13:10:35817checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
Eric Husse0f2f9d2019-11-12 17:57:41818dependencies = [
Amanieu d'Antrasd51b7b22020-03-16 18:37:15819 "autocfg",
Aaron Hill44fdfd62020-10-11 17:51:07820 "cfg-if 0.1.10",
Yuki Okushi1f0a39502020-05-26 04:00:42821 "lazy_static",
Eric Husse0f2f9d2019-11-12 17:57:41822]
823
824[[package]]
Eric Huss71bf7cf2020-10-14 22:16:47825name = "crossbeam-utils"
Jubilee Young1f5e1c52021-04-23 23:09:40826version = "0.8.3"
Eric Huss71bf7cf2020-10-14 22:16:47827source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young1f5e1c52021-04-23 23:09:40828checksum = "e7e9d99fa91428effe99c5c6d4634cdeba32b8cf784fc428a2a687f61a952c49"
Eric Huss71bf7cf2020-10-14 22:16:47829dependencies = [
830 "autocfg",
831 "cfg-if 1.0.0",
Eric Huss71bf7cf2020-10-14 22:16:47832 "lazy_static",
833]
834
835[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29836name = "crypto-hash"
Mark Rousskov342d9562020-08-17 15:21:44837version = "0.3.4"
Oliver Schneideracdf83f2017-12-06 08:25:29838source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44839checksum = "8a77162240fd97248d19a564a565eb563a3f592b386e4136fb300909e67dddca"
Oliver Schneideracdf83f2017-12-06 08:25:29840dependencies = [
Alex Crichton093ede22019-08-15 00:45:09841 "commoncrypto",
Aaron Hilld440e132019-09-16 18:45:40842 "hex 0.3.2",
Alex Crichton093ede22019-08-15 00:45:09843 "openssl",
Mark Rousskov342d9562020-08-17 15:21:44844 "winapi 0.3.9",
Oliver Schneideracdf83f2017-12-06 08:25:29845]
846
847[[package]]
Xidorn Quan38e42332021-02-13 11:17:15848name = "cstr"
849version = "0.2.8"
850source = "registry+https://github.com/rust-lang/crates.io-index"
851checksum = "c11a39d776a3b35896711da8a04dc1835169dcd36f710878187637314e47941b"
852dependencies = [
853 "proc-macro2",
854 "quote",
855]
856
857[[package]]
Mateusz Mikułaf5e702d2020-03-26 13:10:35858name = "ctor"
Mark Rousskov342d9562020-08-17 15:21:44859version = "0.1.15"
Mateusz Mikułaf5e702d2020-03-26 13:10:35860source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44861checksum = "39858aa5bac06462d4dd4b9164848eb81ffc4aa5c479746393598fd193afa227"
Mateusz Mikułaf5e702d2020-03-26 13:10:35862dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15863 "quote",
864 "syn",
Mateusz Mikułaf5e702d2020-03-26 13:10:35865]
866
867[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58868name = "curl"
klensy50c38902021-05-01 11:50:03869version = "0.4.36"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58870source = "registry+https://github.com/rust-lang/crates.io-index"
klensy50c38902021-05-01 11:50:03871checksum = "d0bac9f84ca0977c4d9b8db998689de55b9e976656a6bc87fada2ca710d504c7"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58872dependencies = [
Alex Crichton093ede22019-08-15 00:45:09873 "curl-sys",
Alex Crichton093ede22019-08-15 00:45:09874 "libc",
875 "openssl-probe",
876 "openssl-sys",
877 "schannel",
klensy50c38902021-05-01 11:50:03878 "socket2 0.4.0",
Mark Rousskov342d9562020-08-17 15:21:44879 "winapi 0.3.9",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58880]
881
882[[package]]
883name = "curl-sys"
klensy50c38902021-05-01 11:50:03884version = "0.4.42+curl-7.76.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58885source = "registry+https://github.com/rust-lang/crates.io-index"
klensy50c38902021-05-01 11:50:03886checksum = "4636d8d6109c842707018a104051436bffb8991ea20b2d1293db70b6e0ee4c7c"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58887dependencies = [
Alex Crichton093ede22019-08-15 00:45:09888 "cc",
889 "libc",
890 "libnghttp2-sys",
891 "libz-sys",
892 "openssl-sys",
893 "pkg-config",
894 "vcpkg",
Mark Rousskov342d9562020-08-17 15:21:44895 "winapi 0.3.9",
Josh Stone020c5ec2017-05-08 22:01:13896]
897
898[[package]]
Douglas Campos422fe7c2018-05-29 11:52:51899name = "datafrog"
Niko Matsakis826fb1d2019-01-02 19:45:22900version = "2.0.1"
Douglas Campos422fe7c2018-05-29 11:52:51901source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09902checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
Douglas Campos422fe7c2018-05-29 11:52:51903
904[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58905name = "derive-new"
Igor Matuszewski3bdaced2020-05-05 11:30:49906version = "0.5.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58907source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski3bdaced2020-05-05 11:30:49908checksum = "71f31892cd5c62e414316f2963c5689242c43d8e7bbcaaeca97e5e28c95d91d9"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58909dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15910 "proc-macro2",
911 "quote",
912 "syn",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58913]
914
915[[package]]
kennytmcab21f12018-07-26 21:58:55916name = "derive_more"
Mark Rousskov342d9562020-08-17 15:21:44917version = "0.99.9"
kennytmcab21f12018-07-26 21:58:55918source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44919checksum = "298998b1cf6b5b2c8a7b023dfd45821825ce3ba8a8af55c921a0e734e4653f76"
kennytmcab21f12018-07-26 21:58:55920dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15921 "proc-macro2",
922 "quote",
923 "syn",
kennytmcab21f12018-07-26 21:58:55924]
925
926[[package]]
Cengiz Can837817c2017-04-27 19:41:18927name = "diff"
Mark Rousskov342d9562020-08-17 15:21:44928version = "0.1.12"
Cengiz Can837817c2017-04-27 19:41:18929source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44930checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
Cengiz Can837817c2017-04-27 19:41:18931
932[[package]]
Mark Simulacrum42fde212018-03-10 14:03:06933name = "difference"
934version = "2.0.0"
935source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09936checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
Mark Simulacrum42fde212018-03-10 14:03:06937
938[[package]]
James Munnsde763692019-01-19 02:39:37939name = "digest"
Arlo Siemsenf86b0782020-03-31 05:17:15940version = "0.8.1"
James Munnsde763692019-01-19 02:39:37941source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:15942checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
James Munnsde763692019-01-19 02:39:37943dependencies = [
klensyd480a3e2021-03-12 13:33:02944 "generic-array 0.12.4",
Pietro Albiniacd8e592020-10-01 15:15:12945]
946
947[[package]]
948name = "digest"
949version = "0.9.0"
950source = "registry+https://github.com/rust-lang/crates.io-index"
951checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
952dependencies = [
953 "generic-array 0.14.4",
James Munnsde763692019-01-19 02:39:37954]
955
956[[package]]
Ralf Jung44b0fd62018-11-28 20:22:45957name = "directories"
Jubilee Young27ef7192021-04-23 22:49:47958version = "3.0.2"
Ralf Jung44b0fd62018-11-28 20:22:45959source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young27ef7192021-04-23 22:49:47960checksum = "e69600ff1703123957937708eb27f7a564e48885c537782722ed0ba3189ce1d7"
Ralf Jung44b0fd62018-11-28 20:22:45961dependencies = [
Alex Crichton093ede22019-08-15 00:45:09962 "dirs-sys",
Ralf Jung44b0fd62018-11-28 20:22:45963]
964
965[[package]]
flip19954c228cc2019-02-18 09:32:58966name = "dirs"
Mark Rousskov342d9562020-08-17 15:21:44967version = "2.0.2"
flip19954c228cc2019-02-18 09:32:58968source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44969checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
flip19954c228cc2019-02-18 09:32:58970dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:07971 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:09972 "dirs-sys",
flip19954c228cc2019-02-18 09:32:58973]
974
975[[package]]
flip19950046d7c2021-02-25 10:26:23976name = "dirs-next"
977version = "2.0.0"
978source = "registry+https://github.com/rust-lang/crates.io-index"
979checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
980dependencies = [
981 "cfg-if 1.0.0",
982 "dirs-sys-next",
983]
984
985[[package]]
Ralf Jung4e8626e2019-06-13 07:58:32986name = "dirs-sys"
Jubilee Young27ef7192021-04-23 22:49:47987version = "0.3.6"
Ralf Jung4e8626e2019-06-13 07:58:32988source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young27ef7192021-04-23 22:49:47989checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
Ralf Jung4e8626e2019-06-13 07:58:32990dependencies = [
Alex Crichton093ede22019-08-15 00:45:09991 "libc",
Jubilee Young27ef7192021-04-23 22:49:47992 "redox_users",
flip19950046d7c2021-02-25 10:26:23993 "winapi 0.3.9",
994]
995
996[[package]]
997name = "dirs-sys-next"
998version = "0.1.2"
999source = "registry+https://github.com/rust-lang/crates.io-index"
1000checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1001dependencies = [
1002 "libc",
Jubilee Young27ef7192021-04-23 22:49:471003 "redox_users",
Mark Rousskov342d9562020-08-17 15:21:441004 "winapi 0.3.9",
Ralf Jung4e8626e2019-06-13 07:58:321005]
1006
1007[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291008name = "dlmalloc"
Raoul Strackx292f15c2020-11-09 17:20:491009version = "0.2.1"
Alex Crichton4c21a3b2018-11-20 05:52:501010source = "registry+https://github.com/rust-lang/crates.io-index"
Raoul Strackx292f15c2020-11-09 17:20:491011checksum = "332570860c2edf2d57914987bf9e24835425f75825086b6ba7d1e6a3e4f1f254"
Oliver Schneideracdf83f2017-12-06 08:25:291012dependencies = [
Alex Crichton093ede22019-08-15 00:45:091013 "compiler_builtins",
1014 "libc",
1015 "rustc-std-workspace-core",
Oliver Schneideracdf83f2017-12-06 08:25:291016]
1017
1018[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291019name = "either"
Mark Rousskov342d9562020-08-17 15:21:441020version = "1.6.0"
Oliver Schneideracdf83f2017-12-06 08:25:291021source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441022checksum = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f"
Oliver Schneideracdf83f2017-12-06 08:25:291023
1024[[package]]
steveklabnikecfbaca2018-04-03 14:32:041025name = "elasticlunr-rs"
Aaron Hill70ba4912020-08-01 14:11:151026version = "2.3.9"
steveklabnikecfbaca2018-04-03 14:32:041027source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:151028checksum = "35622eb004c8f0c5e7e2032815f3314a93df0db30a1ce5c94e62c1ecc81e22b9"
steveklabnikecfbaca2018-04-03 14:32:041029dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:421030 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091031 "regex",
1032 "serde",
1033 "serde_derive",
1034 "serde_json",
1035 "strum",
1036 "strum_macros",
steveklabnikecfbaca2018-04-03 14:32:041037]
1038
1039[[package]]
Sean Griffin755bdaa2018-01-29 20:45:121040name = "ena"
Markus Westerlindcaacdd22020-02-25 08:47:071041version = "0.14.0"
1042source = "registry+https://github.com/rust-lang/crates.io-index"
1043checksum = "d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3"
varkor443a2d42019-03-19 21:30:071044dependencies = [
Alex Crichton093ede22019-08-15 00:45:091045 "log",
varkor443a2d42019-03-19 21:30:071046]
1047
1048[[package]]
Ralf Jungbf11b122021-04-06 11:20:481049name = "enum-iterator"
1050version = "0.6.0"
1051source = "registry+https://github.com/rust-lang/crates.io-index"
1052checksum = "c79a6321a1197d7730510c7e3f6cb80432dfefecb32426de8cea0aa19b4bb8d7"
1053dependencies = [
1054 "enum-iterator-derive",
1055]
1056
1057[[package]]
1058name = "enum-iterator-derive"
1059version = "0.6.0"
1060source = "registry+https://github.com/rust-lang/crates.io-index"
1061checksum = "1e94aa31f7c0dc764f57896dc615ddd76fc13b0d5dca7eb6cc5e018a5a09ec06"
1062dependencies = [
1063 "proc-macro2",
1064 "quote",
1065 "syn",
1066]
1067
1068[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581069name = "env_logger"
Mateusz Mikuła8ddbe762019-08-29 11:22:211070version = "0.6.2"
Alex Crichton15899b02018-01-25 04:01:421071source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuła8ddbe762019-08-29 11:22:211072checksum = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3"
Alex Crichton01127ca2018-11-16 11:08:231073dependencies = [
Alex Crichton093ede22019-08-15 00:45:091074 "atty",
Eric Hussd45d8b12020-01-21 17:55:431075 "humantime 1.3.0",
Alex Crichton093ede22019-08-15 00:45:091076 "log",
1077 "regex",
1078 "termcolor",
Alex Crichton01127ca2018-11-16 11:08:231079]
1080
1081[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:561082name = "env_logger"
Ralf Jung64cf5962019-10-30 20:03:191083version = "0.7.1"
Alex Crichton5c5e3fa2019-09-24 18:06:561084source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung64cf5962019-10-30 20:03:191085checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
Alex Crichton5c5e3fa2019-09-24 18:06:561086dependencies = [
1087 "atty",
Eric Hussd45d8b12020-01-21 17:55:431088 "humantime 1.3.0",
Alex Crichton5c5e3fa2019-09-24 18:06:561089 "log",
1090 "regex",
1091 "termcolor",
1092]
1093
1094[[package]]
Eric Husse852a4a2020-10-20 23:36:461095name = "env_logger"
1096version = "0.8.1"
1097source = "registry+https://github.com/rust-lang/crates.io-index"
1098checksum = "54532e3223c5af90a6a757c90b5c5521564b07e5e7a958681bcd2afad421cdcd"
1099dependencies = [
1100 "atty",
1101 "humantime 2.0.1",
1102 "log",
1103 "regex",
1104 "termcolor",
1105]
1106
1107[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291108name = "error_index_generator"
1109version = "0.0.0"
Mark Simulacrume2e9b402017-07-23 02:01:581110dependencies = [
Alex Crichton093ede22019-08-15 00:45:091111 "rustdoc",
Mark Rousskov99ce39b2019-08-19 22:04:251112 "walkdir",
Mark Simulacrume2e9b402017-07-23 02:01:581113]
Ahmed Charles9ca382f2016-09-02 08:55:291114
1115[[package]]
Pietro Albini9beb8f52019-11-26 11:06:301116name = "expand-yaml-anchors"
1117version = "0.1.0"
1118dependencies = [
1119 "yaml-merge-keys",
Mark Rousskov342d9562020-08-17 15:21:441120 "yaml-rust 0.4.4",
Pietro Albini9beb8f52019-11-26 11:06:301121]
1122
1123[[package]]
Aleksey Kladovf7be59c2020-08-21 12:03:501124name = "expect-test"
Aleksey Kladov5716c3e2020-08-31 19:04:091125version = "1.0.1"
Aleksey Kladovf7be59c2020-08-21 12:03:501126source = "registry+https://github.com/rust-lang/crates.io-index"
Aleksey Kladov5716c3e2020-08-31 19:04:091127checksum = "ceb96f3eaa0d4e8769c52dacfd4eb60183b817ed2f176171b3c691d5022b0f2e"
Aleksey Kladovf7be59c2020-08-21 12:03:501128dependencies = [
1129 "difference",
1130 "once_cell",
1131]
1132
1133[[package]]
James Munnsde763692019-01-19 02:39:371134name = "fake-simd"
1135version = "0.1.2"
1136source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091137checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
James Munnsde763692019-01-19 02:39:371138
1139[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291140name = "filetime"
klensydcdc3082021-05-11 19:03:591141version = "0.2.14"
Alex Crichton924f8c72018-04-18 15:43:591142source = "registry+https://github.com/rust-lang/crates.io-index"
klensydcdc3082021-05-11 19:03:591143checksum = "1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8"
Alex Crichton924f8c72018-04-18 15:43:591144dependencies = [
klensydcdc3082021-05-11 19:03:591145 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:091146 "libc",
klensydcdc3082021-05-11 19:03:591147 "redox_syscall",
Mark Rousskov342d9562020-08-17 15:21:441148 "winapi 0.3.9",
Alex Crichton924f8c72018-04-18 15:43:591149]
1150
1151[[package]]
Jack Hueya24df5b2020-03-03 16:25:031152name = "fixedbitset"
Jack Huey6aa2e9d2020-05-27 00:19:191153version = "0.2.0"
Jack Hueya24df5b2020-03-03 16:25:031154source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:191155checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
Jack Hueya24df5b2020-03-03 16:25:031156
1157[[package]]
Josh Stone020c5ec2017-05-08 22:01:131158name = "flate2"
Alex Crichton06d565c2020-05-13 21:22:371159version = "1.0.16"
Felix Schütt7c13fa32017-12-31 14:34:291160source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton06d565c2020-05-13 21:22:371161checksum = "68c90b0fc46cf89d227cc78b40e494ff81287a92dd07631e5af0d06fe3cf885e"
Felix Schütt7c13fa32017-12-31 14:34:291162dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071163 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:091164 "crc32fast",
1165 "libc",
1166 "libz-sys",
Eric Huss139477d2019-11-12 18:14:481167 "miniz_oxide",
Felix Schütt7c13fa32017-12-31 14:34:291168]
1169
1170[[package]]
Simon Sapinb77ff242017-07-18 21:26:551171name = "fnv"
Mark Rousskov342d9562020-08-17 15:21:441172version = "1.0.7"
Simon Sapinb77ff242017-07-18 21:26:551173source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441174checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
Simon Sapinb77ff242017-07-18 21:26:551175
1176[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581177name = "foreign-types"
Oliver Schneideracdf83f2017-12-06 08:25:291178version = "0.3.2"
1179source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091180checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
Oliver Schneideracdf83f2017-12-06 08:25:291181dependencies = [
Alex Crichton093ede22019-08-15 00:45:091182 "foreign-types-shared",
Oliver Schneideracdf83f2017-12-06 08:25:291183]
1184
1185[[package]]
1186name = "foreign-types-shared"
1187version = "0.1.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581188source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091189checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581190
1191[[package]]
Eric Hussf3287a62021-05-12 00:39:511192name = "form_urlencoded"
1193version = "1.0.1"
1194source = "registry+https://github.com/rust-lang/crates.io-index"
1195checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
1196dependencies = [
1197 "matches",
1198 "percent-encoding 2.1.0",
1199]
1200
1201[[package]]
Jethro Beekman4a350562018-08-28 04:33:261202name = "fortanix-sgx-abi"
Mark Rousskov342d9562020-08-17 15:21:441203version = "0.3.3"
Alex Crichton4c21a3b2018-11-20 05:52:501204source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441205checksum = "c56c422ef86062869b2d57ae87270608dc5929969dd130a6e248979cf4fb6ca6"
Jethro Beekman4a350562018-08-28 04:33:261206dependencies = [
Alex Crichton093ede22019-08-15 00:45:091207 "compiler_builtins",
1208 "rustc-std-workspace-core",
Jethro Beekman4a350562018-08-28 04:33:261209]
1210
1211[[package]]
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471212name = "fs-err"
1213version = "2.5.0"
1214source = "registry+https://github.com/rust-lang/crates.io-index"
1215checksum = "bcd1163ae48bda72a20ae26d66a04d3094135cadab911cff418ae5e33f253431"
1216
1217[[package]]
Alex Crichton016eaf82018-10-21 02:15:061218name = "fs_extra"
1219version = "1.1.0"
1220source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091221checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
Alex Crichton016eaf82018-10-21 02:15:061222
1223[[package]]
Nick Cameron77177052018-07-06 00:34:001224name = "fst"
Eric Huss893ca662021-04-22 22:47:101225version = "0.4.5"
Nick Cameron77177052018-07-06 00:34:001226source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss893ca662021-04-22 22:47:101227checksum = "d79238883cf0307100b90aba4a755d8051a3182305dfe7f649a1e9dc0517006f"
Nick Cameron77177052018-07-06 00:34:001228
1229[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291230name = "fuchsia-zircon"
Alex Crichton80d6ed22018-01-08 21:56:221231version = "0.3.3"
Oliver Schneideracdf83f2017-12-06 08:25:291232source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091233checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
Oliver Schneideracdf83f2017-12-06 08:25:291234dependencies = [
Alex Crichton093ede22019-08-15 00:45:091235 "bitflags",
1236 "fuchsia-zircon-sys",
Oliver Schneideracdf83f2017-12-06 08:25:291237]
1238
1239[[package]]
1240name = "fuchsia-zircon-sys"
Alex Crichton80d6ed22018-01-08 21:56:221241version = "0.3.3"
Oliver Schneideracdf83f2017-12-06 08:25:291242source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091243checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
Oliver Schneideracdf83f2017-12-06 08:25:291244
1245[[package]]
steveklabnikecfbaca2018-04-03 14:32:041246name = "futf"
Alex Crichtond8251152018-07-02 16:33:161247version = "0.1.4"
steveklabnikecfbaca2018-04-03 14:32:041248source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091249checksum = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
steveklabnikecfbaca2018-04-03 14:32:041250dependencies = [
Alex Crichton093ede22019-08-15 00:45:091251 "mac",
1252 "new_debug_unreachable",
steveklabnikecfbaca2018-04-03 14:32:041253]
1254
1255[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121256name = "futures"
Mark Rousskov342d9562020-08-17 15:21:441257version = "0.1.29"
Ahmed Charles9ca382f2016-09-02 08:55:291258source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441259checksum = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"
Ahmed Charles9ca382f2016-09-02 08:55:291260
1261[[package]]
Caleb Cartwright63913182021-02-10 01:52:541262name = "futures"
1263version = "0.3.12"
1264source = "registry+https://github.com/rust-lang/crates.io-index"
1265checksum = "da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150"
1266dependencies = [
1267 "futures-channel",
1268 "futures-core",
1269 "futures-executor",
1270 "futures-io",
1271 "futures-sink",
1272 "futures-task",
1273 "futures-util",
1274]
1275
1276[[package]]
1277name = "futures-channel"
1278version = "0.3.12"
1279source = "registry+https://github.com/rust-lang/crates.io-index"
1280checksum = "f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846"
1281dependencies = [
1282 "futures-core",
1283 "futures-sink",
1284]
1285
1286[[package]]
1287name = "futures-core"
1288version = "0.3.12"
1289source = "registry+https://github.com/rust-lang/crates.io-index"
1290checksum = "79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65"
1291
1292[[package]]
1293name = "futures-executor"
1294version = "0.3.12"
1295source = "registry+https://github.com/rust-lang/crates.io-index"
1296checksum = "e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9"
1297dependencies = [
1298 "futures-core",
1299 "futures-task",
1300 "futures-util",
1301 "num_cpus",
1302]
1303
1304[[package]]
1305name = "futures-io"
1306version = "0.3.12"
1307source = "registry+https://github.com/rust-lang/crates.io-index"
1308checksum = "28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500"
1309
1310[[package]]
1311name = "futures-macro"
1312version = "0.3.12"
1313source = "registry+https://github.com/rust-lang/crates.io-index"
1314checksum = "c287d25add322d9f9abdcdc5927ca398917996600182178774032e9f8258fedd"
1315dependencies = [
1316 "proc-macro-hack",
1317 "proc-macro2",
1318 "quote",
1319 "syn",
1320]
1321
1322[[package]]
1323name = "futures-sink"
1324version = "0.3.12"
1325source = "registry+https://github.com/rust-lang/crates.io-index"
1326checksum = "caf5c69029bda2e743fddd0582d1083951d65cc9539aebf8812f36c3491342d6"
1327
1328[[package]]
1329name = "futures-task"
1330version = "0.3.12"
1331source = "registry+https://github.com/rust-lang/crates.io-index"
1332checksum = "13de07eb8ea81ae445aca7b69f5f7bf15d7bf4912d8ca37d6645c77ae8a58d86"
1333dependencies = [
1334 "once_cell",
1335]
1336
1337[[package]]
1338name = "futures-util"
1339version = "0.3.12"
1340source = "registry+https://github.com/rust-lang/crates.io-index"
1341checksum = "632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b"
1342dependencies = [
1343 "futures 0.1.29",
1344 "futures-channel",
1345 "futures-core",
1346 "futures-io",
1347 "futures-macro",
1348 "futures-sink",
1349 "futures-task",
1350 "memchr",
1351 "pin-project-lite 0.2.4",
1352 "pin-utils",
1353 "proc-macro-hack",
1354 "proc-macro-nested",
1355 "slab",
1356]
1357
1358[[package]]
Eric Huss97308712018-08-14 21:27:261359name = "fwdansi"
Eric Huss89d79062020-07-29 18:02:051360version = "1.1.0"
Eric Huss97308712018-08-14 21:27:261361source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss89d79062020-07-29 18:02:051362checksum = "08c1f5787fe85505d1f7777268db5103d80a7a374d2316a7ce262e57baf8f208"
Eric Huss97308712018-08-14 21:27:261363dependencies = [
Alex Crichton093ede22019-08-15 00:45:091364 "memchr",
1365 "termcolor",
Eric Huss97308712018-08-14 21:27:261366]
1367
1368[[package]]
James Munnsde763692019-01-19 02:39:371369name = "generic-array"
klensyd480a3e2021-03-12 13:33:021370version = "0.12.4"
James Munnsde763692019-01-19 02:39:371371source = "registry+https://github.com/rust-lang/crates.io-index"
klensyd480a3e2021-03-12 13:33:021372checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
James Munnsde763692019-01-19 02:39:371373dependencies = [
Alex Crichton093ede22019-08-15 00:45:091374 "typenum",
James Munnsde763692019-01-19 02:39:371375]
1376
1377[[package]]
Pietro Albiniacd8e592020-10-01 15:15:121378name = "generic-array"
1379version = "0.14.4"
1380source = "registry+https://github.com/rust-lang/crates.io-index"
1381checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
1382dependencies = [
1383 "typenum",
1384 "version_check",
1385]
1386
1387[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291388name = "getopts"
Alex Crichtonb47c9692019-08-16 15:29:081389version = "0.2.21"
Ahmed Charles9ca382f2016-09-02 08:55:291390source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonb47c9692019-08-16 15:29:081391checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
varkore72f7e12019-04-30 19:37:361392dependencies = [
Alex Crichtonb47c9692019-08-16 15:29:081393 "rustc-std-workspace-core",
1394 "rustc-std-workspace-std",
Alex Crichton093ede22019-08-15 00:45:091395 "unicode-width",
varkore72f7e12019-04-30 19:37:361396]
Ahmed Charles9ca382f2016-09-02 08:55:291397
1398[[package]]
gnzlbg52caca02019-08-01 15:02:261399name = "getrandom"
Alex Crichtonaabf4e92020-01-08 15:33:571400version = "0.1.14"
gnzlbg52caca02019-08-01 15:02:261401source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:571402checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
gnzlbg52caca02019-08-01 15:02:261403dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071404 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:091405 "libc",
Alex Crichtonaabf4e92020-01-08 15:33:571406 "wasi",
gnzlbg52caca02019-08-01 15:02:261407]
1408
1409[[package]]
Ralf Jung0e908752020-09-17 18:04:201410name = "getrandom"
1411version = "0.2.0"
1412source = "registry+https://github.com/rust-lang/crates.io-index"
1413checksum = "ee8025cf36f917e6a52cce185b7c7177689b838b7ec138364e50cc2277a56cf4"
1414dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071415 "cfg-if 0.1.10",
Ralf Jung0e908752020-09-17 18:04:201416 "libc",
1417 "wasi",
1418]
1419
1420[[package]]
Ralf Jungbf11b122021-04-06 11:20:481421name = "getset"
1422version = "0.1.1"
1423source = "registry+https://github.com/rust-lang/crates.io-index"
1424checksum = "24b328c01a4d71d2d8173daa93562a73ab0fe85616876f02500f53d82948c504"
1425dependencies = [
1426 "proc-macro-error",
1427 "proc-macro2",
1428 "quote",
1429 "syn",
1430]
1431
1432[[package]]
Alex Crichton06d565c2020-05-13 21:22:371433name = "gimli"
Alex Crichtonf99410b2020-11-20 17:12:141434version = "0.23.0"
Alex Crichton06d565c2020-05-13 21:22:371435source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonf99410b2020-11-20 17:12:141436checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"
Alex Crichton06d565c2020-05-13 21:22:371437dependencies = [
1438 "compiler_builtins",
1439 "rustc-std-workspace-alloc",
1440 "rustc-std-workspace-core",
1441]
1442
1443[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581444name = "git2"
Eric Huss45484ec2021-01-27 17:56:341445version = "0.13.17"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581446source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss45484ec2021-01-27 17:56:341447checksum = "1d250f5f82326884bd39c2853577e70a121775db76818ffa452ed1e80de12986"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581448dependencies = [
Alex Crichton093ede22019-08-15 00:45:091449 "bitflags",
1450 "libc",
1451 "libgit2-sys",
1452 "log",
1453 "openssl-probe",
1454 "openssl-sys",
Eric Hussf3287a62021-05-12 00:39:511455 "url 2.2.2",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581456]
1457
1458[[package]]
1459name = "git2-curl"
Eric Huss468af392020-12-23 03:42:031460version = "0.14.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581461source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss468af392020-12-23 03:42:031462checksum = "883539cb0ea94bab3f8371a98cd8e937bbe9ee7c044499184aa4c17deb643a50"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581463dependencies = [
Alex Crichton093ede22019-08-15 00:45:091464 "curl",
1465 "git2",
1466 "log",
Eric Hussf3287a62021-05-12 00:39:511467 "url 2.2.2",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581468]
1469
1470[[package]]
1471name = "glob"
Eric Huss45432452019-03-12 20:34:471472version = "0.3.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581473source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091474checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581475
1476[[package]]
Simon Sapinb77ff242017-07-18 21:26:551477name = "globset"
Mark Rousskov342d9562020-08-17 15:21:441478version = "0.4.5"
Simon Sapinb77ff242017-07-18 21:26:551479source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441480checksum = "7ad1da430bd7281dde2576f44c84cc3f0f7b475e7202cd503042dff01a8c8120"
Simon Sapinb77ff242017-07-18 21:26:551481dependencies = [
Alex Crichton093ede22019-08-15 00:45:091482 "aho-corasick",
1483 "bstr",
1484 "fnv",
1485 "log",
1486 "regex",
Simon Sapinb77ff242017-07-18 21:26:551487]
1488
1489[[package]]
Jacob Hoffman-Andrewscd0f9312021-06-09 00:19:031490name = "globwalk"
1491version = "0.8.1"
1492source = "registry+https://github.com/rust-lang/crates.io-index"
1493checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc"
1494dependencies = [
1495 "bitflags",
1496 "ignore",
1497 "walkdir",
1498]
1499
1500[[package]]
Vishnunarayan K Iea146072020-10-26 13:34:291501name = "gsgdt"
Vishnunarayan K Ia4e94ec2020-10-27 14:44:381502version = "0.1.2"
Vishnunarayan K Iea146072020-10-26 13:34:291503source = "registry+https://github.com/rust-lang/crates.io-index"
Vishnunarayan K Ia4e94ec2020-10-27 14:44:381504checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825"
Vishnunarayan K Iea146072020-10-26 13:34:291505dependencies = [
1506 "serde",
1507]
1508
1509[[package]]
Steve Klabnika0769612017-02-07 23:13:571510name = "handlebars"
Mark Rousskov342d9562020-08-17 15:21:441511version = "3.4.0"
Steve Klabnika0769612017-02-07 23:13:571512source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441513checksum = "5deefd4816fb852b1ff3cb48f6c41da67be2d0e1d20b26a7a3b076da11f064b1"
Steve Klabnika0769612017-02-07 23:13:571514dependencies = [
Alex Crichton093ede22019-08-15 00:45:091515 "log",
1516 "pest",
1517 "pest_derive",
Mark Rousskov342d9562020-08-17 15:21:441518 "quick-error 2.0.0",
Alex Crichton093ede22019-08-15 00:45:091519 "serde",
1520 "serde_json",
James Munnsde763692019-01-19 02:39:371521]
1522
1523[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:051524name = "hashbrown"
Markus Westerlind7cf8d3a2020-10-05 08:50:511525version = "0.9.1"
Félix Saparellibdcc21c2019-09-21 10:56:051526source = "registry+https://github.com/rust-lang/crates.io-index"
Markus Westerlind7cf8d3a2020-10-05 08:50:511527checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
1528
1529[[package]]
1530name = "hashbrown"
1531version = "0.11.0"
1532source = "registry+https://github.com/rust-lang/crates.io-index"
1533checksum = "362385356d610bd1e5a408ddf8d022041774b683f345a1d2cfcb4f60f8ae2db5"
Félix Saparellibdcc21c2019-09-21 10:56:051534dependencies = [
Alex Crichton093ede22019-08-15 00:45:091535 "compiler_builtins",
1536 "rustc-std-workspace-alloc",
1537 "rustc-std-workspace-core",
Eric Huss04538c62019-07-08 21:52:071538]
1539
1540[[package]]
Bastien Orivel5c4534a2018-12-08 14:11:471541name = "heck"
Mark Rousskov342d9562020-08-17 15:21:441542version = "0.3.1"
Bastien Orivel5c4534a2018-12-08 14:11:471543source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441544checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
Bastien Orivel5c4534a2018-12-08 14:11:471545dependencies = [
Alex Crichton093ede22019-08-15 00:45:091546 "unicode-segmentation",
Bastien Orivel5c4534a2018-12-08 14:11:471547]
1548
1549[[package]]
Stefan Lankes5ebd4d92019-10-20 07:55:101550name = "hermit-abi"
Stefan Lankes98fcc3f2020-10-06 09:42:571551version = "0.1.17"
Stefan Lankes5ebd4d92019-10-20 07:55:101552source = "registry+https://github.com/rust-lang/crates.io-index"
Stefan Lankes98fcc3f2020-10-06 09:42:571553checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
Stefan Lankes5ebd4d92019-10-20 07:55:101554dependencies = [
1555 "compiler_builtins",
1556 "libc",
1557 "rustc-std-workspace-core",
1558]
1559
1560[[package]]
Alex Crichton1cede102017-06-15 02:33:061561name = "hex"
Alex Crichtond8251152018-07-02 16:33:161562version = "0.3.2"
Alex Crichton80d6ed22018-01-08 21:56:221563source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091564checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
Alex Crichton80d6ed22018-01-08 21:56:221565
1566[[package]]
Aaron Hilld440e132019-09-16 18:45:401567name = "hex"
Mark Rousskov342d9562020-08-17 15:21:441568version = "0.4.2"
Aaron Hilld440e132019-09-16 18:45:401569source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441570checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
Aaron Hilld440e132019-09-16 18:45:401571
1572[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121573name = "home"
Mark Rousskov342d9562020-08-17 15:21:441574version = "0.5.3"
flip199596c3ec12019-08-20 07:32:531575source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441576checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
flip199596c3ec12019-08-20 07:32:531577dependencies = [
Mark Rousskov342d9562020-08-17 15:21:441578 "winapi 0.3.9",
flip199596c3ec12019-08-20 07:32:531579]
1580
1581[[package]]
Guillaume Gomez83a2bc32021-04-23 14:43:181582name = "html-checker"
1583version = "0.1.0"
1584dependencies = [
1585 "walkdir",
1586]
1587
1588[[package]]
steveklabnikecfbaca2018-04-03 14:32:041589name = "html5ever"
Aaron Hill70ba4912020-08-01 14:11:151590version = "0.25.1"
Eric Huss2dafa912019-06-19 03:36:471591source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:151592checksum = "aafcf38a1a36118242d29b92e1b08ef84e67e4a5ed06e0a80be20e6a32bfed6b"
Eric Huss2dafa912019-06-19 03:36:471593dependencies = [
Alex Crichton093ede22019-08-15 00:45:091594 "log",
1595 "mac",
1596 "markup5ever",
Aaron Hill70ba4912020-08-01 14:11:151597 "proc-macro2",
1598 "quote",
1599 "syn",
Eric Huss2dafa912019-06-19 03:36:471600]
1601
1602[[package]]
Alex Crichton87f3dda2018-03-01 19:08:481603name = "humantime"
Alex Crichton5c5e3fa2019-09-24 18:06:561604version = "1.3.0"
Alex Crichton87f3dda2018-03-01 19:08:481605source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton5c5e3fa2019-09-24 18:06:561606checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
Alex Crichton87f3dda2018-03-01 19:08:481607dependencies = [
Mark Rousskov342d9562020-08-17 15:21:441608 "quick-error 1.2.3",
Alex Crichton87f3dda2018-03-01 19:08:481609]
1610
1611[[package]]
Eric Hussd45d8b12020-01-21 17:55:431612name = "humantime"
Mark Rousskov342d9562020-08-17 15:21:441613version = "2.0.1"
Eric Hussd45d8b12020-01-21 17:55:431614source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441615checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
Eric Hussd45d8b12020-01-21 17:55:431616
1617[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581618name = "idna"
Alex Crichton52d7ee832018-07-17 16:04:221619version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581620source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091621checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581622dependencies = [
Alex Crichton093ede22019-08-15 00:45:091623 "matches",
1624 "unicode-bidi",
1625 "unicode-normalization",
Alex Crichtonf6304e12017-02-15 22:55:261626]
1627
1628[[package]]
Eric Hussf2428a62019-08-01 00:44:391629name = "idna"
1630version = "0.2.0"
1631source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091632checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
Eric Hussf2428a62019-08-01 00:44:391633dependencies = [
Alex Crichton093ede22019-08-15 00:45:091634 "matches",
1635 "unicode-bidi",
1636 "unicode-normalization",
Eric Hussf2428a62019-08-01 00:44:391637]
1638
1639[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291640name = "if_chain"
Oliver Scherer2a789512019-05-26 17:21:541641version = "1.0.0"
Oliver Schneideracdf83f2017-12-06 08:25:291642source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091643checksum = "c3360c7b59e5ffa2653671fb74b4741a5d343c03f331c0a4aeda42b5c2b0ec7d"
Oliver Schneideracdf83f2017-12-06 08:25:291644
1645[[package]]
Simon Sapinb77ff242017-07-18 21:26:551646name = "ignore"
Jubilee Young1f5e1c52021-04-23 23:09:401647version = "0.4.17"
Simon Sapinb77ff242017-07-18 21:26:551648source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young1f5e1c52021-04-23 23:09:401649checksum = "b287fb45c60bb826a0dc68ff08742b9d88a2fea13d6e0c286b3172065aaf878c"
Simon Sapinb77ff242017-07-18 21:26:551650dependencies = [
Jubilee Young1f5e1c52021-04-23 23:09:401651 "crossbeam-utils 0.8.3",
Alex Crichton093ede22019-08-15 00:45:091652 "globset",
Yuki Okushi1f0a39502020-05-26 04:00:421653 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091654 "log",
1655 "memchr",
1656 "regex",
1657 "same-file",
Yuki Okushib4b76b82020-05-26 04:04:591658 "thread_local",
Alex Crichton093ede22019-08-15 00:45:091659 "walkdir",
1660 "winapi-util",
Simon Sapinb77ff242017-07-18 21:26:551661]
1662
1663[[package]]
Eric Huss8c20add2018-12-03 01:33:201664name = "im-rc"
Eric Hussc8443bb2020-05-18 22:41:571665version = "15.0.0"
Eric Huss8c20add2018-12-03 01:33:201666source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussc8443bb2020-05-18 22:41:571667checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f"
Eric Huss8c20add2018-12-03 01:33:201668dependencies = [
Eric Huss2b985322019-11-25 16:14:071669 "bitmaps",
Aaron Hill2550d5b2021-03-07 23:39:191670 "rand_core 0.5.1",
Eric Huss2b985322019-11-25 16:14:071671 "rand_xoshiro",
Alex Crichton093ede22019-08-15 00:45:091672 "sized-chunks",
1673 "typenum",
Guillaume Gomezd8589de2020-02-13 17:39:401674 "version_check",
Eric Huss8c20add2018-12-03 01:33:201675]
1676
1677[[package]]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571678name = "indexmap"
Matt Brubeck15ccdeb2020-09-03 20:32:531679version = "1.6.0"
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571680source = "registry+https://github.com/rust-lang/crates.io-index"
Matt Brubeck15ccdeb2020-09-03 20:32:531681checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2"
Josh Stone997a7662020-08-08 00:03:471682dependencies = [
1683 "autocfg",
Markus Westerlind7cf8d3a2020-10-05 08:50:511684 "hashbrown 0.9.1",
Josh Stone997a7662020-08-08 00:03:471685]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571686
1687[[package]]
Josh Stone020c5ec2017-05-08 22:01:131688name = "installer"
1689version = "0.0.0"
1690dependencies = [
Michael Forney32025fd2020-05-25 00:08:451691 "anyhow",
Alex Crichton093ede22019-08-15 00:45:091692 "clap",
Alex Crichton093ede22019-08-15 00:45:091693 "flate2",
Yuki Okushi1f0a39502020-05-26 04:00:421694 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091695 "num_cpus",
1696 "rayon",
1697 "remove_dir_all",
1698 "tar",
1699 "walkdir",
Mark Rousskov342d9562020-08-17 15:21:441700 "winapi 0.3.9",
Alex Crichton093ede22019-08-15 00:45:091701 "xz2",
Josh Stone020c5ec2017-05-08 22:01:131702]
1703
1704[[package]]
Mark Rousskov342d9562020-08-17 15:21:441705name = "instant"
1706version = "0.1.6"
1707source = "registry+https://github.com/rust-lang/crates.io-index"
1708checksum = "5b141fdc7836c525d4d594027d318c84161ca17aaf8113ab1f81ab93ae897485"
1709
1710[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:431711name = "iovec"
Daniel Frampton535fc9c2020-01-14 19:52:461712version = "0.1.4"
Matthias Krüger696fb8f2019-01-21 15:32:431713source = "registry+https://github.com/rust-lang/crates.io-index"
Daniel Frampton535fc9c2020-01-14 19:52:461714checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
Matthias Krüger696fb8f2019-01-21 15:32:431715dependencies = [
Alex Crichton093ede22019-08-15 00:45:091716 "libc",
Matthias Krüger696fb8f2019-01-21 15:32:431717]
1718
1719[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291720name = "itertools"
Mark Rousskov342d9562020-08-17 15:21:441721version = "0.8.2"
Matthias Krüger696fb8f2019-01-21 15:32:431722source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441723checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
Matthias Krüger696fb8f2019-01-21 15:32:431724dependencies = [
Alex Crichton093ede22019-08-15 00:45:091725 "either",
Matthias Krüger696fb8f2019-01-21 15:32:431726]
1727
1728[[package]]
Matthias Krüger66949a72020-03-12 20:47:471729name = "itertools"
1730version = "0.9.0"
1731source = "registry+https://github.com/rust-lang/crates.io-index"
1732checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
1733dependencies = [
1734 "either",
1735]
1736
1737[[package]]
Eric Huss78529352021-06-02 03:38:391738name = "itertools"
1739version = "0.10.0"
1740source = "registry+https://github.com/rust-lang/crates.io-index"
1741checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319"
1742dependencies = [
1743 "either",
1744]
1745
1746[[package]]
Steve Klabnik2795de32017-02-20 00:20:571747name = "itoa"
Mark Rousskov342d9562020-08-17 15:21:441748version = "0.4.6"
Steve Klabnik2795de32017-02-20 00:20:571749source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441750checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
Steve Klabnik2795de32017-02-20 00:20:571751
1752[[package]]
Alex Crichton453080f2017-06-05 16:36:481753name = "jobserver"
The84727f45cdb2021-04-21 20:02:541754version = "0.1.22"
Alex Crichton453080f2017-06-05 16:36:481755source = "registry+https://github.com/rust-lang/crates.io-index"
The84727f45cdb2021-04-21 20:02:541756checksum = "972f5ae5d1cb9c6ae417789196c803205313edde988685da5e3aae0827b9e7fd"
Alex Crichton453080f2017-06-05 16:36:481757dependencies = [
Alex Crichton093ede22019-08-15 00:45:091758 "libc",
Alex Crichton453080f2017-06-05 16:36:481759]
1760
1761[[package]]
Igor Matuszewski3a17cf72018-08-25 16:17:551762name = "json"
Eric Huss893ca662021-04-22 22:47:101763version = "0.12.4"
Igor Matuszewski3a17cf72018-08-25 16:17:551764source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss893ca662021-04-22 22:47:101765checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
Igor Matuszewski3a17cf72018-08-25 16:17:551766
1767[[package]]
Rune Tynan77156562021-01-16 01:34:151768name = "jsondocck"
1769version = "0.1.0"
1770dependencies = [
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471771 "fs-err",
Rune Tynan77156562021-01-16 01:34:151772 "getopts",
1773 "jsonpath_lib",
klensy5afc5942021-06-01 16:44:101774 "once_cell",
Rune Tynan77156562021-01-16 01:34:151775 "regex",
Rune Tynan77156562021-01-16 01:34:151776 "serde_json",
klensyc63cb012021-06-01 15:25:361777 "shlex",
Rune Tynan77156562021-01-16 01:34:151778]
1779
1780[[package]]
1781name = "jsonpath_lib"
1782version = "0.2.6"
1783source = "registry+https://github.com/rust-lang/crates.io-index"
1784checksum = "61352ec23883402b7d30b3313c16cbabefb8907361c4eb669d990cbb87ceee5a"
1785dependencies = [
1786 "array_tool",
1787 "env_logger 0.7.1",
1788 "log",
1789 "serde",
1790 "serde_json",
1791]
1792
1793[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:111794name = "jsonrpc-client-transports"
Caleb Cartwright63913182021-02-10 01:52:541795version = "17.0.0"
Nick Cameronad8ecc22017-07-19 01:32:121796source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:541797checksum = "15b6c6ad01c7354d60de493148c30ac8a82b759e22ae678c8705e9b8e0c566a4"
Igor Matuszewskic2249a42019-09-08 08:28:111798dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541799 "derive_more",
1800 "futures 0.3.12",
Igor Matuszewskic2249a42019-09-08 08:28:111801 "jsonrpc-core",
1802 "jsonrpc-pubsub",
1803 "jsonrpc-server-utils",
1804 "log",
1805 "parity-tokio-ipc",
1806 "serde",
1807 "serde_json",
1808 "tokio",
1809 "url 1.7.2",
1810]
1811
1812[[package]]
1813name = "jsonrpc-core"
Caleb Cartwright63913182021-02-10 01:52:541814version = "17.0.0"
Igor Matuszewskic2249a42019-09-08 08:28:111815source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:541816checksum = "07569945133257ff557eb37b015497104cea61a2c9edaf126c1cbd6e8332397f"
Nick Cameronad8ecc22017-07-19 01:32:121817dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541818 "futures 0.3.12",
Alex Crichton093ede22019-08-15 00:45:091819 "log",
1820 "serde",
1821 "serde_derive",
1822 "serde_json",
Nick Cameronad8ecc22017-07-19 01:32:121823]
1824
1825[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:111826name = "jsonrpc-core-client"
Caleb Cartwright63913182021-02-10 01:52:541827version = "17.0.0"
Igor Matuszewskic2249a42019-09-08 08:28:111828source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:541829checksum = "7ac9d56dc729912796637c30f475bbf834594607b27740dfea6e5fa7ba40d1f1"
Igor Matuszewskic2249a42019-09-08 08:28:111830dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541831 "futures 0.3.12",
Igor Matuszewskic2249a42019-09-08 08:28:111832 "jsonrpc-client-transports",
1833]
1834
1835[[package]]
1836name = "jsonrpc-derive"
Caleb Cartwright63913182021-02-10 01:52:541837version = "17.0.0"
Igor Matuszewskic2249a42019-09-08 08:28:111838source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:541839checksum = "b68ba7e76e5c7796cfa4d2a30e83986550c34404c6d40551c902ca6f7bd4a137"
Igor Matuszewskic2249a42019-09-08 08:28:111840dependencies = [
1841 "proc-macro-crate",
Aaron Hill70ba4912020-08-01 14:11:151842 "proc-macro2",
1843 "quote",
1844 "syn",
Igor Matuszewskic2249a42019-09-08 08:28:111845]
1846
1847[[package]]
1848name = "jsonrpc-ipc-server"
Caleb Cartwright63913182021-02-10 01:52:541849version = "17.0.1"
Igor Matuszewskic2249a42019-09-08 08:28:111850source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:541851checksum = "14c4cd89e5ea7e7f0884e828fc35bb83591a371b92439675eae28efa66c24a97"
Igor Matuszewskic2249a42019-09-08 08:28:111852dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541853 "futures 0.3.12",
Igor Matuszewskic2249a42019-09-08 08:28:111854 "jsonrpc-core",
1855 "jsonrpc-server-utils",
1856 "log",
1857 "parity-tokio-ipc",
Caleb Cartwright63913182021-02-10 01:52:541858 "parking_lot",
1859 "tower-service",
Igor Matuszewskic2249a42019-09-08 08:28:111860]
1861
1862[[package]]
1863name = "jsonrpc-pubsub"
Caleb Cartwright63913182021-02-10 01:52:541864version = "17.0.0"
Igor Matuszewskic2249a42019-09-08 08:28:111865source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:541866checksum = "0c48dbebce7a9c88ab272a4db7d6478aa4c6d9596e6c086366e89efc4e9ed89e"
Igor Matuszewskic2249a42019-09-08 08:28:111867dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541868 "futures 0.3.12",
Igor Matuszewskic2249a42019-09-08 08:28:111869 "jsonrpc-core",
Caleb Cartwright63913182021-02-10 01:52:541870 "lazy_static",
Igor Matuszewskic2249a42019-09-08 08:28:111871 "log",
Caleb Cartwright63913182021-02-10 01:52:541872 "parking_lot",
Aaron Hill2550d5b2021-03-07 23:39:191873 "rand 0.7.3",
Igor Matuszewskic2249a42019-09-08 08:28:111874 "serde",
1875]
1876
1877[[package]]
1878name = "jsonrpc-server-utils"
Caleb Cartwright63913182021-02-10 01:52:541879version = "17.0.0"
Igor Matuszewskic2249a42019-09-08 08:28:111880source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:541881checksum = "f4207cce738bf713a82525065b750a008f28351324f438f56b33d698ada95bb4"
Igor Matuszewskic2249a42019-09-08 08:28:111882dependencies = [
1883 "bytes",
Caleb Cartwright63913182021-02-10 01:52:541884 "futures 0.3.12",
Igor Matuszewskic2249a42019-09-08 08:28:111885 "globset",
1886 "jsonrpc-core",
Yuki Okushi1f0a39502020-05-26 04:00:421887 "lazy_static",
Igor Matuszewskic2249a42019-09-08 08:28:111888 "log",
Igor Matuszewskic2249a42019-09-08 08:28:111889 "tokio",
Caleb Cartwright63913182021-02-10 01:52:541890 "tokio-util",
Eric Huss139477d2019-11-12 18:14:481891 "unicase",
Igor Matuszewskic2249a42019-09-08 08:28:111892]
1893
1894[[package]]
Steve Klabnika0769612017-02-07 23:13:571895name = "kernel32-sys"
1896version = "0.2.2"
1897source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091898checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
Steve Klabnika0769612017-02-07 23:13:571899dependencies = [
Alex Crichton093ede22019-08-15 00:45:091900 "winapi 0.2.8",
1901 "winapi-build",
Steve Klabnika0769612017-02-07 23:13:571902]
1903
1904[[package]]
1905name = "lazy_static"
Alex Crichtonaabf4e92020-01-08 15:33:571906version = "1.4.0"
Alex Crichton325d7392017-12-10 17:42:491907source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:571908checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
Alex Crichton325d7392017-12-10 17:42:491909
1910[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291911name = "lazycell"
Mark Rousskov342d9562020-08-17 15:21:441912version = "1.3.0"
Alex Crichton994bfd42018-02-26 17:07:161913source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441914checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
Alex Crichton994bfd42018-02-26 17:07:161915
1916[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291917name = "libc"
Oleksandr Povar63d6e322021-04-10 14:12:461918version = "0.2.93"
Ahmed Charles9ca382f2016-09-02 08:55:291919source = "registry+https://github.com/rust-lang/crates.io-index"
Oleksandr Povar63d6e322021-04-10 14:12:461920checksum = "9385f66bf6105b241aa65a61cb923ef20efc665cb9f9bb50ac2f0c4b7f378d41"
Alex Crichton4c21a3b2018-11-20 05:52:501921dependencies = [
Alex Crichton093ede22019-08-15 00:45:091922 "rustc-std-workspace-core",
Alex Crichton4c21a3b2018-11-20 05:52:501923]
Ahmed Charles9ca382f2016-09-02 08:55:291924
1925[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581926name = "libgit2-sys"
Eric Huss45484ec2021-01-27 17:56:341927version = "0.12.18+1.1.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581928source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss45484ec2021-01-27 17:56:341929checksum = "3da6a42da88fc37ee1ecda212ffa254c25713532980005d5f7c0b0fbe7e6e885"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581930dependencies = [
Alex Crichton093ede22019-08-15 00:45:091931 "cc",
1932 "libc",
1933 "libssh2-sys",
1934 "libz-sys",
1935 "openssl-sys",
1936 "pkg-config",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581937]
1938
1939[[package]]
Yuki Okushi2b0e27e2021-03-17 20:34:051940name = "libm"
1941version = "0.1.4"
1942source = "registry+https://github.com/rust-lang/crates.io-index"
1943checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"
1944
1945[[package]]
Alex Crichton8ccf1122018-09-20 21:37:531946name = "libnghttp2-sys"
Mark Rousskov342d9562020-08-17 15:21:441947version = "0.1.4+1.41.0"
Alex Crichton8ccf1122018-09-20 21:37:531948source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441949checksum = "03624ec6df166e79e139a2310ca213283d6b3c30810c54844f307086d4488df1"
Alex Crichton8ccf1122018-09-20 21:37:531950dependencies = [
Alex Crichton093ede22019-08-15 00:45:091951 "cc",
1952 "libc",
Alex Crichton8ccf1122018-09-20 21:37:531953]
1954
1955[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581956name = "libssh2-sys"
Eric Huss71bf7cf2020-10-14 22:16:471957version = "0.2.19"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581958source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss71bf7cf2020-10-14 22:16:471959checksum = "ca46220853ba1c512fc82826d0834d87b06bcd3c2a42241b7de72f3d2fe17056"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581960dependencies = [
Alex Crichton093ede22019-08-15 00:45:091961 "cc",
1962 "libc",
1963 "libz-sys",
1964 "openssl-sys",
1965 "pkg-config",
1966 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581967]
1968
1969[[package]]
1970name = "libz-sys"
Jake Goulding15bd2362020-09-18 00:14:091971version = "1.1.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581972source = "registry+https://github.com/rust-lang/crates.io-index"
Jake Goulding15bd2362020-09-18 00:14:091973checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581974dependencies = [
Alex Crichton093ede22019-08-15 00:45:091975 "cc",
1976 "libc",
1977 "pkg-config",
1978 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581979]
1980
1981[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291982name = "linkchecker"
1983version = "0.1.0"
Joshua Nelson65835d12020-10-15 13:25:301984dependencies = [
1985 "once_cell",
1986 "regex",
1987]
Ahmed Charles9ca382f2016-09-02 08:55:291988
1989[[package]]
Pietro Albini9beb8f52019-11-26 11:06:301990name = "linked-hash-map"
Mark Rousskov342d9562020-08-17 15:21:441991version = "0.5.3"
Pietro Albini9beb8f52019-11-26 11:06:301992source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441993checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
Pietro Albini9beb8f52019-11-26 11:06:301994
1995[[package]]
Eric Huss45c1e0a2020-09-08 22:09:571996name = "lint-docs"
1997version = "0.1.0"
1998dependencies = [
1999 "serde_json",
2000 "tempfile",
2001 "walkdir",
2002]
2003
2004[[package]]
Mark Rousskov9ec5ef52018-08-04 22:24:392005name = "lock_api"
Mark Rousskov342d9562020-08-17 15:21:442006version = "0.4.1"
Malo Jaffré8ed13d62017-12-29 10:24:382007source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442008checksum = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c"
2009dependencies = [
2010 "scopeguard",
2011]
2012
2013[[package]]
2014name = "log"
Joshua Nelson079d1c42021-05-02 20:56:252015version = "0.4.14"
Mark Rousskov342d9562020-08-17 15:21:442016source = "registry+https://github.com/rust-lang/crates.io-index"
Joshua Nelson079d1c42021-05-02 20:56:252017checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
Malo Jaffré8ed13d62017-12-29 10:24:382018dependencies = [
Joshua Nelson079d1c42021-05-02 20:56:252019 "cfg-if 1.0.0",
Malo Jaffré8ed13d62017-12-29 10:24:382020]
Ahmed Charles9ca382f2016-09-02 08:55:292021
2022[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:432023name = "lsp-codec"
Caleb Cartwright63913182021-02-10 01:52:542024version = "0.2.0"
Matthias Krüger696fb8f2019-01-21 15:32:432025source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:542026checksum = "d33c83e320715a1e7e0466a53db2238becb2e5c446deff5506abc81aeacc5ec4"
Matthias Krüger696fb8f2019-01-21 15:32:432027dependencies = [
Alex Crichton093ede22019-08-15 00:45:092028 "bytes",
2029 "serde_json",
Caleb Cartwright63913182021-02-10 01:52:542030 "tokio-util",
Matthias Krüger696fb8f2019-01-21 15:32:432031]
2032
2033[[package]]
2034name = "lsp-types"
Igor Matuszewskic2249a42019-09-08 08:28:112035version = "0.60.0"
Matthias Krüger696fb8f2019-01-21 15:32:432036source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskic2249a42019-09-08 08:28:112037checksum = "fe3edefcd66dde1f7f1df706f46520a3c93adc5ca4bc5747da6621195e894efd"
Matthias Krüger696fb8f2019-01-21 15:32:432038dependencies = [
Alex Crichton093ede22019-08-15 00:45:092039 "bitflags",
Alex Crichton093ede22019-08-15 00:45:092040 "serde",
Alex Crichton093ede22019-08-15 00:45:092041 "serde_json",
Igor Matuszewskic2249a42019-09-08 08:28:112042 "serde_repr",
Eric Hussf3287a62021-05-12 00:39:512043 "url 2.2.2",
Matthias Krüger696fb8f2019-01-21 15:32:432044]
2045
2046[[package]]
Josh Stone020c5ec2017-05-08 22:01:132047name = "lzma-sys"
Mark Rousskov342d9562020-08-17 15:21:442048version = "0.1.16"
Josh Stone020c5ec2017-05-08 22:01:132049source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442050checksum = "f24f76ec44a8ac23a31915d6e326bca17ce88da03096f1ff194925dc714dac99"
Josh Stone020c5ec2017-05-08 22:01:132051dependencies = [
Alex Crichton093ede22019-08-15 00:45:092052 "cc",
2053 "libc",
2054 "pkg-config",
Josh Stone020c5ec2017-05-08 22:01:132055]
2056
2057[[package]]
steveklabnikecfbaca2018-04-03 14:32:042058name = "mac"
2059version = "0.1.1"
2060source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092061checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
steveklabnikecfbaca2018-04-03 14:32:042062
2063[[package]]
Guillaume Gomezcf5ee8f2018-08-15 13:07:072064name = "macro-utils"
Mark Rousskov342d9562020-08-17 15:21:442065version = "0.1.3"
Guillaume Gomezcf5ee8f2018-08-15 13:07:072066source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442067checksum = "0e72f7deb758fea9ea7d290aebfa788763d0bffae12caa6406a25baaf8fa68a8"
Guillaume Gomezcf5ee8f2018-08-15 13:07:072068
2069[[package]]
steveklabnikecfbaca2018-04-03 14:32:042070name = "maplit"
Mark Rousskov342d9562020-08-17 15:21:442071version = "1.0.2"
steveklabnikecfbaca2018-04-03 14:32:042072source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442073checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
steveklabnikecfbaca2018-04-03 14:32:042074
2075[[package]]
2076name = "markup5ever"
Aaron Hill70ba4912020-08-01 14:11:152077version = "0.10.0"
Eric Huss2dafa912019-06-19 03:36:472078source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:152079checksum = "aae38d669396ca9b707bfc3db254bc382ddb94f57cc5c235f34623a669a01dab"
Eric Huss2dafa912019-06-19 03:36:472080dependencies = [
Alex Crichton093ede22019-08-15 00:45:092081 "log",
2082 "phf",
2083 "phf_codegen",
2084 "serde",
2085 "serde_derive",
2086 "serde_json",
2087 "string_cache",
2088 "string_cache_codegen",
2089 "tendril",
Eric Huss2dafa912019-06-19 03:36:472090]
2091
2092[[package]]
Aaron Hill70ba4912020-08-01 14:11:152093name = "markup5ever_rcdom"
2094version = "0.1.0"
2095source = "registry+https://github.com/rust-lang/crates.io-index"
2096checksum = "f015da43bcd8d4f144559a3423f4591d69b8ce0652c905374da7205df336ae2b"
2097dependencies = [
2098 "html5ever",
2099 "markup5ever",
2100 "tendril",
2101 "xml5ever",
2102]
2103
2104[[package]]
Oliver Schererec7230f2020-07-24 18:42:002105name = "matchers"
2106version = "0.0.1"
2107source = "registry+https://github.com/rust-lang/crates.io-index"
2108checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
2109dependencies = [
2110 "regex-automata",
2111]
2112
2113[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582114name = "matches"
Alex Crichton2863b752018-08-21 17:23:472115version = "0.1.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582116source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092117checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582118
2119[[package]]
Mark Rousskov342d9562020-08-17 15:21:442120name = "maybe-uninit"
2121version = "2.0.0"
2122source = "registry+https://github.com/rust-lang/crates.io-index"
2123checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
2124
2125[[package]]
Arlo Siemsenf86b0782020-03-31 05:17:152126name = "md-5"
Arlo Siemsen3296d5c2020-10-13 15:41:062127version = "0.9.1"
2128source = "registry+https://github.com/rust-lang/crates.io-index"
2129checksum = "7b5a279bb9607f9f53c22d496eade00d138d1bdcccd07d74650387cf94942a15"
2130dependencies = [
2131 "block-buffer 0.9.0",
2132 "digest 0.9.0",
2133 "opaque-debug 0.3.0",
2134]
2135
2136[[package]]
Steve Klabnika0769612017-02-07 23:13:572137name = "mdbook"
Eric Huss788167a2021-02-23 01:05:212138version = "0.4.7"
Steve Klabnika0769612017-02-07 23:13:572139source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss788167a2021-02-23 01:05:212140checksum = "28f6a882f3880ec68e96f60d6b543c34941e2f307ad10e2992e4db9acfe96529"
Steve Klabnika0769612017-02-07 23:13:572141dependencies = [
Alex Crichton093ede22019-08-15 00:45:092142 "ammonia",
Eric Huss6bcbc422020-06-23 22:23:462143 "anyhow",
Alex Crichton093ede22019-08-15 00:45:092144 "chrono",
2145 "clap",
2146 "elasticlunr-rs",
Eric Huss6bcbc422020-06-23 22:23:462147 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:092148 "handlebars",
Yuki Okushi1f0a39502020-05-26 04:00:422149 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:092150 "log",
2151 "memchr",
2152 "open",
Joshua Nelsone4c28bf2020-09-14 00:15:012153 "pulldown-cmark 0.7.2",
Alex Crichton093ede22019-08-15 00:45:092154 "regex",
2155 "serde",
2156 "serde_derive",
2157 "serde_json",
klensyc63cb012021-06-01 15:25:362158 "shlex",
Alex Crichton093ede22019-08-15 00:45:092159 "tempfile",
Eric Huss7d92cf42019-08-20 17:46:352160 "toml",
James Munnsde763692019-01-19 02:39:372161]
2162
2163[[package]]
Wesley Wiser56e434d2019-04-04 23:41:492164name = "measureme"
Aaron Hilla258feb2021-05-31 16:53:462165version = "9.1.2"
Wesley Wiser5ac55562020-10-01 12:34:482166source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hilla258feb2021-05-31 16:53:462167checksum = "78f7a41bc6f856a2cf0e95094ad5121f82500e2d9a0f3c0171d98f6566d8117d"
Wesley Wiser5ac55562020-10-01 12:34:482168dependencies = [
Wesley Wisere130e9c2021-02-25 23:25:382169 "log",
klensydcdc3082021-05-11 19:03:592170 "memmap2",
Caleb Cartwright63913182021-02-10 01:52:542171 "parking_lot",
Wesley Wisere130e9c2021-02-25 23:25:382172 "perf-event-open-sys",
Wesley Wiser5ac55562020-10-01 12:34:482173 "rustc-hash",
Jubilee Younge8eb6912021-04-22 04:40:292174 "smallvec",
Wesley Wiser5ac55562020-10-01 12:34:482175]
2176
2177[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582178name = "memchr"
Alex Crichton0e033872021-04-22 18:53:332179version = "2.4.0"
Oliver Schneideracdf83f2017-12-06 08:25:292180source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton0e033872021-04-22 18:53:332181checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
Steve Klabnika0769612017-02-07 23:13:572182
2183[[package]]
Camille GILLOT458d0442021-03-17 16:29:452184name = "memmap2"
2185version = "0.2.1"
2186source = "registry+https://github.com/rust-lang/crates.io-index"
2187checksum = "04e3e85b970d650e2ae6d70592474087051c11c54da7f7b4949725c5735fbcc6"
2188dependencies = [
2189 "libc",
2190]
2191
2192[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:452193name = "memoffset"
Mark Rousskov342d9562020-08-17 15:21:442194version = "0.5.5"
Ralf Jungc7a599e2019-07-25 13:57:252195source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442196checksum = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f"
Ralf Jungc7a599e2019-07-25 13:57:252197dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442198 "autocfg",
Ralf Jungc7a599e2019-07-25 13:57:252199]
2200
2201[[package]]
Joshua Nelsonc9c8fb82020-09-12 04:42:522202name = "merge"
2203version = "0.1.0"
2204source = "registry+https://github.com/rust-lang/crates.io-index"
2205checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
2206dependencies = [
2207 "merge_derive",
2208 "num-traits",
2209]
2210
2211[[package]]
2212name = "merge_derive"
2213version = "0.1.0"
2214source = "registry+https://github.com/rust-lang/crates.io-index"
2215checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
2216dependencies = [
2217 "proc-macro-error",
2218 "proc-macro2",
2219 "quote",
2220 "syn",
2221]
2222
2223[[package]]
Guillaume Gomez4b145732018-05-10 22:02:052224name = "minifier"
Guillaume Gomeza6b0b5d2021-05-20 14:51:442225version = "0.0.41"
Guillaume Gomez4b145732018-05-10 22:02:052226source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomeza6b0b5d2021-05-20 14:51:442227checksum = "5594542d20834f2b974f5e5fb8e0cf1c67a2119dcadc29ef5d93a081fb30cc08"
Guillaume Gomez4b145732018-05-10 22:02:052228dependencies = [
Alex Crichton093ede22019-08-15 00:45:092229 "macro-utils",
Guillaume Gomez4b145732018-05-10 22:02:052230]
2231
2232[[package]]
Alex Crichtonb4110902018-12-08 11:06:542233name = "miniz_oxide"
Alex Crichton06d565c2020-05-13 21:22:372234version = "0.4.0"
Alex Crichtonb4110902018-12-08 11:06:542235source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton06d565c2020-05-13 21:22:372236checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f"
Alex Crichtonb4110902018-12-08 11:06:542237dependencies = [
Alex Crichton06d565c2020-05-13 21:22:372238 "adler",
2239 "compiler_builtins",
2240 "rustc-std-workspace-alloc",
2241 "rustc-std-workspace-core",
Alex Crichtonb4110902018-12-08 11:06:542242]
2243
2244[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:432245name = "mio"
Mark Rousskov342d9562020-08-17 15:21:442246version = "0.6.22"
Matthias Krüger696fb8f2019-01-21 15:32:432247source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442248checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
Matthias Krüger696fb8f2019-01-21 15:32:432249dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:072250 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:092251 "fuchsia-zircon",
2252 "fuchsia-zircon-sys",
2253 "iovec",
2254 "kernel32-sys",
Alex Crichton093ede22019-08-15 00:45:092255 "libc",
2256 "log",
Linus Färnstrandf9220c32020-11-27 23:56:122257 "miow 0.2.2",
Alex Crichton093ede22019-08-15 00:45:092258 "net2",
2259 "slab",
2260 "winapi 0.2.8",
Matthias Krüger696fb8f2019-01-21 15:32:432261]
2262
2263[[package]]
2264name = "mio-named-pipes"
Mark Rousskov342d9562020-08-17 15:21:442265version = "0.1.7"
Matthias Krüger696fb8f2019-01-21 15:32:432266source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442267checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"
Matthias Krüger696fb8f2019-01-21 15:32:432268dependencies = [
Alex Crichton093ede22019-08-15 00:45:092269 "log",
2270 "mio",
Linus Färnstrandf9220c32020-11-27 23:56:122271 "miow 0.3.6",
Mark Rousskov342d9562020-08-17 15:21:442272 "winapi 0.3.9",
Matthias Krüger696fb8f2019-01-21 15:32:432273]
2274
2275[[package]]
2276name = "mio-uds"
Mark Rousskov342d9562020-08-17 15:21:442277version = "0.6.8"
Matthias Krüger696fb8f2019-01-21 15:32:432278source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442279checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
Matthias Krüger696fb8f2019-01-21 15:32:432280dependencies = [
Alex Crichton093ede22019-08-15 00:45:092281 "iovec",
2282 "libc",
2283 "mio",
Matthias Krüger696fb8f2019-01-21 15:32:432284]
2285
2286[[package]]
2287name = "miow"
Linus Färnstrandf9220c32020-11-27 23:56:122288version = "0.2.2"
Matthias Krüger696fb8f2019-01-21 15:32:432289source = "registry+https://github.com/rust-lang/crates.io-index"
Linus Färnstrandf9220c32020-11-27 23:56:122290checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
Matthias Krüger696fb8f2019-01-21 15:32:432291dependencies = [
Alex Crichton093ede22019-08-15 00:45:092292 "kernel32-sys",
2293 "net2",
2294 "winapi 0.2.8",
2295 "ws2_32-sys",
Matthias Krüger696fb8f2019-01-21 15:32:432296]
2297
2298[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582299name = "miow"
Linus Färnstrandf9220c32020-11-27 23:56:122300version = "0.3.6"
Alex Crichtona8eaabc2018-03-07 07:39:552301source = "registry+https://github.com/rust-lang/crates.io-index"
Linus Färnstrandf9220c32020-11-27 23:56:122302checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897"
Alex Crichtona8eaabc2018-03-07 07:39:552303dependencies = [
klensydcdc3082021-05-11 19:03:592304 "socket2 0.3.19",
Mark Rousskov342d9562020-08-17 15:21:442305 "winapi 0.3.9",
Alex Crichtona8eaabc2018-03-07 07:39:552306]
2307
2308[[package]]
kennytm0692b3d2017-12-15 19:41:582309name = "miri"
2310version = "0.1.0"
2311dependencies = [
Alex Crichton093ede22019-08-15 00:45:092312 "colored",
Ralf Jungbf11b122021-04-06 11:20:482313 "compiletest_rs",
2314 "env_logger 0.8.1",
Ralf Jung0e908752020-09-17 18:04:202315 "getrandom 0.2.0",
Mark Rousskov342d9562020-08-17 15:21:442316 "hex 0.4.2",
Ralf Jung759e4952020-06-01 18:17:202317 "libc",
Alex Crichton093ede22019-08-15 00:45:092318 "log",
Aaron Hilla258feb2021-05-31 16:53:462319 "measureme",
Ralf Jungbf11b122021-04-06 11:20:482320 "rand 0.8.3",
Alex Crichton093ede22019-08-15 00:45:092321 "rustc-workspace-hack",
2322 "rustc_version",
2323 "shell-escape",
Jubilee Younge8eb6912021-04-22 04:40:292324 "smallvec",
kennytm0692b3d2017-12-15 19:41:582325]
2326
2327[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:432328name = "net2"
Linus Färnstrandf9220c32020-11-27 23:56:122329version = "0.2.36"
Matthias Krüger696fb8f2019-01-21 15:32:432330source = "registry+https://github.com/rust-lang/crates.io-index"
Linus Färnstrandf9220c32020-11-27 23:56:122331checksum = "d7cf75f38f16cb05ea017784dc6dbfd354f76c223dba37701734c4f5a9337d02"
Matthias Krüger696fb8f2019-01-21 15:32:432332dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:072333 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:092334 "libc",
Mark Rousskov342d9562020-08-17 15:21:442335 "winapi 0.3.9",
Matthias Krüger696fb8f2019-01-21 15:32:432336]
2337
2338[[package]]
Alex Crichtond8251152018-07-02 16:33:162339name = "new_debug_unreachable"
Mark Rousskov342d9562020-08-17 15:21:442340version = "1.0.4"
Alex Crichtond8251152018-07-02 16:33:162341source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442342checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
Nick Cameron4b6f5c22018-02-26 03:15:452343
2344[[package]]
Oliver Schneider0ad54532018-07-14 22:01:242345name = "num-integer"
Mark Rousskov342d9562020-08-17 15:21:442346version = "0.1.43"
Alex Crichton994bfd42018-02-26 17:07:162347source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442348checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
Alex Crichton994bfd42018-02-26 17:07:162349dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442350 "autocfg",
Alex Crichton093ede22019-08-15 00:45:092351 "num-traits",
Alex Crichton994bfd42018-02-26 17:07:162352]
2353
2354[[package]]
2355name = "num-traits"
Mark Rousskov342d9562020-08-17 15:21:442356version = "0.2.12"
Steve Klabnik2795de32017-02-20 00:20:572357source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442358checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
2359dependencies = [
2360 "autocfg",
2361]
Steve Klabnik2795de32017-02-20 00:20:572362
2363[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292364name = "num_cpus"
Mark Rousskov342d9562020-08-17 15:21:442365version = "1.13.0"
Ahmed Charles9ca382f2016-09-02 08:55:292366source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442367checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
Ahmed Charles9ca382f2016-09-02 08:55:292368dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442369 "hermit-abi",
Alex Crichton093ede22019-08-15 00:45:092370 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292371]
2372
2373[[package]]
Alex Crichton06d565c2020-05-13 21:22:372374name = "object"
Alex Crichtonf99410b2020-11-20 17:12:142375version = "0.22.0"
Alex Crichton06d565c2020-05-13 21:22:372376source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonf99410b2020-11-20 17:12:142377checksum = "8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397"
Alex Crichton06d565c2020-05-13 21:22:372378dependencies = [
2379 "compiler_builtins",
2380 "rustc-std-workspace-alloc",
2381 "rustc-std-workspace-core",
2382]
2383
2384[[package]]
Alex Crichton0e033872021-04-22 18:53:332385name = "object"
2386version = "0.25.2"
2387source = "registry+https://github.com/rust-lang/crates.io-index"
2388checksum = "f8bc1d42047cf336f0f939c99e97183cf31551bf0f2865a2ec9c8d91fd4ffb5e"
2389dependencies = [
2390 "crc32fast",
2391 "indexmap",
2392 "memchr",
2393]
2394
2395[[package]]
Mark Rousskov2fc32b92019-09-10 01:01:412396name = "once_cell"
Markus Westerlind7cf8d3a2020-10-05 08:50:512397version = "1.7.2"
Mark Rousskov2fc32b92019-09-10 01:01:412398source = "registry+https://github.com/rust-lang/crates.io-index"
Markus Westerlind7cf8d3a2020-10-05 08:50:512399checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
Mark Rousskov2fc32b92019-09-10 01:01:412400
2401[[package]]
Arlo Siemsenf86b0782020-03-31 05:17:152402name = "opaque-debug"
2403version = "0.2.3"
2404source = "registry+https://github.com/rust-lang/crates.io-index"
2405checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
2406
2407[[package]]
Pietro Albiniacd8e592020-10-01 15:15:122408name = "opaque-debug"
2409version = "0.3.0"
2410source = "registry+https://github.com/rust-lang/crates.io-index"
2411checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2412
2413[[package]]
Steve Klabnik2795de32017-02-20 00:20:572414name = "open"
Mark Rousskov342d9562020-08-17 15:21:442415version = "1.4.0"
Steve Klabnik2795de32017-02-20 00:20:572416source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442417checksum = "7c283bf0114efea9e42f1a60edea9859e8c47528eae09d01df4b29c1e489cc48"
2418dependencies = [
2419 "winapi 0.3.9",
2420]
Steve Klabnik2795de32017-02-20 00:20:572421
2422[[package]]
Alex Crichton2863b752018-08-21 17:23:472423name = "opener"
Mark Rousskov342d9562020-08-17 15:21:442424version = "0.4.1"
Alex Crichton2863b752018-08-21 17:23:472425source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442426checksum = "13117407ca9d0caf3a0e74f97b490a7e64c0ae3aa90a8b7085544d0c37b6f3ae"
Alex Crichton2863b752018-08-21 17:23:472427dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442428 "winapi 0.3.9",
Alex Crichton2863b752018-08-21 17:23:472429]
2430
2431[[package]]
Eric Hussfaa64612021-06-22 23:19:242432name = "opener"
2433version = "0.5.0"
2434source = "registry+https://github.com/rust-lang/crates.io-index"
2435checksum = "4ea3ebcd72a54701f56345f16785a6d3ac2df7e986d273eb4395c0b01db17952"
2436dependencies = [
2437 "bstr",
2438 "winapi 0.3.9",
2439]
2440
2441[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582442name = "openssl"
klensy50c38902021-05-01 11:50:032443version = "0.10.33"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582444source = "registry+https://github.com/rust-lang/crates.io-index"
klensy50c38902021-05-01 11:50:032445checksum = "a61075b62a23fef5a29815de7536d940aa35ce96d18ce0cc5076272db678a577"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582446dependencies = [
Alex Crichton093ede22019-08-15 00:45:092447 "bitflags",
klensy50c38902021-05-01 11:50:032448 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:092449 "foreign-types",
Alex Crichton093ede22019-08-15 00:45:092450 "libc",
klensy50c38902021-05-01 11:50:032451 "once_cell",
Alex Crichton093ede22019-08-15 00:45:092452 "openssl-sys",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582453]
2454
2455[[package]]
2456name = "openssl-probe"
Alex Crichton325d7392017-12-10 17:42:492457version = "0.1.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582458source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092459checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582460
2461[[package]]
Eric Huss97308712018-08-14 21:27:262462name = "openssl-src"
klensy50c38902021-05-01 11:50:032463version = "111.15.0+1.1.1k"
Eric Huss97308712018-08-14 21:27:262464source = "registry+https://github.com/rust-lang/crates.io-index"
klensy50c38902021-05-01 11:50:032465checksum = "b1a5f6ae2ac04393b217ea9f700cd04fa9bf3d93fae2872069f3d15d908af70a"
Eric Huss97308712018-08-14 21:27:262466dependencies = [
Alex Crichton093ede22019-08-15 00:45:092467 "cc",
Eric Huss97308712018-08-14 21:27:262468]
2469
2470[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582471name = "openssl-sys"
klensy50c38902021-05-01 11:50:032472version = "0.9.61"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582473source = "registry+https://github.com/rust-lang/crates.io-index"
klensy50c38902021-05-01 11:50:032474checksum = "313752393519e876837e09e1fa183ddef0be7735868dced3196f4472d536277f"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582475dependencies = [
Amanieu d'Antrasd51b7b22020-03-16 18:37:152476 "autocfg",
Alex Crichton093ede22019-08-15 00:45:092477 "cc",
2478 "libc",
2479 "openssl-src",
2480 "pkg-config",
Alex Crichton093ede22019-08-15 00:45:092481 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582482]
2483
2484[[package]]
Nick Cameron77177052018-07-06 00:34:002485name = "ordslice"
2486version = "0.3.0"
2487source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092488checksum = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
Nick Cameron77177052018-07-06 00:34:002489
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 = [
Mark Rousskov342d9562020-08-17 15:21:442496 "winapi 0.3.9",
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"
Caleb Cartwright63913182021-02-10 01:52:542534version = "0.8.0"
Igor Matuszewskic2249a42019-09-08 08:28:112535source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:542536checksum = "fd7f6c69d7687501b2205fe51ade1d7b8797bb3aa141fe5bf13dd78c0483bc89"
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",
2541 "mio-named-pipes",
Linus Färnstrandf9220c32020-11-27 23:56:122542 "miow 0.3.6",
Aaron Hill2550d5b2021-03-07 23:39:192543 "rand 0.7.3",
Igor Matuszewskic2249a42019-09-08 08:28:112544 "tokio",
Mark Rousskov342d9562020-08-17 15:21:442545 "winapi 0.3.9",
Igor Matuszewskic2249a42019-09-08 08:28:112546]
2547
2548[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:012549name = "parking_lot"
Yuki Okushi79348f42021-03-17 20:25:472550version = "0.11.1"
Mark Rousskov342d9562020-08-17 15:21:442551source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi79348f42021-03-17 20:25:472552checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
Mark Rousskov342d9562020-08-17 15:21:442553dependencies = [
2554 "instant",
Caleb Cartwright63913182021-02-10 01:52:542555 "lock_api",
2556 "parking_lot_core",
Mark Rousskov342d9562020-08-17 15:21:442557]
2558
2559[[package]]
2560name = "parking_lot_core"
Yuki Okushi79348f42021-03-17 20:25:472561version = "0.8.3"
Mark Rousskov342d9562020-08-17 15:21:442562source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi79348f42021-03-17 20:25:472563checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
Mark Rousskov342d9562020-08-17 15:21:442564dependencies = [
Yuki Okushi79348f42021-03-17 20:25:472565 "cfg-if 1.0.0",
Mark Rousskov342d9562020-08-17 15:21:442566 "instant",
2567 "libc",
klensydcdc3082021-05-11 19:03:592568 "redox_syscall",
Jubilee Younge8eb6912021-04-22 04:40:292569 "smallvec",
Mark Rousskov342d9562020-08-17 15:21:442570 "winapi 0.3.9",
Igor Matuszewski8fc4bba2020-02-12 14:47:312571]
2572
2573[[package]]
Federico Ponzi4b6a0272020-07-17 22:01:272574name = "pathdiff"
2575version = "0.2.0"
2576source = "registry+https://github.com/rust-lang/crates.io-index"
2577checksum = "877630b3de15c0b64cc52f659345724fbf6bdad9bd9566699fc53688f3c34a34"
2578
2579[[package]]
Alex Crichton1cede102017-06-15 02:33:062580name = "percent-encoding"
Oliver Schneideracdf83f2017-12-06 08:25:292581version = "1.0.1"
Alex Crichton1cede102017-06-15 02:33:062582source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092583checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
Alex Crichton1cede102017-06-15 02:33:062584
2585[[package]]
Eric Hussf2428a62019-08-01 00:44:392586name = "percent-encoding"
Eric Huss139477d2019-11-12 18:14:482587version = "2.1.0"
Eric Hussf2428a62019-08-01 00:44:392588source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss139477d2019-11-12 18:14:482589checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
Eric Hussf2428a62019-08-01 00:44:392590
2591[[package]]
Wesley Wisere130e9c2021-02-25 23:25:382592name = "perf-event-open-sys"
2593version = "1.0.1"
2594source = "registry+https://github.com/rust-lang/crates.io-index"
2595checksum = "ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a"
2596dependencies = [
2597 "libc",
2598]
2599
2600[[package]]
Steve Klabnika0769612017-02-07 23:13:572601name = "pest"
Mark Rousskov342d9562020-08-17 15:21:442602version = "2.1.3"
James Munnsde763692019-01-19 02:39:372603source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442604checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
James Munnsde763692019-01-19 02:39:372605dependencies = [
Alex Crichton093ede22019-08-15 00:45:092606 "ucd-trie",
James Munnsde763692019-01-19 02:39:372607]
2608
2609[[package]]
Alex Crichtone9d89832018-04-02 15:43:552610name = "pest_derive"
James Munnsde763692019-01-19 02:39:372611version = "2.1.0"
2612source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092613checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
James Munnsde763692019-01-19 02:39:372614dependencies = [
Alex Crichton093ede22019-08-15 00:45:092615 "pest",
2616 "pest_generator",
James Munnsde763692019-01-19 02:39:372617]
2618
2619[[package]]
2620name = "pest_generator"
Igor Matuszewski8c6e5682020-05-05 11:26:292621version = "2.1.3"
James Munnsde763692019-01-19 02:39:372622source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski8c6e5682020-05-05 11:26:292623checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
James Munnsde763692019-01-19 02:39:372624dependencies = [
Alex Crichton093ede22019-08-15 00:45:092625 "pest",
2626 "pest_meta",
Aaron Hill70ba4912020-08-01 14:11:152627 "proc-macro2",
2628 "quote",
2629 "syn",
James Munnsde763692019-01-19 02:39:372630]
2631
2632[[package]]
2633name = "pest_meta"
Arlo Siemsenf86b0782020-03-31 05:17:152634version = "2.1.3"
James Munnsde763692019-01-19 02:39:372635source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:152636checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
James Munnsde763692019-01-19 02:39:372637dependencies = [
Alex Crichton093ede22019-08-15 00:45:092638 "maplit",
2639 "pest",
Arlo Siemsen3296d5c2020-10-13 15:41:062640 "sha-1 0.8.2",
James Munnsde763692019-01-19 02:39:372641]
2642
2643[[package]]
Jack Hueya24df5b2020-03-03 16:25:032644name = "petgraph"
Jack Huey6aa2e9d2020-05-27 00:19:192645version = "0.5.1"
Jack Hueya24df5b2020-03-03 16:25:032646source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:192647checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
Jack Hueya24df5b2020-03-03 16:25:032648dependencies = [
2649 "fixedbitset",
Jack Huey6aa2e9d2020-05-27 00:19:192650 "indexmap",
Jack Hueya24df5b2020-03-03 16:25:032651]
2652
2653[[package]]
steveklabnikecfbaca2018-04-03 14:32:042654name = "phf"
Aaron Hill70ba4912020-08-01 14:11:152655version = "0.8.0"
steveklabnikecfbaca2018-04-03 14:32:042656source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:152657checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
steveklabnikecfbaca2018-04-03 14:32:042658dependencies = [
Alex Crichton093ede22019-08-15 00:45:092659 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042660]
2661
2662[[package]]
2663name = "phf_codegen"
Aaron Hill70ba4912020-08-01 14:11:152664version = "0.8.0"
steveklabnikecfbaca2018-04-03 14:32:042665source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:152666checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
steveklabnikecfbaca2018-04-03 14:32:042667dependencies = [
Alex Crichton093ede22019-08-15 00:45:092668 "phf_generator",
2669 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042670]
2671
2672[[package]]
2673name = "phf_generator"
Aaron Hill70ba4912020-08-01 14:11:152674version = "0.8.0"
steveklabnikecfbaca2018-04-03 14:32:042675source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:152676checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
steveklabnikecfbaca2018-04-03 14:32:042677dependencies = [
Alex Crichton093ede22019-08-15 00:45:092678 "phf_shared",
Aaron Hill2550d5b2021-03-07 23:39:192679 "rand 0.7.3",
steveklabnikecfbaca2018-04-03 14:32:042680]
2681
2682[[package]]
2683name = "phf_shared"
Aaron Hill70ba4912020-08-01 14:11:152684version = "0.8.0"
steveklabnikecfbaca2018-04-03 14:32:042685source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:152686checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
steveklabnikecfbaca2018-04-03 14:32:042687dependencies = [
Alex Crichton093ede22019-08-15 00:45:092688 "siphasher",
steveklabnikecfbaca2018-04-03 14:32:042689]
2690
2691[[package]]
Caleb Cartwright63913182021-02-10 01:52:542692name = "pin-project-lite"
2693version = "0.1.11"
2694source = "registry+https://github.com/rust-lang/crates.io-index"
2695checksum = "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b"
2696
2697[[package]]
2698name = "pin-project-lite"
2699version = "0.2.4"
2700source = "registry+https://github.com/rust-lang/crates.io-index"
2701checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"
2702
2703[[package]]
2704name = "pin-utils"
2705version = "0.1.0"
2706source = "registry+https://github.com/rust-lang/crates.io-index"
2707checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2708
2709[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582710name = "pkg-config"
Mark Rousskov342d9562020-08-17 15:21:442711version = "0.3.18"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582712source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442713checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582714
2715[[package]]
Santiago Pastorino8429d112018-05-24 21:52:012716name = "polonius-engine"
Remy Rakicdf1ac672020-03-29 23:11:442717version = "0.12.1"
Santiago Pastorino8429d112018-05-24 21:52:012718source = "registry+https://github.com/rust-lang/crates.io-index"
Remy Rakicdf1ac672020-03-29 23:11:442719checksum = "ef2558a4b464e185b36ee08a2937ebb62ea5464c38856cfb1465c97cb38db52d"
Douglas Campos422fe7c2018-05-29 11:52:512720dependencies = [
Alex Crichton093ede22019-08-15 00:45:092721 "datafrog",
2722 "log",
2723 "rustc-hash",
Douglas Campos422fe7c2018-05-29 11:52:512724]
Santiago Pastorino8429d112018-05-24 21:52:012725
2726[[package]]
gnzlbg52caca02019-08-01 15:02:262727name = "ppv-lite86"
Yuki Okushi9f8628b2020-05-26 04:35:212728version = "0.2.8"
gnzlbg52caca02019-08-01 15:02:262729source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:212730checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
gnzlbg52caca02019-08-01 15:02:262731
2732[[package]]
steveklabnikecfbaca2018-04-03 14:32:042733name = "precomputed-hash"
2734version = "0.1.1"
2735source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092736checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
steveklabnikecfbaca2018-04-03 14:32:042737
2738[[package]]
Mark Simulacrum42fde212018-03-10 14:03:062739name = "pretty_assertions"
Mateusz Mikułaf5e702d2020-03-26 13:10:352740version = "0.6.1"
Mark Simulacrum42fde212018-03-10 14:03:062741source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikułaf5e702d2020-03-26 13:10:352742checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
Mark Simulacrum42fde212018-03-10 14:03:062743dependencies = [
Oliver Schererec7230f2020-07-24 18:42:002744 "ansi_term 0.11.0",
Mateusz Mikułaf5e702d2020-03-26 13:10:352745 "ctor",
Alex Crichton093ede22019-08-15 00:45:092746 "difference",
Mateusz Mikułaf5e702d2020-03-26 13:10:352747 "output_vt100",
Mark Simulacrum42fde212018-03-10 14:03:062748]
2749
2750[[package]]
Eric Huss8c20add2018-12-03 01:33:202751name = "pretty_env_logger"
Matthias Krüger451d4922020-02-10 19:47:382752version = "0.4.0"
Eric Huss8c20add2018-12-03 01:33:202753source = "registry+https://github.com/rust-lang/crates.io-index"
Matthias Krüger451d4922020-02-10 19:47:382754checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
Eric Huss8c20add2018-12-03 01:33:202755dependencies = [
Matthias Krüger451d4922020-02-10 19:47:382756 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:092757 "log",
Eric Huss8c20add2018-12-03 01:33:202758]
2759
2760[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112761name = "proc-macro-crate"
Mark Rousskov342d9562020-08-17 15:21:442762version = "0.1.5"
Igor Matuszewskic2249a42019-09-08 08:28:112763source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442764checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
Igor Matuszewskic2249a42019-09-08 08:28:112765dependencies = [
2766 "toml",
2767]
2768
2769[[package]]
2770name = "proc-macro-error"
Mark Rousskov342d9562020-08-17 15:21:442771version = "1.0.4"
Igor Matuszewskic2249a42019-09-08 08:28:112772source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442773checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
Igor Matuszewskic2249a42019-09-08 08:28:112774dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442775 "proc-macro-error-attr",
Aaron Hill70ba4912020-08-01 14:11:152776 "proc-macro2",
2777 "quote",
2778 "syn",
Mark Rousskov342d9562020-08-17 15:21:442779 "version_check",
2780]
2781
2782[[package]]
2783name = "proc-macro-error-attr"
2784version = "1.0.4"
2785source = "registry+https://github.com/rust-lang/crates.io-index"
2786checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2787dependencies = [
2788 "proc-macro2",
2789 "quote",
2790 "version_check",
Alex Crichtone9d89832018-04-02 15:43:552791]
2792
2793[[package]]
Caleb Cartwright63913182021-02-10 01:52:542794name = "proc-macro-hack"
2795version = "0.5.19"
2796source = "registry+https://github.com/rust-lang/crates.io-index"
2797checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2798
2799[[package]]
2800name = "proc-macro-nested"
2801version = "0.1.7"
2802source = "registry+https://github.com/rust-lang/crates.io-index"
2803checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
2804
2805[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112806name = "proc-macro2"
Eric Hussea194b82021-03-26 19:29:082807version = "1.0.24"
Igor Matuszewskic2249a42019-09-08 08:28:112808source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussea194b82021-03-26 19:29:082809checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
Igor Matuszewskic2249a42019-09-08 08:28:112810dependencies = [
Aaron Hill70ba4912020-08-01 14:11:152811 "unicode-xid",
Igor Matuszewskic2249a42019-09-08 08:28:112812]
2813
2814[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292815name = "proc_macro"
2816version = "0.0.0"
Alex Crichtonb47c9692019-08-16 15:29:082817dependencies = [
2818 "std",
2819]
Ahmed Charles9ca382f2016-09-02 08:55:292820
2821[[package]]
whitequark42754ce2017-02-13 09:57:502822name = "profiler_builtins"
2823version = "0.0.0"
2824dependencies = [
Alex Crichton093ede22019-08-15 00:45:092825 "cc",
2826 "compiler_builtins",
2827 "core",
Marco Castelluccioecba8d62017-06-04 14:54:392828]
2829
2830[[package]]
Oliver Scherer26edcee2018-11-02 15:14:242831name = "psm"
Mark Rousskov342d9562020-08-17 15:21:442832version = "0.1.11"
Oliver Scherer26edcee2018-11-02 15:14:242833source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442834checksum = "96e0536f6528466dbbbbe6b986c34175a8d0ff25b794c4bacda22e068cd2f2c5"
Oliver Scherer26edcee2018-11-02 15:14:242835dependencies = [
2836 "cc",
2837]
2838
2839[[package]]
Steve Klabnika0769612017-02-07 23:13:572840name = "pulldown-cmark"
Mark Rousskov342d9562020-08-17 15:21:442841version = "0.7.2"
Guillaume Gomezd8589de2020-02-13 17:39:402842source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442843checksum = "ca36dea94d187597e104a5c8e4b07576a8a45aa5db48a65e12940d3eb7461f55"
Guillaume Gomezd8589de2020-02-13 17:39:402844dependencies = [
2845 "bitflags",
Eric Huss6bcbc422020-06-23 22:23:462846 "getopts",
Guillaume Gomezd8589de2020-02-13 17:39:402847 "memchr",
2848 "unicase",
2849]
2850
2851[[package]]
Joshua Nelsone4c28bf2020-09-14 00:15:012852name = "pulldown-cmark"
2853version = "0.8.0"
2854source = "registry+https://github.com/rust-lang/crates.io-index"
2855checksum = "ffade02495f22453cd593159ea2f59827aae7f53fa8323f756799b670881dcf8"
2856dependencies = [
2857 "bitflags",
2858 "memchr",
2859 "unicase",
2860]
2861
2862[[package]]
Eduard-Mihai Burtescu20929632019-01-29 05:24:322863name = "punycode"
Mark Rousskov342d9562020-08-17 15:21:442864version = "0.4.1"
Eduard-Mihai Burtescu20929632019-01-29 05:24:322865source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442866checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
Eduard-Mihai Burtescu20929632019-01-29 05:24:322867
2868[[package]]
Steve Klabnika0769612017-02-07 23:13:572869name = "quick-error"
Igor Matuszewskie26f35d2020-05-05 12:05:062870version = "1.2.3"
Steve Klabnika0769612017-02-07 23:13:572871source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskie26f35d2020-05-05 12:05:062872checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
Steve Klabnika0769612017-02-07 23:13:572873
2874[[package]]
Mark Rousskov342d9562020-08-17 15:21:442875name = "quick-error"
2876version = "2.0.0"
2877source = "registry+https://github.com/rust-lang/crates.io-index"
2878checksum = "3ac73b1112776fc109b2e61909bc46c7e1bf0d7f690ffb1676553acce16d5cda"
2879
2880[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292881name = "quine-mc_cluskey"
2882version = "0.2.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582883source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092884checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582885
2886[[package]]
2887name = "quote"
Mark Rousskov342d9562020-08-17 15:21:442888version = "1.0.7"
Igor Matuszewskic2249a42019-09-08 08:28:112889source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442890checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
Igor Matuszewskic2249a42019-09-08 08:28:112891dependencies = [
Aaron Hill70ba4912020-08-01 14:11:152892 "proc-macro2",
Alex Crichtone9d89832018-04-02 15:43:552893]
2894
2895[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582896name = "racer"
Igor Matuszewski5d7a9902021-06-07 20:12:242897version = "2.1.48"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582898source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski5d7a9902021-06-07 20:12:242899checksum = "7fec2e85e7a30f8fd31b7cf288ad363b5e51fd2cb6f53b416b0cfaabd84e1ccb"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582900dependencies = [
Alex Crichton093ede22019-08-15 00:45:092901 "bitflags",
2902 "clap",
2903 "derive_more",
Igor Matuszewski8fc4bba2020-02-12 14:47:312904 "env_logger 0.7.1",
Mark Rousskov342d9562020-08-17 15:21:442905 "humantime 2.0.1",
Yuki Okushi1f0a39502020-05-26 04:00:422906 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:092907 "log",
2908 "rls-span",
Igor Matuszewskib2561c92020-03-31 12:31:522909 "rustc-ap-rustc_ast",
Igor Matuszewski8fc4bba2020-02-12 14:47:312910 "rustc-ap-rustc_ast_pretty",
2911 "rustc-ap-rustc_data_structures",
2912 "rustc-ap-rustc_errors",
2913 "rustc-ap-rustc_parse",
2914 "rustc-ap-rustc_session",
2915 "rustc-ap-rustc_span",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582916]
2917
2918[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292919name = "rand"
Alex Crichtonaabf4e92020-01-08 15:33:572920version = "0.7.3"
gnzlbg52caca02019-08-01 15:02:262921source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:572922checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
gnzlbg52caca02019-08-01 15:02:262923dependencies = [
Ralf Jung0e908752020-09-17 18:04:202924 "getrandom 0.1.14",
Alex Crichton093ede22019-08-15 00:45:092925 "libc",
Aaron Hill2550d5b2021-03-07 23:39:192926 "rand_chacha 0.2.2",
2927 "rand_core 0.5.1",
2928 "rand_hc 0.2.0",
Aaron Hill70ba4912020-08-01 14:11:152929 "rand_pcg",
Alex Crichtonb4110902018-12-08 11:06:542930]
2931
2932[[package]]
Aaron Hill2550d5b2021-03-07 23:39:192933name = "rand"
2934version = "0.8.3"
2935source = "registry+https://github.com/rust-lang/crates.io-index"
2936checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
2937dependencies = [
2938 "libc",
2939 "rand_chacha 0.3.0",
2940 "rand_core 0.6.2",
2941 "rand_hc 0.3.0",
2942]
2943
2944[[package]]
gnzlbg52caca02019-08-01 15:02:262945name = "rand_chacha"
Yuki Okushi9f8628b2020-05-26 04:35:212946version = "0.2.2"
gnzlbg52caca02019-08-01 15:02:262947source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:212948checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
gnzlbg52caca02019-08-01 15:02:262949dependencies = [
Yuki Okushi9f8628b2020-05-26 04:35:212950 "ppv-lite86",
Aaron Hill2550d5b2021-03-07 23:39:192951 "rand_core 0.5.1",
2952]
2953
2954[[package]]
2955name = "rand_chacha"
2956version = "0.3.0"
2957source = "registry+https://github.com/rust-lang/crates.io-index"
2958checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
2959dependencies = [
2960 "ppv-lite86",
2961 "rand_core 0.6.2",
gnzlbg52caca02019-08-01 15:02:262962]
2963
2964[[package]]
Alex Crichtonb4110902018-12-08 11:06:542965name = "rand_core"
Eric Huss2b985322019-11-25 16:14:072966version = "0.5.1"
gnzlbg52caca02019-08-01 15:02:262967source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss2b985322019-11-25 16:14:072968checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
gnzlbg52caca02019-08-01 15:02:262969dependencies = [
Ralf Jung0e908752020-09-17 18:04:202970 "getrandom 0.1.14",
gnzlbg52caca02019-08-01 15:02:262971]
2972
2973[[package]]
Aaron Hill2550d5b2021-03-07 23:39:192974name = "rand_core"
2975version = "0.6.2"
2976source = "registry+https://github.com/rust-lang/crates.io-index"
2977checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
2978dependencies = [
2979 "getrandom 0.2.0",
2980]
2981
2982[[package]]
Alex Crichtonb4110902018-12-08 11:06:542983name = "rand_hc"
gnzlbg52caca02019-08-01 15:02:262984version = "0.2.0"
2985source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092986checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
gnzlbg52caca02019-08-01 15:02:262987dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:192988 "rand_core 0.5.1",
2989]
2990
2991[[package]]
2992name = "rand_hc"
2993version = "0.3.0"
2994source = "registry+https://github.com/rust-lang/crates.io-index"
2995checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
2996dependencies = [
2997 "rand_core 0.6.2",
Laurențiu Nicolab888eb92019-06-10 18:22:312998]
2999
3000[[package]]
Alex Crichtonb4110902018-12-08 11:06:543001name = "rand_pcg"
Aaron Hill70ba4912020-08-01 14:11:153002version = "0.2.1"
Alex Crichtonb4110902018-12-08 11:06:543003source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:153004checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
Alex Crichtonb4110902018-12-08 11:06:543005dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:193006 "rand_core 0.5.1",
Alex Crichtonb4110902018-12-08 11:06:543007]
kennytmcab21f12018-07-26 21:58:553008
3009[[package]]
Ralf Jung5b78e982019-04-19 07:37:333010name = "rand_xorshift"
3011version = "0.2.0"
3012source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:093013checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
Ralf Jung5b78e982019-04-19 07:37:333014dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:193015 "rand_core 0.5.1",
Eric Huss2b985322019-11-25 16:14:073016]
3017
3018[[package]]
3019name = "rand_xoshiro"
3020version = "0.4.0"
3021source = "registry+https://github.com/rust-lang/crates.io-index"
3022checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004"
3023dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:193024 "rand_core 0.5.1",
Ralf Jung5b78e982019-04-19 07:37:333025]
3026
3027[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:293028name = "rayon"
Mark Rousskov342d9562020-08-17 15:21:443029version = "1.3.1"
Nick Cameron4b6f5c22018-02-26 03:15:453030source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:443031checksum = "62f02856753d04e03e26929f820d0a0a337ebe71f849801eea335d464b349080"
Nick Cameron4b6f5c22018-02-26 03:15:453032dependencies = [
Mark Rousskov342d9562020-08-17 15:21:443033 "autocfg",
Mateusz Mikuła2d8d8132019-12-04 17:40:163034 "crossbeam-deque",
Alex Crichton093ede22019-08-15 00:45:093035 "either",
3036 "rayon-core",
Oliver Schneideracdf83f2017-12-06 08:25:293037]
3038
3039[[package]]
3040name = "rayon-core"
Mark Rousskov342d9562020-08-17 15:21:443041version = "1.7.1"
Oliver Schneideracdf83f2017-12-06 08:25:293042source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:443043checksum = "e92e15d89083484e11353891f1af602cc661426deb9564c298b270c726973280"
Oliver Schneideracdf83f2017-12-06 08:25:293044dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:163045 "crossbeam-deque",
Josh Stonef7e75a22021-03-11 01:53:353046 "crossbeam-queue",
Mark Rousskov342d9562020-08-17 15:21:443047 "crossbeam-utils 0.7.2",
Yuki Okushi1f0a39502020-05-26 04:00:423048 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:093049 "num_cpus",
Laurențiu Nicolab888eb92019-06-10 18:22:313050]
3051
3052[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:353053name = "redox_syscall"
flip19950046d7c2021-02-25 10:26:233054version = "0.2.5"
3055source = "registry+https://github.com/rust-lang/crates.io-index"
3056checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9"
3057dependencies = [
3058 "bitflags",
3059]
3060
3061[[package]]
flip19954c228cc2019-02-18 09:32:583062name = "redox_users"
flip19950046d7c2021-02-25 10:26:233063version = "0.4.0"
3064source = "registry+https://github.com/rust-lang/crates.io-index"
3065checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
3066dependencies = [
3067 "getrandom 0.2.0",
klensydcdc3082021-05-11 19:03:593068 "redox_syscall",
flip19950046d7c2021-02-25 10:26:233069]
3070
3071[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583072name = "regex"
Rune Tynan77156562021-01-16 01:34:153073version = "1.4.3"
Oliver Schneider847bb142018-05-11 12:11:063074source = "registry+https://github.com/rust-lang/crates.io-index"
Rune Tynan77156562021-01-16 01:34:153075checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a"
Oliver Schneider847bb142018-05-11 12:11:063076dependencies = [
Alex Crichton093ede22019-08-15 00:45:093077 "aho-corasick",
3078 "memchr",
3079 "regex-syntax",
Yuki Okushib4b76b82020-05-26 04:04:593080 "thread_local",
Oliver Schneider847bb142018-05-11 12:11:063081]
3082
3083[[package]]
Oliver Schererec7230f2020-07-24 18:42:003084name = "regex-automata"
3085version = "0.1.9"
3086source = "registry+https://github.com/rust-lang/crates.io-index"
3087checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
3088dependencies = [
3089 "byteorder",
3090 "regex-syntax",
3091]
3092
3093[[package]]
Steve Klabnika0769612017-02-07 23:13:573094name = "regex-syntax"
Rune Tynan77156562021-01-16 01:34:153095version = "0.6.22"
Oliver Schneider847bb142018-05-11 12:11:063096source = "registry+https://github.com/rust-lang/crates.io-index"
Rune Tynan77156562021-01-16 01:34:153097checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"
Oliver Schneider847bb142018-05-11 12:11:063098
3099[[package]]
Alex Crichton7bc2cbf2017-04-26 15:52:193100name = "remote-test-client"
3101version = "0.1.0"
3102
3103[[package]]
3104name = "remote-test-server"
3105version = "0.1.0"
3106
3107[[package]]
Alex Crichton994bfd42018-02-26 17:07:163108name = "remove_dir_all"
Mark Rousskov342d9562020-08-17 15:21:443109version = "0.5.3"
Alex Crichton994bfd42018-02-26 17:07:163110source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:443111checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
Alex Crichton994bfd42018-02-26 17:07:163112dependencies = [
Mark Rousskov342d9562020-08-17 15:21:443113 "winapi 0.3.9",
Alex Crichton994bfd42018-02-26 17:07:163114]
3115
3116[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583117name = "rls"
Igor Matuszewski5b091302019-12-10 15:01:013118version = "1.41.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583119dependencies = [
Eric Huss6da85d62020-01-14 17:47:043120 "anyhow",
Alex Crichton093ede22019-08-15 00:45:093121 "cargo",
Caleb Cartwrighte2fe4f22021-04-11 16:42:013122 "cargo-util",
Igor Matuszewski5d7a9902021-06-07 20:12:243123 "cargo_metadata 0.12.0",
Alex Crichton093ede22019-08-15 00:45:093124 "clippy_lints",
Igor Matuszewski8fc4bba2020-02-12 14:47:313125 "crossbeam-channel",
Alex Crichton093ede22019-08-15 00:45:093126 "difference",
Ralf Jung9cd1ede2019-10-31 06:50:543127 "env_logger 0.7.1",
Caleb Cartwright63913182021-02-10 01:52:543128 "futures 0.3.12",
Alex Crichton093ede22019-08-15 00:45:093129 "heck",
Igor Matuszewskic2249a42019-09-08 08:28:113130 "home",
Eric Huss893ca662021-04-22 22:47:103131 "itertools 0.9.0",
Alex Crichton093ede22019-08-15 00:45:093132 "jsonrpc-core",
Yuki Okushi1f0a39502020-05-26 04:00:423133 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:093134 "log",
3135 "lsp-codec",
3136 "lsp-types",
3137 "num_cpus",
3138 "ordslice",
3139 "racer",
Aaron Hill2550d5b2021-03-07 23:39:193140 "rand 0.7.3",
Alex Crichton093ede22019-08-15 00:45:093141 "rayon",
3142 "regex",
3143 "rls-analysis",
3144 "rls-data",
Igor Matuszewskic2249a42019-09-08 08:28:113145 "rls-ipc",
Alex Crichton093ede22019-08-15 00:45:093146 "rls-rustc",
3147 "rls-span",
3148 "rls-vfs",
Alex Crichton093ede22019-08-15 00:45:093149 "rustc-workspace-hack",
Igor Matuszewski31dc27d2019-06-08 20:15:223150 "rustc_tools_util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton093ede22019-08-15 00:45:093151 "rustfmt-nightly",
3152 "serde",
3153 "serde_derive",
Igor Matuszewskic2249a42019-09-08 08:28:113154 "serde_ignored",
Alex Crichton093ede22019-08-15 00:45:093155 "serde_json",
3156 "tempfile",
3157 "tokio",
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",
Alessandro Ghedinibff2e462020-11-05 15:58:233306 "measureme",
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",
Mark Rousskov342d9562020-08-17 15:21:443321 "winapi 0.3.9",
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",
Mark Rousskov342d9562020-08-17 15:21:443341 "winapi 0.3.9",
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"
varkor878c97e2020-10-21 20:11:113502version = "0.1.18"
Josh Stone020c5ec2017-05-08 22:01:133503source = "registry+https://github.com/rust-lang/crates.io-index"
varkor878c97e2020-10-21 20:11:113504checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"
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",
Mark Rousskov342d9562020-08-17 15:21:443594 "winapi 0.3.9",
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",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:563639 "rustc_session",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563640 "rustc_span",
3641 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293642 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003643 "tracing",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563644]
3645
3646[[package]]
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443647name = "rustc_ast_passes"
3648version = "0.0.0"
3649dependencies = [
Andreas Jonsonb8752ff2020-09-12 06:24:093650 "itertools 0.9.0",
Vadim Petrochenkov6054a302020-02-29 17:16:263651 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463652 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203653 "rustc_attr",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443654 "rustc_data_structures",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443655 "rustc_errors",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393656 "rustc_feature",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443657 "rustc_parse",
3658 "rustc_session",
3659 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:003660 "tracing",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443661]
3662
3663[[package]]
Mazdak Farrokhzade2333312020-01-11 16:02:463664name = "rustc_ast_pretty"
3665version = "0.0.0"
3666dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263667 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463668 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:003669 "tracing",
Mazdak Farrokhzade2333312020-01-11 16:02:463670]
3671
3672[[package]]
Mazdak Farrokhzad93a82832020-01-11 12:15:203673name = "rustc_attr"
3674version = "0.0.0"
3675dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263676 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463677 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203678 "rustc_data_structures",
3679 "rustc_errors",
3680 "rustc_feature",
Vadim Petrochenkov20c50442020-08-10 19:27:483681 "rustc_lexer",
Mazdak Farrokhzad93a82832020-01-11 12:15:203682 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403683 "rustc_serialize",
Mazdak Farrokhzad93a82832020-01-11 12:15:203684 "rustc_session",
3685 "rustc_span",
Mazdak Farrokhzad93a82832020-01-11 12:15:203686]
3687
3688[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323689name = "rustc_builtin_macros"
3690version = "0.0.0"
3691dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263692 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463693 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203694 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323695 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323696 "rustc_errors",
3697 "rustc_expand",
3698 "rustc_feature",
Vadim Petrochenkovdbdbd302020-11-14 11:47:143699 "rustc_lexer",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323700 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403701 "rustc_parse_format",
Mazdak Farrokhzadf361b712020-01-05 09:47:203702 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323703 "rustc_span",
3704 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293705 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003706 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323707]
3708
3709[[package]]
Irina Popab63d7e22018-05-08 13:10:163710name = "rustc_codegen_llvm"
3711version = "0.0.0"
3712dependencies = [
Alex Crichton7f23e6e2019-10-22 15:51:353713 "bitflags",
Xidorn Quan38e42332021-02-13 11:17:153714 "cstr",
Alex Crichton7f23e6e2019-10-22 15:51:353715 "libc",
Alessandro Ghedinibff2e462020-11-05 15:58:233716 "measureme",
Alex Crichton7f23e6e2019-10-22 15:51:353717 "rustc-demangle",
Vadim Petrochenkov6054a302020-02-29 17:16:263718 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203719 "rustc_attr",
Alex Crichton7f23e6e2019-10-22 15:51:353720 "rustc_codegen_ssa",
Alex Crichton7f23e6e2019-10-22 15:51:353721 "rustc_data_structures",
3722 "rustc_errors",
Aaron Hillfca192c2019-12-06 03:04:353723 "rustc_feature",
Alex Crichton7f23e6e2019-10-22 15:51:353724 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573725 "rustc_hir",
Alex Crichton7f23e6e2019-10-22 15:51:353726 "rustc_incremental",
3727 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:093728 "rustc_llvm",
Camille GILLOT202d39a2021-05-29 20:49:593729 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453730 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403731 "rustc_serialize",
Aaron Hillfca192c2019-12-06 03:04:353732 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323733 "rustc_span",
Alex Crichton7f23e6e2019-10-22 15:51:353734 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293735 "smallvec",
Josh Triplett574f6be2020-08-20 23:16:303736 "snap",
Oliver Schererec7230f2020-07-24 18:42:003737 "tracing",
Irina Popab63d7e22018-05-08 13:10:163738]
3739
3740[[package]]
Denis Merigouxc9f26c22018-10-01 16:07:043741name = "rustc_codegen_ssa"
3742version = "0.0.0"
Denis Merigouxb9e5cf92018-10-23 15:01:353743dependencies = [
Alex Crichton093ede22019-08-15 00:45:093744 "bitflags",
3745 "cc",
Tyson Nottingham29711d82021-02-04 02:41:303746 "itertools 0.9.0",
Alex Crichton093ede22019-08-15 00:45:093747 "jobserver",
3748 "libc",
Alex Crichton0e033872021-04-22 18:53:333749 "object 0.25.2",
Federico Ponzi4b6a0272020-07-17 22:01:273750 "pathdiff",
Alex Crichton093ede22019-08-15 00:45:093751 "rustc_apfloat",
Vadim Petrochenkov6054a302020-02-29 17:16:263752 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203753 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093754 "rustc_data_structures",
3755 "rustc_errors",
3756 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573757 "rustc_hir",
Alex Crichton093ede22019-08-15 00:45:093758 "rustc_incremental",
csmoed20183d2019-09-26 05:30:103759 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573760 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453761 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403762 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083763 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323764 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583765 "rustc_symbol_mangling",
Alex Crichton093ede22019-08-15 00:45:093766 "rustc_target",
Mark Mansi2d75a332020-03-12 23:07:583767 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:003768 "tracing",
Irina Popab63d7e22018-05-08 13:10:163769]
3770
3771[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293772name = "rustc_data_structures"
3773version = "0.0.0"
3774dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:353775 "arrayvec",
Mark Rousskovf696b212019-11-11 22:15:363776 "bitflags",
Aaron Hill44fdfd62020-10-11 17:51:073777 "cfg-if 0.1.10",
Jubilee Young1f5e1c52021-04-23 23:09:403778 "crossbeam-utils 0.8.3",
Jack Hueya42e5a12020-05-27 05:05:093779 "ena",
Alex Crichton093ede22019-08-15 00:45:093780 "indexmap",
3781 "jobserver",
Luca Barbieri45ede922020-04-10 20:42:193782 "libc",
Alessandro Ghedinibff2e462020-11-05 15:58:233783 "measureme",
bjorn38331dbe2021-03-29 09:18:523784 "memmap2",
Caleb Cartwright63913182021-02-10 01:52:543785 "parking_lot",
Alex Crichton093ede22019-08-15 00:45:093786 "rustc-hash",
Igor Matuszewski5b091302019-12-10 15:01:013787 "rustc-rayon",
3788 "rustc-rayon-core",
Vadim Petrochenkov11d95142020-06-02 17:03:403789 "rustc_graphviz",
csmoe1cff2e62019-09-25 19:09:513790 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573791 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403792 "rustc_serialize",
Jubilee Younge8eb6912021-04-22 04:40:293793 "smallvec",
Alex Crichton093ede22019-08-15 00:45:093794 "stable_deref_trait",
Simonas Kazlauskasa5c53652020-03-14 18:13:553795 "stacker",
Mark Rousskov2627eed2020-08-09 01:05:503796 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:003797 "tracing",
Mark Rousskov342d9562020-08-17 15:21:443798 "winapi 0.3.9",
Ahmed Charles9ca382f2016-09-02 08:55:293799]
3800
3801[[package]]
3802name = "rustc_driver"
3803version = "0.0.0"
3804dependencies = [
Camelid8c431602021-01-11 02:07:053805 "atty",
Luca Barbieri45ede922020-04-10 20:42:193806 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:263807 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463808 "rustc_ast_pretty",
Victor Dinga47fdb92020-01-23 10:48:483809 "rustc_codegen_ssa",
Alex Crichton093ede22019-08-15 00:45:093810 "rustc_data_structures",
Mazdak Farrokhzad8444e162019-11-15 18:41:503811 "rustc_error_codes",
Alex Crichton093ede22019-08-15 00:45:093812 "rustc_errors",
Mazdak Farrokhzad70234f12019-11-30 01:34:183813 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573814 "rustc_hir",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193815 "rustc_hir_pretty",
Alex Crichton093ede22019-08-15 00:45:093816 "rustc_interface",
Mark Rousskovdab3bd62019-10-09 13:53:133817 "rustc_lint",
Alex Crichton093ede22019-08-15 00:45:093818 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453819 "rustc_middle",
Alex Crichton093ede22019-08-15 00:45:093820 "rustc_mir",
LeSeulArtichaut6bf41472021-03-07 14:09:393821 "rustc_mir_build",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133822 "rustc_parse",
Simon Sapind0bbc602019-07-16 17:08:323823 "rustc_plugin_impl",
Alex Crichton093ede22019-08-15 00:45:093824 "rustc_save_analysis",
Vadim Petrochenkov11d95142020-06-02 17:03:403825 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083826 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323827 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093828 "rustc_target",
LeSeulArtichaut6bf41472021-03-07 14:09:393829 "rustc_typeck",
Oliver Schererec7230f2020-07-24 18:42:003830 "tracing",
3831 "tracing-subscriber",
Oliver Scherer43c181b2020-08-04 11:48:053832 "tracing-tree",
Mark Rousskov342d9562020-08-17 15:21:443833 "winapi 0.3.9",
Ahmed Charles9ca382f2016-09-02 08:55:293834]
3835
3836[[package]]
Guillaume Gomez125da0c2019-11-11 21:47:053837name = "rustc_error_codes"
3838version = "0.0.0"
3839
3840[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293841name = "rustc_errors"
3842version = "0.0.0"
3843dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:353844 "annotate-snippets",
Alex Crichton093ede22019-08-15 00:45:093845 "atty",
Alex Crichton093ede22019-08-15 00:45:093846 "rustc_data_structures",
Aaron Hill23018a52020-08-13 19:41:523847 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573848 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403849 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323850 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093851 "termcolor",
John Kåre Alsakerb0b11d32020-01-29 00:13:483852 "termize",
Oliver Schererec7230f2020-07-24 18:42:003853 "tracing",
Alex Crichton093ede22019-08-15 00:45:093854 "unicode-width",
Mark Rousskov342d9562020-08-17 15:21:443855 "winapi 0.3.9",
Ahmed Charles9ca382f2016-09-02 08:55:293856]
3857
3858[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323859name = "rustc_expand"
3860version = "0.0.0"
3861dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263862 "rustc_ast",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393863 "rustc_ast_passes",
Mazdak Farrokhzade2333312020-01-11 16:02:463864 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203865 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323866 "rustc_data_structures",
3867 "rustc_errors",
3868 "rustc_feature",
3869 "rustc_lexer",
Aaron Hillf9025512020-12-07 23:55:003870 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573871 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323872 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403873 "rustc_serialize",
Mazdak Farrokhzadf361b712020-01-05 09:47:203874 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323875 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293876 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003877 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323878]
3879
3880[[package]]
Mazdak Farrokhzad3d080a42019-11-29 23:23:383881name = "rustc_feature"
3882version = "0.0.0"
3883dependencies = [
Mazdak Farrokhzad70234f12019-11-30 01:34:183884 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323885 "rustc_span",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383886]
3887
3888[[package]]
Mark Rousskove3177c62018-08-03 21:31:033889name = "rustc_fs_util"
3890version = "0.0.0"
3891
3892[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403893name = "rustc_graphviz"
3894version = "0.0.0"
3895
3896[[package]]
Mazdak Farrokhzad7a140732019-12-25 02:51:273897name = "rustc_hir"
3898version = "0.0.0"
3899dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263900 "rustc_ast",
Mazdak Farrokhzad7a140732019-12-25 02:51:273901 "rustc_data_structures",
kadmin54883e02020-12-30 23:07:413902 "rustc_feature",
Mazdak Farrokhzad7a140732019-12-25 02:51:273903 "rustc_index",
3904 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403905 "rustc_serialize",
Mazdak Farrokhzad7a140732019-12-25 02:51:273906 "rustc_span",
3907 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293908 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003909 "tracing",
Mazdak Farrokhzad7a140732019-12-25 02:51:273910]
3911
3912[[package]]
Mazdak Farrokhzadb3866a52020-03-23 19:59:193913name = "rustc_hir_pretty"
3914version = "0.0.0"
3915dependencies = [
3916 "rustc_ast",
3917 "rustc_ast_pretty",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193918 "rustc_hir",
3919 "rustc_span",
3920 "rustc_target",
3921]
3922
3923[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293924name = "rustc_incremental"
3925version = "0.0.0"
3926dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:193927 "rand 0.7.3",
Vadim Petrochenkov6054a302020-02-29 17:16:263928 "rustc_ast",
Alex Crichton093ede22019-08-15 00:45:093929 "rustc_data_structures",
Eric Huss074d6672021-05-25 18:48:593930 "rustc_errors",
Alex Crichton093ede22019-08-15 00:45:093931 "rustc_fs_util",
Vadim Petrochenkov11d95142020-06-02 17:03:403932 "rustc_graphviz",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573933 "rustc_hir",
Matthew Jaspercbcef3e2020-06-11 14:49:573934 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453935 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403936 "rustc_serialize",
Mark Rousskov984c74a2019-11-12 13:22:163937 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323938 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:003939 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:293940]
3941
3942[[package]]
csmoe1cff2e62019-09-25 19:09:513943name = "rustc_index"
3944version = "0.0.0"
3945dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:353946 "arrayvec",
Matthew Jaspercbcef3e2020-06-11 14:49:573947 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403948 "rustc_serialize",
csmoe1cff2e62019-09-25 19:09:513949]
3950
3951[[package]]
Camille GILLOTf07e8892020-01-06 19:13:243952name = "rustc_infer"
3953version = "0.0.0"
3954dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263955 "rustc_ast",
Camille GILLOTf07e8892020-01-06 19:13:243956 "rustc_data_structures",
Camille GILLOTf07e8892020-01-06 19:13:243957 "rustc_errors",
Vadim Petrochenkov11d95142020-06-02 17:03:403958 "rustc_graphviz",
Camille GILLOTf07e8892020-01-06 19:13:243959 "rustc_hir",
3960 "rustc_index",
3961 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453962 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403963 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083964 "rustc_session",
Camille GILLOTf07e8892020-01-06 19:13:243965 "rustc_span",
3966 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293967 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003968 "tracing",
Camille GILLOTf07e8892020-01-06 19:13:243969]
3970
3971[[package]]
John Kåre Alsaker23a51f92018-12-08 19:30:233972name = "rustc_interface"
3973version = "0.0.0"
3974dependencies = [
Luca Barbieri45ede922020-04-10 20:42:193975 "libc",
Igor Matuszewski5b091302019-12-10 15:01:013976 "rustc-rayon",
Camille GILLOTa4b1158f2020-11-18 18:02:313977 "rustc-rayon-core",
Vadim Petrochenkov6054a302020-02-29 17:16:263978 "rustc_ast",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563979 "rustc_ast_lowering",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443980 "rustc_ast_passes",
Mazdak Farrokhzad93a82832020-01-11 12:15:203981 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323982 "rustc_builtin_macros",
Alex Crichton7f23e6e2019-10-22 15:51:353983 "rustc_codegen_llvm",
Alex Crichton093ede22019-08-15 00:45:093984 "rustc_codegen_ssa",
Alex Crichton093ede22019-08-15 00:45:093985 "rustc_data_structures",
3986 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323987 "rustc_expand",
Mazdak Farrokhzad7a140732019-12-25 02:51:273988 "rustc_hir",
Alex Crichton093ede22019-08-15 00:45:093989 "rustc_incremental",
Camille GILLOT5d71b992020-10-11 08:34:133990 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:093991 "rustc_lint",
3992 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453993 "rustc_middle",
Alex Crichton093ede22019-08-15 00:45:093994 "rustc_mir",
Matthew Jasperb3589292020-01-05 15:46:443995 "rustc_mir_build",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133996 "rustc_parse",
Alex Crichton093ede22019-08-15 00:45:093997 "rustc_passes",
Simon Sapind0bbc602019-07-16 17:08:323998 "rustc_plugin_impl",
Alex Crichton093ede22019-08-15 00:45:093999 "rustc_privacy",
Camille GILLOT4581d162021-01-19 19:40:164000 "rustc_query_impl",
Alex Crichton093ede22019-08-15 00:45:094001 "rustc_resolve",
Vadim Petrochenkov11d95142020-06-02 17:03:404002 "rustc_serialize",
Mazdak Farrokhzad7dbccf52020-01-05 08:40:164003 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324004 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:584005 "rustc_symbol_mangling",
Mazdak Farrokhzadd945f982019-10-11 21:48:164006 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404007 "rustc_trait_selection",
Alex Crichton093ede22019-08-15 00:45:094008 "rustc_traits",
LeSeulArtichautf59d0302020-11-19 20:32:374009 "rustc_ty_utils",
Alex Crichton093ede22019-08-15 00:45:094010 "rustc_typeck",
Jubilee Younge8eb6912021-04-22 04:40:294011 "smallvec",
Alex Crichton093ede22019-08-15 00:45:094012 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:004013 "tracing",
Mark Rousskov342d9562020-08-17 15:21:444014 "winapi 0.3.9",
John Kåre Alsaker23a51f92018-12-08 19:30:234015]
4016
4017[[package]]
Aleksey Kladov395ee0b2019-05-06 08:53:404018name = "rustc_lexer"
4019version = "0.1.0"
4020dependencies = [
Aleksey Kladovf7be59c2020-08-21 12:03:504021 "expect-test",
Aaron Hill70ba4912020-08-01 14:11:154022 "unicode-xid",
Aleksey Kladov395ee0b2019-05-06 08:53:404023]
4024
4025[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294026name = "rustc_lint"
4027version = "0.0.0"
4028dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:264029 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464030 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204031 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094032 "rustc_data_structures",
Mazdak Farrokhzad8bd3d242020-01-09 10:18:474033 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:384034 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574035 "rustc_hir",
csmoe64f61c72019-09-26 05:38:334036 "rustc_index",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454037 "rustc_middle",
Mara Bos6b446622020-10-20 20:25:424038 "rustc_parse_format",
Jeremy Fitzhardinge82ccb652020-05-25 23:21:254039 "rustc_serialize",
Mark Rousskovf03d8f32019-11-12 17:09:204040 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324041 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094042 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404043 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004044 "tracing",
Charles Lew485e98a2020-01-02 12:02:224045 "unicode-security",
Ahmed Charles9ca382f2016-09-02 08:55:294046]
4047
4048[[package]]
Aaron Hill23018a52020-08-13 19:41:524049name = "rustc_lint_defs"
4050version = "0.0.0"
4051dependencies = [
4052 "rustc_ast",
4053 "rustc_data_structures",
4054 "rustc_macros",
4055 "rustc_serialize",
4056 "rustc_span",
Mark Rousskovc4a8d7f2020-09-01 21:12:384057 "rustc_target",
Aaron Hill23018a52020-08-13 19:41:524058 "tracing",
4059]
4060
4061[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294062name = "rustc_llvm"
4063version = "0.0.0"
4064dependencies = [
Alex Crichton093ede22019-08-15 00:45:094065 "build_helper",
4066 "cc",
Aaron Hill47e932b2019-12-12 15:51:194067 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:294068]
4069
4070[[package]]
John Kåre Alsaker74b64192019-03-01 00:22:104071name = "rustc_macros"
4072version = "0.1.0"
4073dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154074 "proc-macro2",
4075 "quote",
4076 "syn",
Igor Matuszewski403a9d02020-05-05 11:26:164077 "synstructure",
John Kåre Alsaker74b64192019-03-01 00:22:104078]
4079
4080[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294081name = "rustc_metadata"
4082version = "0.0.0"
4083dependencies = [
Luca Barbieri45ede922020-04-10 20:42:194084 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:264085 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204086 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094087 "rustc_data_structures",
4088 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324089 "rustc_expand",
Jonas Schievinka447c212020-09-12 23:58:174090 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574091 "rustc_hir",
Mazdak Farrokhzadb3866a52020-03-23 19:59:194092 "rustc_hir_pretty",
csmoed20183d2019-09-26 05:30:104093 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574094 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454095 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404096 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084097 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324098 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094099 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:294100 "smallvec",
Josh Triplett574f6be2020-08-20 23:16:304101 "snap",
Alex Crichton093ede22019-08-15 00:45:094102 "stable_deref_trait",
Oliver Schererec7230f2020-07-24 18:42:004103 "tracing",
Mark Rousskov342d9562020-08-17 15:21:444104 "winapi 0.3.9",
Ahmed Charles9ca382f2016-09-02 08:55:294105]
4106
4107[[package]]
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454108name = "rustc_middle"
4109version = "0.0.0"
4110dependencies = [
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454111 "bitflags",
Jack Hueya24df5b2020-03-03 16:25:034112 "chalk-ir",
Alessandro Ghedinibff2e462020-11-05 15:58:234113 "measureme",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454114 "polonius-engine",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454115 "rustc-rayon-core",
4116 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404117 "rustc_arena",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454118 "rustc_ast",
4119 "rustc_attr",
4120 "rustc_data_structures",
4121 "rustc_errors",
4122 "rustc_feature",
4123 "rustc_hir",
4124 "rustc_index",
4125 "rustc_macros",
4126 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:404127 "rustc_serialize",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454128 "rustc_session",
4129 "rustc_span",
4130 "rustc_target",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104131 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:294132 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004133 "tracing",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454134]
4135
4136[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294137name = "rustc_mir"
4138version = "0.0.0"
4139dependencies = [
Rich Kadelbd0eb072020-11-03 05:32:484140 "coverage_test_macros",
Alex Crichton093ede22019-08-15 00:45:094141 "either",
Vishnunarayan K Iea146072020-10-26 13:34:294142 "gsgdt",
Andreas Jonsonb8752ff2020-09-12 06:24:094143 "itertools 0.9.0",
Alex Crichton093ede22019-08-15 00:45:094144 "polonius-engine",
Dylan MacKenziea88dc372020-08-28 01:10:574145 "regex",
Alex Crichton093ede22019-08-15 00:45:094146 "rustc_apfloat",
Vadim Petrochenkov6054a302020-02-29 17:16:264147 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204148 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094149 "rustc_data_structures",
4150 "rustc_errors",
Vadim Petrochenkov11d95142020-06-02 17:03:404151 "rustc_graphviz",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574152 "rustc_hir",
csmoed20183d2019-09-26 05:30:104153 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244154 "rustc_infer",
Aleksey Kladova0c186c2019-07-21 11:50:394155 "rustc_lexer",
Camille GILLOTd9eaaf52019-11-10 18:30:194156 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454157 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404158 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084159 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324160 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094161 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404162 "rustc_trait_selection",
Jubilee Younge8eb6912021-04-22 04:40:294163 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004164 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294165]
4166
4167[[package]]
Matthew Jasperb3589292020-01-05 15:46:444168name = "rustc_mir_build"
4169version = "0.0.0"
4170dependencies = [
Matthew Jasperb3589292020-01-05 15:46:444171 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404172 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264173 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204174 "rustc_attr",
Matthew Jasperb3589292020-01-05 15:46:444175 "rustc_data_structures",
Matthew Jasperb3589292020-01-05 15:46:444176 "rustc_errors",
4177 "rustc_hir",
4178 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244179 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454180 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404181 "rustc_serialize",
Mazdak Farrokhzad58eb03d2020-01-20 21:23:074182 "rustc_session",
Matthew Jasperb3589292020-01-05 15:46:444183 "rustc_span",
4184 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404185 "rustc_trait_selection",
Jubilee Younge8eb6912021-04-22 04:40:294186 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004187 "tracing",
Matthew Jasperb3589292020-01-05 15:46:444188]
4189
4190[[package]]
Mazdak Farrokhzad4ae27282019-10-15 20:48:134191name = "rustc_parse"
4192version = "0.0.0"
4193dependencies = [
4194 "bitflags",
Vadim Petrochenkov6054a302020-02-29 17:16:264195 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464196 "rustc_ast_pretty",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134197 "rustc_data_structures",
4198 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:384199 "rustc_feature",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134200 "rustc_lexer",
Mazdak Farrokhzadf361b712020-01-05 09:47:204201 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324202 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:294203 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004204 "tracing",
Charles Lew0bcddfe2019-11-23 14:33:404205 "unicode-normalization",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134206]
4207
4208[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404209name = "rustc_parse_format"
4210version = "0.0.0"
4211dependencies = [
4212 "rustc_lexer",
4213 "rustc_span",
4214]
4215
4216[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294217name = "rustc_passes"
4218version = "0.0.0"
4219dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:264220 "rustc_ast",
Camelid8f40e112021-03-14 21:39:134221 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204222 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094223 "rustc_data_structures",
4224 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574225 "rustc_hir",
Mark Rousskov7c3f65b2019-10-04 14:46:574226 "rustc_index",
Guillaume Gomez8a35b932020-12-01 22:41:124227 "rustc_lexer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454228 "rustc_middle",
Tomasz Miąsko57d38972020-09-26 00:00:004229 "rustc_serialize",
Mazdak Farrokhzadfff5ef62020-01-02 11:54:434230 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324231 "rustc_span",
Mark Rousskov7c3f65b2019-10-04 14:46:574232 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404233 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004234 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294235]
4236
4237[[package]]
Simon Sapind0bbc602019-07-16 17:08:324238name = "rustc_plugin_impl"
Ahmed Charles9ca382f2016-09-02 08:55:294239version = "0.0.0"
4240dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:264241 "rustc_ast",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164242 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574243 "rustc_hir",
Mazdak Farrokhzadf58db202020-01-09 06:52:014244 "rustc_lint",
Alex Crichton093ede22019-08-15 00:45:094245 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454246 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084247 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324248 "rustc_span",
Ahmed Charles9ca382f2016-09-02 08:55:294249]
4250
4251[[package]]
4252name = "rustc_privacy"
4253version = "0.0.0"
4254dependencies = [
Mazdak Farrokhzad93a82832020-01-11 12:15:204255 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094256 "rustc_data_structures",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164257 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574258 "rustc_hir",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454259 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084260 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324261 "rustc_span",
kadmin6a03f032020-11-22 09:37:374262 "rustc_trait_selection",
Alex Crichton093ede22019-08-15 00:45:094263 "rustc_typeck",
Oliver Schererec7230f2020-07-24 18:42:004264 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294265]
4266
4267[[package]]
Camille GILLOT4581d162021-01-19 19:40:164268name = "rustc_query_impl"
4269version = "0.0.0"
4270dependencies = [
4271 "measureme",
4272 "rustc-rayon-core",
4273 "rustc_ast",
4274 "rustc_attr",
4275 "rustc_data_structures",
4276 "rustc_errors",
4277 "rustc_feature",
4278 "rustc_hir",
4279 "rustc_index",
4280 "rustc_macros",
4281 "rustc_middle",
4282 "rustc_query_system",
4283 "rustc_serialize",
4284 "rustc_session",
4285 "rustc_span",
4286 "rustc_target",
4287 "tracing",
4288]
4289
4290[[package]]
Camille GILLOT6624dc42020-03-18 09:25:224291name = "rustc_query_system"
4292version = "0.0.0"
4293dependencies = [
Caleb Cartwright63913182021-02-10 01:52:544294 "parking_lot",
Camille GILLOT8e873c32020-03-19 13:13:314295 "rustc-rayon-core",
Vadim Petrochenkov11d95142020-06-02 17:03:404296 "rustc_arena",
Camille GILLOT6624dc42020-03-18 09:25:224297 "rustc_data_structures",
4298 "rustc_errors",
Camille GILLOT6624dc42020-03-18 09:25:224299 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574300 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404301 "rustc_serialize",
Camille GILLOTf96e9602020-11-12 19:48:374302 "rustc_session",
Camille GILLOT8e873c32020-03-19 13:13:314303 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:294304 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004305 "tracing",
Camille GILLOT6624dc42020-03-18 09:25:224306]
4307
4308[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294309name = "rustc_resolve"
4310version = "0.0.0"
4311dependencies = [
Alex Crichton093ede22019-08-15 00:45:094312 "bitflags",
Vadim Petrochenkov11d95142020-06-02 17:03:404313 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264314 "rustc_ast",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:564315 "rustc_ast_lowering",
Mazdak Farrokhzade2333312020-01-11 16:02:464316 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204317 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094318 "rustc_data_structures",
4319 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324320 "rustc_expand",
Mazdak Farrokhzad70234f12019-11-30 01:34:184321 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574322 "rustc_hir",
marmelademaf60513e2020-06-20 18:59:294323 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:094324 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454325 "rustc_middle",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:564326 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324327 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:294328 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004329 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294330]
4331
4332[[package]]
4333name = "rustc_save_analysis"
4334version = "0.0.0"
4335dependencies = [
Alex Crichton093ede22019-08-15 00:45:094336 "rls-data",
4337 "rls-span",
Vadim Petrochenkov6054a302020-02-29 17:16:264338 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464339 "rustc_ast_pretty",
Alex Crichton093ede22019-08-15 00:45:094340 "rustc_data_structures",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574341 "rustc_hir",
Mazdak Farrokhzadf1701dd2020-03-24 01:44:414342 "rustc_hir_pretty",
Aleksey Kladov66218952020-08-29 09:38:154343 "rustc_lexer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454344 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084345 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324346 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094347 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:004348 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294349]
4350
4351[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404352name = "rustc_serialize"
4353version = "0.0.0"
4354dependencies = [
4355 "indexmap",
Matthew Jasperc4f91bb2020-07-18 19:14:504356 "rustc_macros",
Jubilee Younge8eb6912021-04-22 04:40:294357 "smallvec",
Vadim Petrochenkov11d95142020-06-02 17:03:404358]
4359
4360[[package]]
Mark Rousskovc761ec12019-11-12 13:17:334361name = "rustc_session"
4362version = "0.0.0"
4363dependencies = [
Tomasz Miąsko0a65f282020-06-14 00:00:004364 "bitflags",
Luca Barbieriac2b84f2020-04-10 20:42:194365 "getopts",
Mark Rousskovcc2c33a2019-11-29 21:05:284366 "num_cpus",
Vadim Petrochenkov6054a302020-02-29 17:16:264367 "rustc_ast",
Mark Rousskovc761ec12019-11-12 13:17:334368 "rustc_data_structures",
Mark Rousskovc761ec12019-11-12 13:17:334369 "rustc_errors",
Mark Rousskovcc2c33a2019-11-29 21:05:284370 "rustc_feature",
4371 "rustc_fs_util",
Aaron Hill23018a52020-08-13 19:41:524372 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:574373 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404374 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324375 "rustc_span",
Mark Rousskovcc2c33a2019-11-29 21:05:284376 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004377 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324378]
4379
4380[[package]]
4381name = "rustc_span"
4382version = "0.0.0"
4383dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:074384 "cfg-if 0.1.10",
Igor Matuszewskibd37d7d2020-12-05 15:40:244385 "md-5",
Vadim Petrochenkov11d95142020-06-02 17:03:404386 "rustc_arena",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324387 "rustc_data_structures",
4388 "rustc_index",
4389 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404390 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324391 "scoped-tls",
Arlo Siemsen3296d5c2020-10-13 15:41:064392 "sha-1 0.9.1",
4393 "sha2",
Oliver Schererec7230f2020-07-24 18:42:004394 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324395 "unicode-width",
Mark Rousskovc761ec12019-11-12 13:17:334396]
4397
4398[[package]]
Mark Mansi2d75a332020-03-12 23:07:584399name = "rustc_symbol_mangling"
4400version = "0.0.0"
4401dependencies = [
Mark Mansi2d75a332020-03-12 23:07:584402 "punycode",
Mark Mansi2d75a332020-03-12 23:07:584403 "rustc-demangle",
4404 "rustc_ast",
4405 "rustc_data_structures",
4406 "rustc_hir",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454407 "rustc_middle",
Mark Mansi2d75a332020-03-12 23:07:584408 "rustc_session",
4409 "rustc_span",
4410 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004411 "tracing",
Mark Mansi2d75a332020-03-12 23:07:584412]
4413
4414[[package]]
Irina Popa38e96402017-12-08 19:18:214415name = "rustc_target"
4416version = "0.0.0"
4417dependencies = [
Alex Crichton093ede22019-08-15 00:45:094418 "bitflags",
Alex Crichton093ede22019-08-15 00:45:094419 "rustc_data_structures",
csmoe64f61c72019-09-26 05:38:334420 "rustc_index",
Camille GILLOT2ba84c62019-11-09 21:27:524421 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404422 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324423 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:004424 "tracing",
Irina Popa38e96402017-12-08 19:18:214425]
4426
4427[[package]]
Matthias Krüger10e7b762018-09-07 07:12:064428name = "rustc_tools_util"
Igor Matuszewski31dc27d2019-06-08 20:15:224429version = "0.2.0"
Matthias Krügerc09d4e72019-01-05 14:40:104430
4431[[package]]
4432name = "rustc_tools_util"
Oliver Scherer2a789512019-05-26 17:21:544433version = "0.2.0"
Igor Matuszewski31dc27d2019-06-08 20:15:224434source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094435checksum = "b725dadae9fabc488df69a287f5a99c5eaf5d10853842a8a3dfac52476f544ee"
Matthias Krüger10e7b762018-09-07 07:12:064436
4437[[package]]
Camille GILLOTc1e3d552020-02-11 18:53:404438name = "rustc_trait_selection"
4439version = "0.0.0"
4440dependencies = [
Camille GILLOTc1e3d552020-02-11 18:53:404441 "rustc_ast",
4442 "rustc_attr",
4443 "rustc_data_structures",
4444 "rustc_errors",
4445 "rustc_hir",
4446 "rustc_index",
4447 "rustc_infer",
4448 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454449 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404450 "rustc_parse_format",
Camille GILLOTc1e3d552020-02-11 18:53:404451 "rustc_session",
4452 "rustc_span",
4453 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:294454 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004455 "tracing",
Camille GILLOTc1e3d552020-02-11 18:53:404456]
4457
4458[[package]]
Niko Matsakis3a50b41d2018-02-25 15:58:544459name = "rustc_traits"
4460version = "0.0.0"
4461dependencies = [
Jack Hueyd66452c2020-08-04 22:35:374462 "chalk-engine",
Jack Hueya24df5b2020-03-03 16:25:034463 "chalk-ir",
Jack Hueya24df5b2020-03-03 16:25:034464 "chalk-solve",
Vadim Petrochenkov6054a302020-02-29 17:16:264465 "rustc_ast",
Jack Huey4b64bc12021-01-01 18:44:314466 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094467 "rustc_data_structures",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574468 "rustc_hir",
Jack Hueya24df5b2020-03-03 16:25:034469 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244470 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454471 "rustc_middle",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324472 "rustc_span",
Camille GILLOTc1e3d552020-02-11 18:53:404473 "rustc_trait_selection",
Jubilee Younge8eb6912021-04-22 04:40:294474 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004475 "tracing",
Niko Matsakis3a50b41d2018-02-25 15:58:544476]
4477
4478[[package]]
LeSeulArtichautf59d0302020-11-19 20:32:374479name = "rustc_ty_utils"
Camille GILLOT9908a872020-01-13 12:40:304480version = "0.0.0"
4481dependencies = [
Camille GILLOT9908a872020-01-13 12:40:304482 "rustc_data_structures",
Eduard-Mihai Burtescu289f46a2020-04-10 02:13:294483 "rustc_errors",
Camille GILLOT9908a872020-01-13 12:40:304484 "rustc_hir",
Camille GILLOTf07e8892020-01-06 19:13:244485 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454486 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084487 "rustc_session",
Camille GILLOT9908a872020-01-13 12:40:304488 "rustc_span",
Camille GILLOT0e652c52020-02-12 16:24:324489 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404490 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004491 "tracing",
Camille GILLOT9908a872020-01-13 12:40:304492]
4493
4494[[package]]
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104495name = "rustc_type_ir"
4496version = "0.0.0"
4497dependencies = [
4498 "bitflags",
4499 "rustc_data_structures",
4500 "rustc_index",
LeSeulArtichaut07245732020-12-12 14:25:554501 "rustc_macros",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104502 "rustc_serialize",
4503]
4504
4505[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294506name = "rustc_typeck"
4507version = "0.0.0"
4508dependencies = [
Vadim Petrochenkov11d95142020-06-02 17:03:404509 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264510 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204511 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094512 "rustc_data_structures",
4513 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574514 "rustc_hir",
Esteban Küber5daedea2020-07-09 02:39:264515 "rustc_hir_pretty",
csmoe64f61c72019-09-26 05:38:334516 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244517 "rustc_infer",
jumbatm93eaf152020-08-27 10:00:214518 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454519 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084520 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324521 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094522 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404523 "rustc_trait_selection",
lcnrb3629d22021-04-27 13:01:374524 "rustc_ty_utils",
Jubilee Younge8eb6912021-04-22 04:40:294525 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004526 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294527]
4528
4529[[package]]
Oliver Schneider847bb142018-05-11 12:11:064530name = "rustc_version"
Ralf Jungbf11b122021-04-06 11:20:484531version = "0.3.3"
Oliver Schneider847bb142018-05-11 12:11:064532source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jungbf11b122021-04-06 11:20:484533checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
Oliver Schneider847bb142018-05-11 12:11:064534dependencies = [
Ralf Jungbf11b122021-04-06 11:20:484535 "semver 0.11.0",
Oliver Schneider847bb142018-05-11 12:11:064536]
4537
4538[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294539name = "rustdoc"
4540version = "0.0.0"
4541dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:354542 "arrayvec",
Aleksey Kladovb4f4db92020-08-27 10:50:284543 "expect-test",
Andreas Jonsonb8752ff2020-09-12 06:24:094544 "itertools 0.9.0",
Alex Crichton093ede22019-08-15 00:45:094545 "minifier",
Joshua Nelsone4c28bf2020-09-14 00:15:014546 "pulldown-cmark 0.8.0",
Guillaume Gomezf467b8d2020-10-13 13:46:344547 "regex",
Igor Matuszewski5b091302019-12-10 15:01:014548 "rustc-rayon",
Rune Tynan67b78a02021-01-25 21:23:434549 "rustdoc-json-types",
Andy Russell94630d42019-06-29 17:30:454550 "serde",
4551 "serde_json",
Jubilee Younge8eb6912021-04-22 04:40:294552 "smallvec",
Alex Crichton093ede22019-08-15 00:45:094553 "tempfile",
Jacob Hoffman-Andrewscd0f9312021-06-09 00:19:034554 "tera",
Joshua Nelson65f0b252020-12-28 18:28:294555 "tracing",
4556 "tracing-subscriber",
4557 "tracing-tree",
Mark Simulacrume2e9b402017-07-23 02:01:584558]
4559
4560[[package]]
Rune Tynan67b78a02021-01-25 21:23:434561name = "rustdoc-json-types"
4562version = "0.1.0"
4563dependencies = [
4564 "serde",
Rune Tynanca48d152021-03-04 23:45:574565 "serde_json",
Rune Tynan67b78a02021-01-25 21:23:434566]
4567
4568[[package]]
Guillaume Gomezdec9fab2018-02-05 22:43:534569name = "rustdoc-themes"
4570version = "0.1.0"
4571
4572[[package]]
Mark Simulacrume2e9b402017-07-23 02:01:584573name = "rustdoc-tool"
4574version = "0.0.0"
4575dependencies = [
Alex Crichton093ede22019-08-15 00:45:094576 "rustdoc",
Ahmed Charles9ca382f2016-09-02 08:55:294577]
4578
4579[[package]]
Alex Crichtonfa9e55f2018-05-02 15:43:154580name = "rustfix"
Mark Rousskov342d9562020-08-17 15:21:444581version = "0.5.1"
Eric Huss6da85d62020-01-14 17:47:044582source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444583checksum = "f2c50b74badcddeb8f7652fa8323ce440b95286f8e4b64ebfd871c609672704e"
Eric Huss6da85d62020-01-14 17:47:044584dependencies = [
4585 "anyhow",
4586 "log",
4587 "serde",
4588 "serde_json",
4589]
4590
4591[[package]]
Eric Hussd371bb42021-06-12 19:11:504592name = "rustfix"
4593version = "0.6.0"
4594source = "registry+https://github.com/rust-lang/crates.io-index"
4595checksum = "6f0be05fc0675ef4f47119dc39cfc46636bb77d4fc4ef1bd851b9c3f7697f32a"
4596dependencies = [
4597 "anyhow",
4598 "log",
4599 "serde",
4600 "serde_json",
4601]
4602
4603[[package]]
topecongiro5a411a62019-06-18 12:15:194604name = "rustfmt-config_proc_macro"
Igor Matuszewskic2249a42019-09-08 08:28:114605version = "0.2.0"
topecongiro5a411a62019-06-18 12:15:194606dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154607 "proc-macro2",
4608 "quote",
Alex Crichton093ede22019-08-15 00:45:094609 "serde",
Aaron Hill70ba4912020-08-01 14:11:154610 "syn",
topecongiro5a411a62019-06-18 12:15:194611]
4612
4613[[package]]
Alex Crichton1cede102017-06-15 02:33:064614name = "rustfmt-nightly"
Caleb Cartwrighte2fe4f22021-04-11 16:42:014615version = "1.4.37"
kennytm0692b3d2017-12-15 19:41:584616dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:354617 "annotate-snippets",
Igor Matuszewskif4b2a202020-06-15 09:43:394618 "anyhow",
Alex Crichton093ede22019-08-15 00:45:094619 "bytecount",
Mark Rousskov342d9562020-08-17 15:21:444620 "cargo_metadata 0.8.2",
Alex Crichton093ede22019-08-15 00:45:094621 "derive-new",
4622 "diff",
4623 "dirs",
Alex Crichton5c5e3fa2019-09-24 18:06:564624 "env_logger 0.6.2",
Alex Crichton093ede22019-08-15 00:45:094625 "getopts",
4626 "ignore",
Mark Rousskov342d9562020-08-17 15:21:444627 "itertools 0.8.2",
Yuki Okushi1f0a39502020-05-26 04:00:424628 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:094629 "log",
4630 "regex",
Alex Crichton093ede22019-08-15 00:45:094631 "rustc-workspace-hack",
4632 "rustfmt-config_proc_macro",
4633 "serde",
4634 "serde_json",
Eric Huss139477d2019-11-12 18:14:484635 "structopt",
Mark Rousskov342d9562020-08-17 15:21:444636 "term 0.6.1",
Igor Matuszewskif4b2a202020-06-15 09:43:394637 "thiserror",
Eric Huss7d92cf42019-08-20 17:46:354638 "toml",
Alex Crichton093ede22019-08-15 00:45:094639 "unicode-segmentation",
4640 "unicode-width",
4641 "unicode_categories",
Igor Matuszewskid2d192e2019-07-30 11:00:274642]
4643
4644[[package]]
flip19950046d7c2021-02-25 10:26:234645name = "rustversion"
David Tolnayfbfc0792021-06-18 05:34:554646version = "1.0.5"
flip19950046d7c2021-02-25 10:26:234647source = "registry+https://github.com/rust-lang/crates.io-index"
David Tolnayfbfc0792021-06-18 05:34:554648checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"
flip19950046d7c2021-02-25 10:26:234649
4650[[package]]
Alex Crichton2863b752018-08-21 17:23:474651name = "ryu"
Mark Rousskov342d9562020-08-17 15:21:444652version = "1.0.5"
Alex Crichton2863b752018-08-21 17:23:474653source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444654checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
Alex Crichton2863b752018-08-21 17:23:474655
4656[[package]]
Josh Stone020c5ec2017-05-08 22:01:134657name = "same-file"
Mark Rousskov342d9562020-08-17 15:21:444658version = "1.0.6"
Alex Crichton80d6ed22018-01-08 21:56:224659source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444660checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
Alex Crichton80d6ed22018-01-08 21:56:224661dependencies = [
Alex Crichton093ede22019-08-15 00:45:094662 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:224663]
4664
4665[[package]]
4666name = "schannel"
Mark Rousskov342d9562020-08-17 15:21:444667version = "0.1.19"
Alex Crichton80d6ed22018-01-08 21:56:224668source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444669checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
Alex Crichton80d6ed22018-01-08 21:56:224670dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:424671 "lazy_static",
Mark Rousskov342d9562020-08-17 15:21:444672 "winapi 0.3.9",
Alex Crichton80d6ed22018-01-08 21:56:224673]
4674
4675[[package]]
Alex Crichton453080f2017-06-05 16:36:484676name = "scoped-tls"
Marcel Hellwig56fb2872019-02-26 10:15:524677version = "1.0.0"
4678source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094679checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
Marcel Hellwig56fb2872019-02-26 10:15:524680
4681[[package]]
Nick Cameronad8ecc22017-07-19 01:32:124682name = "scopeguard"
Mark Rousskov342d9562020-08-17 15:21:444683version = "1.1.0"
Ralf Jungc7a599e2019-07-25 13:57:254684source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444685checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
Ralf Jungc7a599e2019-07-25 13:57:254686
4687[[package]]
Eric Huss74498c12020-12-16 17:03:334688name = "security-framework"
4689version = "2.0.0"
4690source = "registry+https://github.com/rust-lang/crates.io-index"
4691checksum = "c1759c2e3c8580017a484a7ac56d3abc5a6c1feadf88db2f3633f12ae4268c69"
4692dependencies = [
4693 "bitflags",
4694 "core-foundation",
4695 "core-foundation-sys",
4696 "libc",
4697 "security-framework-sys",
4698]
4699
4700[[package]]
4701name = "security-framework-sys"
4702version = "2.0.0"
4703source = "registry+https://github.com/rust-lang/crates.io-index"
4704checksum = "f99b9d5e26d2a71633cc4f2ebae7cc9f874044e0c351a27e17892d76dce5678b"
4705dependencies = [
4706 "core-foundation-sys",
4707 "libc",
4708]
4709
4710[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584711name = "semver"
Alex Crichton80d6ed22018-01-08 21:56:224712version = "0.9.0"
4713source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094714checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
Alex Crichton80d6ed22018-01-08 21:56:224715dependencies = [
Eduardo Brotoca11eeb2020-10-23 21:47:584716 "semver-parser 0.7.0",
Alex Crichton093ede22019-08-15 00:45:094717 "serde",
Tatsuyuki Ishi0e79b972017-04-29 23:11:584718]
4719
4720[[package]]
Eric Hussa0431e22020-05-26 00:56:324721name = "semver"
4722version = "0.10.0"
4723source = "registry+https://github.com/rust-lang/crates.io-index"
4724checksum = "394cec28fa623e00903caf7ba4fa6fb9a0e260280bb8cdbbba029611108a0190"
4725dependencies = [
Eduardo Brotoca11eeb2020-10-23 21:47:584726 "semver-parser 0.7.0",
4727 "serde",
4728]
4729
4730[[package]]
4731name = "semver"
4732version = "0.11.0"
4733source = "registry+https://github.com/rust-lang/crates.io-index"
4734checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
4735dependencies = [
Vadim Petrochenkova4cc3ca2021-02-21 13:32:384736 "semver-parser 0.10.2",
Eric Hussa0431e22020-05-26 00:56:324737 "serde",
4738]
4739
4740[[package]]
Eric Huss78529352021-06-02 03:38:394741name = "semver"
David Tolnay1aba1712021-06-04 04:12:254742version = "1.0.3"
Eric Huss78529352021-06-02 03:38:394743source = "registry+https://github.com/rust-lang/crates.io-index"
David Tolnay1aba1712021-06-04 04:12:254744checksum = "5f3aac57ee7f3272d8395c6e4f502f434f0e289fcd62876f70daa008c20dcabe"
Eric Huss78529352021-06-02 03:38:394745dependencies = [
4746 "serde",
4747]
4748
4749[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584750name = "semver-parser"
4751version = "0.7.0"
Steve Klabnik2795de32017-02-20 00:20:574752source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094753checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
Steve Klabnik2795de32017-02-20 00:20:574754
4755[[package]]
Eduardo Brotoca11eeb2020-10-23 21:47:584756name = "semver-parser"
Vadim Petrochenkova4cc3ca2021-02-21 13:32:384757version = "0.10.2"
Eduardo Brotoca11eeb2020-10-23 21:47:584758source = "registry+https://github.com/rust-lang/crates.io-index"
Vadim Petrochenkova4cc3ca2021-02-21 13:32:384759checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
Eduardo Brotoca11eeb2020-10-23 21:47:584760dependencies = [
4761 "pest",
4762]
4763
4764[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584765name = "serde"
Eric Hussea194b82021-03-26 19:29:084766version = "1.0.125"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584767source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussea194b82021-03-26 19:29:084768checksum = "558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171"
Eric Huss57393642018-12-17 18:23:044769dependencies = [
Alex Crichton093ede22019-08-15 00:45:094770 "serde_derive",
Eric Huss57393642018-12-17 18:23:044771]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584772
4773[[package]]
4774name = "serde_derive"
Eric Hussea194b82021-03-26 19:29:084775version = "1.0.125"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584776source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussea194b82021-03-26 19:29:084777checksum = "b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584778dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154779 "proc-macro2",
4780 "quote",
4781 "syn",
Tatsuyuki Ishi0e79b972017-04-29 23:11:584782]
4783
4784[[package]]
flip199596c3ec12019-08-20 07:32:534785name = "serde_ignored"
Mark Rousskov342d9562020-08-17 15:21:444786version = "0.1.2"
flip199596c3ec12019-08-20 07:32:534787source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444788checksum = "1c2c7d39d14f2f2ea82239de71594782f186fd03501ac81f0ce08e674819ff2f"
flip199596c3ec12019-08-20 07:32:534789dependencies = [
4790 "serde",
4791]
4792
4793[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584794name = "serde_json"
Eduardo Brotoca11eeb2020-10-23 21:47:584795version = "1.0.59"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584796source = "registry+https://github.com/rust-lang/crates.io-index"
Eduardo Brotoca11eeb2020-10-23 21:47:584797checksum = "dcac07dbffa1c65e7f816ab9eba78eb142c6d44410f4eeba1e26e4f5dfa56b95"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584798dependencies = [
Rune Tynan77156562021-01-16 01:34:154799 "indexmap",
Alex Crichton093ede22019-08-15 00:45:094800 "itoa",
4801 "ryu",
4802 "serde",
Steve Klabnik2795de32017-02-20 00:20:574803]
4804
4805[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:114806name = "serde_repr"
Mark Rousskov342d9562020-08-17 15:21:444807version = "0.1.6"
Igor Matuszewskic2249a42019-09-08 08:28:114808source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444809checksum = "2dc6b7951b17b051f3210b063f12cc17320e2fe30ae05b0fe2a3abb068551c76"
Igor Matuszewskic2249a42019-09-08 08:28:114810dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154811 "proc-macro2",
4812 "quote",
4813 "syn",
Igor Matuszewskic2249a42019-09-08 08:28:114814]
4815
4816[[package]]
James Munnsde763692019-01-19 02:39:374817name = "sha-1"
Arlo Siemsenf86b0782020-03-31 05:17:154818version = "0.8.2"
James Munnsde763692019-01-19 02:39:374819source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:154820checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
James Munnsde763692019-01-19 02:39:374821dependencies = [
Pietro Albiniacd8e592020-10-01 15:15:124822 "block-buffer 0.7.3",
4823 "digest 0.8.1",
Alex Crichton093ede22019-08-15 00:45:094824 "fake-simd",
Pietro Albiniacd8e592020-10-01 15:15:124825 "opaque-debug 0.2.3",
4826]
4827
4828[[package]]
Arlo Siemsen3296d5c2020-10-13 15:41:064829name = "sha-1"
4830version = "0.9.1"
4831source = "registry+https://github.com/rust-lang/crates.io-index"
4832checksum = "170a36ea86c864a3f16dd2687712dd6646f7019f301e57537c7f4dc9f5916770"
4833dependencies = [
4834 "block-buffer 0.9.0",
4835 "cfg-if 0.1.10",
4836 "cpuid-bool",
4837 "digest 0.9.0",
4838 "opaque-debug 0.3.0",
4839]
4840
4841[[package]]
Pietro Albiniacd8e592020-10-01 15:15:124842name = "sha2"
4843version = "0.9.1"
4844source = "registry+https://github.com/rust-lang/crates.io-index"
4845checksum = "2933378ddfeda7ea26f48c555bdad8bb446bf8a3d17832dc83e380d444cfb8c1"
4846dependencies = [
4847 "block-buffer 0.9.0",
Aaron Hill44fdfd62020-10-11 17:51:074848 "cfg-if 0.1.10",
Pietro Albiniacd8e592020-10-01 15:15:124849 "cpuid-bool",
4850 "digest 0.9.0",
4851 "opaque-debug 0.3.0",
James Munnsde763692019-01-19 02:39:374852]
4853
4854[[package]]
Oliver Schererec7230f2020-07-24 18:42:004855name = "sharded-slab"
Tomasz Miąsko2abe7c82021-02-28 00:00:004856version = "0.1.1"
Oliver Schererec7230f2020-07-24 18:42:004857source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:004858checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3"
Oliver Schererec7230f2020-07-24 18:42:004859dependencies = [
4860 "lazy_static",
4861]
4862
4863[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584864name = "shell-escape"
Mark Rousskov342d9562020-08-17 15:21:444865version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584866source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444867checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584868
4869[[package]]
steveklabnik54371882018-01-25 17:32:254870name = "shlex"
Eric Huss788167a2021-02-23 01:05:214871version = "1.0.0"
4872source = "registry+https://github.com/rust-lang/crates.io-index"
4873checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d"
4874
4875[[package]]
Mark Rousskov342d9562020-08-17 15:21:444876name = "signal-hook-registry"
klensyd480a3e2021-03-12 13:33:024877version = "1.2.2"
Matthias Krüger696fb8f2019-01-21 15:32:434878source = "registry+https://github.com/rust-lang/crates.io-index"
klensyd480a3e2021-03-12 13:33:024879checksum = "ce32ea0c6c56d5eacaeb814fbed9960547021d3edd010ded1425f180536b20ab"
Matthias Krüger696fb8f2019-01-21 15:32:434880dependencies = [
Alex Crichton093ede22019-08-15 00:45:094881 "libc",
Matthias Krüger696fb8f2019-01-21 15:32:434882]
4883
4884[[package]]
steveklabnikecfbaca2018-04-03 14:32:044885name = "siphasher"
Aaron Hill70ba4912020-08-01 14:11:154886version = "0.3.3"
steveklabnikecfbaca2018-04-03 14:32:044887source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:154888checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
steveklabnikecfbaca2018-04-03 14:32:044889
4890[[package]]
Eric Hussd5e03532019-05-23 20:27:494891name = "sized-chunks"
klensyd480a3e2021-03-12 13:33:024892version = "0.6.4"
Eric Hussd5e03532019-05-23 20:27:494893source = "registry+https://github.com/rust-lang/crates.io-index"
klensyd480a3e2021-03-12 13:33:024894checksum = "65e65d6a9f13cd78f361ea5a2cf53a45d67cdda421ba0316b9be101560f3d207"
Eric Hussd5e03532019-05-23 20:27:494895dependencies = [
Eric Huss2b985322019-11-25 16:14:074896 "bitmaps",
Alex Crichton093ede22019-08-15 00:45:094897 "typenum",
Eric Hussd5e03532019-05-23 20:27:494898]
4899
4900[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:434901name = "slab"
4902version = "0.4.2"
4903source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094904checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
Matthias Krüger696fb8f2019-01-21 15:32:434905
4906[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:014907name = "smallvec"
klensy93c8ebe2021-02-14 14:37:304908version = "1.6.1"
Ralf Jung90b8d342019-11-04 14:59:094909source = "registry+https://github.com/rust-lang/crates.io-index"
klensy93c8ebe2021-02-14 14:37:304910checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
Ralf Jung90b8d342019-11-04 14:59:094911
4912[[package]]
Josh Triplett574f6be2020-08-20 23:16:304913name = "snap"
4914version = "1.0.1"
4915source = "registry+https://github.com/rust-lang/crates.io-index"
4916checksum = "da73c8f77aebc0e40c300b93f0a5f1bece7a248a36eee287d4e095f35c7b7d6e"
4917
4918[[package]]
Mark Simulacrum38b46882017-06-26 16:26:154919name = "socket2"
klensydcdc3082021-05-11 19:03:594920version = "0.3.19"
Mark Simulacrum38b46882017-06-26 16:26:154921source = "registry+https://github.com/rust-lang/crates.io-index"
klensydcdc3082021-05-11 19:03:594922checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
Mark Simulacrum38b46882017-06-26 16:26:154923dependencies = [
klensydcdc3082021-05-11 19:03:594924 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:094925 "libc",
Mark Rousskov342d9562020-08-17 15:21:444926 "winapi 0.3.9",
Mark Simulacrum38b46882017-06-26 16:26:154927]
4928
4929[[package]]
klensy50c38902021-05-01 11:50:034930name = "socket2"
4931version = "0.4.0"
4932source = "registry+https://github.com/rust-lang/crates.io-index"
4933checksum = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2"
4934dependencies = [
4935 "libc",
4936 "winapi 0.3.9",
4937]
4938
4939[[package]]
Robin Kruppe1a24a592017-04-26 21:22:454940name = "stable_deref_trait"
Mark Rousskov342d9562020-08-17 15:21:444941version = "1.2.0"
Robin Kruppe1a24a592017-04-26 21:22:454942source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444943checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
Robin Kruppe1a24a592017-04-26 21:22:454944
4945[[package]]
Oliver Scherer26edcee2018-11-02 15:14:244946name = "stacker"
Julian Wollersberger53aaa1e2020-09-20 17:07:524947version = "0.1.12"
Oliver Scherer26edcee2018-11-02 15:14:244948source = "registry+https://github.com/rust-lang/crates.io-index"
Julian Wollersberger53aaa1e2020-09-20 17:07:524949checksum = "21ccb4c06ec57bc82d0f610f1a2963d7648700e43a6f513e564b9c89f7991786"
Oliver Scherer26edcee2018-11-02 15:14:244950dependencies = [
4951 "cc",
Aaron Hill44fdfd62020-10-11 17:51:074952 "cfg-if 0.1.10",
Oliver Scherer26edcee2018-11-02 15:14:244953 "libc",
4954 "psm",
Mark Rousskov342d9562020-08-17 15:21:444955 "winapi 0.3.9",
Oliver Scherer26edcee2018-11-02 15:14:244956]
4957
4958[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294959name = "std"
4960version = "0.0.0"
4961dependencies = [
Alex Crichton06d565c2020-05-13 21:22:374962 "addr2line",
Alex Crichton093ede22019-08-15 00:45:094963 "alloc",
Aaron Hill44fdfd62020-10-11 17:51:074964 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:094965 "compiler_builtins",
4966 "core",
4967 "dlmalloc",
4968 "fortanix-sgx-abi",
Markus Westerlind7cf8d3a2020-10-05 08:50:514969 "hashbrown 0.11.0",
Stefan Lankes5ebd4d92019-10-20 07:55:104970 "hermit-abi",
Alex Crichton093ede22019-08-15 00:45:094971 "libc",
Alex Crichton06d565c2020-05-13 21:22:374972 "miniz_oxide",
Alex Crichton0e033872021-04-22 18:53:334973 "object 0.22.0",
Alex Crichton093ede22019-08-15 00:45:094974 "panic_abort",
4975 "panic_unwind",
4976 "profiler_builtins",
Aaron Hill2550d5b2021-03-07 23:39:194977 "rand 0.7.3",
Alex Crichton06d565c2020-05-13 21:22:374978 "rustc-demangle",
Joshua Nelson1b0b7e92021-04-02 08:11:464979 "std_detect",
Alex Crichton093ede22019-08-15 00:45:094980 "unwind",
Alex Crichtonaabf4e92020-01-08 15:33:574981 "wasi",
Ahmed Charles9ca382f2016-09-02 08:55:294982]
4983
4984[[package]]
Joshua Nelson1b0b7e92021-04-02 08:11:464985name = "std_detect"
4986version = "0.1.5"
4987dependencies = [
4988 "cfg-if 0.1.10",
4989 "compiler_builtins",
4990 "libc",
4991 "rustc-std-workspace-alloc",
4992 "rustc-std-workspace-core",
4993]
4994
4995[[package]]
steveklabnikecfbaca2018-04-03 14:32:044996name = "string_cache"
Aaron Hill70ba4912020-08-01 14:11:154997version = "0.8.0"
steveklabnikecfbaca2018-04-03 14:32:044998source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:154999checksum = "2940c75beb4e3bf3a494cef919a747a2cb81e52571e212bfbd185074add7208a"
steveklabnikecfbaca2018-04-03 14:32:045000dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425001 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:095002 "new_debug_unreachable",
5003 "phf_shared",
5004 "precomputed-hash",
5005 "serde",
steveklabnikecfbaca2018-04-03 14:32:045006]
5007
5008[[package]]
5009name = "string_cache_codegen"
Aaron Hill70ba4912020-08-01 14:11:155010version = "0.5.1"
steveklabnikecfbaca2018-04-03 14:32:045011source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:155012checksum = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97"
steveklabnikecfbaca2018-04-03 14:32:045013dependencies = [
Alex Crichton093ede22019-08-15 00:45:095014 "phf_generator",
5015 "phf_shared",
Aaron Hill70ba4912020-08-01 14:11:155016 "proc-macro2",
5017 "quote",
steveklabnikecfbaca2018-04-03 14:32:045018]
5019
5020[[package]]
Eric Hussd5e03532019-05-23 20:27:495021name = "strip-ansi-escapes"
5022version = "0.1.0"
5023source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095024checksum = "9d63676e2abafa709460982ddc02a3bb586b6d15a49b75c212e06edd3933acee"
Eric Hussd5e03532019-05-23 20:27:495025dependencies = [
Alex Crichton093ede22019-08-15 00:45:095026 "vte",
Eric Hussd5e03532019-05-23 20:27:495027]
5028
5029[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585030name = "strsim"
Igor Matuszewskic2249a42019-09-08 08:28:115031version = "0.8.0"
Steve Klabnika0769612017-02-07 23:13:575032source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskic2249a42019-09-08 08:28:115033checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
Steve Klabnika0769612017-02-07 23:13:575034
5035[[package]]
topecongiro5a411a62019-06-18 12:15:195036name = "structopt"
Mark Rousskov342d9562020-08-17 15:21:445037version = "0.3.16"
Igor Matuszewskic2249a42019-09-08 08:28:115038source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445039checksum = "de5472fb24d7e80ae84a7801b7978f95a19ec32cb1876faea59ab711eb901976"
Igor Matuszewskic2249a42019-09-08 08:28:115040dependencies = [
5041 "clap",
Mark Rousskov342d9562020-08-17 15:21:445042 "lazy_static",
Eric Huss139477d2019-11-12 18:14:485043 "structopt-derive",
Igor Matuszewskic2249a42019-09-08 08:28:115044]
5045
5046[[package]]
5047name = "structopt-derive"
Mark Rousskov342d9562020-08-17 15:21:445048version = "0.4.9"
Igor Matuszewskic2249a42019-09-08 08:28:115049source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445050checksum = "1e0eb37335aeeebe51be42e2dc07f031163fbabfa6ac67d7ea68b5c2f68d5f99"
Igor Matuszewskic2249a42019-09-08 08:28:115051dependencies = [
5052 "heck",
5053 "proc-macro-error",
Aaron Hill70ba4912020-08-01 14:11:155054 "proc-macro2",
5055 "quote",
5056 "syn",
topecongiro5a411a62019-06-18 12:15:195057]
5058
5059[[package]]
Matt Ickstadt0ab516f2018-04-21 21:06:135060name = "strum"
Aaron Hill70ba4912020-08-01 14:11:155061version = "0.18.0"
Matt Ickstadt0ab516f2018-04-21 21:06:135062source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:155063checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"
Matt Ickstadt0ab516f2018-04-21 21:06:135064
5065[[package]]
5066name = "strum_macros"
Aaron Hill70ba4912020-08-01 14:11:155067version = "0.18.0"
Matt Ickstadt0ab516f2018-04-21 21:06:135068source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:155069checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
Matt Ickstadt0ab516f2018-04-21 21:06:135070dependencies = [
Alex Crichton093ede22019-08-15 00:45:095071 "heck",
Aaron Hill70ba4912020-08-01 14:11:155072 "proc-macro2",
5073 "quote",
5074 "syn",
Alex Crichtone9d89832018-04-02 15:43:555075]
5076
5077[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:115078name = "syn"
Eric Hussea194b82021-03-26 19:29:085079version = "1.0.65"
Igor Matuszewskic2249a42019-09-08 08:28:115080source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussea194b82021-03-26 19:29:085081checksum = "f3a1d708c221c5a612956ef9f75b37e454e88d1f7b899fbd3a18d4252012d663"
Igor Matuszewskic2249a42019-09-08 08:28:115082dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155083 "proc-macro2",
5084 "quote",
5085 "unicode-xid",
Igor Matuszewskic2249a42019-09-08 08:28:115086]
5087
5088[[package]]
Alex Crichton325d7392017-12-10 17:42:495089name = "synstructure"
Mark Rousskov342d9562020-08-17 15:21:445090version = "0.12.4"
Mateusz Mikuład8960882019-10-04 12:43:235091source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445092checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
Mateusz Mikuład8960882019-10-04 12:43:235093dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155094 "proc-macro2",
5095 "quote",
5096 "syn",
5097 "unicode-xid",
Mateusz Mikuład8960882019-10-04 12:43:235098]
5099
5100[[package]]
Josh Stone020c5ec2017-05-08 22:01:135101name = "tar"
Eric Huss78529352021-06-02 03:38:395102version = "0.4.35"
Josh Stone020c5ec2017-05-08 22:01:135103source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss78529352021-06-02 03:38:395104checksum = "7d779dc6aeff029314570f666ec83f19df7280bb36ef338442cfa8c604021b80"
Josh Stone020c5ec2017-05-08 22:01:135105dependencies = [
Alex Crichton093ede22019-08-15 00:45:095106 "filetime",
5107 "libc",
Alex Crichton093ede22019-08-15 00:45:095108 "xattr",
Josh Stone020c5ec2017-05-08 22:01:135109]
5110
5111[[package]]
Aleksey Kladov850156a2018-03-29 07:34:555112name = "tempfile"
Jubilee Young27ef7192021-04-23 22:49:475113version = "3.2.0"
Aleksey Kladov850156a2018-03-29 07:34:555114source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young27ef7192021-04-23 22:49:475115checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
Aleksey Kladov850156a2018-03-29 07:34:555116dependencies = [
Jubilee Young27ef7192021-04-23 22:49:475117 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:095118 "libc",
Jubilee Young27ef7192021-04-23 22:49:475119 "rand 0.8.3",
klensydcdc3082021-05-11 19:03:595120 "redox_syscall",
Alex Crichton093ede22019-08-15 00:45:095121 "remove_dir_all",
Mark Rousskov342d9562020-08-17 15:21:445122 "winapi 0.3.9",
Aleksey Kladov850156a2018-03-29 07:34:555123]
5124
5125[[package]]
steveklabnikecfbaca2018-04-03 14:32:045126name = "tendril"
Mark Rousskov342d9562020-08-17 15:21:445127version = "0.4.1"
steveklabnikecfbaca2018-04-03 14:32:045128source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445129checksum = "707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b"
steveklabnikecfbaca2018-04-03 14:32:045130dependencies = [
Alex Crichton093ede22019-08-15 00:45:095131 "futf",
5132 "mac",
5133 "utf-8",
steveklabnikecfbaca2018-04-03 14:32:045134]
5135
5136[[package]]
Jacob Hoffman-Andrewscd0f9312021-06-09 00:19:035137name = "tera"
5138version = "1.10.0"
5139source = "registry+https://github.com/rust-lang/crates.io-index"
5140checksum = "81060acb882480c8793782eb96bc86f5c83d2fc7175ad46c375c6956ef7afa62"
5141dependencies = [
5142 "globwalk",
5143 "lazy_static",
5144 "pest",
5145 "pest_derive",
5146 "regex",
5147 "serde",
5148 "serde_json",
5149]
5150
5151[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295152name = "term"
Jacob Greenfield28ea2492019-04-07 05:48:595153version = "0.0.0"
Alex Crichtonb47c9692019-08-16 15:29:085154dependencies = [
5155 "core",
5156 "std",
5157]
Jacob Greenfield28ea2492019-04-07 05:48:595158
5159[[package]]
5160name = "term"
Mark Rousskov342d9562020-08-17 15:21:445161version = "0.6.1"
Igor Matuszewskid2d192e2019-07-30 11:00:275162source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445163checksum = "c0863a3345e70f61d613eab32ee046ccd1bcc5f9105fe402c61fcd0c13eeb8b5"
Igor Matuszewskid2d192e2019-07-30 11:00:275164dependencies = [
Alex Crichton093ede22019-08-15 00:45:095165 "dirs",
Mark Rousskov342d9562020-08-17 15:21:445166 "winapi 0.3.9",
Igor Matuszewskid2d192e2019-07-30 11:00:275167]
5168
5169[[package]]
flip19950046d7c2021-02-25 10:26:235170name = "term"
5171version = "0.7.0"
5172source = "registry+https://github.com/rust-lang/crates.io-index"
5173checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
5174dependencies = [
5175 "dirs-next",
5176 "rustversion",
5177 "winapi 0.3.9",
5178]
5179
5180[[package]]
Alex Crichton1cede102017-06-15 02:33:065181name = "termcolor"
Eric Hussfaa64612021-06-22 23:19:245182version = "1.1.2"
Alex Crichtonfa5b3d32018-07-26 00:25:125183source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussfaa64612021-06-22 23:19:245184checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
Alex Crichtonfa5b3d32018-07-26 00:25:125185dependencies = [
Eric Huss89d79062020-07-29 18:02:055186 "winapi-util",
Alex Crichtonfa5b3d32018-07-26 00:25:125187]
5188
5189[[package]]
John Kåre Alsakerb0b11d32020-01-29 00:13:485190name = "termize"
5191version = "0.1.1"
5192source = "registry+https://github.com/rust-lang/crates.io-index"
5193checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
5194dependencies = [
5195 "libc",
Mark Rousskov342d9562020-08-17 15:21:445196 "winapi 0.3.9",
John Kåre Alsakerb0b11d32020-01-29 00:13:485197]
5198
5199[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295200name = "test"
5201version = "0.0.0"
5202dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:075203 "cfg-if 0.1.10",
Alex Crichtonb47c9692019-08-16 15:29:085204 "core",
Alex Crichton093ede22019-08-15 00:45:095205 "getopts",
Alex Crichtonb47c9692019-08-16 15:29:085206 "libc",
5207 "panic_abort",
5208 "panic_unwind",
Alex Crichton093ede22019-08-15 00:45:095209 "proc_macro",
Alex Crichtonb47c9692019-08-16 15:29:085210 "std",
Jacob Greenfield28ea2492019-04-07 05:48:595211 "term 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:295212]
5213
5214[[package]]
Ralf Jung2bfa6222019-11-17 10:40:185215name = "tester"
flip19950046d7c2021-02-25 10:26:235216version = "0.9.0"
5217source = "registry+https://github.com/rust-lang/crates.io-index"
5218checksum = "0639d10d8f4615f223a57275cf40f9bdb7cfbb806bcb7f7cc56e3beb55a576eb"
5219dependencies = [
5220 "cfg-if 1.0.0",
5221 "getopts",
5222 "libc",
5223 "num_cpus",
5224 "term 0.7.0",
5225]
5226
5227[[package]]
steveklabnik4871dba2017-06-27 17:33:325228name = "textwrap"
Igor Matuszewskic2249a42019-09-08 08:28:115229version = "0.11.0"
steveklabnik4871dba2017-06-27 17:33:325230source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskic2249a42019-09-08 08:28:115231checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
steveklabnik4871dba2017-06-27 17:33:325232dependencies = [
Alex Crichton093ede22019-08-15 00:45:095233 "unicode-width",
steveklabnik4871dba2017-06-27 17:33:325234]
5235
5236[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305237name = "thiserror"
Mark Rousskov342d9562020-08-17 15:21:445238version = "1.0.20"
Pietro Albini9beb8f52019-11-26 11:06:305239source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445240checksum = "7dfdd070ccd8ccb78f4ad66bf1982dc37f620ef696c6b5028fe2ed83dd3d0d08"
Pietro Albini9beb8f52019-11-26 11:06:305241dependencies = [
5242 "thiserror-impl",
5243]
5244
5245[[package]]
5246name = "thiserror-impl"
Mark Rousskov342d9562020-08-17 15:21:445247version = "1.0.20"
Pietro Albini9beb8f52019-11-26 11:06:305248source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445249checksum = "bd80fc12f73063ac132ac92aceea36734f04a1d93c1240c6944e23a3b8841793"
Pietro Albini9beb8f52019-11-26 11:06:305250dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155251 "proc-macro2",
5252 "quote",
5253 "syn",
Pietro Albini9beb8f52019-11-26 11:06:305254]
5255
5256[[package]]
Steve Klabnika0769612017-02-07 23:13:575257name = "thread_local"
Igor Matuszewski8fc4bba2020-02-12 14:47:315258version = "1.0.1"
5259source = "registry+https://github.com/rust-lang/crates.io-index"
5260checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
5261dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425262 "lazy_static",
Igor Matuszewski8fc4bba2020-02-12 14:47:315263]
5264
5265[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295266name = "tidy"
5267version = "0.1.0"
Mark Mansi3ee41042018-02-23 01:52:565268dependencies = [
Jubilee Young31afacf2020-08-21 08:24:585269 "cargo_metadata 0.11.1",
Jubilee Young1f5e1c52021-04-23 23:09:405270 "crossbeam-utils 0.8.3",
Yuki Okushi1f0a39502020-05-26 04:00:425271 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:095272 "regex",
Alex Crichton093ede22019-08-15 00:45:095273 "walkdir",
Mark Mansi3ee41042018-02-23 01:52:565274]
Ahmed Charles9ca382f2016-09-02 08:55:295275
5276[[package]]
Eric Hussce717472020-08-11 23:49:395277name = "tier-check"
5278version = "0.1.0"
5279
5280[[package]]
Gus Wynn39657732021-04-04 21:07:565281name = "tikv-jemalloc-sys"
5282version = "0.4.1+5.2.1-patched"
5283source = "registry+https://github.com/rust-lang/crates.io-index"
5284checksum = "8a26331b05179d4cb505c8d6814a7e18d298972f0a551b0e3cefccff927f86d3"
5285dependencies = [
5286 "cc",
5287 "fs_extra",
5288 "libc",
5289]
5290
5291[[package]]
5292name = "tikv-jemallocator"
5293version = "0.4.1"
5294source = "registry+https://github.com/rust-lang/crates.io-index"
5295checksum = "3c14a5a604eb8715bc5785018a37d00739b180bcf609916ddf4393d33d49ccdf"
5296dependencies = [
5297 "libc",
5298 "tikv-jemalloc-sys",
5299]
5300
5301[[package]]
Alex Crichton15899b02018-01-25 04:01:425302name = "time"
Mark Rousskov342d9562020-08-17 15:21:445303version = "0.1.43"
Alex Crichton15899b02018-01-25 04:01:425304source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445305checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
Alex Crichton15899b02018-01-25 04:01:425306dependencies = [
Alex Crichton093ede22019-08-15 00:45:095307 "libc",
Mark Rousskov342d9562020-08-17 15:21:445308 "winapi 0.3.9",
Alex Crichton15899b02018-01-25 04:01:425309]
5310
5311[[package]]
Mark Rousskov342d9562020-08-17 15:21:445312name = "tinyvec"
Jubilee Young8f5ea802020-08-17 23:07:095313version = "0.3.4"
Mark Rousskov342d9562020-08-17 15:21:445314source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young8f5ea802020-08-17 23:07:095315checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
Mark Rousskov342d9562020-08-17 15:21:445316
5317[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435318name = "tokio"
Caleb Cartwright63913182021-02-10 01:52:545319version = "0.2.24"
Matthias Krüger696fb8f2019-01-21 15:32:435320source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:545321checksum = "099837d3464c16a808060bb3f02263b412f6fafcb5d01c533d309985fbeebe48"
Matthias Krüger696fb8f2019-01-21 15:32:435322dependencies = [
Alex Crichton093ede22019-08-15 00:45:095323 "bytes",
Caleb Cartwright63913182021-02-10 01:52:545324 "futures-core",
5325 "iovec",
Yuki Okushi1f0a39502020-05-26 04:00:425326 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:095327 "libc",
Caleb Cartwright63913182021-02-10 01:52:545328 "memchr",
Alex Crichton093ede22019-08-15 00:45:095329 "mio",
5330 "mio-named-pipes",
Alex Crichton093ede22019-08-15 00:45:095331 "mio-uds",
Caleb Cartwright63913182021-02-10 01:52:545332 "num_cpus",
5333 "pin-project-lite 0.1.11",
Mark Rousskov342d9562020-08-17 15:21:445334 "signal-hook-registry",
Caleb Cartwright63913182021-02-10 01:52:545335 "slab",
5336 "tokio-macros",
Mark Rousskov342d9562020-08-17 15:21:445337 "winapi 0.3.9",
Matthias Krüger696fb8f2019-01-21 15:32:435338]
5339
5340[[package]]
Caleb Cartwright63913182021-02-10 01:52:545341name = "tokio-macros"
5342version = "0.2.6"
Mateusz Mikuła2d8d8132019-12-04 17:40:165343source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:545344checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"
Mateusz Mikuła2d8d8132019-12-04 17:40:165345dependencies = [
Caleb Cartwright63913182021-02-10 01:52:545346 "proc-macro2",
5347 "quote",
5348 "syn",
Mateusz Mikuła2d8d8132019-12-04 17:40:165349]
5350
5351[[package]]
Caleb Cartwright63913182021-02-10 01:52:545352name = "tokio-util"
5353version = "0.3.1"
Matthias Krüger696fb8f2019-01-21 15:32:435354source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:545355checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
Matthias Krüger696fb8f2019-01-21 15:32:435356dependencies = [
Alex Crichton093ede22019-08-15 00:45:095357 "bytes",
Caleb Cartwright63913182021-02-10 01:52:545358 "futures-core",
5359 "futures-sink",
Alex Crichton093ede22019-08-15 00:45:095360 "log",
Caleb Cartwright63913182021-02-10 01:52:545361 "pin-project-lite 0.1.11",
5362 "tokio",
Matthias Krüger696fb8f2019-01-21 15:32:435363]
5364
5365[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295366name = "toml"
Eric Huss71bf7cf2020-10-14 22:16:475367version = "0.5.7"
Eric Hussd2228ca2019-03-29 03:13:135368source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss71bf7cf2020-10-14 22:16:475369checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645"
Eric Hussd2228ca2019-03-29 03:13:135370dependencies = [
Alex Crichton093ede22019-08-15 00:45:095371 "serde",
Eric Hussd2228ca2019-03-29 03:13:135372]
5373
5374[[package]]
Caleb Cartwright63913182021-02-10 01:52:545375name = "tower-service"
5376version = "0.3.1"
5377source = "registry+https://github.com/rust-lang/crates.io-index"
5378checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
5379
5380[[package]]
Jack Hueyecb8b9f2020-05-27 05:05:095381name = "tracing"
Tomasz Miąsko2abe7c82021-02-28 00:00:005382version = "0.1.25"
Jack Hueyecb8b9f2020-05-27 05:05:095383source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:005384checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f"
Jack Hueyecb8b9f2020-05-27 05:05:095385dependencies = [
Tomasz Miąsko2abe7c82021-02-28 00:00:005386 "cfg-if 1.0.0",
5387 "pin-project-lite 0.2.4",
Jack Hueyecb8b9f2020-05-27 05:05:095388 "tracing-attributes",
5389 "tracing-core",
5390]
5391
5392[[package]]
5393name = "tracing-attributes"
Tomasz Miąsko2abe7c82021-02-28 00:00:005394version = "0.1.13"
Jack Hueyecb8b9f2020-05-27 05:05:095395source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:005396checksum = "a8a9bd1db7706f2373a190b0d067146caa39350c486f3d455b0e33b431f94c07"
Jack Hueyecb8b9f2020-05-27 05:05:095397dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155398 "proc-macro2",
5399 "quote",
5400 "syn",
Jack Hueyecb8b9f2020-05-27 05:05:095401]
5402
5403[[package]]
5404name = "tracing-core"
Joshua Nelson8b22d072020-10-07 22:45:595405version = "0.1.17"
Jack Hueyecb8b9f2020-05-27 05:05:095406source = "registry+https://github.com/rust-lang/crates.io-index"
Joshua Nelson8b22d072020-10-07 22:45:595407checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
Jack Hueyecb8b9f2020-05-27 05:05:095408dependencies = [
5409 "lazy_static",
5410]
5411
5412[[package]]
Jack Hueyd66452c2020-08-04 22:35:375413name = "tracing-log"
Tomasz Miąsko2abe7c82021-02-28 00:00:005414version = "0.1.2"
Jack Hueyd66452c2020-08-04 22:35:375415source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:005416checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
Jack Hueyd66452c2020-08-04 22:35:375417dependencies = [
5418 "lazy_static",
5419 "log",
5420 "tracing-core",
5421]
5422
5423[[package]]
5424name = "tracing-serde"
Jack Huey23491082020-10-04 00:45:125425version = "0.1.2"
Jack Hueyd66452c2020-08-04 22:35:375426source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey23491082020-10-04 00:45:125427checksum = "fb65ea441fbb84f9f6748fd496cf7f63ec9af5bca94dd86456978d055e8eb28b"
Jack Hueyd66452c2020-08-04 22:35:375428dependencies = [
5429 "serde",
5430 "tracing-core",
5431]
5432
5433[[package]]
Oliver Schererec7230f2020-07-24 18:42:005434name = "tracing-subscriber"
Tomasz Miąsko2abe7c82021-02-28 00:00:005435version = "0.2.16"
Oliver Schererec7230f2020-07-24 18:42:005436source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:005437checksum = "8ab8966ac3ca27126141f7999361cc97dd6fb4b71da04c02044fa9045d98bb96"
Oliver Schererec7230f2020-07-24 18:42:005438dependencies = [
5439 "ansi_term 0.12.1",
Jack Hueyd66452c2020-08-04 22:35:375440 "chrono",
Oliver Schererec7230f2020-07-24 18:42:005441 "lazy_static",
5442 "matchers",
Caleb Cartwright63913182021-02-10 01:52:545443 "parking_lot",
Oliver Schererec7230f2020-07-24 18:42:005444 "regex",
Jack Hueyd66452c2020-08-04 22:35:375445 "serde",
5446 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:005447 "sharded-slab",
Jubilee Younge8eb6912021-04-22 04:40:295448 "smallvec",
Mark Rousskov342d9562020-08-17 15:21:445449 "thread_local",
Joshua Nelson8b22d072020-10-07 22:45:595450 "tracing",
Oliver Schererec7230f2020-07-24 18:42:005451 "tracing-core",
Jack Hueyd66452c2020-08-04 22:35:375452 "tracing-log",
5453 "tracing-serde",
5454]
5455
5456[[package]]
5457name = "tracing-tree"
Oli Scherer62f2d722021-03-09 16:44:515458version = "0.1.9"
Jack Hueyd66452c2020-08-04 22:35:375459source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherer62f2d722021-03-09 16:44:515460checksum = "1712b40907f8d9bc2bc66763ab61dec914b7123d7149e59feb0d4e2a95fc4967"
Jack Hueyd66452c2020-08-04 22:35:375461dependencies = [
5462 "ansi_term 0.12.1",
5463 "atty",
Jack Hueyd66452c2020-08-04 22:35:375464 "termcolor",
5465 "tracing",
Tomasz Miąsko2abe7c82021-02-28 00:00:005466 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375467 "tracing-subscriber",
Oliver Schererec7230f2020-07-24 18:42:005468]
5469
5470[[package]]
Eric Huss8c20add2018-12-03 01:33:205471name = "typenum"
Eric Hussc8443bb2020-05-18 22:41:575472version = "1.12.0"
Eric Huss8c20add2018-12-03 01:33:205473source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussc8443bb2020-05-18 22:41:575474checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
Eric Huss8c20add2018-12-03 01:33:205475
5476[[package]]
Mark Rousskov064f8882020-01-13 21:40:195477name = "ucd-parse"
Mark Rousskov342d9562020-08-17 15:21:445478version = "0.1.8"
Mark Rousskov064f8882020-01-13 21:40:195479source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445480checksum = "5269f8d35df6b8b60758343a6d742ecf09e4bca13faee32af5503aebd1e11b7c"
Mark Rousskov064f8882020-01-13 21:40:195481dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425482 "lazy_static",
Mark Rousskov064f8882020-01-13 21:40:195483 "regex",
5484]
5485
5486[[package]]
James Munnsde763692019-01-19 02:39:375487name = "ucd-trie"
Mark Rousskov342d9562020-08-17 15:21:445488version = "0.1.3"
James Munnsde763692019-01-19 02:39:375489source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445490checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
James Munnsde763692019-01-19 02:39:375491
5492[[package]]
Andy Russell30301642019-04-20 17:03:595493name = "unicase"
Guillaume Gomezd8589de2020-02-13 17:39:405494version = "2.6.0"
Andy Russell30301642019-04-20 17:03:595495source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezd8589de2020-02-13 17:39:405496checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
Andy Russell30301642019-04-20 17:03:595497dependencies = [
Guillaume Gomezd8589de2020-02-13 17:39:405498 "version_check",
Andy Russell30301642019-04-20 17:03:595499]
5500
5501[[package]]
Mark Rousskov064f8882020-01-13 21:40:195502name = "unicode-bdd"
5503version = "0.1.0"
5504dependencies = [
5505 "ucd-parse",
5506]
5507
5508[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585509name = "unicode-bidi"
steveklabnik4871dba2017-06-27 17:33:325510version = "0.3.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585511source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095512checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585513dependencies = [
Alex Crichton093ede22019-08-15 00:45:095514 "matches",
Tatsuyuki Ishi0e79b972017-04-29 23:11:585515]
5516
5517[[package]]
5518name = "unicode-normalization"
Mark Rousskov342d9562020-08-17 15:21:445519version = "0.1.13"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585520source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445521checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
Charles Lew0bcddfe2019-11-23 14:33:405522dependencies = [
Mark Rousskov342d9562020-08-17 15:21:445523 "tinyvec",
Charles Lew0bcddfe2019-11-23 14:33:405524]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585525
5526[[package]]
Charles Lew485e98a2020-01-02 12:02:225527name = "unicode-script"
Mark Rousskov342d9562020-08-17 15:21:445528version = "0.5.2"
Charles Lew485e98a2020-01-02 12:02:225529source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445530checksum = "79bf4d5fc96546fdb73f9827097810bbda93b11a6770ff3a54e1f445d4135787"
Charles Lew485e98a2020-01-02 12:02:225531
5532[[package]]
5533name = "unicode-security"
Charles Lew25e864e2020-06-23 11:45:135534version = "0.0.5"
Charles Lew485e98a2020-01-02 12:02:225535source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lew25e864e2020-06-23 11:45:135536checksum = "5d87c28edc5b263377e448d6cdcb935c06b95413d8013ba6fae470558ccab18f"
Charles Lew485e98a2020-01-02 12:02:225537dependencies = [
Charles Lewc05961c2020-04-25 01:38:315538 "unicode-normalization",
Charles Lew485e98a2020-01-02 12:02:225539 "unicode-script",
5540]
5541
5542[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585543name = "unicode-segmentation"
Eric Huss139477d2019-11-12 18:14:485544version = "1.6.0"
Steve Klabnika0769612017-02-07 23:13:575545source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss139477d2019-11-12 18:14:485546checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
Steve Klabnika0769612017-02-07 23:13:575547
5548[[package]]
5549name = "unicode-width"
Mark Rousskov342d9562020-08-17 15:21:445550version = "0.1.8"
Steve Klabnika0769612017-02-07 23:13:575551source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445552checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
Alex Crichtonb47c9692019-08-16 15:29:085553dependencies = [
5554 "compiler_builtins",
5555 "rustc-std-workspace-core",
5556 "rustc-std-workspace-std",
5557]
Steve Klabnika0769612017-02-07 23:13:575558
5559[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585560name = "unicode-xid"
Mark Rousskov342d9562020-08-17 15:21:445561version = "0.2.1"
Aleksey Kladova0c186c2019-07-21 11:50:395562source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445563checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
Aleksey Kladova0c186c2019-07-21 11:50:395564
5565[[package]]
flip19954c228cc2019-02-18 09:32:585566name = "unicode_categories"
5567version = "0.1.1"
5568source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095569checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
flip19954c228cc2019-02-18 09:32:585570
5571[[package]]
Michael Howellb29d9d52021-02-24 06:42:425572name = "unified-diff"
5573version = "0.2.1"
5574source = "registry+https://github.com/rust-lang/crates.io-index"
5575checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f"
5576dependencies = [
5577 "diff",
5578]
5579
5580[[package]]
est31c2d59062017-06-12 19:35:475581name = "unstable-book-gen"
5582version = "0.1.0"
5583dependencies = [
Alex Crichton093ede22019-08-15 00:45:095584 "num-traits",
5585 "tidy",
est31c2d59062017-06-12 19:35:475586]
5587
5588[[package]]
Nick Cameron71a0be02017-09-25 04:13:295589name = "unwind"
5590version = "0.0.0"
5591dependencies = [
Alex Crichton093ede22019-08-15 00:45:095592 "cc",
Aaron Hill44fdfd62020-10-11 17:51:075593 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:095594 "compiler_builtins",
5595 "core",
5596 "libc",
Nick Cameron71a0be02017-09-25 04:13:295597]
5598
5599[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585600name = "url"
Alex Crichtonb4110902018-12-08 11:06:545601version = "1.7.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585602source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095603checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585604dependencies = [
Alex Crichton093ede22019-08-15 00:45:095605 "idna 0.1.5",
5606 "matches",
5607 "percent-encoding 1.0.1",
Tatsuyuki Ishi0e79b972017-04-29 23:11:585608]
5609
5610[[package]]
Eric Hussf2428a62019-08-01 00:44:395611name = "url"
Eric Hussf3287a62021-05-12 00:39:515612version = "2.2.2"
Eric Hussf2428a62019-08-01 00:44:395613source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3287a62021-05-12 00:39:515614checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
Eric Hussf2428a62019-08-01 00:44:395615dependencies = [
Eric Hussf3287a62021-05-12 00:39:515616 "form_urlencoded",
Alex Crichton093ede22019-08-15 00:45:095617 "idna 0.2.0",
5618 "matches",
Eric Huss139477d2019-11-12 18:14:485619 "percent-encoding 2.1.0",
Alex Crichton093ede22019-08-15 00:45:095620 "serde",
Eric Hussf2428a62019-08-01 00:44:395621]
5622
5623[[package]]
steveklabnikecfbaca2018-04-03 14:32:045624name = "utf-8"
Mark Rousskov342d9562020-08-17 15:21:445625version = "0.7.5"
steveklabnikecfbaca2018-04-03 14:32:045626source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445627checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
steveklabnikecfbaca2018-04-03 14:32:045628
5629[[package]]
Eric Hussd5e03532019-05-23 20:27:495630name = "utf8parse"
5631version = "0.1.1"
5632source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095633checksum = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
Eric Hussd5e03532019-05-23 20:27:495634
5635[[package]]
Alex Crichton1cede102017-06-15 02:33:065636name = "vcpkg"
Mark Rousskov342d9562020-08-17 15:21:445637version = "0.2.10"
Alex Crichton1cede102017-06-15 02:33:065638source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445639checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
Alex Crichton1cede102017-06-15 02:33:065640
5641[[package]]
Steve Klabnika0769612017-02-07 23:13:575642name = "vec_map"
Mark Rousskov342d9562020-08-17 15:21:445643version = "0.8.2"
Steve Klabnika0769612017-02-07 23:13:575644source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445645checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
Steve Klabnika0769612017-02-07 23:13:575646
5647[[package]]
Ralf Jung8d908b52018-09-17 07:20:035648name = "vergen"
Ralf Jungbf11b122021-04-06 11:20:485649version = "5.1.0"
Ralf Jung8d908b52018-09-17 07:20:035650source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jungbf11b122021-04-06 11:20:485651checksum = "dfbc87f9a7a9d61b15d51d1d3547284f67b6b4f1494ce3fc5814c101f35a5183"
Ralf Jung8d908b52018-09-17 07:20:035652dependencies = [
Ralf Jungbf11b122021-04-06 11:20:485653 "anyhow",
Alex Crichton093ede22019-08-15 00:45:095654 "chrono",
Ralf Jungbf11b122021-04-06 11:20:485655 "enum-iterator",
5656 "getset",
5657 "git2",
5658 "rustversion",
5659 "thiserror",
Ralf Jung8d908b52018-09-17 07:20:035660]
5661
5662[[package]]
Alex Crichtonb4110902018-12-08 11:06:545663name = "version_check"
klensydcdc3082021-05-11 19:03:595664version = "0.9.3"
Eric Huss2b985322019-11-25 16:14:075665source = "registry+https://github.com/rust-lang/crates.io-index"
klensydcdc3082021-05-11 19:03:595666checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
Eric Huss2b985322019-11-25 16:14:075667
5668[[package]]
Eric Hussd5e03532019-05-23 20:27:495669name = "vte"
5670version = "0.3.3"
5671source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095672checksum = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf"
Eric Hussd5e03532019-05-23 20:27:495673dependencies = [
Alex Crichton093ede22019-08-15 00:45:095674 "utf8parse",
Eric Hussd5e03532019-05-23 20:27:495675]
5676
5677[[package]]
Josh Stone020c5ec2017-05-08 22:01:135678name = "walkdir"
Mark Rousskov342d9562020-08-17 15:21:445679version = "2.3.1"
Alex Crichton80d6ed22018-01-08 21:56:225680source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445681checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
Alex Crichton80d6ed22018-01-08 21:56:225682dependencies = [
Alex Crichton093ede22019-08-15 00:45:095683 "same-file",
Mark Rousskov342d9562020-08-17 15:21:445684 "winapi 0.3.9",
Alex Crichton093ede22019-08-15 00:45:095685 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:225686]
5687
5688[[package]]
newpavlov6374b842019-08-29 17:13:155689name = "wasi"
Alex Crichtonf3fb1c52019-11-25 17:27:255690version = "0.9.0+wasi-snapshot-preview1"
5691source = "registry+https://github.com/rust-lang/crates.io-index"
5692checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
newpavlov6374b842019-08-29 17:13:155693dependencies = [
5694 "compiler_builtins",
5695 "rustc-std-workspace-alloc",
5696 "rustc-std-workspace-core",
5697]
5698
5699[[package]]
Steve Klabnika0769612017-02-07 23:13:575700name = "winapi"
5701version = "0.2.8"
5702source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095703checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
Steve Klabnika0769612017-02-07 23:13:575704
5705[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225706name = "winapi"
Mark Rousskov342d9562020-08-17 15:21:445707version = "0.3.9"
Alex Crichton80d6ed22018-01-08 21:56:225708source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445709checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
Alex Crichton80d6ed22018-01-08 21:56:225710dependencies = [
Alex Crichton093ede22019-08-15 00:45:095711 "winapi-i686-pc-windows-gnu",
5712 "winapi-x86_64-pc-windows-gnu",
Alex Crichton80d6ed22018-01-08 21:56:225713]
5714
5715[[package]]
Steve Klabnika0769612017-02-07 23:13:575716name = "winapi-build"
5717version = "0.1.1"
5718source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095719checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
Steve Klabnika0769612017-02-07 23:13:575720
Josh Stone020c5ec2017-05-08 22:01:135721[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225722name = "winapi-i686-pc-windows-gnu"
5723version = "0.4.0"
5724source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095725checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
Alex Crichton80d6ed22018-01-08 21:56:225726
5727[[package]]
Alex Crichton2863b752018-08-21 17:23:475728name = "winapi-util"
Eric Huss89d79062020-07-29 18:02:055729version = "0.1.5"
Alex Crichton2863b752018-08-21 17:23:475730source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss89d79062020-07-29 18:02:055731checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
Alex Crichton2863b752018-08-21 17:23:475732dependencies = [
Mark Rousskov342d9562020-08-17 15:21:445733 "winapi 0.3.9",
Alex Crichton2863b752018-08-21 17:23:475734]
5735
5736[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225737name = "winapi-x86_64-pc-windows-gnu"
5738version = "0.4.0"
5739source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095740checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
Alex Crichton80d6ed22018-01-08 21:56:225741
5742[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435743name = "ws2_32-sys"
5744version = "0.2.1"
5745source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095746checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
Matthias Krüger696fb8f2019-01-21 15:32:435747dependencies = [
Alex Crichton093ede22019-08-15 00:45:095748 "winapi 0.2.8",
5749 "winapi-build",
Matthias Krüger696fb8f2019-01-21 15:32:435750]
5751
5752[[package]]
Josh Stone020c5ec2017-05-08 22:01:135753name = "xattr"
Alex Crichton52d7ee832018-07-17 16:04:225754version = "0.2.2"
Josh Stone020c5ec2017-05-08 22:01:135755source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095756checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
Josh Stone020c5ec2017-05-08 22:01:135757dependencies = [
Alex Crichton093ede22019-08-15 00:45:095758 "libc",
Josh Stone020c5ec2017-05-08 22:01:135759]
5760
5761[[package]]
Aaron Hill70ba4912020-08-01 14:11:155762name = "xml5ever"
5763version = "0.16.1"
5764source = "registry+https://github.com/rust-lang/crates.io-index"
5765checksum = "0b1b52e6e8614d4a58b8e70cf51ec0cc21b256ad8206708bcff8139b5bbd6a59"
5766dependencies = [
5767 "log",
5768 "mac",
5769 "markup5ever",
5770 "time",
5771]
5772
5773[[package]]
Josh Stone020c5ec2017-05-08 22:01:135774name = "xz2"
Mark Rousskov342d9562020-08-17 15:21:445775version = "0.1.6"
Josh Stone020c5ec2017-05-08 22:01:135776source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445777checksum = "c179869f34fc7c01830d3ce7ea2086bc3a07e0d35289b667d0a8bf910258926c"
Josh Stone020c5ec2017-05-08 22:01:135778dependencies = [
Alex Crichton093ede22019-08-15 00:45:095779 "lzma-sys",
Josh Stone020c5ec2017-05-08 22:01:135780]
5781
5782[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305783name = "yaml-merge-keys"
Mark Rousskov342d9562020-08-17 15:21:445784version = "0.4.1"
Pietro Albini9beb8f52019-11-26 11:06:305785source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445786checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004"
Pietro Albini9beb8f52019-11-26 11:06:305787dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425788 "lazy_static",
Pietro Albini9beb8f52019-11-26 11:06:305789 "thiserror",
Mark Rousskov342d9562020-08-17 15:21:445790 "yaml-rust 0.4.4",
Pietro Albini9beb8f52019-11-26 11:06:305791]
5792
5793[[package]]
Josh Stone020c5ec2017-05-08 22:01:135794name = "yaml-rust"
5795version = "0.3.5"
5796source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095797checksum = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"
Pietro Albini9beb8f52019-11-26 11:06:305798
5799[[package]]
5800name = "yaml-rust"
Mark Rousskov342d9562020-08-17 15:21:445801version = "0.4.4"
Pietro Albini9beb8f52019-11-26 11:06:305802source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445803checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
Pietro Albini9beb8f52019-11-26 11:06:305804dependencies = [
5805 "linked-hash-map",
5806]
Igor Matuszewski2214a412021-05-03 20:59:355807
5808[[package]]
5809name = "yansi-term"
5810version = "0.1.2"
5811source = "registry+https://github.com/rust-lang/crates.io-index"
5812checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
5813dependencies = [
5814 "winapi 0.3.9",
5815]