blob: 7491c1712669ca8c6ec5dde82e81977c7119cda3 [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.
Ahmed Charles9ca382f2016-09-02 08:55:293[[package]]
Alex Crichton06d565c2020-05-13 21:22:374name = "addr2line"
Alex Crichtonf99410b2020-11-20 17:12:145version = "0.14.0"
Alex Crichtonb4110902018-12-08 11:06:546source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonf99410b2020-11-20 17:12:147checksum = "7c0929d69e78dd9bf5408269919fcbcaeb2e35e5d43e5815517cdc6a8e11a423"
Alex Crichton06d565c2020-05-13 21:22:378dependencies = [
9 "compiler_builtins",
10 "gimli",
11 "rustc-std-workspace-alloc",
12 "rustc-std-workspace-core",
13]
14
15[[package]]
16name = "adler"
17version = "0.2.3"
18source = "registry+https://github.com/rust-lang/crates.io-index"
19checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
20dependencies = [
21 "compiler_builtins",
22 "rustc-std-workspace-core",
23]
Alex Crichtonb4110902018-12-08 11:06:5424
25[[package]]
Steve Klabnika0769612017-02-07 23:13:5726name = "aho-corasick"
Mark Rousskov342d9562020-08-17 15:21:4427version = "0.7.13"
Eric Huss6a09cfa2019-05-16 05:27:3928source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:4429checksum = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86"
Eric Huss6a09cfa2019-05-16 05:27:3930dependencies = [
Alex Crichton093ede22019-08-15 00:45:0931 "memchr",
Eric Huss6a09cfa2019-05-16 05:27:3932]
33
34[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:2935name = "alloc"
36version = "0.0.0"
37dependencies = [
Alex Crichton093ede22019-08-15 00:45:0938 "compiler_builtins",
39 "core",
Aaron Hill70ba4912020-08-01 14:11:1540 "rand",
41 "rand_xorshift",
Ahmed Charles9ca382f2016-09-02 08:55:2942]
43
44[[package]]
steveklabnikecfbaca2018-04-03 14:32:0445name = "ammonia"
Aaron Hill70ba4912020-08-01 14:11:1546version = "3.1.0"
Eric Huss2dafa912019-06-19 03:36:4747source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:1548checksum = "89eac85170f4b3fb3dc5e442c1cfb036cb8eecf9dbbd431a161ffad15d90ea3b"
Eric Huss2dafa912019-06-19 03:36:4749dependencies = [
Alex Crichton093ede22019-08-15 00:45:0950 "html5ever",
Yuki Okushi1f0a39502020-05-26 04:00:4251 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:0952 "maplit",
Aaron Hill70ba4912020-08-01 14:11:1553 "markup5ever_rcdom",
Alex Crichton093ede22019-08-15 00:45:0954 "matches",
55 "tendril",
Mark Rousskov342d9562020-08-17 15:21:4456 "url 2.1.1",
Eric Huss2dafa912019-06-19 03:36:4757]
58
59[[package]]
topecongiroca19ffe2019-04-17 22:42:1860name = "annotate-snippets"
Philipp Hanschdd0f2ac2019-07-25 19:03:5361version = "0.6.1"
62source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:0963checksum = "c7021ce4924a3f25f802b2cccd1af585e39ea1a363a1aa2e72afe54b67a3a7a7"
Igor Matuszewskid2d192e2019-07-30 11:00:2764dependencies = [
Oliver Schererec7230f2020-07-24 18:42:0065 "ansi_term 0.11.0",
Igor Matuszewskid2d192e2019-07-30 11:00:2766]
Philipp Hanschdd0f2ac2019-07-25 19:03:5367
68[[package]]
Juan Aguilar Santillanae9c78db2020-05-08 20:48:2669name = "annotate-snippets"
70version = "0.8.0"
71source = "registry+https://github.com/rust-lang/crates.io-index"
72checksum = "d78ea013094e5ea606b1c05fe35f1dd7ea1eb1ea259908d040b25bd5ec677ee5"
73
74[[package]]
Steve Klabnika0769612017-02-07 23:13:5775name = "ansi_term"
Aleksey Kladovb15b0232018-03-16 10:37:1476version = "0.11.0"
Steve Klabnika0769612017-02-07 23:13:5777source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:0978checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
Aleksey Kladovb15b0232018-03-16 10:37:1479dependencies = [
Mark Rousskov342d9562020-08-17 15:21:4480 "winapi 0.3.9",
Aleksey Kladovb15b0232018-03-16 10:37:1481]
Steve Klabnika0769612017-02-07 23:13:5782
83[[package]]
Oliver Schererec7230f2020-07-24 18:42:0084name = "ansi_term"
85version = "0.12.1"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
88dependencies = [
Mark Rousskov342d9562020-08-17 15:21:4489 "winapi 0.3.9",
Oliver Schererec7230f2020-07-24 18:42:0090]
91
92[[package]]
Eric Huss6da85d62020-01-14 17:47:0493name = "anyhow"
Eric Hussbdbcaf02020-11-05 00:15:1894version = "1.0.34"
Eric Huss6da85d62020-01-14 17:47:0495source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussbdbcaf02020-11-05 00:15:1896checksum = "bf8dcb5b4bbaa28653b647d8c77bd4ed40183b48882e130c1f1ffb73de069fd7"
Eric Huss6da85d62020-01-14 17:47:0497
98[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:4399name = "arc-swap"
Nick Cameron4b6f5c22018-02-26 03:15:45100version = "0.4.7"
101source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44102checksum = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034"
103
104[[package]]
Rune Tynan77156562021-01-16 01:34:15105name = "array_tool"
106version = "1.0.3"
107source = "registry+https://github.com/rust-lang/crates.io-index"
108checksum = "8f8cb5d814eb646a863c4f24978cff2880c4be96ad8cde2c0f0678732902e271"
109
110[[package]]
Mark Rousskov342d9562020-08-17 15:21:44111name = "arrayref"
112version = "0.3.6"
113source = "registry+https://github.com/rust-lang/crates.io-index"
114checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
Nick Cameron4b6f5c22018-02-26 03:15:45115
116[[package]]
Nicholas Nethercotec492ca42020-07-14 00:31:54117name = "arrayvec"
118version = "0.5.1"
119source = "registry+https://github.com/rust-lang/crates.io-index"
120checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
121
122[[package]]
Alex Crichton1cede102017-06-15 02:33:06123name = "atty"
Yuki Okushi9f8628b2020-05-26 04:35:21124version = "0.2.14"
Josh Stone020c5ec2017-05-08 22:01:13125source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:21126checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
Josh Stone020c5ec2017-05-08 22:01:13127dependencies = [
Yuki Okushi9f8628b2020-05-26 04:35:21128 "hermit-abi",
Alex Crichton093ede22019-08-15 00:45:09129 "libc",
Mark Rousskov342d9562020-08-17 15:21:44130 "winapi 0.3.9",
Alex Crichton1cede102017-06-15 02:33:06131]
132
133[[package]]
Félix Saparellibdcc21c2019-09-21 10:56:05134name = "autocfg"
Mateusz Mikułaf5e702d2020-03-26 13:10:35135version = "1.0.0"
136source = "registry+https://github.com/rust-lang/crates.io-index"
137checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
138
139[[package]]
Mark Rousskov342d9562020-08-17 15:21:44140name = "base64"
141version = "0.11.0"
142source = "registry+https://github.com/rust-lang/crates.io-index"
143checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
144
145[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58146name = "bitflags"
varkorb925eb52019-10-13 23:37:55147version = "1.2.1"
Tamir Duberstein231d9e72017-09-08 19:08:01148source = "registry+https://github.com/rust-lang/crates.io-index"
varkorb925eb52019-10-13 23:37:55149checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
Tamir Duberstein231d9e72017-09-08 19:08:01150
151[[package]]
Eric Huss2b985322019-11-25 16:14:07152name = "bitmaps"
Mark Rousskov342d9562020-08-17 15:21:44153version = "2.1.0"
Eric Huss2b985322019-11-25 16:14:07154source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44155checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
Eric Huss2b985322019-11-25 16:14:07156dependencies = [
157 "typenum",
158]
159
160[[package]]
Mark Rousskov342d9562020-08-17 15:21:44161name = "blake2b_simd"
162version = "0.5.10"
flip19954c228cc2019-02-18 09:32:58163source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44164checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
flip19954c228cc2019-02-18 09:32:58165dependencies = [
Mark Rousskov342d9562020-08-17 15:21:44166 "arrayref",
167 "arrayvec",
Alex Crichton093ede22019-08-15 00:45:09168 "constant_time_eq",
flip19954c228cc2019-02-18 09:32:58169]
170
171[[package]]
James Munnsde763692019-01-19 02:39:37172name = "block-buffer"
Arlo Siemsenf86b0782020-03-31 05:17:15173version = "0.7.3"
James Munnsde763692019-01-19 02:39:37174source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:15175checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
James Munnsde763692019-01-19 02:39:37176dependencies = [
Arlo Siemsenf86b0782020-03-31 05:17:15177 "block-padding",
178 "byte-tools",
179 "byteorder",
Pietro Albiniacd8e592020-10-01 15:15:12180 "generic-array 0.12.3",
181]
182
183[[package]]
184name = "block-buffer"
185version = "0.9.0"
186source = "registry+https://github.com/rust-lang/crates.io-index"
187checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
188dependencies = [
189 "generic-array 0.14.4",
Arlo Siemsenf86b0782020-03-31 05:17:15190]
191
192[[package]]
193name = "block-padding"
194version = "0.1.5"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
197dependencies = [
Alex Crichton093ede22019-08-15 00:45:09198 "byte-tools",
James Munnsde763692019-01-19 02:39:37199]
200
201[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29202name = "bootstrap"
203version = "0.0.0"
204dependencies = [
Alex Crichton093ede22019-08-15 00:45:09205 "build_helper",
206 "cc",
207 "cmake",
208 "filetime",
209 "getopts",
Mark Rousskovdddd8722019-12-18 15:52:10210 "ignore",
Yuki Okushi1f0a39502020-05-26 04:00:42211 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:09212 "libc",
Joshua Nelsonc9c8fb82020-09-12 04:42:52213 "merge",
Alex Crichton093ede22019-08-15 00:45:09214 "num_cpus",
David Tolnay6a3aae82020-05-22 02:48:44215 "opener",
Alex Crichton093ede22019-08-15 00:45:09216 "pretty_assertions",
217 "serde",
218 "serde_json",
219 "time",
Eric Huss7d92cf42019-08-20 17:46:35220 "toml",
Mark Rousskov342d9562020-08-17 15:21:44221 "winapi 0.3.9",
Ahmed Charles9ca382f2016-09-02 08:55:29222]
223
224[[package]]
Eric Huss6a09cfa2019-05-16 05:27:39225name = "bstr"
Mark Rousskov342d9562020-08-17 15:21:44226version = "0.2.13"
Eric Huss6a09cfa2019-05-16 05:27:39227source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44228checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931"
Eric Huss6a09cfa2019-05-16 05:27:39229dependencies = [
Alex Crichton093ede22019-08-15 00:45:09230 "memchr",
Eric Huss6a09cfa2019-05-16 05:27:39231]
232
233[[package]]
Alex Crichton9e8785f2017-01-24 22:37:04234name = "build-manifest"
235version = "0.1.0"
236dependencies = [
Pietro Albini3bddfea2020-09-18 12:40:01237 "anyhow",
Pietro Albini89ffab72020-09-24 12:13:40238 "flate2",
Pietro Albiniacd8e592020-10-01 15:15:12239 "hex 0.4.2",
Pietro Albinif3d07b32020-10-12 15:47:37240 "num_cpus",
Pietro Albiniacd8e592020-10-01 15:15:12241 "rayon",
Alex Crichton093ede22019-08-15 00:45:09242 "serde",
Ralf Jung9138d3b2019-11-03 10:47:07243 "serde_json",
Pietro Albiniacd8e592020-10-01 15:15:12244 "sha2",
Pietro Albini89ffab72020-09-24 12:13:40245 "tar",
Eric Huss7d92cf42019-08-20 17:46:35246 "toml",
Alex Crichton9e8785f2017-01-24 22:37:04247]
248
249[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29250name = "build_helper"
251version = "0.1.0"
252
253[[package]]
James Munnsde763692019-01-19 02:39:37254name = "byte-tools"
Arlo Siemsenf86b0782020-03-31 05:17:15255version = "0.3.1"
James Munnsde763692019-01-19 02:39:37256source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:15257checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
James Munnsde763692019-01-19 02:39:37258
259[[package]]
Alex Crichton4f661c02018-10-08 17:39:09260name = "bytecount"
Igor Matuszewskic2249a42019-09-08 08:28:11261version = "0.6.0"
Alex Crichton4f661c02018-10-08 17:39:09262source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskic2249a42019-09-08 08:28:11263checksum = "b0017894339f586ccb943b01b9555de56770c11cda818e7e3d8bd93f4ed7f46e"
Alex Crichton4f661c02018-10-08 17:39:09264dependencies = [
Alex Crichton093ede22019-08-15 00:45:09265 "packed_simd",
Alex Crichton4f661c02018-10-08 17:39:09266]
267
268[[package]]
Oliver Schneiderea351922017-09-18 14:18:23269name = "byteorder"
Mark Rousskov342d9562020-08-17 15:21:44270version = "1.3.4"
Oliver Schneiderea351922017-09-18 14:18:23271source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44272checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
Oliver Schneiderea351922017-09-18 14:18:23273
274[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:43275name = "bytes"
Caleb Cartwright63913182021-02-10 01:52:54276version = "0.5.6"
Matthias Krüger696fb8f2019-01-21 15:32:43277source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:54278checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
Matthias Krüger696fb8f2019-01-21 15:32:43279
280[[package]]
Alex Crichton8ccf1122018-09-20 21:37:53281name = "bytesize"
Mark Rousskov342d9562020-08-17 15:21:44282version = "1.0.1"
Alex Crichton8ccf1122018-09-20 21:37:53283source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44284checksum = "81a18687293a1546b67c246452202bbbf143d239cb43494cc163da14979082da"
Alex Crichton8ccf1122018-09-20 21:37:53285
286[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58287name = "cargo"
Eric Huss34a94d32021-02-18 21:04:05288version = "0.53.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58289dependencies = [
Eric Huss6da85d62020-01-14 17:47:04290 "anyhow",
Alex Crichton093ede22019-08-15 00:45:09291 "atty",
292 "bytesize",
Alex Crichton5c5e3fa2019-09-24 18:06:56293 "cargo-platform",
Alex Crichton093ede22019-08-15 00:45:09294 "cargo-test-macro",
Aaron Hilld440e132019-09-16 18:45:40295 "cargo-test-support",
Alex Crichton093ede22019-08-15 00:45:09296 "clap",
Eric Huss6654c582020-06-23 22:00:48297 "core-foundation",
Alex Crichton093ede22019-08-15 00:45:09298 "crates-io",
Eric Huss71bf7cf2020-10-14 22:16:47299 "crossbeam-utils 0.8.0",
Alex Crichton093ede22019-08-15 00:45:09300 "crypto-hash",
301 "curl",
302 "curl-sys",
Eric Husse852a4a2020-10-20 23:36:46303 "env_logger 0.8.1",
Alex Crichton093ede22019-08-15 00:45:09304 "filetime",
305 "flate2",
Alex Crichton093ede22019-08-15 00:45:09306 "fwdansi",
307 "git2",
308 "git2-curl",
309 "glob",
Mark Rousskov342d9562020-08-17 15:21:44310 "hex 0.4.2",
Igor Matuszewskic2249a42019-09-08 08:28:11311 "home",
Mark Rousskov342d9562020-08-17 15:21:44312 "humantime 2.0.1",
Alex Crichton093ede22019-08-15 00:45:09313 "ignore",
314 "im-rc",
315 "jobserver",
Yuki Okushi1f0a39502020-05-26 04:00:42316 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:09317 "lazycell",
318 "libc",
319 "libgit2-sys",
320 "log",
321 "memchr",
Linus Färnstrandf9220c32020-11-27 23:56:12322 "miow 0.3.6",
Alex Crichton093ede22019-08-15 00:45:09323 "num_cpus",
324 "opener",
325 "openssl",
Eric Huss139477d2019-11-12 18:14:48326 "percent-encoding 2.1.0",
Alex Crichton093ede22019-08-15 00:45:09327 "pretty_env_logger",
Alex Crichton093ede22019-08-15 00:45:09328 "rustc-workspace-hack",
Ralf Jung7fa29072020-04-15 16:32:41329 "rustfix",
Alex Crichton093ede22019-08-15 00:45:09330 "same-file",
Eric Hussa0431e22020-05-26 00:56:32331 "semver 0.10.0",
Alex Crichton093ede22019-08-15 00:45:09332 "serde",
Igor Matuszewskic2249a42019-09-08 08:28:11333 "serde_ignored",
Alex Crichton093ede22019-08-15 00:45:09334 "serde_json",
335 "shell-escape",
336 "strip-ansi-escapes",
337 "tar",
338 "tempfile",
339 "termcolor",
Eric Huss7d92cf42019-08-20 17:46:35340 "toml",
Alex Crichton093ede22019-08-15 00:45:09341 "unicode-width",
Aaron Hill70ba4912020-08-01 14:11:15342 "unicode-xid",
Mark Rousskov342d9562020-08-17 15:21:44343 "url 2.1.1",
Alex Crichton093ede22019-08-15 00:45:09344 "walkdir",
Mark Rousskov342d9562020-08-17 15:21:44345 "winapi 0.3.9",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58346]
347
348[[package]]
Eric Huss74498c12020-12-16 17:03:33349name = "cargo-credential"
350version = "0.1.0"
351
352[[package]]
353name = "cargo-credential-1password"
354version = "0.1.0"
355dependencies = [
356 "cargo-credential",
357 "serde",
358 "serde_json",
359]
360
361[[package]]
362name = "cargo-credential-macos-keychain"
363version = "0.1.0"
364dependencies = [
365 "cargo-credential",
366 "security-framework",
367]
368
369[[package]]
370name = "cargo-credential-wincred"
371version = "0.1.0"
372dependencies = [
373 "cargo-credential",
374 "winapi 0.3.9",
375]
376
377[[package]]
Ralf Jung759e4952020-06-01 18:17:20378name = "cargo-miri"
379version = "0.1.0"
380dependencies = [
Ralf Jung759e4952020-06-01 18:17:20381 "directories",
382 "rustc-workspace-hack",
383 "rustc_version",
384 "serde",
385 "serde_json",
386 "vergen",
387]
388
389[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:56390name = "cargo-platform"
Eric Husse5d39ee2019-12-10 19:54:10391version = "0.1.1"
Alex Crichton5c5e3fa2019-09-24 18:06:56392dependencies = [
393 "serde",
394]
395
396[[package]]
Eric Hussaedb74b2019-06-12 14:37:30397name = "cargo-test-macro"
398version = "0.1.0"
Eric Hussaedb74b2019-06-12 14:37:30399
400[[package]]
Aaron Hilld440e132019-09-16 18:45:40401name = "cargo-test-support"
402version = "0.1.0"
403dependencies = [
404 "cargo",
405 "cargo-test-macro",
406 "filetime",
407 "flate2",
408 "git2",
409 "glob",
Yuki Okushi1f0a39502020-05-26 04:00:42410 "lazy_static",
Aaron Hilld440e132019-09-16 18:45:40411 "remove_dir_all",
412 "serde_json",
413 "tar",
Eric Huss453ebbd2021-01-21 18:16:42414 "toml",
Mark Rousskov342d9562020-08-17 15:21:44415 "url 2.1.1",
Aaron Hilld440e132019-09-16 18:45:40416]
417
418[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29419name = "cargo_metadata"
Mark Rousskov342d9562020-08-17 15:21:44420version = "0.8.2"
Manish Goregaokar87049472019-06-03 23:00:38421source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44422checksum = "700b3731fd7d357223d0000f4dbf1808401b694609035c3c411fbc0cd375c426"
Manish Goregaokar87049472019-06-03 23:00:38423dependencies = [
Eric Hussa0431e22020-05-26 00:56:32424 "semver 0.9.0",
Alex Crichton093ede22019-08-15 00:45:09425 "serde",
426 "serde_derive",
427 "serde_json",
Manish Goregaokar87049472019-06-03 23:00:38428]
429
430[[package]]
Manish Goregaokar7d0162d2019-10-24 15:06:40431name = "cargo_metadata"
Jubilee Young31afacf2020-08-21 08:24:58432version = "0.11.1"
433source = "registry+https://github.com/rust-lang/crates.io-index"
434checksum = "89fec17b16f1ac67908af82e47d0a90a7afd0e1827b181cd77504323d3263d35"
435dependencies = [
436 "semver 0.10.0",
437 "serde",
438 "serde_json",
439]
440
441[[package]]
Eduardo Brotoca11eeb2020-10-23 21:47:58442name = "cargo_metadata"
443version = "0.12.0"
444source = "registry+https://github.com/rust-lang/crates.io-index"
445checksum = "d5a5f7b42f606b7f23674f6f4d877628350682bc40687d3fae65679a58d55345"
446dependencies = [
447 "semver 0.11.0",
448 "serde",
449 "serde_json",
450]
451
452[[package]]
Alex Crichtonf6304e12017-02-15 22:55:26453name = "cargotest2"
454version = "0.1.0"
455
456[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:35457name = "cc"
Jake Goulding9803c9b2020-09-16 17:09:25458version = "1.0.60"
Nick Cameronc5cad5a2017-09-22 01:58:35459source = "registry+https://github.com/rust-lang/crates.io-index"
Jake Goulding9803c9b2020-09-16 17:09:25460checksum = "ef611cc68ff783f18535d77ddd080185275713d852c4f5cbb6122c462a7a825c"
Eric Hussa9023832019-11-09 19:59:53461dependencies = [
462 "jobserver",
Eric Hussa9023832019-11-09 19:59:53463]
Nick Cameronc5cad5a2017-09-22 01:58:35464
465[[package]]
Josh Stone020c5ec2017-05-08 22:01:13466name = "cfg-if"
Alex Crichtonaabf4e92020-01-08 15:33:57467version = "0.1.10"
Josh Stone020c5ec2017-05-08 22:01:13468source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:57469checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
Alex Crichtond1040fe2019-05-15 14:30:15470dependencies = [
Alex Crichton093ede22019-08-15 00:45:09471 "compiler_builtins",
472 "rustc-std-workspace-core",
Alex Crichtond1040fe2019-05-15 14:30:15473]
Josh Stone020c5ec2017-05-08 22:01:13474
475[[package]]
Aaron Hill44fdfd62020-10-11 17:51:07476name = "cfg-if"
477version = "1.0.0"
478source = "registry+https://github.com/rust-lang/crates.io-index"
479checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
480
481[[package]]
Jack Hueya24df5b2020-03-03 16:25:03482name = "chalk-derive"
Jack Hueya0622d62021-01-31 06:05:25483version = "0.55.0"
Jack Hueya24df5b2020-03-03 16:25:03484source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Hueya0622d62021-01-31 06:05:25485checksum = "3983193cacd81f0f924acb666b7fe5e1a0d81db9f113fa69203eda7ea8ce8b6c"
Jack Hueya24df5b2020-03-03 16:25:03486dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15487 "proc-macro2",
488 "quote",
489 "syn",
Igor Matuszewski403a9d02020-05-05 11:26:16490 "synstructure",
Jack Hueya24df5b2020-03-03 16:25:03491]
492
493[[package]]
494name = "chalk-engine"
Jack Hueya0622d62021-01-31 06:05:25495version = "0.55.0"
Jack Hueya24df5b2020-03-03 16:25:03496source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Hueya0622d62021-01-31 06:05:25497checksum = "05a171ce5abbf0fbd06f221ab80ab182c7ef78603d23b858bc44e7ce8a86a396"
Jack Hueya24df5b2020-03-03 16:25:03498dependencies = [
Jack Huey6aa2e9d2020-05-27 00:19:19499 "chalk-derive",
500 "chalk-ir",
Jack Hueyd66452c2020-08-04 22:35:37501 "chalk-solve",
Jack Hueya24df5b2020-03-03 16:25:03502 "rustc-hash",
Jack Hueyecb8b9f2020-05-27 05:05:09503 "tracing",
Jack Hueya24df5b2020-03-03 16:25:03504]
505
506[[package]]
507name = "chalk-ir"
Jack Hueya0622d62021-01-31 06:05:25508version = "0.55.0"
Jack Hueya24df5b2020-03-03 16:25:03509source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Hueya0622d62021-01-31 06:05:25510checksum = "a522f53af971e7678f472d687e053120157b3ae26e2ebd5ecbc0f5ab124f2cb6"
Jack Hueya24df5b2020-03-03 16:25:03511dependencies = [
Jack Huey4b64bc12021-01-01 18:44:31512 "bitflags",
Jack Hueya24df5b2020-03-03 16:25:03513 "chalk-derive",
Yuki Okushi1f0a39502020-05-26 04:00:42514 "lazy_static",
Jack Hueya24df5b2020-03-03 16:25:03515]
516
517[[package]]
Jack Hueya24df5b2020-03-03 16:25:03518name = "chalk-solve"
Jack Hueya0622d62021-01-31 06:05:25519version = "0.55.0"
Jack Hueya24df5b2020-03-03 16:25:03520source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Hueya0622d62021-01-31 06:05:25521checksum = "cdf79fb77a567e456a170f7ec84ea6584163d4ba3f13660cd182013d34ca667c"
Jack Hueya24df5b2020-03-03 16:25:03522dependencies = [
523 "chalk-derive",
Jack Hueya24df5b2020-03-03 16:25:03524 "chalk-ir",
Jack Hueya42e5a12020-05-27 05:05:09525 "ena",
Jack Hueya24df5b2020-03-03 16:25:03526 "itertools 0.9.0",
527 "petgraph",
528 "rustc-hash",
Jack Hueyecb8b9f2020-05-27 05:05:09529 "tracing",
Jack Hueyd66452c2020-08-04 22:35:37530 "tracing-subscriber",
531 "tracing-tree",
Jack Hueya24df5b2020-03-03 16:25:03532]
533
534[[package]]
Alex Crichton15899b02018-01-25 04:01:42535name = "chrono"
Mark Rousskov342d9562020-08-17 15:21:44536version = "0.4.15"
Alex Crichton15899b02018-01-25 04:01:42537source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44538checksum = "942f72db697d8767c22d46a598e01f2d3b475501ea43d0db4f16d90259182d0b"
Alex Crichton15899b02018-01-25 04:01:42539dependencies = [
Alex Crichton093ede22019-08-15 00:45:09540 "num-integer",
541 "num-traits",
542 "time",
Alex Crichton15899b02018-01-25 04:01:42543]
544
545[[package]]
Steve Klabnika0769612017-02-07 23:13:57546name = "clap"
Mark Rousskov342d9562020-08-17 15:21:44547version = "2.33.3"
Steve Klabnika0769612017-02-07 23:13:57548source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44549checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
Steve Klabnika0769612017-02-07 23:13:57550dependencies = [
Oliver Schererec7230f2020-07-24 18:42:00551 "ansi_term 0.11.0",
Alex Crichton093ede22019-08-15 00:45:09552 "atty",
553 "bitflags",
554 "strsim",
555 "textwrap",
556 "unicode-width",
557 "vec_map",
Pietro Albini9beb8f52019-11-26 11:06:30558 "yaml-rust 0.3.5",
Steve Klabnika0769612017-02-07 23:13:57559]
560
561[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29562name = "clippy"
Mark Rousskov83c34ea2021-02-05 23:29:05563version = "0.1.52"
Ahmed Charles9ca382f2016-09-02 08:55:29564dependencies = [
Eduardo Brotoca11eeb2020-10-23 21:47:58565 "cargo_metadata 0.12.0",
Alex Crichton093ede22019-08-15 00:45:09566 "clippy-mini-macro-test",
567 "clippy_lints",
flip19950046d7c2021-02-25 10:26:23568 "compiletest_rs 0.6.0",
Alex Crichton093ede22019-08-15 00:45:09569 "derive-new",
Alex Crichton093ede22019-08-15 00:45:09570 "rustc-workspace-hack",
Oliver Scherer2a789512019-05-26 17:21:54571 "rustc_tools_util 0.2.0",
Eduardo Brotoca11eeb2020-10-23 21:47:58572 "semver 0.11.0",
Alex Crichton093ede22019-08-15 00:45:09573 "serde",
Matthias Krügerf77104b2019-12-02 22:09:48574 "tempfile",
flip19950046d7c2021-02-25 10:26:23575 "tester 0.9.0",
Ahmed Charles9ca382f2016-09-02 08:55:29576]
577
578[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29579name = "clippy-mini-macro-test"
Oliver Schneider70717f22018-01-30 14:12:12580version = "0.2.0"
Oliver Schneideracdf83f2017-12-06 08:25:29581
582[[package]]
583name = "clippy_lints"
Mark Rousskov83c34ea2021-02-05 23:29:05584version = "0.1.52"
Oliver Schneider847bb142018-05-11 12:11:06585dependencies = [
Eduardo Brotoca11eeb2020-10-23 21:47:58586 "cargo_metadata 0.12.0",
flip19950046d7c2021-02-25 10:26:23587 "clippy_utils",
Alex Crichton093ede22019-08-15 00:45:09588 "if_chain",
Matthias Krüger66949a72020-03-12 20:47:47589 "itertools 0.9.0",
flip1995d4454932020-09-24 12:51:13590 "pulldown-cmark 0.8.0",
Alex Crichton093ede22019-08-15 00:45:09591 "quine-mc_cluskey",
Aaron Hill70ba4912020-08-01 14:11:15592 "quote",
Alex Crichton093ede22019-08-15 00:45:09593 "regex-syntax",
flip1995898ef0f2020-12-06 14:07:59594 "rustc-semver",
Eduardo Brotoca11eeb2020-10-23 21:47:58595 "semver 0.11.0",
Alex Crichton093ede22019-08-15 00:45:09596 "serde",
klensy93c8ebe2021-02-14 14:37:30597 "smallvec 1.6.1",
Aaron Hill70ba4912020-08-01 14:11:15598 "syn",
Eric Huss7d92cf42019-08-20 17:46:35599 "toml",
Alex Crichton093ede22019-08-15 00:45:09600 "unicode-normalization",
Mark Rousskov342d9562020-08-17 15:21:44601 "url 2.1.1",
Oliver Schneider847bb142018-05-11 12:11:06602]
603
604[[package]]
flip19950046d7c2021-02-25 10:26:23605name = "clippy_utils"
606version = "0.1.52"
607dependencies = [
608 "if_chain",
609 "itertools 0.9.0",
610 "regex-syntax",
611 "rustc-semver",
612 "serde",
613 "smallvec 1.6.1",
614 "toml",
615 "unicode-normalization",
616]
617
618[[package]]
kennytmcab21f12018-07-26 21:58:55619name = "cloudabi"
Mark Rousskov342d9562020-08-17 15:21:44620version = "0.1.0"
Oliver Schneideracdf83f2017-12-06 08:25:29621source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44622checksum = "4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467"
623dependencies = [
624 "bitflags",
625]
626
627[[package]]
628name = "cmake"
629version = "0.1.44"
630source = "registry+https://github.com/rust-lang/crates.io-index"
631checksum = "0e56268c17a6248366d66d4a47a3381369d068cce8409bb1716ed77ea32163bb"
Oliver Schneideracdf83f2017-12-06 08:25:29632dependencies = [
Alex Crichton093ede22019-08-15 00:45:09633 "cc",
Oliver Schneideracdf83f2017-12-06 08:25:29634]
635
636[[package]]
Nick Cameron127f9a62018-04-25 22:11:28637name = "colored"
Ralf Jung0e908752020-09-17 18:04:20638version = "2.0.0"
Nick Cameron127f9a62018-04-25 22:11:28639source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung0e908752020-09-17 18:04:20640checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
Nick Cameron127f9a62018-04-25 22:11:28641dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:42642 "atty",
643 "lazy_static",
Mark Rousskov342d9562020-08-17 15:21:44644 "winapi 0.3.9",
Nick Cameron127f9a62018-04-25 22:11:28645]
646
647[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29648name = "commoncrypto"
649version = "0.2.0"
650source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09651checksum = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
Oliver Schneideracdf83f2017-12-06 08:25:29652dependencies = [
Alex Crichton093ede22019-08-15 00:45:09653 "commoncrypto-sys",
Oliver Schneideracdf83f2017-12-06 08:25:29654]
655
656[[package]]
657name = "commoncrypto-sys"
658version = "0.2.0"
659source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09660checksum = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
Oliver Schneideracdf83f2017-12-06 08:25:29661dependencies = [
Alex Crichton093ede22019-08-15 00:45:09662 "libc",
Murarth64842582017-06-17 19:01:18663]
664
665[[package]]
Alex Crichton147e2da2016-10-07 06:30:38666name = "compiler_builtins"
Yuki Okushi6275a292020-12-09 19:48:08667version = "0.1.39"
Alex Crichton4c21a3b2018-11-20 05:52:50668source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi6275a292020-12-09 19:48:08669checksum = "3748f82c7d366a0b4950257d19db685d4958d2fa27c6d164a3f069fec42b748b"
Alex Crichton147e2da2016-10-07 06:30:38670dependencies = [
Alex Crichton093ede22019-08-15 00:45:09671 "cc",
672 "rustc-std-workspace-core",
Alex Crichton147e2da2016-10-07 06:30:38673]
674
675[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29676name = "compiletest"
677version = "0.0.0"
678dependencies = [
Alex Crichton093ede22019-08-15 00:45:09679 "diff",
Alex Crichton093ede22019-08-15 00:45:09680 "getopts",
Xavier Denisf07607f2020-07-28 13:22:21681 "glob",
Yuki Okushi1f0a39502020-05-26 04:00:42682 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:09683 "libc",
Linus Färnstrandf9220c32020-11-27 23:56:12684 "miow 0.3.6",
Alex Crichton093ede22019-08-15 00:45:09685 "regex",
Ralf Jung7fa29072020-04-15 16:32:41686 "rustfix",
Alex Crichton093ede22019-08-15 00:45:09687 "serde",
688 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:00689 "tracing",
Tomasz Miąsko08d5e962020-10-20 00:00:00690 "tracing-subscriber",
Alex Crichton093ede22019-08-15 00:45:09691 "walkdir",
Mark Rousskov342d9562020-08-17 15:21:44692 "winapi 0.3.9",
Oliver Schneideracdf83f2017-12-06 08:25:29693]
694
695[[package]]
696name = "compiletest_rs"
Matthias Krügerfada4b22020-04-15 18:54:39697version = "0.5.0"
698source = "registry+https://github.com/rust-lang/crates.io-index"
699checksum = "9f737835bfbbe29ed1ff82d5137520338d7ed5bf1a1d4b9c1c7c58bb45b8fa29"
700dependencies = [
701 "diff",
702 "filetime",
703 "getopts",
704 "libc",
705 "log",
Linus Färnstrandf9220c32020-11-27 23:56:12706 "miow 0.3.6",
Matthias Krügerfada4b22020-04-15 18:54:39707 "regex",
Ralf Jung7fa29072020-04-15 16:32:41708 "rustfix",
Matthias Krügerfada4b22020-04-15 18:54:39709 "serde",
710 "serde_derive",
711 "serde_json",
712 "tempfile",
flip19950046d7c2021-02-25 10:26:23713 "tester 0.7.0",
714 "winapi 0.3.9",
715]
716
717[[package]]
718name = "compiletest_rs"
719version = "0.6.0"
720source = "registry+https://github.com/rust-lang/crates.io-index"
721checksum = "0086d6ad78cf409c3061618cd98e2789d5c9ce598fc9651611cf62eae0a599cb"
722dependencies = [
723 "diff",
724 "filetime",
725 "getopts",
726 "lazy_static",
727 "libc",
728 "log",
729 "miow 0.3.6",
730 "regex",
731 "rustfix",
732 "serde",
733 "serde_derive",
734 "serde_json",
735 "tempfile",
736 "tester 0.9.0",
Mark Rousskov342d9562020-08-17 15:21:44737 "winapi 0.3.9",
Matthias Krügerfada4b22020-04-15 18:54:39738]
739
740[[package]]
Eric Huss71bf7cf2020-10-14 22:16:47741name = "const_fn"
Jeremy Fitzhardinge82ccb652020-05-25 23:21:25742version = "0.4.3"
Eric Huss71bf7cf2020-10-14 22:16:47743source = "registry+https://github.com/rust-lang/crates.io-index"
Jeremy Fitzhardinge82ccb652020-05-25 23:21:25744checksum = "c478836e029dcef17fb47c89023448c64f781a046e0300e257ad8225ae59afab"
Eric Huss71bf7cf2020-10-14 22:16:47745
746[[package]]
flip19954c228cc2019-02-18 09:32:58747name = "constant_time_eq"
Mark Rousskov342d9562020-08-17 15:21:44748version = "0.1.5"
flip19954c228cc2019-02-18 09:32:58749source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44750checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
flip19954c228cc2019-02-18 09:32:58751
752[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29753name = "core"
754version = "0.0.0"
Alex Crichton994bfd42018-02-26 17:07:16755dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15756 "rand",
Alex Crichton994bfd42018-02-26 17:07:16757]
Ahmed Charles9ca382f2016-09-02 08:55:29758
759[[package]]
Nick Cameron7cb3f452017-08-24 05:52:28760name = "core-foundation"
Eric Hussf3206bc2020-06-30 17:39:05761version = "0.9.0"
Eric Huss2b985322019-11-25 16:14:07762source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3206bc2020-06-30 17:39:05763checksum = "3b5ed8e7e76c45974e15e41bfa8d5b0483cd90191639e01d8f5f1e606299d3fb"
Eric Huss2b985322019-11-25 16:14:07764dependencies = [
Eric Huss6654c582020-06-23 22:00:48765 "core-foundation-sys",
Alex Crichton093ede22019-08-15 00:45:09766 "libc",
Nick Cameron7cb3f452017-08-24 05:52:28767]
768
769[[package]]
770name = "core-foundation-sys"
Eric Hussf3206bc2020-06-30 17:39:05771version = "0.8.0"
Eric Huss2b985322019-11-25 16:14:07772source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3206bc2020-06-30 17:39:05773checksum = "9a21fa21941700a3cd8fcb4091f361a6a712fac632f85d9f487cc892045d55c6"
Eric Huss2b985322019-11-25 16:14:07774
775[[package]]
Rich Kadelbd0eb072020-11-03 05:32:48776name = "coverage_test_macros"
777version = "0.0.0"
Rich Kadelbd0eb072020-11-03 05:32:48778
779[[package]]
Pietro Albiniacd8e592020-10-01 15:15:12780name = "cpuid-bool"
781version = "0.1.2"
782source = "registry+https://github.com/rust-lang/crates.io-index"
783checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634"
784
785[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58786name = "crates-io"
Eric Huss45484ec2021-01-27 17:56:34787version = "0.33.0"
Nick Cameronad8ecc22017-07-19 01:32:12788dependencies = [
Eric Huss6da85d62020-01-14 17:47:04789 "anyhow",
Alex Crichton093ede22019-08-15 00:45:09790 "curl",
Eric Huss139477d2019-11-12 18:14:48791 "percent-encoding 2.1.0",
Alex Crichton093ede22019-08-15 00:45:09792 "serde",
Alex Crichton093ede22019-08-15 00:45:09793 "serde_json",
Mark Rousskov342d9562020-08-17 15:21:44794 "url 2.1.1",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58795]
796
797[[package]]
Alex Crichtonb4110902018-12-08 11:06:54798name = "crc32fast"
Alex Crichton06d565c2020-05-13 21:22:37799version = "1.2.0"
Alex Crichtonb4110902018-12-08 11:06:54800source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton06d565c2020-05-13 21:22:37801checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
Alex Crichtonb4110902018-12-08 11:06:54802dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:07803 "cfg-if 0.1.10",
Alex Crichtonb4110902018-12-08 11:06:54804]
Alex Crichton38bedfa2017-09-02 03:46:51805
806[[package]]
kennytmcab21f12018-07-26 21:58:55807name = "crossbeam-channel"
Caleb Cartwright63913182021-02-10 01:52:54808version = "0.5.0"
Matthias Krüger451d4922020-02-10 19:47:38809source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:54810checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
Matthias Krüger451d4922020-02-10 19:47:38811dependencies = [
Caleb Cartwright63913182021-02-10 01:52:54812 "cfg-if 1.0.0",
813 "crossbeam-utils 0.8.0",
Matthias Krüger451d4922020-02-10 19:47:38814]
815
816[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45817name = "crossbeam-deque"
Mark Rousskov342d9562020-08-17 15:21:44818version = "0.7.3"
Josh Stone33c41252019-09-10 17:13:07819source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44820checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
Josh Stone33c41252019-09-10 17:13:07821dependencies = [
Igor Matuszewski5b091302019-12-10 15:01:01822 "crossbeam-epoch",
Mark Rousskov342d9562020-08-17 15:21:44823 "crossbeam-utils 0.7.2",
824 "maybe-uninit",
Josh Stone33c41252019-09-10 17:13:07825]
826
827[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45828name = "crossbeam-epoch"
Mark Rousskov342d9562020-08-17 15:21:44829version = "0.8.2"
Matthias Krüger696fb8f2019-01-21 15:32:43830source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44831checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
Matthias Krüger696fb8f2019-01-21 15:32:43832dependencies = [
Mark Rousskov342d9562020-08-17 15:21:44833 "autocfg",
Aaron Hill44fdfd62020-10-11 17:51:07834 "cfg-if 0.1.10",
Mark Rousskov342d9562020-08-17 15:21:44835 "crossbeam-utils 0.7.2",
Yuki Okushi1f0a39502020-05-26 04:00:42836 "lazy_static",
Mark Rousskov342d9562020-08-17 15:21:44837 "maybe-uninit",
Igor Matuszewski5b091302019-12-10 15:01:01838 "memoffset",
Mateusz Mikuła2d8d8132019-12-04 17:40:16839 "scopeguard",
Matthias Krüger696fb8f2019-01-21 15:32:43840]
841
842[[package]]
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:33843name = "crossbeam-queue"
844version = "0.1.2"
845source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09846checksum = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b"
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:33847dependencies = [
Mark Rousskov342d9562020-08-17 15:21:44848 "crossbeam-utils 0.6.6",
849]
850
851[[package]]
852name = "crossbeam-queue"
853version = "0.2.3"
854source = "registry+https://github.com/rust-lang/crates.io-index"
855checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
856dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:07857 "cfg-if 0.1.10",
Mark Rousskov342d9562020-08-17 15:21:44858 "crossbeam-utils 0.7.2",
859 "maybe-uninit",
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:33860]
861
862[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45863name = "crossbeam-utils"
Mark Rousskov342d9562020-08-17 15:21:44864version = "0.6.6"
Alex Crichton01127ca2018-11-16 11:08:23865source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44866checksum = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
Alex Crichton01127ca2018-11-16 11:08:23867dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:07868 "cfg-if 0.1.10",
Yuki Okushi1f0a39502020-05-26 04:00:42869 "lazy_static",
Alex Crichton01127ca2018-11-16 11:08:23870]
871
872[[package]]
Eric Husse0f2f9d2019-11-12 17:57:41873name = "crossbeam-utils"
Mateusz Mikułaf5e702d2020-03-26 13:10:35874version = "0.7.2"
Eric Husse0f2f9d2019-11-12 17:57:41875source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikułaf5e702d2020-03-26 13:10:35876checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
Eric Husse0f2f9d2019-11-12 17:57:41877dependencies = [
Amanieu d'Antrasd51b7b22020-03-16 18:37:15878 "autocfg",
Aaron Hill44fdfd62020-10-11 17:51:07879 "cfg-if 0.1.10",
Yuki Okushi1f0a39502020-05-26 04:00:42880 "lazy_static",
Eric Husse0f2f9d2019-11-12 17:57:41881]
882
883[[package]]
Eric Huss71bf7cf2020-10-14 22:16:47884name = "crossbeam-utils"
885version = "0.8.0"
886source = "registry+https://github.com/rust-lang/crates.io-index"
887checksum = "ec91540d98355f690a86367e566ecad2e9e579f230230eb7c21398372be73ea5"
888dependencies = [
889 "autocfg",
890 "cfg-if 1.0.0",
891 "const_fn",
892 "lazy_static",
893]
894
895[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29896name = "crypto-hash"
Mark Rousskov342d9562020-08-17 15:21:44897version = "0.3.4"
Oliver Schneideracdf83f2017-12-06 08:25:29898source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44899checksum = "8a77162240fd97248d19a564a565eb563a3f592b386e4136fb300909e67dddca"
Oliver Schneideracdf83f2017-12-06 08:25:29900dependencies = [
Alex Crichton093ede22019-08-15 00:45:09901 "commoncrypto",
Aaron Hilld440e132019-09-16 18:45:40902 "hex 0.3.2",
Alex Crichton093ede22019-08-15 00:45:09903 "openssl",
Mark Rousskov342d9562020-08-17 15:21:44904 "winapi 0.3.9",
Oliver Schneideracdf83f2017-12-06 08:25:29905]
906
907[[package]]
Mateusz Mikułaf5e702d2020-03-26 13:10:35908name = "ctor"
Mark Rousskov342d9562020-08-17 15:21:44909version = "0.1.15"
Mateusz Mikułaf5e702d2020-03-26 13:10:35910source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44911checksum = "39858aa5bac06462d4dd4b9164848eb81ffc4aa5c479746393598fd193afa227"
Mateusz Mikułaf5e702d2020-03-26 13:10:35912dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15913 "quote",
914 "syn",
Mateusz Mikułaf5e702d2020-03-26 13:10:35915]
916
917[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58918name = "curl"
Eric Huss468af392020-12-23 03:42:03919version = "0.4.34"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58920source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss468af392020-12-23 03:42:03921checksum = "e268162af1a5fe89917ae25ba3b0a77c8da752bdc58e7dbb4f15b91fbd33756e"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58922dependencies = [
Alex Crichton093ede22019-08-15 00:45:09923 "curl-sys",
Alex Crichton093ede22019-08-15 00:45:09924 "libc",
925 "openssl-probe",
926 "openssl-sys",
927 "schannel",
928 "socket2",
Mark Rousskov342d9562020-08-17 15:21:44929 "winapi 0.3.9",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58930]
931
932[[package]]
933name = "curl-sys"
Eric Huss468af392020-12-23 03:42:03934version = "0.4.39+curl-7.74.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58935source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss468af392020-12-23 03:42:03936checksum = "07a8ce861e7b68a0b394e814d7ee9f1b2750ff8bd10372c6ad3bacc10e86f874"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58937dependencies = [
Alex Crichton093ede22019-08-15 00:45:09938 "cc",
939 "libc",
940 "libnghttp2-sys",
941 "libz-sys",
942 "openssl-sys",
943 "pkg-config",
944 "vcpkg",
Mark Rousskov342d9562020-08-17 15:21:44945 "winapi 0.3.9",
Josh Stone020c5ec2017-05-08 22:01:13946]
947
948[[package]]
Douglas Campos422fe7c2018-05-29 11:52:51949name = "datafrog"
Niko Matsakis826fb1d2019-01-02 19:45:22950version = "2.0.1"
Douglas Campos422fe7c2018-05-29 11:52:51951source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09952checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
Douglas Campos422fe7c2018-05-29 11:52:51953
954[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58955name = "derive-new"
Igor Matuszewski3bdaced2020-05-05 11:30:49956version = "0.5.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58957source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski3bdaced2020-05-05 11:30:49958checksum = "71f31892cd5c62e414316f2963c5689242c43d8e7bbcaaeca97e5e28c95d91d9"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58959dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15960 "proc-macro2",
961 "quote",
962 "syn",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58963]
964
965[[package]]
kennytmcab21f12018-07-26 21:58:55966name = "derive_more"
Mark Rousskov342d9562020-08-17 15:21:44967version = "0.99.9"
kennytmcab21f12018-07-26 21:58:55968source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44969checksum = "298998b1cf6b5b2c8a7b023dfd45821825ce3ba8a8af55c921a0e734e4653f76"
kennytmcab21f12018-07-26 21:58:55970dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15971 "proc-macro2",
972 "quote",
973 "syn",
kennytmcab21f12018-07-26 21:58:55974]
975
976[[package]]
Cengiz Can837817c2017-04-27 19:41:18977name = "diff"
Mark Rousskov342d9562020-08-17 15:21:44978version = "0.1.12"
Cengiz Can837817c2017-04-27 19:41:18979source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44980checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
Cengiz Can837817c2017-04-27 19:41:18981
982[[package]]
Mark Simulacrum42fde212018-03-10 14:03:06983name = "difference"
984version = "2.0.0"
985source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09986checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
Mark Simulacrum42fde212018-03-10 14:03:06987
988[[package]]
James Munnsde763692019-01-19 02:39:37989name = "digest"
Arlo Siemsenf86b0782020-03-31 05:17:15990version = "0.8.1"
James Munnsde763692019-01-19 02:39:37991source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:15992checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
James Munnsde763692019-01-19 02:39:37993dependencies = [
Pietro Albiniacd8e592020-10-01 15:15:12994 "generic-array 0.12.3",
995]
996
997[[package]]
998name = "digest"
999version = "0.9.0"
1000source = "registry+https://github.com/rust-lang/crates.io-index"
1001checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
1002dependencies = [
1003 "generic-array 0.14.4",
James Munnsde763692019-01-19 02:39:371004]
1005
1006[[package]]
Ralf Jung44b0fd62018-11-28 20:22:451007name = "directories"
Ralf Jung0e908752020-09-17 18:04:201008version = "3.0.1"
Ralf Jung44b0fd62018-11-28 20:22:451009source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung0e908752020-09-17 18:04:201010checksum = "f8fed639d60b58d0f53498ab13d26f621fd77569cc6edb031f4cc36a2ad9da0f"
Ralf Jung44b0fd62018-11-28 20:22:451011dependencies = [
Alex Crichton093ede22019-08-15 00:45:091012 "dirs-sys",
Ralf Jung44b0fd62018-11-28 20:22:451013]
1014
1015[[package]]
flip19954c228cc2019-02-18 09:32:581016name = "dirs"
Mark Rousskov342d9562020-08-17 15:21:441017version = "2.0.2"
flip19954c228cc2019-02-18 09:32:581018source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441019checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
flip19954c228cc2019-02-18 09:32:581020dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071021 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:091022 "dirs-sys",
flip19954c228cc2019-02-18 09:32:581023]
1024
1025[[package]]
flip19950046d7c2021-02-25 10:26:231026name = "dirs-next"
1027version = "2.0.0"
1028source = "registry+https://github.com/rust-lang/crates.io-index"
1029checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
1030dependencies = [
1031 "cfg-if 1.0.0",
1032 "dirs-sys-next",
1033]
1034
1035[[package]]
Ralf Jung4e8626e2019-06-13 07:58:321036name = "dirs-sys"
Mark Rousskov342d9562020-08-17 15:21:441037version = "0.3.5"
Ralf Jung4e8626e2019-06-13 07:58:321038source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441039checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"
Ralf Jung4e8626e2019-06-13 07:58:321040dependencies = [
Alex Crichton093ede22019-08-15 00:45:091041 "libc",
flip19950046d7c2021-02-25 10:26:231042 "redox_users 0.3.4",
1043 "winapi 0.3.9",
1044]
1045
1046[[package]]
1047name = "dirs-sys-next"
1048version = "0.1.2"
1049source = "registry+https://github.com/rust-lang/crates.io-index"
1050checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1051dependencies = [
1052 "libc",
1053 "redox_users 0.4.0",
Mark Rousskov342d9562020-08-17 15:21:441054 "winapi 0.3.9",
Ralf Jung4e8626e2019-06-13 07:58:321055]
1056
1057[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291058name = "dlmalloc"
Raoul Strackx292f15c2020-11-09 17:20:491059version = "0.2.1"
Alex Crichton4c21a3b2018-11-20 05:52:501060source = "registry+https://github.com/rust-lang/crates.io-index"
Raoul Strackx292f15c2020-11-09 17:20:491061checksum = "332570860c2edf2d57914987bf9e24835425f75825086b6ba7d1e6a3e4f1f254"
Oliver Schneideracdf83f2017-12-06 08:25:291062dependencies = [
Alex Crichton093ede22019-08-15 00:45:091063 "compiler_builtins",
1064 "libc",
1065 "rustc-std-workspace-core",
Oliver Schneideracdf83f2017-12-06 08:25:291066]
1067
1068[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291069name = "either"
Mark Rousskov342d9562020-08-17 15:21:441070version = "1.6.0"
Oliver Schneideracdf83f2017-12-06 08:25:291071source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441072checksum = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f"
Oliver Schneideracdf83f2017-12-06 08:25:291073
1074[[package]]
steveklabnikecfbaca2018-04-03 14:32:041075name = "elasticlunr-rs"
Aaron Hill70ba4912020-08-01 14:11:151076version = "2.3.9"
steveklabnikecfbaca2018-04-03 14:32:041077source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:151078checksum = "35622eb004c8f0c5e7e2032815f3314a93df0db30a1ce5c94e62c1ecc81e22b9"
steveklabnikecfbaca2018-04-03 14:32:041079dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:421080 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091081 "regex",
1082 "serde",
1083 "serde_derive",
1084 "serde_json",
1085 "strum",
1086 "strum_macros",
steveklabnikecfbaca2018-04-03 14:32:041087]
1088
1089[[package]]
Sean Griffin755bdaa2018-01-29 20:45:121090name = "ena"
Markus Westerlindcaacdd22020-02-25 08:47:071091version = "0.14.0"
1092source = "registry+https://github.com/rust-lang/crates.io-index"
1093checksum = "d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3"
Eduard-Mihai Burtescu76831802018-07-25 12:44:061094dependencies = [
Alex Crichtonb4110902018-12-08 11:06:541095 "log",
Eduard-Mihai Burtescu76831802018-07-25 12:44:061096]
1097
1098[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581099name = "env_logger"
Mateusz Mikuła8ddbe762019-08-29 11:22:211100version = "0.6.2"
Alex Crichton15899b02018-01-25 04:01:421101source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuła8ddbe762019-08-29 11:22:211102checksum = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3"
Alex Crichton01127ca2018-11-16 11:08:231103dependencies = [
Alex Crichton093ede22019-08-15 00:45:091104 "atty",
Eric Hussd45d8b12020-01-21 17:55:431105 "humantime 1.3.0",
Alex Crichton093ede22019-08-15 00:45:091106 "log",
1107 "regex",
1108 "termcolor",
Alex Crichton01127ca2018-11-16 11:08:231109]
1110
1111[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:561112name = "env_logger"
Ralf Jung64cf5962019-10-30 20:03:191113version = "0.7.1"
Alex Crichton5c5e3fa2019-09-24 18:06:561114source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung64cf5962019-10-30 20:03:191115checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
Alex Crichton5c5e3fa2019-09-24 18:06:561116dependencies = [
1117 "atty",
Eric Hussd45d8b12020-01-21 17:55:431118 "humantime 1.3.0",
Alex Crichton5c5e3fa2019-09-24 18:06:561119 "log",
1120 "regex",
1121 "termcolor",
1122]
1123
1124[[package]]
Eric Husse852a4a2020-10-20 23:36:461125name = "env_logger"
1126version = "0.8.1"
1127source = "registry+https://github.com/rust-lang/crates.io-index"
1128checksum = "54532e3223c5af90a6a757c90b5c5521564b07e5e7a958681bcd2afad421cdcd"
1129dependencies = [
1130 "atty",
1131 "humantime 2.0.1",
1132 "log",
1133 "regex",
1134 "termcolor",
1135]
1136
1137[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291138name = "error_index_generator"
1139version = "0.0.0"
Mark Simulacrume2e9b402017-07-23 02:01:581140dependencies = [
Alex Crichton093ede22019-08-15 00:45:091141 "rustdoc",
Mark Rousskov99ce39b2019-08-19 22:04:251142 "walkdir",
Mark Simulacrume2e9b402017-07-23 02:01:581143]
Ahmed Charles9ca382f2016-09-02 08:55:291144
1145[[package]]
Pietro Albini9beb8f52019-11-26 11:06:301146name = "expand-yaml-anchors"
1147version = "0.1.0"
1148dependencies = [
1149 "yaml-merge-keys",
Mark Rousskov342d9562020-08-17 15:21:441150 "yaml-rust 0.4.4",
Pietro Albini9beb8f52019-11-26 11:06:301151]
1152
1153[[package]]
Aleksey Kladovf7be59c2020-08-21 12:03:501154name = "expect-test"
Aleksey Kladov5716c3e2020-08-31 19:04:091155version = "1.0.1"
Aleksey Kladovf7be59c2020-08-21 12:03:501156source = "registry+https://github.com/rust-lang/crates.io-index"
Aleksey Kladov5716c3e2020-08-31 19:04:091157checksum = "ceb96f3eaa0d4e8769c52dacfd4eb60183b817ed2f176171b3c691d5022b0f2e"
Aleksey Kladovf7be59c2020-08-21 12:03:501158dependencies = [
1159 "difference",
1160 "once_cell",
1161]
1162
1163[[package]]
James Munnsde763692019-01-19 02:39:371164name = "fake-simd"
1165version = "0.1.2"
1166source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091167checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
James Munnsde763692019-01-19 02:39:371168
1169[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291170name = "filetime"
Mark Rousskov342d9562020-08-17 15:21:441171version = "0.2.12"
Alex Crichton924f8c72018-04-18 15:43:591172source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441173checksum = "3ed85775dcc68644b5c950ac06a2b23768d3bc9390464151aaf27136998dcf9e"
Alex Crichton924f8c72018-04-18 15:43:591174dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071175 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:091176 "libc",
flip19950046d7c2021-02-25 10:26:231177 "redox_syscall 0.1.57",
Mark Rousskov342d9562020-08-17 15:21:441178 "winapi 0.3.9",
Alex Crichton924f8c72018-04-18 15:43:591179]
1180
1181[[package]]
Jack Hueya24df5b2020-03-03 16:25:031182name = "fixedbitset"
Jack Huey6aa2e9d2020-05-27 00:19:191183version = "0.2.0"
Jack Hueya24df5b2020-03-03 16:25:031184source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:191185checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
Jack Hueya24df5b2020-03-03 16:25:031186
1187[[package]]
Josh Stone020c5ec2017-05-08 22:01:131188name = "flate2"
Alex Crichton06d565c2020-05-13 21:22:371189version = "1.0.16"
Felix Schütt7c13fa32017-12-31 14:34:291190source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton06d565c2020-05-13 21:22:371191checksum = "68c90b0fc46cf89d227cc78b40e494ff81287a92dd07631e5af0d06fe3cf885e"
Felix Schütt7c13fa32017-12-31 14:34:291192dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071193 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:091194 "crc32fast",
1195 "libc",
1196 "libz-sys",
Eric Huss139477d2019-11-12 18:14:481197 "miniz_oxide",
Felix Schütt7c13fa32017-12-31 14:34:291198]
1199
1200[[package]]
Simon Sapinb77ff242017-07-18 21:26:551201name = "fnv"
Mark Rousskov342d9562020-08-17 15:21:441202version = "1.0.7"
Simon Sapinb77ff242017-07-18 21:26:551203source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441204checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
Simon Sapinb77ff242017-07-18 21:26:551205
1206[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581207name = "foreign-types"
Oliver Schneideracdf83f2017-12-06 08:25:291208version = "0.3.2"
1209source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091210checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
Oliver Schneideracdf83f2017-12-06 08:25:291211dependencies = [
Alex Crichton093ede22019-08-15 00:45:091212 "foreign-types-shared",
Oliver Schneideracdf83f2017-12-06 08:25:291213]
1214
1215[[package]]
1216name = "foreign-types-shared"
1217version = "0.1.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581218source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091219checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581220
1221[[package]]
Jethro Beekman4a350562018-08-28 04:33:261222name = "fortanix-sgx-abi"
Mark Rousskov342d9562020-08-17 15:21:441223version = "0.3.3"
Alex Crichton4c21a3b2018-11-20 05:52:501224source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441225checksum = "c56c422ef86062869b2d57ae87270608dc5929969dd130a6e248979cf4fb6ca6"
Jethro Beekman4a350562018-08-28 04:33:261226dependencies = [
Alex Crichton093ede22019-08-15 00:45:091227 "compiler_builtins",
1228 "rustc-std-workspace-core",
Jethro Beekman4a350562018-08-28 04:33:261229]
1230
1231[[package]]
Alex Crichton016eaf82018-10-21 02:15:061232name = "fs_extra"
1233version = "1.1.0"
1234source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091235checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
Alex Crichton016eaf82018-10-21 02:15:061236
1237[[package]]
Nick Cameron77177052018-07-06 00:34:001238name = "fst"
Mark Rousskov342d9562020-08-17 15:21:441239version = "0.3.5"
Nick Cameron77177052018-07-06 00:34:001240source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441241checksum = "927fb434ff9f0115b215dc0efd2e4fbdd7448522a92a1aa37c77d6a2f8f1ebd6"
Nick Cameron77177052018-07-06 00:34:001242dependencies = [
Alex Crichton093ede22019-08-15 00:45:091243 "byteorder",
Nick Cameron77177052018-07-06 00:34:001244]
1245
1246[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291247name = "fuchsia-zircon"
Alex Crichton80d6ed22018-01-08 21:56:221248version = "0.3.3"
Oliver Schneideracdf83f2017-12-06 08:25:291249source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091250checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
Oliver Schneideracdf83f2017-12-06 08:25:291251dependencies = [
Alex Crichton093ede22019-08-15 00:45:091252 "bitflags",
1253 "fuchsia-zircon-sys",
Oliver Schneideracdf83f2017-12-06 08:25:291254]
1255
1256[[package]]
1257name = "fuchsia-zircon-sys"
Alex Crichton80d6ed22018-01-08 21:56:221258version = "0.3.3"
Oliver Schneideracdf83f2017-12-06 08:25:291259source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091260checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
Oliver Schneideracdf83f2017-12-06 08:25:291261
1262[[package]]
steveklabnikecfbaca2018-04-03 14:32:041263name = "futf"
Alex Crichtond8251152018-07-02 16:33:161264version = "0.1.4"
steveklabnikecfbaca2018-04-03 14:32:041265source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091266checksum = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
steveklabnikecfbaca2018-04-03 14:32:041267dependencies = [
Alex Crichton093ede22019-08-15 00:45:091268 "mac",
1269 "new_debug_unreachable",
steveklabnikecfbaca2018-04-03 14:32:041270]
1271
1272[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121273name = "futures"
Mark Rousskov342d9562020-08-17 15:21:441274version = "0.1.29"
Ahmed Charles9ca382f2016-09-02 08:55:291275source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441276checksum = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"
Ahmed Charles9ca382f2016-09-02 08:55:291277
1278[[package]]
Caleb Cartwright63913182021-02-10 01:52:541279name = "futures"
1280version = "0.3.12"
1281source = "registry+https://github.com/rust-lang/crates.io-index"
1282checksum = "da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150"
1283dependencies = [
1284 "futures-channel",
1285 "futures-core",
1286 "futures-executor",
1287 "futures-io",
1288 "futures-sink",
1289 "futures-task",
1290 "futures-util",
1291]
1292
1293[[package]]
1294name = "futures-channel"
1295version = "0.3.12"
1296source = "registry+https://github.com/rust-lang/crates.io-index"
1297checksum = "f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846"
1298dependencies = [
1299 "futures-core",
1300 "futures-sink",
1301]
1302
1303[[package]]
1304name = "futures-core"
1305version = "0.3.12"
1306source = "registry+https://github.com/rust-lang/crates.io-index"
1307checksum = "79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65"
1308
1309[[package]]
1310name = "futures-executor"
1311version = "0.3.12"
1312source = "registry+https://github.com/rust-lang/crates.io-index"
1313checksum = "e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9"
1314dependencies = [
1315 "futures-core",
1316 "futures-task",
1317 "futures-util",
1318 "num_cpus",
1319]
1320
1321[[package]]
1322name = "futures-io"
1323version = "0.3.12"
1324source = "registry+https://github.com/rust-lang/crates.io-index"
1325checksum = "28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500"
1326
1327[[package]]
1328name = "futures-macro"
1329version = "0.3.12"
1330source = "registry+https://github.com/rust-lang/crates.io-index"
1331checksum = "c287d25add322d9f9abdcdc5927ca398917996600182178774032e9f8258fedd"
1332dependencies = [
1333 "proc-macro-hack",
1334 "proc-macro2",
1335 "quote",
1336 "syn",
1337]
1338
1339[[package]]
1340name = "futures-sink"
1341version = "0.3.12"
1342source = "registry+https://github.com/rust-lang/crates.io-index"
1343checksum = "caf5c69029bda2e743fddd0582d1083951d65cc9539aebf8812f36c3491342d6"
1344
1345[[package]]
1346name = "futures-task"
1347version = "0.3.12"
1348source = "registry+https://github.com/rust-lang/crates.io-index"
1349checksum = "13de07eb8ea81ae445aca7b69f5f7bf15d7bf4912d8ca37d6645c77ae8a58d86"
1350dependencies = [
1351 "once_cell",
1352]
1353
1354[[package]]
1355name = "futures-util"
1356version = "0.3.12"
1357source = "registry+https://github.com/rust-lang/crates.io-index"
1358checksum = "632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b"
1359dependencies = [
1360 "futures 0.1.29",
1361 "futures-channel",
1362 "futures-core",
1363 "futures-io",
1364 "futures-macro",
1365 "futures-sink",
1366 "futures-task",
1367 "memchr",
1368 "pin-project-lite 0.2.4",
1369 "pin-utils",
1370 "proc-macro-hack",
1371 "proc-macro-nested",
1372 "slab",
1373]
1374
1375[[package]]
Eric Huss97308712018-08-14 21:27:261376name = "fwdansi"
Eric Huss89d79062020-07-29 18:02:051377version = "1.1.0"
Eric Huss97308712018-08-14 21:27:261378source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss89d79062020-07-29 18:02:051379checksum = "08c1f5787fe85505d1f7777268db5103d80a7a374d2316a7ce262e57baf8f208"
Eric Huss97308712018-08-14 21:27:261380dependencies = [
Alex Crichton093ede22019-08-15 00:45:091381 "memchr",
1382 "termcolor",
Eric Huss97308712018-08-14 21:27:261383]
1384
1385[[package]]
James Munnsde763692019-01-19 02:39:371386name = "generic-array"
Arlo Siemsenf86b0782020-03-31 05:17:151387version = "0.12.3"
James Munnsde763692019-01-19 02:39:371388source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:151389checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
James Munnsde763692019-01-19 02:39:371390dependencies = [
Alex Crichton093ede22019-08-15 00:45:091391 "typenum",
James Munnsde763692019-01-19 02:39:371392]
1393
1394[[package]]
Pietro Albiniacd8e592020-10-01 15:15:121395name = "generic-array"
1396version = "0.14.4"
1397source = "registry+https://github.com/rust-lang/crates.io-index"
1398checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
1399dependencies = [
1400 "typenum",
1401 "version_check",
1402]
1403
1404[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291405name = "getopts"
Alex Crichtonb47c9692019-08-16 15:29:081406version = "0.2.21"
Ahmed Charles9ca382f2016-09-02 08:55:291407source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonb47c9692019-08-16 15:29:081408checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
varkore72f7e12019-04-30 19:37:361409dependencies = [
Alex Crichtonb47c9692019-08-16 15:29:081410 "rustc-std-workspace-core",
1411 "rustc-std-workspace-std",
Alex Crichton093ede22019-08-15 00:45:091412 "unicode-width",
varkore72f7e12019-04-30 19:37:361413]
Ahmed Charles9ca382f2016-09-02 08:55:291414
1415[[package]]
gnzlbg52caca02019-08-01 15:02:261416name = "getrandom"
Alex Crichtonaabf4e92020-01-08 15:33:571417version = "0.1.14"
gnzlbg52caca02019-08-01 15:02:261418source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:571419checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
gnzlbg52caca02019-08-01 15:02:261420dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071421 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:091422 "libc",
Alex Crichtonaabf4e92020-01-08 15:33:571423 "wasi",
gnzlbg52caca02019-08-01 15:02:261424]
1425
1426[[package]]
Ralf Jung0e908752020-09-17 18:04:201427name = "getrandom"
1428version = "0.2.0"
1429source = "registry+https://github.com/rust-lang/crates.io-index"
1430checksum = "ee8025cf36f917e6a52cce185b7c7177689b838b7ec138364e50cc2277a56cf4"
1431dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071432 "cfg-if 0.1.10",
Ralf Jung0e908752020-09-17 18:04:201433 "libc",
1434 "wasi",
1435]
1436
1437[[package]]
Alex Crichton06d565c2020-05-13 21:22:371438name = "gimli"
Alex Crichtonf99410b2020-11-20 17:12:141439version = "0.23.0"
Alex Crichton06d565c2020-05-13 21:22:371440source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonf99410b2020-11-20 17:12:141441checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"
Alex Crichton06d565c2020-05-13 21:22:371442dependencies = [
1443 "compiler_builtins",
1444 "rustc-std-workspace-alloc",
1445 "rustc-std-workspace-core",
1446]
1447
1448[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581449name = "git2"
Eric Huss45484ec2021-01-27 17:56:341450version = "0.13.17"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581451source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss45484ec2021-01-27 17:56:341452checksum = "1d250f5f82326884bd39c2853577e70a121775db76818ffa452ed1e80de12986"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581453dependencies = [
Alex Crichton093ede22019-08-15 00:45:091454 "bitflags",
1455 "libc",
1456 "libgit2-sys",
1457 "log",
1458 "openssl-probe",
1459 "openssl-sys",
Mark Rousskov342d9562020-08-17 15:21:441460 "url 2.1.1",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581461]
1462
1463[[package]]
1464name = "git2-curl"
Eric Huss468af392020-12-23 03:42:031465version = "0.14.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581466source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss468af392020-12-23 03:42:031467checksum = "883539cb0ea94bab3f8371a98cd8e937bbe9ee7c044499184aa4c17deb643a50"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581468dependencies = [
Alex Crichton093ede22019-08-15 00:45:091469 "curl",
1470 "git2",
1471 "log",
Mark Rousskov342d9562020-08-17 15:21:441472 "url 2.1.1",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581473]
1474
1475[[package]]
1476name = "glob"
Eric Huss45432452019-03-12 20:34:471477version = "0.3.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581478source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091479checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581480
1481[[package]]
Simon Sapinb77ff242017-07-18 21:26:551482name = "globset"
Mark Rousskov342d9562020-08-17 15:21:441483version = "0.4.5"
Simon Sapinb77ff242017-07-18 21:26:551484source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441485checksum = "7ad1da430bd7281dde2576f44c84cc3f0f7b475e7202cd503042dff01a8c8120"
Simon Sapinb77ff242017-07-18 21:26:551486dependencies = [
Alex Crichton093ede22019-08-15 00:45:091487 "aho-corasick",
1488 "bstr",
1489 "fnv",
1490 "log",
1491 "regex",
Simon Sapinb77ff242017-07-18 21:26:551492]
1493
1494[[package]]
Vishnunarayan K Iea146072020-10-26 13:34:291495name = "gsgdt"
Vishnunarayan K Ia4e94ec2020-10-27 14:44:381496version = "0.1.2"
Vishnunarayan K Iea146072020-10-26 13:34:291497source = "registry+https://github.com/rust-lang/crates.io-index"
Vishnunarayan K Ia4e94ec2020-10-27 14:44:381498checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825"
Vishnunarayan K Iea146072020-10-26 13:34:291499dependencies = [
1500 "serde",
1501]
1502
1503[[package]]
Steve Klabnika0769612017-02-07 23:13:571504name = "handlebars"
Mark Rousskov342d9562020-08-17 15:21:441505version = "3.4.0"
Steve Klabnika0769612017-02-07 23:13:571506source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441507checksum = "5deefd4816fb852b1ff3cb48f6c41da67be2d0e1d20b26a7a3b076da11f064b1"
Steve Klabnika0769612017-02-07 23:13:571508dependencies = [
Alex Crichton093ede22019-08-15 00:45:091509 "log",
1510 "pest",
1511 "pest_derive",
Mark Rousskov342d9562020-08-17 15:21:441512 "quick-error 2.0.0",
Alex Crichton093ede22019-08-15 00:45:091513 "serde",
1514 "serde_json",
James Munnsde763692019-01-19 02:39:371515]
1516
1517[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:051518name = "hashbrown"
Matt Brubeck15ccdeb2020-09-03 20:32:531519version = "0.9.0"
Félix Saparellibdcc21c2019-09-21 10:56:051520source = "registry+https://github.com/rust-lang/crates.io-index"
Matt Brubeck15ccdeb2020-09-03 20:32:531521checksum = "00d63df3d41950fb462ed38308eea019113ad1508da725bbedcd0fa5a85ef5f7"
Félix Saparellibdcc21c2019-09-21 10:56:051522dependencies = [
Alex Crichton093ede22019-08-15 00:45:091523 "compiler_builtins",
1524 "rustc-std-workspace-alloc",
1525 "rustc-std-workspace-core",
Eric Huss04538c62019-07-08 21:52:071526]
1527
1528[[package]]
Bastien Orivel5c4534a2018-12-08 14:11:471529name = "heck"
Mark Rousskov342d9562020-08-17 15:21:441530version = "0.3.1"
Bastien Orivel5c4534a2018-12-08 14:11:471531source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441532checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
Bastien Orivel5c4534a2018-12-08 14:11:471533dependencies = [
Alex Crichton093ede22019-08-15 00:45:091534 "unicode-segmentation",
Bastien Orivel5c4534a2018-12-08 14:11:471535]
1536
1537[[package]]
Stefan Lankes5ebd4d92019-10-20 07:55:101538name = "hermit-abi"
Stefan Lankes98fcc3f2020-10-06 09:42:571539version = "0.1.17"
Stefan Lankes5ebd4d92019-10-20 07:55:101540source = "registry+https://github.com/rust-lang/crates.io-index"
Stefan Lankes98fcc3f2020-10-06 09:42:571541checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
Stefan Lankes5ebd4d92019-10-20 07:55:101542dependencies = [
1543 "compiler_builtins",
1544 "libc",
1545 "rustc-std-workspace-core",
1546]
1547
1548[[package]]
Alex Crichton1cede102017-06-15 02:33:061549name = "hex"
Alex Crichtond8251152018-07-02 16:33:161550version = "0.3.2"
Alex Crichton80d6ed22018-01-08 21:56:221551source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091552checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
Alex Crichton80d6ed22018-01-08 21:56:221553
1554[[package]]
Aaron Hilld440e132019-09-16 18:45:401555name = "hex"
Mark Rousskov342d9562020-08-17 15:21:441556version = "0.4.2"
Aaron Hilld440e132019-09-16 18:45:401557source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441558checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
Aaron Hilld440e132019-09-16 18:45:401559
1560[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121561name = "home"
Mark Rousskov342d9562020-08-17 15:21:441562version = "0.5.3"
flip199596c3ec12019-08-20 07:32:531563source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441564checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
flip199596c3ec12019-08-20 07:32:531565dependencies = [
Mark Rousskov342d9562020-08-17 15:21:441566 "winapi 0.3.9",
flip199596c3ec12019-08-20 07:32:531567]
1568
1569[[package]]
steveklabnikecfbaca2018-04-03 14:32:041570name = "html5ever"
Aaron Hill70ba4912020-08-01 14:11:151571version = "0.25.1"
Eric Huss2dafa912019-06-19 03:36:471572source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:151573checksum = "aafcf38a1a36118242d29b92e1b08ef84e67e4a5ed06e0a80be20e6a32bfed6b"
Eric Huss2dafa912019-06-19 03:36:471574dependencies = [
Alex Crichton093ede22019-08-15 00:45:091575 "log",
1576 "mac",
1577 "markup5ever",
Aaron Hill70ba4912020-08-01 14:11:151578 "proc-macro2",
1579 "quote",
1580 "syn",
Eric Huss2dafa912019-06-19 03:36:471581]
1582
1583[[package]]
Alex Crichton87f3dda2018-03-01 19:08:481584name = "humantime"
Alex Crichton5c5e3fa2019-09-24 18:06:561585version = "1.3.0"
Alex Crichton87f3dda2018-03-01 19:08:481586source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton5c5e3fa2019-09-24 18:06:561587checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
Alex Crichton87f3dda2018-03-01 19:08:481588dependencies = [
Mark Rousskov342d9562020-08-17 15:21:441589 "quick-error 1.2.3",
Alex Crichton87f3dda2018-03-01 19:08:481590]
1591
1592[[package]]
Eric Hussd45d8b12020-01-21 17:55:431593name = "humantime"
Mark Rousskov342d9562020-08-17 15:21:441594version = "2.0.1"
Eric Hussd45d8b12020-01-21 17:55:431595source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441596checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
Eric Hussd45d8b12020-01-21 17:55:431597
1598[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581599name = "idna"
Alex Crichton52d7ee832018-07-17 16:04:221600version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581601source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091602checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581603dependencies = [
Alex Crichton093ede22019-08-15 00:45:091604 "matches",
1605 "unicode-bidi",
1606 "unicode-normalization",
Alex Crichtonf6304e12017-02-15 22:55:261607]
1608
1609[[package]]
Eric Hussf2428a62019-08-01 00:44:391610name = "idna"
1611version = "0.2.0"
1612source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091613checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
Eric Hussf2428a62019-08-01 00:44:391614dependencies = [
Alex Crichton093ede22019-08-15 00:45:091615 "matches",
1616 "unicode-bidi",
1617 "unicode-normalization",
Eric Hussf2428a62019-08-01 00:44:391618]
1619
1620[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291621name = "if_chain"
Oliver Scherer2a789512019-05-26 17:21:541622version = "1.0.0"
Oliver Schneideracdf83f2017-12-06 08:25:291623source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091624checksum = "c3360c7b59e5ffa2653671fb74b4741a5d343c03f331c0a4aeda42b5c2b0ec7d"
Oliver Schneideracdf83f2017-12-06 08:25:291625
1626[[package]]
Simon Sapinb77ff242017-07-18 21:26:551627name = "ignore"
Mark Rousskov342d9562020-08-17 15:21:441628version = "0.4.16"
Simon Sapinb77ff242017-07-18 21:26:551629source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441630checksum = "22dcbf2a4a289528dbef21686354904e1c694ac642610a9bff9e7df730d9ec72"
Simon Sapinb77ff242017-07-18 21:26:551631dependencies = [
Mark Rousskov342d9562020-08-17 15:21:441632 "crossbeam-utils 0.7.2",
Alex Crichton093ede22019-08-15 00:45:091633 "globset",
Yuki Okushi1f0a39502020-05-26 04:00:421634 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091635 "log",
1636 "memchr",
1637 "regex",
1638 "same-file",
Yuki Okushib4b76b82020-05-26 04:04:591639 "thread_local",
Alex Crichton093ede22019-08-15 00:45:091640 "walkdir",
1641 "winapi-util",
Simon Sapinb77ff242017-07-18 21:26:551642]
1643
1644[[package]]
Eric Huss8c20add2018-12-03 01:33:201645name = "im-rc"
Eric Hussc8443bb2020-05-18 22:41:571646version = "15.0.0"
Eric Huss8c20add2018-12-03 01:33:201647source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussc8443bb2020-05-18 22:41:571648checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f"
Eric Huss8c20add2018-12-03 01:33:201649dependencies = [
Eric Huss2b985322019-11-25 16:14:071650 "bitmaps",
Mark Rousskov342d9562020-08-17 15:21:441651 "rand_core",
Eric Huss2b985322019-11-25 16:14:071652 "rand_xoshiro",
Alex Crichton093ede22019-08-15 00:45:091653 "sized-chunks",
1654 "typenum",
Guillaume Gomezd8589de2020-02-13 17:39:401655 "version_check",
Eric Huss8c20add2018-12-03 01:33:201656]
1657
1658[[package]]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571659name = "indexmap"
Matt Brubeck15ccdeb2020-09-03 20:32:531660version = "1.6.0"
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571661source = "registry+https://github.com/rust-lang/crates.io-index"
Matt Brubeck15ccdeb2020-09-03 20:32:531662checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2"
Josh Stone997a7662020-08-08 00:03:471663dependencies = [
1664 "autocfg",
1665 "hashbrown",
1666]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571667
1668[[package]]
Josh Stone020c5ec2017-05-08 22:01:131669name = "installer"
1670version = "0.0.0"
1671dependencies = [
Michael Forney32025fd2020-05-25 00:08:451672 "anyhow",
Alex Crichton093ede22019-08-15 00:45:091673 "clap",
Alex Crichton093ede22019-08-15 00:45:091674 "flate2",
Yuki Okushi1f0a39502020-05-26 04:00:421675 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091676 "num_cpus",
1677 "rayon",
1678 "remove_dir_all",
1679 "tar",
1680 "walkdir",
Mark Rousskov342d9562020-08-17 15:21:441681 "winapi 0.3.9",
Alex Crichton093ede22019-08-15 00:45:091682 "xz2",
Josh Stone020c5ec2017-05-08 22:01:131683]
1684
1685[[package]]
Mark Rousskov342d9562020-08-17 15:21:441686name = "instant"
1687version = "0.1.6"
1688source = "registry+https://github.com/rust-lang/crates.io-index"
1689checksum = "5b141fdc7836c525d4d594027d318c84161ca17aaf8113ab1f81ab93ae897485"
1690
1691[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:431692name = "iovec"
Daniel Frampton535fc9c2020-01-14 19:52:461693version = "0.1.4"
Matthias Krüger696fb8f2019-01-21 15:32:431694source = "registry+https://github.com/rust-lang/crates.io-index"
Daniel Frampton535fc9c2020-01-14 19:52:461695checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
Matthias Krüger696fb8f2019-01-21 15:32:431696dependencies = [
Alex Crichton093ede22019-08-15 00:45:091697 "libc",
Matthias Krüger696fb8f2019-01-21 15:32:431698]
1699
1700[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291701name = "itertools"
Mark Rousskov342d9562020-08-17 15:21:441702version = "0.8.2"
Matthias Krüger696fb8f2019-01-21 15:32:431703source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441704checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
Matthias Krüger696fb8f2019-01-21 15:32:431705dependencies = [
Alex Crichton093ede22019-08-15 00:45:091706 "either",
Matthias Krüger696fb8f2019-01-21 15:32:431707]
1708
1709[[package]]
Matthias Krüger66949a72020-03-12 20:47:471710name = "itertools"
1711version = "0.9.0"
1712source = "registry+https://github.com/rust-lang/crates.io-index"
1713checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
1714dependencies = [
1715 "either",
1716]
1717
1718[[package]]
Steve Klabnik2795de32017-02-20 00:20:571719name = "itoa"
Mark Rousskov342d9562020-08-17 15:21:441720version = "0.4.6"
Steve Klabnik2795de32017-02-20 00:20:571721source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441722checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
Steve Klabnik2795de32017-02-20 00:20:571723
1724[[package]]
Alex Crichton016eaf82018-10-21 02:15:061725name = "jemalloc-sys"
Mark Rousskov342d9562020-08-17 15:21:441726version = "0.3.2"
Alex Crichton016eaf82018-10-21 02:15:061727source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441728checksum = "0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45"
Alex Crichton016eaf82018-10-21 02:15:061729dependencies = [
Alex Crichton093ede22019-08-15 00:45:091730 "cc",
1731 "fs_extra",
1732 "libc",
Alex Crichton016eaf82018-10-21 02:15:061733]
1734
1735[[package]]
Alex Crichton453080f2017-06-05 16:36:481736name = "jobserver"
Alex Crichtonad0e4a12020-01-30 07:47:011737version = "0.1.21"
Alex Crichton453080f2017-06-05 16:36:481738source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonad0e4a12020-01-30 07:47:011739checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
Alex Crichton453080f2017-06-05 16:36:481740dependencies = [
Alex Crichton093ede22019-08-15 00:45:091741 "libc",
Alex Crichton453080f2017-06-05 16:36:481742]
1743
1744[[package]]
Igor Matuszewski3a17cf72018-08-25 16:17:551745name = "json"
Mark Rousskov342d9562020-08-17 15:21:441746version = "0.11.15"
Igor Matuszewski3a17cf72018-08-25 16:17:551747source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441748checksum = "92c245af8786f6ac35f95ca14feca9119e71339aaab41e878e7cdd655c97e9e5"
Igor Matuszewski3a17cf72018-08-25 16:17:551749
1750[[package]]
Rune Tynan77156562021-01-16 01:34:151751name = "jsondocck"
1752version = "0.1.0"
1753dependencies = [
1754 "getopts",
1755 "jsonpath_lib",
1756 "lazy_static",
1757 "regex",
1758 "serde",
1759 "serde_json",
1760 "shlex",
1761]
1762
1763[[package]]
1764name = "jsonpath_lib"
1765version = "0.2.6"
1766source = "registry+https://github.com/rust-lang/crates.io-index"
1767checksum = "61352ec23883402b7d30b3313c16cbabefb8907361c4eb669d990cbb87ceee5a"
1768dependencies = [
1769 "array_tool",
1770 "env_logger 0.7.1",
1771 "log",
1772 "serde",
1773 "serde_json",
1774]
1775
1776[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:111777name = "jsonrpc-client-transports"
Caleb Cartwright63913182021-02-10 01:52:541778version = "17.0.0"
Nick Cameronad8ecc22017-07-19 01:32:121779source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:541780checksum = "15b6c6ad01c7354d60de493148c30ac8a82b759e22ae678c8705e9b8e0c566a4"
Igor Matuszewskic2249a42019-09-08 08:28:111781dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541782 "derive_more",
1783 "futures 0.3.12",
Igor Matuszewskic2249a42019-09-08 08:28:111784 "jsonrpc-core",
1785 "jsonrpc-pubsub",
1786 "jsonrpc-server-utils",
1787 "log",
1788 "parity-tokio-ipc",
1789 "serde",
1790 "serde_json",
1791 "tokio",
1792 "url 1.7.2",
1793]
1794
1795[[package]]
1796name = "jsonrpc-core"
Caleb Cartwright63913182021-02-10 01:52:541797version = "17.0.0"
Igor Matuszewskic2249a42019-09-08 08:28:111798source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:541799checksum = "07569945133257ff557eb37b015497104cea61a2c9edaf126c1cbd6e8332397f"
Nick Cameronad8ecc22017-07-19 01:32:121800dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541801 "futures 0.3.12",
Alex Crichton093ede22019-08-15 00:45:091802 "log",
1803 "serde",
1804 "serde_derive",
1805 "serde_json",
Nick Cameronad8ecc22017-07-19 01:32:121806]
1807
1808[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:111809name = "jsonrpc-core-client"
Caleb Cartwright63913182021-02-10 01:52:541810version = "17.0.0"
Igor Matuszewskic2249a42019-09-08 08:28:111811source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:541812checksum = "7ac9d56dc729912796637c30f475bbf834594607b27740dfea6e5fa7ba40d1f1"
Igor Matuszewskic2249a42019-09-08 08:28:111813dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541814 "futures 0.3.12",
Igor Matuszewskic2249a42019-09-08 08:28:111815 "jsonrpc-client-transports",
1816]
1817
1818[[package]]
1819name = "jsonrpc-derive"
Caleb Cartwright63913182021-02-10 01:52:541820version = "17.0.0"
Igor Matuszewskic2249a42019-09-08 08:28:111821source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:541822checksum = "b68ba7e76e5c7796cfa4d2a30e83986550c34404c6d40551c902ca6f7bd4a137"
Igor Matuszewskic2249a42019-09-08 08:28:111823dependencies = [
1824 "proc-macro-crate",
Aaron Hill70ba4912020-08-01 14:11:151825 "proc-macro2",
1826 "quote",
1827 "syn",
Igor Matuszewskic2249a42019-09-08 08:28:111828]
1829
1830[[package]]
1831name = "jsonrpc-ipc-server"
Caleb Cartwright63913182021-02-10 01:52:541832version = "17.0.1"
Igor Matuszewskic2249a42019-09-08 08:28:111833source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:541834checksum = "14c4cd89e5ea7e7f0884e828fc35bb83591a371b92439675eae28efa66c24a97"
Igor Matuszewskic2249a42019-09-08 08:28:111835dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541836 "futures 0.3.12",
Igor Matuszewskic2249a42019-09-08 08:28:111837 "jsonrpc-core",
1838 "jsonrpc-server-utils",
1839 "log",
1840 "parity-tokio-ipc",
Caleb Cartwright63913182021-02-10 01:52:541841 "parking_lot",
1842 "tower-service",
Igor Matuszewskic2249a42019-09-08 08:28:111843]
1844
1845[[package]]
1846name = "jsonrpc-pubsub"
Caleb Cartwright63913182021-02-10 01:52:541847version = "17.0.0"
Igor Matuszewskic2249a42019-09-08 08:28:111848source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:541849checksum = "0c48dbebce7a9c88ab272a4db7d6478aa4c6d9596e6c086366e89efc4e9ed89e"
Igor Matuszewskic2249a42019-09-08 08:28:111850dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541851 "futures 0.3.12",
Igor Matuszewskic2249a42019-09-08 08:28:111852 "jsonrpc-core",
Caleb Cartwright63913182021-02-10 01:52:541853 "lazy_static",
Igor Matuszewskic2249a42019-09-08 08:28:111854 "log",
Caleb Cartwright63913182021-02-10 01:52:541855 "parking_lot",
Mark Rousskov342d9562020-08-17 15:21:441856 "rand",
Igor Matuszewskic2249a42019-09-08 08:28:111857 "serde",
1858]
1859
1860[[package]]
1861name = "jsonrpc-server-utils"
Caleb Cartwright63913182021-02-10 01:52:541862version = "17.0.0"
Igor Matuszewskic2249a42019-09-08 08:28:111863source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:541864checksum = "f4207cce738bf713a82525065b750a008f28351324f438f56b33d698ada95bb4"
Igor Matuszewskic2249a42019-09-08 08:28:111865dependencies = [
1866 "bytes",
Caleb Cartwright63913182021-02-10 01:52:541867 "futures 0.3.12",
Igor Matuszewskic2249a42019-09-08 08:28:111868 "globset",
1869 "jsonrpc-core",
Yuki Okushi1f0a39502020-05-26 04:00:421870 "lazy_static",
Igor Matuszewskic2249a42019-09-08 08:28:111871 "log",
Igor Matuszewskic2249a42019-09-08 08:28:111872 "tokio",
Caleb Cartwright63913182021-02-10 01:52:541873 "tokio-util",
Eric Huss139477d2019-11-12 18:14:481874 "unicase",
Igor Matuszewskic2249a42019-09-08 08:28:111875]
1876
1877[[package]]
Steve Klabnika0769612017-02-07 23:13:571878name = "kernel32-sys"
1879version = "0.2.2"
1880source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091881checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
Steve Klabnika0769612017-02-07 23:13:571882dependencies = [
Alex Crichton093ede22019-08-15 00:45:091883 "winapi 0.2.8",
1884 "winapi-build",
Steve Klabnika0769612017-02-07 23:13:571885]
1886
1887[[package]]
1888name = "lazy_static"
Alex Crichtonaabf4e92020-01-08 15:33:571889version = "1.4.0"
Alex Crichton325d7392017-12-10 17:42:491890source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:571891checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
Alex Crichton325d7392017-12-10 17:42:491892
1893[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291894name = "lazycell"
Mark Rousskov342d9562020-08-17 15:21:441895version = "1.3.0"
Alex Crichton994bfd42018-02-26 17:07:161896source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441897checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
Alex Crichton994bfd42018-02-26 17:07:161898
1899[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291900name = "libc"
Amanieu d'Antrasc3dedd02021-01-21 00:12:401901version = "0.2.85"
Ahmed Charles9ca382f2016-09-02 08:55:291902source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antrasc3dedd02021-01-21 00:12:401903checksum = "7ccac4b00700875e6a07c6cde370d44d32fa01c5a65cdd2fca6858c479d28bb3"
Alex Crichton4c21a3b2018-11-20 05:52:501904dependencies = [
Alex Crichton093ede22019-08-15 00:45:091905 "rustc-std-workspace-core",
Alex Crichton4c21a3b2018-11-20 05:52:501906]
Ahmed Charles9ca382f2016-09-02 08:55:291907
1908[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581909name = "libgit2-sys"
Eric Huss45484ec2021-01-27 17:56:341910version = "0.12.18+1.1.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581911source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss45484ec2021-01-27 17:56:341912checksum = "3da6a42da88fc37ee1ecda212ffa254c25713532980005d5f7c0b0fbe7e6e885"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581913dependencies = [
Alex Crichton093ede22019-08-15 00:45:091914 "cc",
1915 "libc",
1916 "libssh2-sys",
1917 "libz-sys",
1918 "openssl-sys",
1919 "pkg-config",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581920]
1921
1922[[package]]
Alex Crichton8ccf1122018-09-20 21:37:531923name = "libnghttp2-sys"
Mark Rousskov342d9562020-08-17 15:21:441924version = "0.1.4+1.41.0"
Alex Crichton8ccf1122018-09-20 21:37:531925source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441926checksum = "03624ec6df166e79e139a2310ca213283d6b3c30810c54844f307086d4488df1"
Alex Crichton8ccf1122018-09-20 21:37:531927dependencies = [
Alex Crichton093ede22019-08-15 00:45:091928 "cc",
1929 "libc",
Alex Crichton8ccf1122018-09-20 21:37:531930]
1931
1932[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581933name = "libssh2-sys"
Eric Huss71bf7cf2020-10-14 22:16:471934version = "0.2.19"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581935source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss71bf7cf2020-10-14 22:16:471936checksum = "ca46220853ba1c512fc82826d0834d87b06bcd3c2a42241b7de72f3d2fe17056"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581937dependencies = [
Alex Crichton093ede22019-08-15 00:45:091938 "cc",
1939 "libc",
1940 "libz-sys",
1941 "openssl-sys",
1942 "pkg-config",
1943 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581944]
1945
1946[[package]]
1947name = "libz-sys"
Jake Goulding15bd2362020-09-18 00:14:091948version = "1.1.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581949source = "registry+https://github.com/rust-lang/crates.io-index"
Jake Goulding15bd2362020-09-18 00:14:091950checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581951dependencies = [
Alex Crichton093ede22019-08-15 00:45:091952 "cc",
1953 "libc",
1954 "pkg-config",
1955 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581956]
1957
1958[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291959name = "linkchecker"
1960version = "0.1.0"
Joshua Nelson65835d12020-10-15 13:25:301961dependencies = [
1962 "once_cell",
1963 "regex",
1964]
Ahmed Charles9ca382f2016-09-02 08:55:291965
1966[[package]]
Pietro Albini9beb8f52019-11-26 11:06:301967name = "linked-hash-map"
Mark Rousskov342d9562020-08-17 15:21:441968version = "0.5.3"
Pietro Albini9beb8f52019-11-26 11:06:301969source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441970checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
Pietro Albini9beb8f52019-11-26 11:06:301971
1972[[package]]
Eric Huss45c1e0a2020-09-08 22:09:571973name = "lint-docs"
1974version = "0.1.0"
1975dependencies = [
1976 "serde_json",
1977 "tempfile",
1978 "walkdir",
1979]
1980
1981[[package]]
Mark Rousskov9ec5ef52018-08-04 22:24:391982name = "lock_api"
Mark Rousskov342d9562020-08-17 15:21:441983version = "0.4.1"
Malo Jaffré8ed13d62017-12-29 10:24:381984source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441985checksum = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c"
1986dependencies = [
1987 "scopeguard",
1988]
1989
1990[[package]]
1991name = "log"
1992version = "0.4.11"
1993source = "registry+https://github.com/rust-lang/crates.io-index"
1994checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
Malo Jaffré8ed13d62017-12-29 10:24:381995dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071996 "cfg-if 0.1.10",
Malo Jaffré8ed13d62017-12-29 10:24:381997]
Ahmed Charles9ca382f2016-09-02 08:55:291998
1999[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:432000name = "lsp-codec"
Caleb Cartwright63913182021-02-10 01:52:542001version = "0.2.0"
Matthias Krüger696fb8f2019-01-21 15:32:432002source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:542003checksum = "d33c83e320715a1e7e0466a53db2238becb2e5c446deff5506abc81aeacc5ec4"
Matthias Krüger696fb8f2019-01-21 15:32:432004dependencies = [
Alex Crichton093ede22019-08-15 00:45:092005 "bytes",
2006 "serde_json",
Caleb Cartwright63913182021-02-10 01:52:542007 "tokio-util",
Matthias Krüger696fb8f2019-01-21 15:32:432008]
2009
2010[[package]]
2011name = "lsp-types"
Igor Matuszewskic2249a42019-09-08 08:28:112012version = "0.60.0"
Matthias Krüger696fb8f2019-01-21 15:32:432013source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskic2249a42019-09-08 08:28:112014checksum = "fe3edefcd66dde1f7f1df706f46520a3c93adc5ca4bc5747da6621195e894efd"
Matthias Krüger696fb8f2019-01-21 15:32:432015dependencies = [
Alex Crichton093ede22019-08-15 00:45:092016 "bitflags",
Alex Crichton093ede22019-08-15 00:45:092017 "serde",
Alex Crichton093ede22019-08-15 00:45:092018 "serde_json",
Igor Matuszewskic2249a42019-09-08 08:28:112019 "serde_repr",
Mark Rousskov342d9562020-08-17 15:21:442020 "url 2.1.1",
Matthias Krüger696fb8f2019-01-21 15:32:432021]
2022
2023[[package]]
Josh Stone020c5ec2017-05-08 22:01:132024name = "lzma-sys"
Mark Rousskov342d9562020-08-17 15:21:442025version = "0.1.16"
Josh Stone020c5ec2017-05-08 22:01:132026source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442027checksum = "f24f76ec44a8ac23a31915d6e326bca17ce88da03096f1ff194925dc714dac99"
Josh Stone020c5ec2017-05-08 22:01:132028dependencies = [
Alex Crichton093ede22019-08-15 00:45:092029 "cc",
2030 "libc",
2031 "pkg-config",
Josh Stone020c5ec2017-05-08 22:01:132032]
2033
2034[[package]]
steveklabnikecfbaca2018-04-03 14:32:042035name = "mac"
2036version = "0.1.1"
2037source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092038checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
steveklabnikecfbaca2018-04-03 14:32:042039
2040[[package]]
Guillaume Gomezcf5ee8f2018-08-15 13:07:072041name = "macro-utils"
Mark Rousskov342d9562020-08-17 15:21:442042version = "0.1.3"
Guillaume Gomezcf5ee8f2018-08-15 13:07:072043source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442044checksum = "0e72f7deb758fea9ea7d290aebfa788763d0bffae12caa6406a25baaf8fa68a8"
Guillaume Gomezcf5ee8f2018-08-15 13:07:072045
2046[[package]]
steveklabnikecfbaca2018-04-03 14:32:042047name = "maplit"
Mark Rousskov342d9562020-08-17 15:21:442048version = "1.0.2"
steveklabnikecfbaca2018-04-03 14:32:042049source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442050checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
steveklabnikecfbaca2018-04-03 14:32:042051
2052[[package]]
2053name = "markup5ever"
Aaron Hill70ba4912020-08-01 14:11:152054version = "0.10.0"
Eric Huss2dafa912019-06-19 03:36:472055source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:152056checksum = "aae38d669396ca9b707bfc3db254bc382ddb94f57cc5c235f34623a669a01dab"
Eric Huss2dafa912019-06-19 03:36:472057dependencies = [
Alex Crichton093ede22019-08-15 00:45:092058 "log",
2059 "phf",
2060 "phf_codegen",
2061 "serde",
2062 "serde_derive",
2063 "serde_json",
2064 "string_cache",
2065 "string_cache_codegen",
2066 "tendril",
Eric Huss2dafa912019-06-19 03:36:472067]
2068
2069[[package]]
Aaron Hill70ba4912020-08-01 14:11:152070name = "markup5ever_rcdom"
2071version = "0.1.0"
2072source = "registry+https://github.com/rust-lang/crates.io-index"
2073checksum = "f015da43bcd8d4f144559a3423f4591d69b8ce0652c905374da7205df336ae2b"
2074dependencies = [
2075 "html5ever",
2076 "markup5ever",
2077 "tendril",
2078 "xml5ever",
2079]
2080
2081[[package]]
Oliver Schererec7230f2020-07-24 18:42:002082name = "matchers"
2083version = "0.0.1"
2084source = "registry+https://github.com/rust-lang/crates.io-index"
2085checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
2086dependencies = [
2087 "regex-automata",
2088]
2089
2090[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582091name = "matches"
Alex Crichton2863b752018-08-21 17:23:472092version = "0.1.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582093source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092094checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582095
2096[[package]]
Mark Rousskov342d9562020-08-17 15:21:442097name = "maybe-uninit"
2098version = "2.0.0"
2099source = "registry+https://github.com/rust-lang/crates.io-index"
2100checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
2101
2102[[package]]
Arlo Siemsenf86b0782020-03-31 05:17:152103name = "md-5"
Arlo Siemsen3296d5c2020-10-13 15:41:062104version = "0.9.1"
2105source = "registry+https://github.com/rust-lang/crates.io-index"
2106checksum = "7b5a279bb9607f9f53c22d496eade00d138d1bdcccd07d74650387cf94942a15"
2107dependencies = [
2108 "block-buffer 0.9.0",
2109 "digest 0.9.0",
2110 "opaque-debug 0.3.0",
2111]
2112
2113[[package]]
Steve Klabnika0769612017-02-07 23:13:572114name = "mdbook"
Eric Hussf1fa9e92021-01-15 01:50:232115version = "0.4.6"
Steve Klabnika0769612017-02-07 23:13:572116source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf1fa9e92021-01-15 01:50:232117checksum = "b3d948b64449003363127ed6c6139f03273982c3fe97da4cb3dee933e38ce38f"
Steve Klabnika0769612017-02-07 23:13:572118dependencies = [
Alex Crichton093ede22019-08-15 00:45:092119 "ammonia",
Eric Huss6bcbc422020-06-23 22:23:462120 "anyhow",
Alex Crichton093ede22019-08-15 00:45:092121 "chrono",
2122 "clap",
2123 "elasticlunr-rs",
Eric Huss6bcbc422020-06-23 22:23:462124 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:092125 "handlebars",
Yuki Okushi1f0a39502020-05-26 04:00:422126 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:092127 "log",
2128 "memchr",
2129 "open",
Joshua Nelsone4c28bf2020-09-14 00:15:012130 "pulldown-cmark 0.7.2",
Alex Crichton093ede22019-08-15 00:45:092131 "regex",
2132 "serde",
2133 "serde_derive",
2134 "serde_json",
2135 "shlex",
2136 "tempfile",
Eric Huss7d92cf42019-08-20 17:46:352137 "toml",
James Munnsde763692019-01-19 02:39:372138]
2139
2140[[package]]
Wesley Wiser56e434d2019-04-04 23:41:492141name = "measureme"
Wesley Wiser5ac55562020-10-01 12:34:482142version = "9.0.0"
2143source = "registry+https://github.com/rust-lang/crates.io-index"
2144checksum = "22bf8d885d073610aee20e7fa205c4341ed32a761dbde96da5fd96301a8d3e82"
2145dependencies = [
Caleb Cartwright63913182021-02-10 01:52:542146 "parking_lot",
Wesley Wiser5ac55562020-10-01 12:34:482147 "rustc-hash",
klensy93c8ebe2021-02-14 14:37:302148 "smallvec 1.6.1",
Wesley Wiser5ac55562020-10-01 12:34:482149]
2150
2151[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582152name = "memchr"
Yuki Okushib4b76b82020-05-26 04:04:592153version = "2.3.3"
Oliver Schneideracdf83f2017-12-06 08:25:292154source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushib4b76b82020-05-26 04:04:592155checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
Steve Klabnika0769612017-02-07 23:13:572156
2157[[package]]
Michael Woeristerabd5cc32018-08-31 13:18:082158name = "memmap"
Michael Woeristeredcca152019-12-03 09:33:242159version = "0.7.0"
Michael Woeristerabd5cc32018-08-31 13:18:082160source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Woeristeredcca152019-12-03 09:33:242161checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
Michael Woeristerabd5cc32018-08-31 13:18:082162dependencies = [
Alex Crichton093ede22019-08-15 00:45:092163 "libc",
Mark Rousskov342d9562020-08-17 15:21:442164 "winapi 0.3.9",
Michael Woeristerabd5cc32018-08-31 13:18:082165]
2166
2167[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:452168name = "memoffset"
Mark Rousskov342d9562020-08-17 15:21:442169version = "0.5.5"
Ralf Jungc7a599e2019-07-25 13:57:252170source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442171checksum = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f"
Ralf Jungc7a599e2019-07-25 13:57:252172dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442173 "autocfg",
Ralf Jungc7a599e2019-07-25 13:57:252174]
2175
2176[[package]]
Joshua Nelsonc9c8fb82020-09-12 04:42:522177name = "merge"
2178version = "0.1.0"
2179source = "registry+https://github.com/rust-lang/crates.io-index"
2180checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
2181dependencies = [
2182 "merge_derive",
2183 "num-traits",
2184]
2185
2186[[package]]
2187name = "merge_derive"
2188version = "0.1.0"
2189source = "registry+https://github.com/rust-lang/crates.io-index"
2190checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
2191dependencies = [
2192 "proc-macro-error",
2193 "proc-macro2",
2194 "quote",
2195 "syn",
2196]
2197
2198[[package]]
Guillaume Gomez4b145732018-05-10 22:02:052199name = "minifier"
Guillaume Gomez3f4dbd32019-07-28 18:24:522200version = "0.0.33"
Guillaume Gomez4b145732018-05-10 22:02:052201source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092202checksum = "70bf0db2475f5e627787da77ca52fe33c294063f49f4134b8bc662eedb5e7332"
Guillaume Gomez4b145732018-05-10 22:02:052203dependencies = [
Alex Crichton093ede22019-08-15 00:45:092204 "macro-utils",
Guillaume Gomez4b145732018-05-10 22:02:052205]
2206
2207[[package]]
Alex Crichtonb4110902018-12-08 11:06:542208name = "miniz_oxide"
Alex Crichton06d565c2020-05-13 21:22:372209version = "0.4.0"
Alex Crichtonb4110902018-12-08 11:06:542210source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton06d565c2020-05-13 21:22:372211checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f"
Alex Crichtonb4110902018-12-08 11:06:542212dependencies = [
Alex Crichton06d565c2020-05-13 21:22:372213 "adler",
2214 "compiler_builtins",
2215 "rustc-std-workspace-alloc",
2216 "rustc-std-workspace-core",
Alex Crichtonb4110902018-12-08 11:06:542217]
2218
2219[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:432220name = "mio"
Mark Rousskov342d9562020-08-17 15:21:442221version = "0.6.22"
Matthias Krüger696fb8f2019-01-21 15:32:432222source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442223checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
Matthias Krüger696fb8f2019-01-21 15:32:432224dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:072225 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:092226 "fuchsia-zircon",
2227 "fuchsia-zircon-sys",
2228 "iovec",
2229 "kernel32-sys",
Alex Crichton093ede22019-08-15 00:45:092230 "libc",
2231 "log",
Linus Färnstrandf9220c32020-11-27 23:56:122232 "miow 0.2.2",
Alex Crichton093ede22019-08-15 00:45:092233 "net2",
2234 "slab",
2235 "winapi 0.2.8",
Matthias Krüger696fb8f2019-01-21 15:32:432236]
2237
2238[[package]]
2239name = "mio-named-pipes"
Mark Rousskov342d9562020-08-17 15:21:442240version = "0.1.7"
Matthias Krüger696fb8f2019-01-21 15:32:432241source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442242checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"
Matthias Krüger696fb8f2019-01-21 15:32:432243dependencies = [
Alex Crichton093ede22019-08-15 00:45:092244 "log",
2245 "mio",
Linus Färnstrandf9220c32020-11-27 23:56:122246 "miow 0.3.6",
Mark Rousskov342d9562020-08-17 15:21:442247 "winapi 0.3.9",
Matthias Krüger696fb8f2019-01-21 15:32:432248]
2249
2250[[package]]
2251name = "mio-uds"
Mark Rousskov342d9562020-08-17 15:21:442252version = "0.6.8"
Matthias Krüger696fb8f2019-01-21 15:32:432253source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442254checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
Matthias Krüger696fb8f2019-01-21 15:32:432255dependencies = [
Alex Crichton093ede22019-08-15 00:45:092256 "iovec",
2257 "libc",
2258 "mio",
Matthias Krüger696fb8f2019-01-21 15:32:432259]
2260
2261[[package]]
2262name = "miow"
Linus Färnstrandf9220c32020-11-27 23:56:122263version = "0.2.2"
Matthias Krüger696fb8f2019-01-21 15:32:432264source = "registry+https://github.com/rust-lang/crates.io-index"
Linus Färnstrandf9220c32020-11-27 23:56:122265checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
Matthias Krüger696fb8f2019-01-21 15:32:432266dependencies = [
Alex Crichton093ede22019-08-15 00:45:092267 "kernel32-sys",
2268 "net2",
2269 "winapi 0.2.8",
2270 "ws2_32-sys",
Matthias Krüger696fb8f2019-01-21 15:32:432271]
2272
2273[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582274name = "miow"
Linus Färnstrandf9220c32020-11-27 23:56:122275version = "0.3.6"
Alex Crichtona8eaabc2018-03-07 07:39:552276source = "registry+https://github.com/rust-lang/crates.io-index"
Linus Färnstrandf9220c32020-11-27 23:56:122277checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897"
Alex Crichtona8eaabc2018-03-07 07:39:552278dependencies = [
Alex Crichton093ede22019-08-15 00:45:092279 "socket2",
Mark Rousskov342d9562020-08-17 15:21:442280 "winapi 0.3.9",
Alex Crichtona8eaabc2018-03-07 07:39:552281]
2282
2283[[package]]
kennytm0692b3d2017-12-15 19:41:582284name = "miri"
2285version = "0.1.0"
2286dependencies = [
Alex Crichton093ede22019-08-15 00:45:092287 "colored",
flip19950046d7c2021-02-25 10:26:232288 "compiletest_rs 0.5.0",
Ralf Jung64cf5962019-10-30 20:03:192289 "env_logger 0.7.1",
Ralf Jung0e908752020-09-17 18:04:202290 "getrandom 0.2.0",
Mark Rousskov342d9562020-08-17 15:21:442291 "hex 0.4.2",
Ralf Jung759e4952020-06-01 18:17:202292 "libc",
Alex Crichton093ede22019-08-15 00:45:092293 "log",
Aaron Hill70ba4912020-08-01 14:11:152294 "rand",
Alex Crichton093ede22019-08-15 00:45:092295 "rustc-workspace-hack",
2296 "rustc_version",
2297 "shell-escape",
klensy93c8ebe2021-02-14 14:37:302298 "smallvec 1.6.1",
kennytm0692b3d2017-12-15 19:41:582299]
2300
2301[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:432302name = "net2"
Linus Färnstrandf9220c32020-11-27 23:56:122303version = "0.2.36"
Matthias Krüger696fb8f2019-01-21 15:32:432304source = "registry+https://github.com/rust-lang/crates.io-index"
Linus Färnstrandf9220c32020-11-27 23:56:122305checksum = "d7cf75f38f16cb05ea017784dc6dbfd354f76c223dba37701734c4f5a9337d02"
Matthias Krüger696fb8f2019-01-21 15:32:432306dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:072307 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:092308 "libc",
Mark Rousskov342d9562020-08-17 15:21:442309 "winapi 0.3.9",
Matthias Krüger696fb8f2019-01-21 15:32:432310]
2311
2312[[package]]
Alex Crichtond8251152018-07-02 16:33:162313name = "new_debug_unreachable"
Mark Rousskov342d9562020-08-17 15:21:442314version = "1.0.4"
Alex Crichtond8251152018-07-02 16:33:162315source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442316checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
Nick Cameron4b6f5c22018-02-26 03:15:452317
2318[[package]]
Oliver Schneider0ad54532018-07-14 22:01:242319name = "num-integer"
Mark Rousskov342d9562020-08-17 15:21:442320version = "0.1.43"
Alex Crichton994bfd42018-02-26 17:07:162321source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442322checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
Alex Crichton994bfd42018-02-26 17:07:162323dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442324 "autocfg",
Alex Crichton093ede22019-08-15 00:45:092325 "num-traits",
Alex Crichton994bfd42018-02-26 17:07:162326]
2327
2328[[package]]
2329name = "num-traits"
Mark Rousskov342d9562020-08-17 15:21:442330version = "0.2.12"
Steve Klabnik2795de32017-02-20 00:20:572331source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442332checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
2333dependencies = [
2334 "autocfg",
2335]
Steve Klabnik2795de32017-02-20 00:20:572336
2337[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292338name = "num_cpus"
Mark Rousskov342d9562020-08-17 15:21:442339version = "1.13.0"
Ahmed Charles9ca382f2016-09-02 08:55:292340source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442341checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
Ahmed Charles9ca382f2016-09-02 08:55:292342dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442343 "hermit-abi",
Alex Crichton093ede22019-08-15 00:45:092344 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292345]
2346
2347[[package]]
Alex Crichton06d565c2020-05-13 21:22:372348name = "object"
Alex Crichtonf99410b2020-11-20 17:12:142349version = "0.22.0"
Alex Crichton06d565c2020-05-13 21:22:372350source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonf99410b2020-11-20 17:12:142351checksum = "8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397"
Alex Crichton06d565c2020-05-13 21:22:372352dependencies = [
2353 "compiler_builtins",
2354 "rustc-std-workspace-alloc",
2355 "rustc-std-workspace-core",
2356]
2357
2358[[package]]
Mark Rousskov2fc32b92019-09-10 01:01:412359name = "once_cell"
Mark Rousskov342d9562020-08-17 15:21:442360version = "1.4.1"
Mark Rousskov2fc32b92019-09-10 01:01:412361source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442362checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad"
Mark Rousskov2fc32b92019-09-10 01:01:412363
2364[[package]]
Arlo Siemsenf86b0782020-03-31 05:17:152365name = "opaque-debug"
2366version = "0.2.3"
2367source = "registry+https://github.com/rust-lang/crates.io-index"
2368checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
2369
2370[[package]]
Pietro Albiniacd8e592020-10-01 15:15:122371name = "opaque-debug"
2372version = "0.3.0"
2373source = "registry+https://github.com/rust-lang/crates.io-index"
2374checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2375
2376[[package]]
Steve Klabnik2795de32017-02-20 00:20:572377name = "open"
Mark Rousskov342d9562020-08-17 15:21:442378version = "1.4.0"
Steve Klabnik2795de32017-02-20 00:20:572379source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442380checksum = "7c283bf0114efea9e42f1a60edea9859e8c47528eae09d01df4b29c1e489cc48"
2381dependencies = [
2382 "winapi 0.3.9",
2383]
Steve Klabnik2795de32017-02-20 00:20:572384
2385[[package]]
Alex Crichton2863b752018-08-21 17:23:472386name = "opener"
Mark Rousskov342d9562020-08-17 15:21:442387version = "0.4.1"
Alex Crichton2863b752018-08-21 17:23:472388source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442389checksum = "13117407ca9d0caf3a0e74f97b490a7e64c0ae3aa90a8b7085544d0c37b6f3ae"
Alex Crichton2863b752018-08-21 17:23:472390dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442391 "winapi 0.3.9",
Alex Crichton2863b752018-08-21 17:23:472392]
2393
2394[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582395name = "openssl"
Mark Rousskov342d9562020-08-17 15:21:442396version = "0.10.30"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582397source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442398checksum = "8d575eff3665419f9b83678ff2815858ad9d11567e082f5ac1814baba4e2bcb4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582399dependencies = [
Alex Crichton093ede22019-08-15 00:45:092400 "bitflags",
Aaron Hill44fdfd62020-10-11 17:51:072401 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:092402 "foreign-types",
Yuki Okushi1f0a39502020-05-26 04:00:422403 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:092404 "libc",
2405 "openssl-sys",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582406]
2407
2408[[package]]
2409name = "openssl-probe"
Alex Crichton325d7392017-12-10 17:42:492410version = "0.1.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582411source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092412checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582413
2414[[package]]
Eric Huss97308712018-08-14 21:27:262415name = "openssl-src"
Jake Gouldingd909d69d2020-10-12 17:56:072416version = "111.12.0+1.1.1h"
Eric Huss97308712018-08-14 21:27:262417source = "registry+https://github.com/rust-lang/crates.io-index"
Jake Gouldingd909d69d2020-10-12 17:56:072418checksum = "858a4132194f8570a7ee9eb8629e85b23cbc4565f2d4a162e87556e5956abf61"
Eric Huss97308712018-08-14 21:27:262419dependencies = [
Alex Crichton093ede22019-08-15 00:45:092420 "cc",
Eric Huss97308712018-08-14 21:27:262421]
2422
2423[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582424name = "openssl-sys"
Mark Rousskov342d9562020-08-17 15:21:442425version = "0.9.58"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582426source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442427checksum = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582428dependencies = [
Amanieu d'Antrasd51b7b22020-03-16 18:37:152429 "autocfg",
Alex Crichton093ede22019-08-15 00:45:092430 "cc",
2431 "libc",
2432 "openssl-src",
2433 "pkg-config",
Alex Crichton093ede22019-08-15 00:45:092434 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582435]
2436
2437[[package]]
Nick Cameron77177052018-07-06 00:34:002438name = "ordslice"
2439version = "0.3.0"
2440source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092441checksum = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
Nick Cameron77177052018-07-06 00:34:002442
2443[[package]]
Mateusz Mikułaf5e702d2020-03-26 13:10:352444name = "output_vt100"
2445version = "0.1.2"
2446source = "registry+https://github.com/rust-lang/crates.io-index"
2447checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
2448dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442449 "winapi 0.3.9",
Mateusz Mikułaf5e702d2020-03-26 13:10:352450]
2451
2452[[package]]
Nick Cameron7a7445b2018-12-01 10:36:322453name = "packed_simd"
Mark Rousskov342d9562020-08-17 15:21:442454version = "0.3.3"
Nick Cameron7a7445b2018-12-01 10:36:322455source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442456checksum = "a85ea9fc0d4ac0deb6fe7911d38786b32fc11119afd9e9d38b84ff691ce64220"
Nick Cameron7a7445b2018-12-01 10:36:322457dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:072458 "cfg-if 0.1.10",
Nick Cameron7a7445b2018-12-01 10:36:322459]
2460
2461[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292462name = "panic_abort"
2463version = "0.0.0"
2464dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:072465 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:092466 "compiler_builtins",
2467 "core",
2468 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292469]
2470
2471[[package]]
2472name = "panic_unwind"
2473version = "0.0.0"
2474dependencies = [
Alex Crichton093ede22019-08-15 00:45:092475 "alloc",
Aaron Hill44fdfd62020-10-11 17:51:072476 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:092477 "compiler_builtins",
2478 "core",
2479 "libc",
2480 "unwind",
Ahmed Charles9ca382f2016-09-02 08:55:292481]
2482
2483[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112484name = "parity-tokio-ipc"
Caleb Cartwright63913182021-02-10 01:52:542485version = "0.8.0"
Igor Matuszewskic2249a42019-09-08 08:28:112486source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:542487checksum = "fd7f6c69d7687501b2205fe51ade1d7b8797bb3aa141fe5bf13dd78c0483bc89"
Igor Matuszewskic2249a42019-09-08 08:28:112488dependencies = [
Caleb Cartwright63913182021-02-10 01:52:542489 "futures 0.3.12",
2490 "libc",
Igor Matuszewskic2249a42019-09-08 08:28:112491 "log",
2492 "mio-named-pipes",
Linus Färnstrandf9220c32020-11-27 23:56:122493 "miow 0.3.6",
Aaron Hill70ba4912020-08-01 14:11:152494 "rand",
Igor Matuszewskic2249a42019-09-08 08:28:112495 "tokio",
Mark Rousskov342d9562020-08-17 15:21:442496 "winapi 0.3.9",
Igor Matuszewskic2249a42019-09-08 08:28:112497]
2498
2499[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:012500name = "parking_lot"
Mark Rousskov342d9562020-08-17 15:21:442501version = "0.11.0"
2502source = "registry+https://github.com/rust-lang/crates.io-index"
2503checksum = "a4893845fa2ca272e647da5d0e46660a314ead9c2fdd9a883aabc32e481a8733"
2504dependencies = [
2505 "instant",
Caleb Cartwright63913182021-02-10 01:52:542506 "lock_api",
2507 "parking_lot_core",
Mark Rousskov342d9562020-08-17 15:21:442508]
2509
2510[[package]]
2511name = "parking_lot_core"
2512version = "0.8.0"
2513source = "registry+https://github.com/rust-lang/crates.io-index"
2514checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b"
2515dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:072516 "cfg-if 0.1.10",
Caleb Cartwright63913182021-02-10 01:52:542517 "cloudabi",
Mark Rousskov342d9562020-08-17 15:21:442518 "instant",
2519 "libc",
flip19950046d7c2021-02-25 10:26:232520 "redox_syscall 0.1.57",
klensy93c8ebe2021-02-14 14:37:302521 "smallvec 1.6.1",
Mark Rousskov342d9562020-08-17 15:21:442522 "winapi 0.3.9",
Igor Matuszewski8fc4bba2020-02-12 14:47:312523]
2524
2525[[package]]
Federico Ponzi4b6a0272020-07-17 22:01:272526name = "pathdiff"
2527version = "0.2.0"
2528source = "registry+https://github.com/rust-lang/crates.io-index"
2529checksum = "877630b3de15c0b64cc52f659345724fbf6bdad9bd9566699fc53688f3c34a34"
2530
2531[[package]]
Alex Crichton1cede102017-06-15 02:33:062532name = "percent-encoding"
Oliver Schneideracdf83f2017-12-06 08:25:292533version = "1.0.1"
Alex Crichton1cede102017-06-15 02:33:062534source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092535checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
Alex Crichton1cede102017-06-15 02:33:062536
2537[[package]]
Eric Hussf2428a62019-08-01 00:44:392538name = "percent-encoding"
Eric Huss139477d2019-11-12 18:14:482539version = "2.1.0"
Eric Hussf2428a62019-08-01 00:44:392540source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss139477d2019-11-12 18:14:482541checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
Eric Hussf2428a62019-08-01 00:44:392542
2543[[package]]
Steve Klabnika0769612017-02-07 23:13:572544name = "pest"
Mark Rousskov342d9562020-08-17 15:21:442545version = "2.1.3"
James Munnsde763692019-01-19 02:39:372546source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442547checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
James Munnsde763692019-01-19 02:39:372548dependencies = [
Alex Crichton093ede22019-08-15 00:45:092549 "ucd-trie",
James Munnsde763692019-01-19 02:39:372550]
2551
2552[[package]]
Alex Crichtone9d89832018-04-02 15:43:552553name = "pest_derive"
James Munnsde763692019-01-19 02:39:372554version = "2.1.0"
2555source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092556checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
James Munnsde763692019-01-19 02:39:372557dependencies = [
Alex Crichton093ede22019-08-15 00:45:092558 "pest",
2559 "pest_generator",
James Munnsde763692019-01-19 02:39:372560]
2561
2562[[package]]
2563name = "pest_generator"
Igor Matuszewski8c6e5682020-05-05 11:26:292564version = "2.1.3"
James Munnsde763692019-01-19 02:39:372565source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski8c6e5682020-05-05 11:26:292566checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
James Munnsde763692019-01-19 02:39:372567dependencies = [
Alex Crichton093ede22019-08-15 00:45:092568 "pest",
2569 "pest_meta",
Aaron Hill70ba4912020-08-01 14:11:152570 "proc-macro2",
2571 "quote",
2572 "syn",
James Munnsde763692019-01-19 02:39:372573]
2574
2575[[package]]
2576name = "pest_meta"
Arlo Siemsenf86b0782020-03-31 05:17:152577version = "2.1.3"
James Munnsde763692019-01-19 02:39:372578source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:152579checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
James Munnsde763692019-01-19 02:39:372580dependencies = [
Alex Crichton093ede22019-08-15 00:45:092581 "maplit",
2582 "pest",
Arlo Siemsen3296d5c2020-10-13 15:41:062583 "sha-1 0.8.2",
James Munnsde763692019-01-19 02:39:372584]
2585
2586[[package]]
Jack Hueya24df5b2020-03-03 16:25:032587name = "petgraph"
Jack Huey6aa2e9d2020-05-27 00:19:192588version = "0.5.1"
Jack Hueya24df5b2020-03-03 16:25:032589source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:192590checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
Jack Hueya24df5b2020-03-03 16:25:032591dependencies = [
2592 "fixedbitset",
Jack Huey6aa2e9d2020-05-27 00:19:192593 "indexmap",
Jack Hueya24df5b2020-03-03 16:25:032594]
2595
2596[[package]]
steveklabnikecfbaca2018-04-03 14:32:042597name = "phf"
Aaron Hill70ba4912020-08-01 14:11:152598version = "0.8.0"
steveklabnikecfbaca2018-04-03 14:32:042599source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:152600checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
steveklabnikecfbaca2018-04-03 14:32:042601dependencies = [
Alex Crichton093ede22019-08-15 00:45:092602 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042603]
2604
2605[[package]]
2606name = "phf_codegen"
Aaron Hill70ba4912020-08-01 14:11:152607version = "0.8.0"
steveklabnikecfbaca2018-04-03 14:32:042608source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:152609checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
steveklabnikecfbaca2018-04-03 14:32:042610dependencies = [
Alex Crichton093ede22019-08-15 00:45:092611 "phf_generator",
2612 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042613]
2614
2615[[package]]
2616name = "phf_generator"
Aaron Hill70ba4912020-08-01 14:11:152617version = "0.8.0"
steveklabnikecfbaca2018-04-03 14:32:042618source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:152619checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
steveklabnikecfbaca2018-04-03 14:32:042620dependencies = [
Alex Crichton093ede22019-08-15 00:45:092621 "phf_shared",
Aaron Hill70ba4912020-08-01 14:11:152622 "rand",
steveklabnikecfbaca2018-04-03 14:32:042623]
2624
2625[[package]]
2626name = "phf_shared"
Aaron Hill70ba4912020-08-01 14:11:152627version = "0.8.0"
steveklabnikecfbaca2018-04-03 14:32:042628source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:152629checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
steveklabnikecfbaca2018-04-03 14:32:042630dependencies = [
Alex Crichton093ede22019-08-15 00:45:092631 "siphasher",
steveklabnikecfbaca2018-04-03 14:32:042632]
2633
2634[[package]]
Caleb Cartwright63913182021-02-10 01:52:542635name = "pin-project-lite"
2636version = "0.1.11"
2637source = "registry+https://github.com/rust-lang/crates.io-index"
2638checksum = "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b"
2639
2640[[package]]
2641name = "pin-project-lite"
2642version = "0.2.4"
2643source = "registry+https://github.com/rust-lang/crates.io-index"
2644checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"
2645
2646[[package]]
2647name = "pin-utils"
2648version = "0.1.0"
2649source = "registry+https://github.com/rust-lang/crates.io-index"
2650checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2651
2652[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582653name = "pkg-config"
Mark Rousskov342d9562020-08-17 15:21:442654version = "0.3.18"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582655source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442656checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582657
2658[[package]]
Santiago Pastorino8429d112018-05-24 21:52:012659name = "polonius-engine"
Remy Rakicdf1ac672020-03-29 23:11:442660version = "0.12.1"
Santiago Pastorino8429d112018-05-24 21:52:012661source = "registry+https://github.com/rust-lang/crates.io-index"
Remy Rakicdf1ac672020-03-29 23:11:442662checksum = "ef2558a4b464e185b36ee08a2937ebb62ea5464c38856cfb1465c97cb38db52d"
Douglas Campos422fe7c2018-05-29 11:52:512663dependencies = [
Alex Crichton093ede22019-08-15 00:45:092664 "datafrog",
2665 "log",
2666 "rustc-hash",
Douglas Campos422fe7c2018-05-29 11:52:512667]
Santiago Pastorino8429d112018-05-24 21:52:012668
2669[[package]]
gnzlbg52caca02019-08-01 15:02:262670name = "ppv-lite86"
Yuki Okushi9f8628b2020-05-26 04:35:212671version = "0.2.8"
gnzlbg52caca02019-08-01 15:02:262672source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:212673checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
gnzlbg52caca02019-08-01 15:02:262674
2675[[package]]
steveklabnikecfbaca2018-04-03 14:32:042676name = "precomputed-hash"
2677version = "0.1.1"
2678source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092679checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
steveklabnikecfbaca2018-04-03 14:32:042680
2681[[package]]
Mark Simulacrum42fde212018-03-10 14:03:062682name = "pretty_assertions"
Mateusz Mikułaf5e702d2020-03-26 13:10:352683version = "0.6.1"
Mark Simulacrum42fde212018-03-10 14:03:062684source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikułaf5e702d2020-03-26 13:10:352685checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
Mark Simulacrum42fde212018-03-10 14:03:062686dependencies = [
Oliver Schererec7230f2020-07-24 18:42:002687 "ansi_term 0.11.0",
Mateusz Mikułaf5e702d2020-03-26 13:10:352688 "ctor",
Alex Crichton093ede22019-08-15 00:45:092689 "difference",
Mateusz Mikułaf5e702d2020-03-26 13:10:352690 "output_vt100",
Mark Simulacrum42fde212018-03-10 14:03:062691]
2692
2693[[package]]
Eric Huss8c20add2018-12-03 01:33:202694name = "pretty_env_logger"
Matthias Krüger451d4922020-02-10 19:47:382695version = "0.4.0"
Eric Huss8c20add2018-12-03 01:33:202696source = "registry+https://github.com/rust-lang/crates.io-index"
Matthias Krüger451d4922020-02-10 19:47:382697checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
Eric Huss8c20add2018-12-03 01:33:202698dependencies = [
Matthias Krüger451d4922020-02-10 19:47:382699 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:092700 "log",
Eric Huss8c20add2018-12-03 01:33:202701]
2702
2703[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112704name = "proc-macro-crate"
Mark Rousskov342d9562020-08-17 15:21:442705version = "0.1.5"
Igor Matuszewskic2249a42019-09-08 08:28:112706source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442707checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
Igor Matuszewskic2249a42019-09-08 08:28:112708dependencies = [
2709 "toml",
2710]
2711
2712[[package]]
2713name = "proc-macro-error"
Mark Rousskov342d9562020-08-17 15:21:442714version = "1.0.4"
Igor Matuszewskic2249a42019-09-08 08:28:112715source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442716checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
Igor Matuszewskic2249a42019-09-08 08:28:112717dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442718 "proc-macro-error-attr",
Aaron Hill70ba4912020-08-01 14:11:152719 "proc-macro2",
2720 "quote",
2721 "syn",
Mark Rousskov342d9562020-08-17 15:21:442722 "version_check",
2723]
2724
2725[[package]]
2726name = "proc-macro-error-attr"
2727version = "1.0.4"
2728source = "registry+https://github.com/rust-lang/crates.io-index"
2729checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2730dependencies = [
2731 "proc-macro2",
2732 "quote",
2733 "version_check",
Alex Crichtone9d89832018-04-02 15:43:552734]
2735
2736[[package]]
Caleb Cartwright63913182021-02-10 01:52:542737name = "proc-macro-hack"
2738version = "0.5.19"
2739source = "registry+https://github.com/rust-lang/crates.io-index"
2740checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2741
2742[[package]]
2743name = "proc-macro-nested"
2744version = "0.1.7"
2745source = "registry+https://github.com/rust-lang/crates.io-index"
2746checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
2747
2748[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112749name = "proc-macro2"
Mark Rousskov342d9562020-08-17 15:21:442750version = "1.0.19"
Igor Matuszewskic2249a42019-09-08 08:28:112751source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442752checksum = "04f5f085b5d71e2188cb8271e5da0161ad52c3f227a661a3c135fdf28e258b12"
Igor Matuszewskic2249a42019-09-08 08:28:112753dependencies = [
Aaron Hill70ba4912020-08-01 14:11:152754 "unicode-xid",
Igor Matuszewskic2249a42019-09-08 08:28:112755]
2756
2757[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292758name = "proc_macro"
2759version = "0.0.0"
Alex Crichtonb47c9692019-08-16 15:29:082760dependencies = [
2761 "std",
2762]
Ahmed Charles9ca382f2016-09-02 08:55:292763
2764[[package]]
whitequark42754ce2017-02-13 09:57:502765name = "profiler_builtins"
2766version = "0.0.0"
2767dependencies = [
Alex Crichton093ede22019-08-15 00:45:092768 "cc",
2769 "compiler_builtins",
2770 "core",
Marco Castelluccioecba8d62017-06-04 14:54:392771]
2772
2773[[package]]
Oliver Scherer26edcee2018-11-02 15:14:242774name = "psm"
Mark Rousskov342d9562020-08-17 15:21:442775version = "0.1.11"
Oliver Scherer26edcee2018-11-02 15:14:242776source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442777checksum = "96e0536f6528466dbbbbe6b986c34175a8d0ff25b794c4bacda22e068cd2f2c5"
Oliver Scherer26edcee2018-11-02 15:14:242778dependencies = [
2779 "cc",
2780]
2781
2782[[package]]
Steve Klabnika0769612017-02-07 23:13:572783name = "pulldown-cmark"
Mark Rousskov342d9562020-08-17 15:21:442784version = "0.7.2"
Guillaume Gomezd8589de2020-02-13 17:39:402785source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442786checksum = "ca36dea94d187597e104a5c8e4b07576a8a45aa5db48a65e12940d3eb7461f55"
Guillaume Gomezd8589de2020-02-13 17:39:402787dependencies = [
2788 "bitflags",
Eric Huss6bcbc422020-06-23 22:23:462789 "getopts",
Guillaume Gomezd8589de2020-02-13 17:39:402790 "memchr",
2791 "unicase",
2792]
2793
2794[[package]]
Joshua Nelsone4c28bf2020-09-14 00:15:012795name = "pulldown-cmark"
2796version = "0.8.0"
2797source = "registry+https://github.com/rust-lang/crates.io-index"
2798checksum = "ffade02495f22453cd593159ea2f59827aae7f53fa8323f756799b670881dcf8"
2799dependencies = [
2800 "bitflags",
2801 "memchr",
2802 "unicase",
2803]
2804
2805[[package]]
Eduard-Mihai Burtescu20929632019-01-29 05:24:322806name = "punycode"
Mark Rousskov342d9562020-08-17 15:21:442807version = "0.4.1"
Eduard-Mihai Burtescu20929632019-01-29 05:24:322808source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442809checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
Eduard-Mihai Burtescu20929632019-01-29 05:24:322810
2811[[package]]
Steve Klabnika0769612017-02-07 23:13:572812name = "quick-error"
Igor Matuszewskie26f35d2020-05-05 12:05:062813version = "1.2.3"
Steve Klabnika0769612017-02-07 23:13:572814source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskie26f35d2020-05-05 12:05:062815checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
Steve Klabnika0769612017-02-07 23:13:572816
2817[[package]]
Mark Rousskov342d9562020-08-17 15:21:442818name = "quick-error"
2819version = "2.0.0"
2820source = "registry+https://github.com/rust-lang/crates.io-index"
2821checksum = "3ac73b1112776fc109b2e61909bc46c7e1bf0d7f690ffb1676553acce16d5cda"
2822
2823[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292824name = "quine-mc_cluskey"
2825version = "0.2.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582826source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092827checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582828
2829[[package]]
2830name = "quote"
Mark Rousskov342d9562020-08-17 15:21:442831version = "1.0.7"
Igor Matuszewskic2249a42019-09-08 08:28:112832source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442833checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
Igor Matuszewskic2249a42019-09-08 08:28:112834dependencies = [
Aaron Hill70ba4912020-08-01 14:11:152835 "proc-macro2",
Alex Crichtone9d89832018-04-02 15:43:552836]
2837
2838[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582839name = "racer"
Caleb Cartwright63913182021-02-10 01:52:542840version = "2.1.44"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582841source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:542842checksum = "7972a124e2b24dce35eb19f81eced829faec0e8227a7d744bbb1089934d05399"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582843dependencies = [
Alex Crichton093ede22019-08-15 00:45:092844 "bitflags",
2845 "clap",
2846 "derive_more",
Igor Matuszewski8fc4bba2020-02-12 14:47:312847 "env_logger 0.7.1",
Mark Rousskov342d9562020-08-17 15:21:442848 "humantime 2.0.1",
Yuki Okushi1f0a39502020-05-26 04:00:422849 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:092850 "log",
2851 "rls-span",
Igor Matuszewskib2561c92020-03-31 12:31:522852 "rustc-ap-rustc_ast",
Igor Matuszewski8fc4bba2020-02-12 14:47:312853 "rustc-ap-rustc_ast_pretty",
2854 "rustc-ap-rustc_data_structures",
2855 "rustc-ap-rustc_errors",
2856 "rustc-ap-rustc_parse",
2857 "rustc-ap-rustc_session",
2858 "rustc-ap-rustc_span",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582859]
2860
2861[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292862name = "rand"
Alex Crichtonaabf4e92020-01-08 15:33:572863version = "0.7.3"
gnzlbg52caca02019-08-01 15:02:262864source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:572865checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
gnzlbg52caca02019-08-01 15:02:262866dependencies = [
Ralf Jung0e908752020-09-17 18:04:202867 "getrandom 0.1.14",
Alex Crichton093ede22019-08-15 00:45:092868 "libc",
Aaron Hill70ba4912020-08-01 14:11:152869 "rand_chacha",
Mark Rousskov342d9562020-08-17 15:21:442870 "rand_core",
Aaron Hill70ba4912020-08-01 14:11:152871 "rand_hc",
2872 "rand_pcg",
Alex Crichtonb4110902018-12-08 11:06:542873]
2874
2875[[package]]
gnzlbg52caca02019-08-01 15:02:262876name = "rand_chacha"
Yuki Okushi9f8628b2020-05-26 04:35:212877version = "0.2.2"
gnzlbg52caca02019-08-01 15:02:262878source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:212879checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
gnzlbg52caca02019-08-01 15:02:262880dependencies = [
Yuki Okushi9f8628b2020-05-26 04:35:212881 "ppv-lite86",
Mark Rousskov342d9562020-08-17 15:21:442882 "rand_core",
gnzlbg52caca02019-08-01 15:02:262883]
2884
2885[[package]]
Alex Crichtonb4110902018-12-08 11:06:542886name = "rand_core"
Eric Huss2b985322019-11-25 16:14:072887version = "0.5.1"
gnzlbg52caca02019-08-01 15:02:262888source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss2b985322019-11-25 16:14:072889checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
gnzlbg52caca02019-08-01 15:02:262890dependencies = [
Ralf Jung0e908752020-09-17 18:04:202891 "getrandom 0.1.14",
gnzlbg52caca02019-08-01 15:02:262892]
2893
2894[[package]]
Alex Crichtonb4110902018-12-08 11:06:542895name = "rand_hc"
gnzlbg52caca02019-08-01 15:02:262896version = "0.2.0"
2897source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092898checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
gnzlbg52caca02019-08-01 15:02:262899dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442900 "rand_core",
Laurențiu Nicolab888eb92019-06-10 18:22:312901]
2902
2903[[package]]
Alex Crichtonb4110902018-12-08 11:06:542904name = "rand_pcg"
Aaron Hill70ba4912020-08-01 14:11:152905version = "0.2.1"
Alex Crichtonb4110902018-12-08 11:06:542906source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:152907checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
Alex Crichtonb4110902018-12-08 11:06:542908dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442909 "rand_core",
Alex Crichtonb4110902018-12-08 11:06:542910]
kennytmcab21f12018-07-26 21:58:552911
2912[[package]]
Ralf Jung5b78e982019-04-19 07:37:332913name = "rand_xorshift"
2914version = "0.2.0"
2915source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092916checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
Ralf Jung5b78e982019-04-19 07:37:332917dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442918 "rand_core",
Eric Huss2b985322019-11-25 16:14:072919]
2920
2921[[package]]
2922name = "rand_xoshiro"
2923version = "0.4.0"
2924source = "registry+https://github.com/rust-lang/crates.io-index"
2925checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004"
2926dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442927 "rand_core",
Ralf Jung5b78e982019-04-19 07:37:332928]
2929
2930[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292931name = "rayon"
Mark Rousskov342d9562020-08-17 15:21:442932version = "1.3.1"
Nick Cameron4b6f5c22018-02-26 03:15:452933source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442934checksum = "62f02856753d04e03e26929f820d0a0a337ebe71f849801eea335d464b349080"
Nick Cameron4b6f5c22018-02-26 03:15:452935dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442936 "autocfg",
Mateusz Mikuła2d8d8132019-12-04 17:40:162937 "crossbeam-deque",
Alex Crichton093ede22019-08-15 00:45:092938 "either",
2939 "rayon-core",
Oliver Schneideracdf83f2017-12-06 08:25:292940]
2941
2942[[package]]
2943name = "rayon-core"
Mark Rousskov342d9562020-08-17 15:21:442944version = "1.7.1"
Oliver Schneideracdf83f2017-12-06 08:25:292945source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442946checksum = "e92e15d89083484e11353891f1af602cc661426deb9564c298b270c726973280"
Oliver Schneideracdf83f2017-12-06 08:25:292947dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:162948 "crossbeam-deque",
Mark Rousskov342d9562020-08-17 15:21:442949 "crossbeam-queue 0.2.3",
2950 "crossbeam-utils 0.7.2",
Yuki Okushi1f0a39502020-05-26 04:00:422951 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:092952 "num_cpus",
Laurențiu Nicolab888eb92019-06-10 18:22:312953]
2954
2955[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:352956name = "redox_syscall"
Mark Rousskov342d9562020-08-17 15:21:442957version = "0.1.57"
Nick Cameronc5cad5a2017-09-22 01:58:352958source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442959checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
Nick Cameronc5cad5a2017-09-22 01:58:352960
2961[[package]]
flip19950046d7c2021-02-25 10:26:232962name = "redox_syscall"
2963version = "0.2.5"
2964source = "registry+https://github.com/rust-lang/crates.io-index"
2965checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9"
2966dependencies = [
2967 "bitflags",
2968]
2969
2970[[package]]
flip19954c228cc2019-02-18 09:32:582971name = "redox_users"
Mark Rousskov342d9562020-08-17 15:21:442972version = "0.3.4"
flip19954c228cc2019-02-18 09:32:582973source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442974checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431"
flip19954c228cc2019-02-18 09:32:582975dependencies = [
Ralf Jung0e908752020-09-17 18:04:202976 "getrandom 0.1.14",
flip19950046d7c2021-02-25 10:26:232977 "redox_syscall 0.1.57",
Mark Rousskov342d9562020-08-17 15:21:442978 "rust-argon2",
flip19954c228cc2019-02-18 09:32:582979]
2980
2981[[package]]
flip19950046d7c2021-02-25 10:26:232982name = "redox_users"
2983version = "0.4.0"
2984source = "registry+https://github.com/rust-lang/crates.io-index"
2985checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
2986dependencies = [
2987 "getrandom 0.2.0",
2988 "redox_syscall 0.2.5",
2989]
2990
2991[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582992name = "regex"
Rune Tynan77156562021-01-16 01:34:152993version = "1.4.3"
Oliver Schneider847bb142018-05-11 12:11:062994source = "registry+https://github.com/rust-lang/crates.io-index"
Rune Tynan77156562021-01-16 01:34:152995checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a"
Oliver Schneider847bb142018-05-11 12:11:062996dependencies = [
Alex Crichton093ede22019-08-15 00:45:092997 "aho-corasick",
2998 "memchr",
2999 "regex-syntax",
Yuki Okushib4b76b82020-05-26 04:04:593000 "thread_local",
Oliver Schneider847bb142018-05-11 12:11:063001]
3002
3003[[package]]
Oliver Schererec7230f2020-07-24 18:42:003004name = "regex-automata"
3005version = "0.1.9"
3006source = "registry+https://github.com/rust-lang/crates.io-index"
3007checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
3008dependencies = [
3009 "byteorder",
3010 "regex-syntax",
3011]
3012
3013[[package]]
Steve Klabnika0769612017-02-07 23:13:573014name = "regex-syntax"
Rune Tynan77156562021-01-16 01:34:153015version = "0.6.22"
Oliver Schneider847bb142018-05-11 12:11:063016source = "registry+https://github.com/rust-lang/crates.io-index"
Rune Tynan77156562021-01-16 01:34:153017checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"
Oliver Schneider847bb142018-05-11 12:11:063018
3019[[package]]
Alex Crichton7bc2cbf2017-04-26 15:52:193020name = "remote-test-client"
3021version = "0.1.0"
3022
3023[[package]]
3024name = "remote-test-server"
3025version = "0.1.0"
3026
3027[[package]]
Alex Crichton994bfd42018-02-26 17:07:163028name = "remove_dir_all"
Mark Rousskov342d9562020-08-17 15:21:443029version = "0.5.3"
Alex Crichton994bfd42018-02-26 17:07:163030source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:443031checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
Alex Crichton994bfd42018-02-26 17:07:163032dependencies = [
Mark Rousskov342d9562020-08-17 15:21:443033 "winapi 0.3.9",
Alex Crichton994bfd42018-02-26 17:07:163034]
3035
3036[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583037name = "rls"
Igor Matuszewski5b091302019-12-10 15:01:013038version = "1.41.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583039dependencies = [
Eric Huss6da85d62020-01-14 17:47:043040 "anyhow",
Alex Crichton093ede22019-08-15 00:45:093041 "cargo",
Mark Rousskov342d9562020-08-17 15:21:443042 "cargo_metadata 0.8.2",
Alex Crichton093ede22019-08-15 00:45:093043 "clippy_lints",
Igor Matuszewski8fc4bba2020-02-12 14:47:313044 "crossbeam-channel",
Alex Crichton093ede22019-08-15 00:45:093045 "difference",
Ralf Jung9cd1ede2019-10-31 06:50:543046 "env_logger 0.7.1",
Caleb Cartwright63913182021-02-10 01:52:543047 "futures 0.3.12",
Alex Crichton093ede22019-08-15 00:45:093048 "heck",
Igor Matuszewskic2249a42019-09-08 08:28:113049 "home",
Mark Rousskov342d9562020-08-17 15:21:443050 "itertools 0.8.2",
Alex Crichton093ede22019-08-15 00:45:093051 "jsonrpc-core",
Yuki Okushi1f0a39502020-05-26 04:00:423052 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:093053 "log",
3054 "lsp-codec",
3055 "lsp-types",
3056 "num_cpus",
3057 "ordslice",
3058 "racer",
Aaron Hill70ba4912020-08-01 14:11:153059 "rand",
Alex Crichton093ede22019-08-15 00:45:093060 "rayon",
3061 "regex",
3062 "rls-analysis",
3063 "rls-data",
Igor Matuszewskic2249a42019-09-08 08:28:113064 "rls-ipc",
Alex Crichton093ede22019-08-15 00:45:093065 "rls-rustc",
3066 "rls-span",
3067 "rls-vfs",
Alex Crichton093ede22019-08-15 00:45:093068 "rustc-workspace-hack",
Igor Matuszewski31dc27d2019-06-08 20:15:223069 "rustc_tools_util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton093ede22019-08-15 00:45:093070 "rustfmt-nightly",
3071 "serde",
3072 "serde_derive",
Igor Matuszewskic2249a42019-09-08 08:28:113073 "serde_ignored",
Alex Crichton093ede22019-08-15 00:45:093074 "serde_json",
3075 "tempfile",
3076 "tokio",
Caleb Cartwright63913182021-02-10 01:52:543077 "tokio-util",
Eric Huss7d92cf42019-08-20 17:46:353078 "toml",
Mark Rousskov342d9562020-08-17 15:21:443079 "url 2.1.1",
Alex Crichton093ede22019-08-15 00:45:093080 "walkdir",
Tatsuyuki Ishi0e79b972017-04-29 23:11:583081]
3082
3083[[package]]
3084name = "rls-analysis"
Yuki Okushia6e58ae2020-05-26 04:33:063085version = "0.18.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583086source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushia6e58ae2020-05-26 04:33:063087checksum = "534032993e1b60e5db934eab2dde54da7afd1e46c3465fddb2b29eb47cb1ed3a"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583088dependencies = [
Alex Crichton093ede22019-08-15 00:45:093089 "derive-new",
3090 "fst",
Mark Rousskov342d9562020-08-17 15:21:443091 "itertools 0.8.2",
Alex Crichton093ede22019-08-15 00:45:093092 "json",
3093 "log",
3094 "rls-data",
3095 "rls-span",
3096 "serde",
3097 "serde_json",
Alex Crichton453080f2017-06-05 16:36:483098]
3099
3100[[package]]
Martin Algesten9a6afa82018-02-02 07:29:593101name = "rls-data"
Igor Matuszewskid72ea1b2021-01-15 00:50:593102version = "0.19.1"
Igor Matuszewski3ac464f2021-01-15 01:26:553103source = "registry+https://github.com/rust-lang/crates.io-index"
3104checksum = "a58135eb039f3a3279a33779192f0ee78b56f57ae636e25cec83530e41debb99"
Martin Algesten9a6afa82018-02-02 07:29:593105dependencies = [
Alex Crichton093ede22019-08-15 00:45:093106 "rls-span",
3107 "serde",
Martin Algesten9a6afa82018-02-02 07:29:593108]
3109
3110[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:113111name = "rls-ipc"
3112version = "0.1.0"
3113dependencies = [
3114 "jsonrpc-core",
3115 "jsonrpc-core-client",
3116 "jsonrpc-derive",
3117 "jsonrpc-ipc-server",
3118 "rls-data",
3119 "serde",
3120]
3121
3122[[package]]
Nick Cameron92867d22017-08-30 05:09:363123name = "rls-rustc"
Igor Matuszewski9a6a2692019-03-10 16:03:323124version = "0.6.0"
Igor Matuszewskic2249a42019-09-08 08:28:113125dependencies = [
3126 "clippy_lints",
Ralf Jung9cd1ede2019-10-31 06:50:543127 "env_logger 0.7.1",
Caleb Cartwright63913182021-02-10 01:52:543128 "futures 0.3.12",
Igor Matuszewskic2249a42019-09-08 08:28:113129 "log",
Aaron Hill70ba4912020-08-01 14:11:153130 "rand",
Igor Matuszewskic2249a42019-09-08 08:28:113131 "rls-data",
3132 "rls-ipc",
3133 "serde",
3134 "tokio",
3135]
Nick Cameron92867d22017-08-30 05:09:363136
3137[[package]]
Nick Cameronfee1f642017-03-14 02:16:443138name = "rls-span"
Igor Matuszewskid72ea1b2021-01-15 00:50:593139version = "0.5.3"
Igor Matuszewski3ac464f2021-01-15 01:26:553140source = "registry+https://github.com/rust-lang/crates.io-index"
3141checksum = "f0eea58478fc06e15f71b03236612173a1b81e9770314edecfa664375e3e4c86"
Nick Cameronfee1f642017-03-14 02:16:443142dependencies = [
Alex Crichton093ede22019-08-15 00:45:093143 "serde",
Tatsuyuki Ishi0e79b972017-04-29 23:11:583144]
3145
3146[[package]]
3147name = "rls-vfs"
Igor Matuszewski4fb570d2019-04-21 10:52:073148version = "0.8.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583149source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:093150checksum = "ce4b57b25b4330ed5ec14028fc02141e083ddafda327e7eb598dc0569c8c83c9"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583151dependencies = [
Alex Crichton093ede22019-08-15 00:45:093152 "log",
3153 "rls-span",
Nick Cameronfee1f642017-03-14 02:16:443154]
3155
3156[[package]]
Mark Rousskov342d9562020-08-17 15:21:443157name = "rust-argon2"
3158version = "0.7.0"
3159source = "registry+https://github.com/rust-lang/crates.io-index"
3160checksum = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017"
3161dependencies = [
3162 "base64",
3163 "blake2b_simd",
3164 "constant_time_eq",
3165 "crossbeam-utils 0.7.2",
3166]
3167
3168[[package]]
Rich Kadela6f8b8a2020-07-02 18:27:153169name = "rust-demangler"
Rich Kadelf5aebad2020-09-01 23:15:173170version = "0.0.1"
Rich Kadela6f8b8a2020-07-02 18:27:153171dependencies = [
Rich Kadelf5aebad2020-09-01 23:15:173172 "regex",
Rich Kadela6f8b8a2020-07-02 18:27:153173 "rustc-demangle",
3174]
3175
3176[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293177name = "rustbook"
Steve Klabnika0769612017-02-07 23:13:573178version = "0.1.0"
3179dependencies = [
Alex Crichton093ede22019-08-15 00:45:093180 "clap",
Eric Huss5b9e9d02020-11-15 01:37:023181 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:093182 "mdbook",
Steve Klabnika0769612017-02-07 23:13:573183]
Ahmed Charles9ca382f2016-09-02 08:55:293184
3185[[package]]
Igor Matuszewskif4b2a202020-06-15 09:43:393186name = "rustc-ap-rustc_arena"
Caleb Cartwright63913182021-02-10 01:52:543187version = "705.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273188source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:543189checksum = "93575affa286089b92c8208aea4e60fe9fdd251a619a09b566d6e4e2cc123212"
Igor Matuszewskid2d192e2019-07-30 11:00:273190dependencies = [
klensy93c8ebe2021-02-14 14:37:303191 "smallvec 1.6.1",
Igor Matuszewskid2d192e2019-07-30 11:00:273192]
3193
3194[[package]]
Igor Matuszewskib2561c92020-03-31 12:31:523195name = "rustc-ap-rustc_ast"
Caleb Cartwright63913182021-02-10 01:52:543196version = "705.0.0"
Igor Matuszewski8fc4bba2020-02-12 14:47:313197source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:543198checksum = "4c700f2d3b25aa8d6446dd2936048737b08b2d547bd86e2a70afa9fee4e9c522"
Igor Matuszewski8fc4bba2020-02-12 14:47:313199dependencies = [
Igor Matuszewskif4b2a202020-06-15 09:43:393200 "bitflags",
Igor Matuszewski8fc4bba2020-02-12 14:47:313201 "rustc-ap-rustc_data_structures",
Igor Matuszewskib2561c92020-03-31 12:31:523202 "rustc-ap-rustc_index",
3203 "rustc-ap-rustc_lexer",
3204 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393205 "rustc-ap-rustc_serialize",
Igor Matuszewski8fc4bba2020-02-12 14:47:313206 "rustc-ap-rustc_span",
klensy93c8ebe2021-02-14 14:37:303207 "smallvec 1.6.1",
Caleb Cartwright1ceb8242020-09-05 19:03:273208 "tracing",
Igor Matuszewskib2561c92020-03-31 12:31:523209]
3210
3211[[package]]
3212name = "rustc-ap-rustc_ast_passes"
Caleb Cartwright63913182021-02-10 01:52:543213version = "705.0.0"
Igor Matuszewskib2561c92020-03-31 12:31:523214source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:543215checksum = "8e01f63e5259ee397bbe2e395d34a2e6b6b24f10c184d30fbbee1dcd7117f4f3"
Igor Matuszewskib2561c92020-03-31 12:31:523216dependencies = [
Igor Matuszewski1b9c45b2020-10-05 19:40:203217 "itertools 0.9.0",
Igor Matuszewskib2561c92020-03-31 12:31:523218 "rustc-ap-rustc_ast",
3219 "rustc-ap-rustc_ast_pretty",
3220 "rustc-ap-rustc_attr",
3221 "rustc-ap-rustc_data_structures",
3222 "rustc-ap-rustc_errors",
3223 "rustc-ap-rustc_feature",
3224 "rustc-ap-rustc_parse",
3225 "rustc-ap-rustc_session",
3226 "rustc-ap-rustc_span",
Caleb Cartwright1ceb8242020-09-05 19:03:273227 "tracing",
Igor Matuszewskib2561c92020-03-31 12:31:523228]
3229
3230[[package]]
3231name = "rustc-ap-rustc_ast_pretty"
Caleb Cartwright63913182021-02-10 01:52:543232version = "705.0.0"
Igor Matuszewskib2561c92020-03-31 12:31:523233source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:543234checksum = "99d644c69c55deb24257cb0cb5261265fe5134f6f545e9062e1c18b07e422c68"
Igor Matuszewskib2561c92020-03-31 12:31:523235dependencies = [
Igor Matuszewskib2561c92020-03-31 12:31:523236 "rustc-ap-rustc_ast",
Igor Matuszewskib2561c92020-03-31 12:31:523237 "rustc-ap-rustc_span",
Caleb Cartwright1ceb8242020-09-05 19:03:273238 "tracing",
Igor Matuszewski8fc4bba2020-02-12 14:47:313239]
3240
3241[[package]]
3242name = "rustc-ap-rustc_attr"
Caleb Cartwright63913182021-02-10 01:52:543243version = "705.0.0"
Igor Matuszewski8fc4bba2020-02-12 14:47:313244source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:543245checksum = "797fc68816d5396870f04e03d35164f5275d2502403239d4caec7ce063683f41"
Igor Matuszewski8fc4bba2020-02-12 14:47:313246dependencies = [
Igor Matuszewskib2561c92020-03-31 12:31:523247 "rustc-ap-rustc_ast",
Igor Matuszewski8fc4bba2020-02-12 14:47:313248 "rustc-ap-rustc_ast_pretty",
3249 "rustc-ap-rustc_data_structures",
3250 "rustc-ap-rustc_errors",
3251 "rustc-ap-rustc_feature",
Caleb Cartwright1ceb8242020-09-05 19:03:273252 "rustc-ap-rustc_lexer",
Igor Matuszewski8fc4bba2020-02-12 14:47:313253 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393254 "rustc-ap-rustc_serialize",
Igor Matuszewski8fc4bba2020-02-12 14:47:313255 "rustc-ap-rustc_session",
3256 "rustc-ap-rustc_span",
Igor Matuszewski8fc4bba2020-02-12 14:47:313257]
Igor Matuszewskid2d192e2019-07-30 11:00:273258
3259[[package]]
Igor Matuszewskid2d192e2019-07-30 11:00:273260name = "rustc-ap-rustc_data_structures"
Caleb Cartwright63913182021-02-10 01:52:543261version = "705.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273262source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:543263checksum = "5d840c4e6198b57982a54543ae604d634c7ceb7107f0c75970b88ebaff077ac5"
Igor Matuszewskid2d192e2019-07-30 11:00:273264dependencies = [
Alessandro Ghedinibff2e462020-11-05 15:58:233265 "arrayvec",
Igor Matuszewski8fc4bba2020-02-12 14:47:313266 "bitflags",
Aaron Hill44fdfd62020-10-11 17:51:073267 "cfg-if 0.1.10",
Igor Matuszewskib2561c92020-03-31 12:31:523268 "crossbeam-utils 0.7.2",
Jack Hueya42e5a12020-05-27 05:05:093269 "ena",
Alex Crichton093ede22019-08-15 00:45:093270 "indexmap",
3271 "jobserver",
topecongiro84c45142020-04-15 02:07:333272 "libc",
Alessandro Ghedinibff2e462020-11-05 15:58:233273 "measureme",
Caleb Cartwright63913182021-02-10 01:52:543274 "parking_lot",
Igor Matuszewskif4b2a202020-06-15 09:43:393275 "rustc-ap-rustc_graphviz",
Igor Matuszewskiae79ea32019-10-11 14:28:023276 "rustc-ap-rustc_index",
Caleb Cartwright1ceb8242020-09-05 19:03:273277 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393278 "rustc-ap-rustc_serialize",
Alex Crichton093ede22019-08-15 00:45:093279 "rustc-hash",
Igor Matuszewski5b091302019-12-10 15:01:013280 "rustc-rayon",
3281 "rustc-rayon-core",
klensy93c8ebe2021-02-14 14:37:303282 "smallvec 1.6.1",
Alex Crichton093ede22019-08-15 00:45:093283 "stable_deref_trait",
Igor Matuszewski84eae772020-05-21 13:39:523284 "stacker",
Caleb Cartwright1ceb8242020-09-05 19:03:273285 "tempfile",
3286 "tracing",
Mark Rousskov342d9562020-08-17 15:21:443287 "winapi 0.3.9",
Igor Matuszewskid2d192e2019-07-30 11:00:273288]
3289
3290[[package]]
topecongiro5ae8fa92018-01-18 14:40:373291name = "rustc-ap-rustc_errors"
Caleb Cartwright63913182021-02-10 01:52:543292version = "705.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273293source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:543294checksum = "2f2f99bdc828ad417636d9016611dc9047b641fadcb7f533b8b0e9616d81f90b"
Igor Matuszewskid2d192e2019-07-30 11:00:273295dependencies = [
Igor Matuszewskif4b2a202020-06-15 09:43:393296 "annotate-snippets 0.8.0",
Alex Crichton093ede22019-08-15 00:45:093297 "atty",
Alex Crichton093ede22019-08-15 00:45:093298 "rustc-ap-rustc_data_structures",
Igor Matuszewskibd37d7d2020-12-05 15:40:243299 "rustc-ap-rustc_lint_defs",
Caleb Cartwright1ceb8242020-09-05 19:03:273300 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393301 "rustc-ap-rustc_serialize",
Igor Matuszewski8fc4bba2020-02-12 14:47:313302 "rustc-ap-rustc_span",
Alex Crichton093ede22019-08-15 00:45:093303 "termcolor",
Igor Matuszewski8fc4bba2020-02-12 14:47:313304 "termize",
Caleb Cartwright1ceb8242020-09-05 19:03:273305 "tracing",
Alex Crichton093ede22019-08-15 00:45:093306 "unicode-width",
Mark Rousskov342d9562020-08-17 15:21:443307 "winapi 0.3.9",
Igor Matuszewskid2d192e2019-07-30 11:00:273308]
3309
3310[[package]]
Igor Matuszewskib2561c92020-03-31 12:31:523311name = "rustc-ap-rustc_expand"
Caleb Cartwright63913182021-02-10 01:52:543312version = "705.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273313source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:543314checksum = "27008b4c7ded287bf5cb20b84d6d5a6566329140f2e2bc8f6e68b37a34898595"
Igor Matuszewskib2561c92020-03-31 12:31:523315dependencies = [
Igor Matuszewskib2561c92020-03-31 12:31:523316 "rustc-ap-rustc_ast",
3317 "rustc-ap-rustc_ast_passes",
3318 "rustc-ap-rustc_ast_pretty",
3319 "rustc-ap-rustc_attr",
3320 "rustc-ap-rustc_data_structures",
3321 "rustc-ap-rustc_errors",
3322 "rustc-ap-rustc_feature",
3323 "rustc-ap-rustc_lexer",
Caleb Cartwright63913182021-02-10 01:52:543324 "rustc-ap-rustc_lint_defs",
Caleb Cartwright1ceb8242020-09-05 19:03:273325 "rustc-ap-rustc_macros",
Igor Matuszewskib2561c92020-03-31 12:31:523326 "rustc-ap-rustc_parse",
Igor Matuszewskif4b2a202020-06-15 09:43:393327 "rustc-ap-rustc_serialize",
Igor Matuszewskib2561c92020-03-31 12:31:523328 "rustc-ap-rustc_session",
3329 "rustc-ap-rustc_span",
klensy93c8ebe2021-02-14 14:37:303330 "smallvec 1.6.1",
Caleb Cartwright1ceb8242020-09-05 19:03:273331 "tracing",
Igor Matuszewskib2561c92020-03-31 12:31:523332]
3333
3334[[package]]
3335name = "rustc-ap-rustc_feature"
Caleb Cartwright63913182021-02-10 01:52:543336version = "705.0.0"
Igor Matuszewskib2561c92020-03-31 12:31:523337source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:543338checksum = "6bb47b53670f1263ed1389dda932d5b5a6daf98579c1f076c2ee7d7f22709b7c"
Igor Matuszewski8fc4bba2020-02-12 14:47:313339dependencies = [
Igor Matuszewski8fc4bba2020-02-12 14:47:313340 "rustc-ap-rustc_data_structures",
3341 "rustc-ap-rustc_span",
3342]
3343
3344[[package]]
3345name = "rustc-ap-rustc_fs_util"
Caleb Cartwright63913182021-02-10 01:52:543346version = "705.0.0"
Igor Matuszewski8fc4bba2020-02-12 14:47:313347source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:543348checksum = "cdaddc4bae5ffab17037553e172f5014686db600050429aaa60aec14fe780e84"
Igor Matuszewskif4b2a202020-06-15 09:43:393349
3350[[package]]
3351name = "rustc-ap-rustc_graphviz"
Caleb Cartwright63913182021-02-10 01:52:543352version = "705.0.0"
Igor Matuszewskif4b2a202020-06-15 09:43:393353source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:543354checksum = "3d73c72543311e88786f7380a3bfd946395579c1a0c0441a879a97fcdea79130"
Igor Matuszewski8fc4bba2020-02-12 14:47:313355
3356[[package]]
3357name = "rustc-ap-rustc_index"
Caleb Cartwright63913182021-02-10 01:52:543358version = "705.0.0"
Igor Matuszewski8fc4bba2020-02-12 14:47:313359source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:543360checksum = "bba8d74ed4bad44a5b4264cf2a51ad0bd458ed56caa5bb090e989b8002ec6327"
Igor Matuszewskiae79ea32019-10-11 14:28:023361dependencies = [
Mark Rousskov342d9562020-08-17 15:21:443362 "arrayvec",
Caleb Cartwright1ceb8242020-09-05 19:03:273363 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393364 "rustc-ap-rustc_serialize",
Igor Matuszewskiae79ea32019-10-11 14:28:023365]
3366
3367[[package]]
3368name = "rustc-ap-rustc_lexer"
Caleb Cartwright63913182021-02-10 01:52:543369version = "705.0.0"
Igor Matuszewskiae79ea32019-10-11 14:28:023370source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:543371checksum = "3a030d00510966cd31e13dca5e6c1bd40d303a932c54eca40e854188bca8c49e"
Igor Matuszewskic2249a42019-09-08 08:28:113372dependencies = [
Aaron Hill70ba4912020-08-01 14:11:153373 "unicode-xid",
Igor Matuszewskic2249a42019-09-08 08:28:113374]
Igor Matuszewskid2d192e2019-07-30 11:00:273375
3376[[package]]
Igor Matuszewskibd37d7d2020-12-05 15:40:243377name = "rustc-ap-rustc_lint_defs"
Caleb Cartwright63913182021-02-10 01:52:543378version = "705.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273379source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:543380checksum = "bdff95da1b5d979183ef5c285817ba6cc67a1ac11296ef1e87b1b5bbaf57213c"
Igor Matuszewskibd37d7d2020-12-05 15:40:243381dependencies = [
3382 "rustc-ap-rustc_ast",
3383 "rustc-ap-rustc_data_structures",
3384 "rustc-ap-rustc_macros",
3385 "rustc-ap-rustc_serialize",
3386 "rustc-ap-rustc_span",
Caleb Cartwright63913182021-02-10 01:52:543387 "rustc-ap-rustc_target",
Igor Matuszewskibd37d7d2020-12-05 15:40:243388 "tracing",
3389]
3390
3391[[package]]
3392name = "rustc-ap-rustc_macros"
Caleb Cartwright63913182021-02-10 01:52:543393version = "705.0.0"
Igor Matuszewskibd37d7d2020-12-05 15:40:243394source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:543395checksum = "fe3ed7401bf6f5a256d58cd0e1c1e2e77eec25e60a0d7ad75313962edcb4e396"
Igor Matuszewskid2d192e2019-07-30 11:00:273396dependencies = [
Aaron Hill70ba4912020-08-01 14:11:153397 "proc-macro2",
3398 "quote",
3399 "syn",
Igor Matuszewski403a9d02020-05-05 11:26:163400 "synstructure",
Igor Matuszewskid2d192e2019-07-30 11:00:273401]
3402
3403[[package]]
Igor Matuszewski8fc4bba2020-02-12 14:47:313404name = "rustc-ap-rustc_parse"
Caleb Cartwright63913182021-02-10 01:52:543405version = "705.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273406source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:543407checksum = "609a624baffa3f99847d57d30c96ee6732ce0912f8df4be239b6fd91533910d6"
Igor Matuszewskid2d192e2019-07-30 11:00:273408dependencies = [
Alex Crichton093ede22019-08-15 00:45:093409 "bitflags",
Igor Matuszewskib2561c92020-03-31 12:31:523410 "rustc-ap-rustc_ast",
Igor Matuszewski8fc4bba2020-02-12 14:47:313411 "rustc-ap-rustc_ast_pretty",
Alex Crichton093ede22019-08-15 00:45:093412 "rustc-ap-rustc_data_structures",
3413 "rustc-ap-rustc_errors",
Igor Matuszewski8fc4bba2020-02-12 14:47:313414 "rustc-ap-rustc_feature",
Alex Crichton093ede22019-08-15 00:45:093415 "rustc-ap-rustc_lexer",
Igor Matuszewski8fc4bba2020-02-12 14:47:313416 "rustc-ap-rustc_session",
3417 "rustc-ap-rustc_span",
klensy93c8ebe2021-02-14 14:37:303418 "smallvec 1.6.1",
Caleb Cartwright1ceb8242020-09-05 19:03:273419 "tracing",
Igor Matuszewski8fc4bba2020-02-12 14:47:313420 "unicode-normalization",
Igor Matuszewskid2d192e2019-07-30 11:00:273421]
3422
3423[[package]]
Igor Matuszewskif4b2a202020-06-15 09:43:393424name = "rustc-ap-rustc_serialize"
Caleb Cartwright63913182021-02-10 01:52:543425version = "705.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273426source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:543427checksum = "bc232e2a351d8131c8f1386ce372ee22ef7b1b0b897bbf817a8ce4792029a564"
Igor Matuszewskif4b2a202020-06-15 09:43:393428dependencies = [
3429 "indexmap",
klensy93c8ebe2021-02-14 14:37:303430 "smallvec 1.6.1",
Igor Matuszewskif4b2a202020-06-15 09:43:393431]
3432
3433[[package]]
3434name = "rustc-ap-rustc_session"
Caleb Cartwright63913182021-02-10 01:52:543435version = "705.0.0"
Igor Matuszewskif4b2a202020-06-15 09:43:393436source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:543437checksum = "18acf94c820cd0c64ee1cbd811fd1f4d5ba18987c457c88771359b90cb1a12f5"
Igor Matuszewski8fc4bba2020-02-12 14:47:313438dependencies = [
Tyler Mandrye193cb12020-07-25 21:25:163439 "bitflags",
topecongiro84c45142020-04-15 02:07:333440 "getopts",
Igor Matuszewski8fc4bba2020-02-12 14:47:313441 "num_cpus",
Igor Matuszewskib2561c92020-03-31 12:31:523442 "rustc-ap-rustc_ast",
Igor Matuszewski8fc4bba2020-02-12 14:47:313443 "rustc-ap-rustc_data_structures",
3444 "rustc-ap-rustc_errors",
3445 "rustc-ap-rustc_feature",
3446 "rustc-ap-rustc_fs_util",
Igor Matuszewskibd37d7d2020-12-05 15:40:243447 "rustc-ap-rustc_lint_defs",
Caleb Cartwright1ceb8242020-09-05 19:03:273448 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393449 "rustc-ap-rustc_serialize",
Igor Matuszewski8fc4bba2020-02-12 14:47:313450 "rustc-ap-rustc_span",
3451 "rustc-ap-rustc_target",
Caleb Cartwright1ceb8242020-09-05 19:03:273452 "tracing",
Igor Matuszewski8fc4bba2020-02-12 14:47:313453]
3454
3455[[package]]
3456name = "rustc-ap-rustc_span"
Caleb Cartwright63913182021-02-10 01:52:543457version = "705.0.0"
Igor Matuszewski8fc4bba2020-02-12 14:47:313458source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:543459checksum = "d3479f453a38b6a5572938d035fc2b3cb6ec379c57f598b8682b512eb90c7858"
Igor Matuszewskid2d192e2019-07-30 11:00:273460dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:073461 "cfg-if 0.1.10",
Igor Matuszewskibd37d7d2020-12-05 15:40:243462 "md-5",
Igor Matuszewskif4b2a202020-06-15 09:43:393463 "rustc-ap-rustc_arena",
Alex Crichton093ede22019-08-15 00:45:093464 "rustc-ap-rustc_data_structures",
Igor Matuszewskiae79ea32019-10-11 14:28:023465 "rustc-ap-rustc_index",
Alex Crichton093ede22019-08-15 00:45:093466 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393467 "rustc-ap-rustc_serialize",
Alex Crichton093ede22019-08-15 00:45:093468 "scoped-tls",
Igor Matuszewskibd37d7d2020-12-05 15:40:243469 "sha-1 0.9.1",
3470 "sha2",
Caleb Cartwright1ceb8242020-09-05 19:03:273471 "tracing",
Alex Crichton093ede22019-08-15 00:45:093472 "unicode-width",
Igor Matuszewskid2d192e2019-07-30 11:00:273473]
3474
3475[[package]]
Igor Matuszewski8fc4bba2020-02-12 14:47:313476name = "rustc-ap-rustc_target"
Caleb Cartwright63913182021-02-10 01:52:543477version = "705.0.0"
Igor Matuszewski8fc4bba2020-02-12 14:47:313478source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:543479checksum = "78cacaf829778cf07bb97a9f4604896789de12392175f3743e74a30ed370f1c1"
Igor Matuszewski8fc4bba2020-02-12 14:47:313480dependencies = [
3481 "bitflags",
Igor Matuszewski8fc4bba2020-02-12 14:47:313482 "rustc-ap-rustc_data_structures",
3483 "rustc-ap-rustc_index",
3484 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393485 "rustc-ap-rustc_serialize",
Igor Matuszewski8fc4bba2020-02-12 14:47:313486 "rustc-ap-rustc_span",
Caleb Cartwright1ceb8242020-09-05 19:03:273487 "tracing",
Igor Matuszewski8fc4bba2020-02-12 14:47:313488]
3489
3490[[package]]
Josh Stone020c5ec2017-05-08 22:01:133491name = "rustc-demangle"
varkor878c97e2020-10-21 20:11:113492version = "0.1.18"
Josh Stone020c5ec2017-05-08 22:01:133493source = "registry+https://github.com/rust-lang/crates.io-index"
varkor878c97e2020-10-21 20:11:113494checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"
Alex Crichtonfcc8bb42018-12-14 22:37:513495dependencies = [
Alex Crichton093ede22019-08-15 00:45:093496 "compiler_builtins",
3497 "rustc-std-workspace-core",
Alex Crichtonfcc8bb42018-12-14 22:37:513498]
Josh Stone020c5ec2017-05-08 22:01:133499
3500[[package]]
Niko Matsakis9c548bf2018-05-24 12:48:023501name = "rustc-hash"
Jack Huey6aa2e9d2020-05-27 00:19:193502version = "1.1.0"
Niko Matsakis9c548bf2018-05-24 12:48:023503source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:193504checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
Niko Matsakis9c548bf2018-05-24 12:48:023505
3506[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293507name = "rustc-main"
3508version = "0.0.0"
3509dependencies = [
Alex Crichton093ede22019-08-15 00:45:093510 "jemalloc-sys",
3511 "rustc_codegen_ssa",
3512 "rustc_driver",
Ahmed Charles9ca382f2016-09-02 08:55:293513]
3514
3515[[package]]
John Kåre Alsaker4afdae62018-05-12 02:11:033516name = "rustc-rayon"
Josh Stone33c41252019-09-10 17:13:073517version = "0.3.0"
3518source = "registry+https://github.com/rust-lang/crates.io-index"
3519checksum = "f32767f90d938f1b7199a174ef249ae1924f6e5bbdb9d112fea141e016f25b3a"
3520dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:163521 "crossbeam-deque",
Josh Stone33c41252019-09-10 17:13:073522 "either",
Igor Matuszewski5b091302019-12-10 15:01:013523 "rustc-rayon-core",
John Kåre Alsaker0e05a9b2019-04-25 20:50:413524]
3525
3526[[package]]
Josh Stone33c41252019-09-10 17:13:073527name = "rustc-rayon-core"
3528version = "0.3.0"
3529source = "registry+https://github.com/rust-lang/crates.io-index"
3530checksum = "ea2427831f0053ea3ea73559c8eabd893133a51b251d142bacee53c62a288cb3"
3531dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:163532 "crossbeam-deque",
Mark Rousskov342d9562020-08-17 15:21:443533 "crossbeam-queue 0.1.2",
3534 "crossbeam-utils 0.6.6",
Yuki Okushi1f0a39502020-05-26 04:00:423535 "lazy_static",
Josh Stone33c41252019-09-10 17:13:073536 "num_cpus",
3537]
3538
3539[[package]]
flip1995898ef0f2020-12-06 14:07:593540name = "rustc-semver"
3541version = "1.1.0"
3542source = "registry+https://github.com/rust-lang/crates.io-index"
3543checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84"
3544
3545[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:053546name = "rustc-std-workspace-alloc"
Alex Crichton6c74bc92019-09-09 20:01:053547version = "1.99.0"
Amanieu d'Antras1fa7a212019-02-07 11:08:053548dependencies = [
Alex Crichton093ede22019-08-15 00:45:093549 "alloc",
Amanieu d'Antras1fa7a212019-02-07 11:08:053550]
3551
3552[[package]]
Alex Crichton4c21a3b2018-11-20 05:52:503553name = "rustc-std-workspace-core"
Alex Crichton6c74bc92019-09-09 20:01:053554version = "1.99.0"
Alex Crichton4c21a3b2018-11-20 05:52:503555dependencies = [
Alex Crichton093ede22019-08-15 00:45:093556 "core",
Alex Crichton4c21a3b2018-11-20 05:52:503557]
3558
3559[[package]]
Alex Crichtonb47c9692019-08-16 15:29:083560name = "rustc-std-workspace-std"
Alex Crichton6c74bc92019-09-09 20:01:053561version = "1.99.0"
Alex Crichtonb47c9692019-08-16 15:29:083562dependencies = [
3563 "std",
3564]
3565
3566[[package]]
Alex Crichton0e034d12018-07-31 21:16:553567name = "rustc-workspace-hack"
3568version = "1.0.0"
3569dependencies = [
Alessandro Ghedinibff2e462020-11-05 15:58:233570 "byteorder",
Igor Matuszewski370be8e2020-04-01 20:39:113571 "crossbeam-utils 0.7.2",
Igor Matuszewski2fa30ec2020-12-05 17:08:333572 "libc",
Eric Huss0bfc45a2020-12-23 20:18:153573 "libz-sys",
Aaron Hill70ba4912020-08-01 14:11:153574 "proc-macro2",
3575 "quote",
Alex Crichton093ede22019-08-15 00:45:093576 "serde",
3577 "serde_json",
klensy93c8ebe2021-02-14 14:37:303578 "smallvec 0.6.14",
3579 "smallvec 1.6.1",
Aaron Hill70ba4912020-08-01 14:11:153580 "syn",
Mark Rousskov342d9562020-08-17 15:21:443581 "url 2.1.1",
3582 "winapi 0.3.9",
Alex Crichton0e034d12018-07-31 21:16:553583]
3584
3585[[package]]
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433586name = "rustc_apfloat"
3587version = "0.0.0"
3588dependencies = [
Alex Crichton093ede22019-08-15 00:45:093589 "bitflags",
klensy93c8ebe2021-02-14 14:37:303590 "smallvec 1.6.1",
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433591]
3592
3593[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403594name = "rustc_arena"
3595version = "0.0.0"
3596dependencies = [
klensy93c8ebe2021-02-14 14:37:303597 "smallvec 1.6.1",
Vadim Petrochenkov11d95142020-06-02 17:03:403598]
3599
3600[[package]]
Vadim Petrochenkov6054a302020-02-29 17:16:263601name = "rustc_ast"
3602version = "0.0.0"
3603dependencies = [
Amanieu d'Antrasa6563492020-05-06 13:46:013604 "bitflags",
Vadim Petrochenkov6054a302020-02-29 17:16:263605 "rustc_data_structures",
3606 "rustc_index",
3607 "rustc_lexer",
3608 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403609 "rustc_serialize",
Vadim Petrochenkov6054a302020-02-29 17:16:263610 "rustc_span",
klensy93c8ebe2021-02-14 14:37:303611 "smallvec 1.6.1",
Oliver Schererec7230f2020-07-24 18:42:003612 "tracing",
Vadim Petrochenkov6054a302020-02-29 17:16:263613]
3614
3615[[package]]
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563616name = "rustc_ast_lowering"
3617version = "0.0.0"
3618dependencies = [
Vadim Petrochenkov11d95142020-06-02 17:03:403619 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263620 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463621 "rustc_ast_pretty",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563622 "rustc_data_structures",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563623 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573624 "rustc_hir",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563625 "rustc_index",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:563626 "rustc_session",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563627 "rustc_span",
3628 "rustc_target",
klensy93c8ebe2021-02-14 14:37:303629 "smallvec 1.6.1",
Oliver Schererec7230f2020-07-24 18:42:003630 "tracing",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563631]
3632
3633[[package]]
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443634name = "rustc_ast_passes"
3635version = "0.0.0"
3636dependencies = [
Andreas Jonsonb8752ff2020-09-12 06:24:093637 "itertools 0.9.0",
Vadim Petrochenkov6054a302020-02-29 17:16:263638 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463639 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203640 "rustc_attr",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443641 "rustc_data_structures",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443642 "rustc_errors",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393643 "rustc_feature",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443644 "rustc_parse",
3645 "rustc_session",
3646 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:003647 "tracing",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443648]
3649
3650[[package]]
Mazdak Farrokhzade2333312020-01-11 16:02:463651name = "rustc_ast_pretty"
3652version = "0.0.0"
3653dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263654 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463655 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:003656 "tracing",
Mazdak Farrokhzade2333312020-01-11 16:02:463657]
3658
3659[[package]]
Mazdak Farrokhzad93a82832020-01-11 12:15:203660name = "rustc_attr"
3661version = "0.0.0"
3662dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263663 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463664 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203665 "rustc_data_structures",
3666 "rustc_errors",
3667 "rustc_feature",
Vadim Petrochenkov20c50442020-08-10 19:27:483668 "rustc_lexer",
Mazdak Farrokhzad93a82832020-01-11 12:15:203669 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403670 "rustc_serialize",
Mazdak Farrokhzad93a82832020-01-11 12:15:203671 "rustc_session",
3672 "rustc_span",
Mazdak Farrokhzad93a82832020-01-11 12:15:203673]
3674
3675[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323676name = "rustc_builtin_macros"
3677version = "0.0.0"
3678dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263679 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463680 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203681 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323682 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323683 "rustc_errors",
3684 "rustc_expand",
3685 "rustc_feature",
Vadim Petrochenkovdbdbd302020-11-14 11:47:143686 "rustc_lexer",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323687 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403688 "rustc_parse_format",
Mazdak Farrokhzadf361b712020-01-05 09:47:203689 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323690 "rustc_span",
3691 "rustc_target",
klensy93c8ebe2021-02-14 14:37:303692 "smallvec 1.6.1",
Oliver Schererec7230f2020-07-24 18:42:003693 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323694]
3695
3696[[package]]
Irina Popab63d7e22018-05-08 13:10:163697name = "rustc_codegen_llvm"
3698version = "0.0.0"
3699dependencies = [
Alex Crichton7f23e6e2019-10-22 15:51:353700 "bitflags",
Alex Crichton7f23e6e2019-10-22 15:51:353701 "libc",
Alessandro Ghedinibff2e462020-11-05 15:58:233702 "measureme",
Alex Crichton7f23e6e2019-10-22 15:51:353703 "rustc-demangle",
Vadim Petrochenkov6054a302020-02-29 17:16:263704 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203705 "rustc_attr",
Alex Crichton7f23e6e2019-10-22 15:51:353706 "rustc_codegen_ssa",
Alex Crichton7f23e6e2019-10-22 15:51:353707 "rustc_data_structures",
3708 "rustc_errors",
Aaron Hillfca192c2019-12-06 03:04:353709 "rustc_feature",
Alex Crichton7f23e6e2019-10-22 15:51:353710 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573711 "rustc_hir",
Alex Crichton7f23e6e2019-10-22 15:51:353712 "rustc_incremental",
3713 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:093714 "rustc_llvm",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453715 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403716 "rustc_serialize",
Aaron Hillfca192c2019-12-06 03:04:353717 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323718 "rustc_span",
Alex Crichton7f23e6e2019-10-22 15:51:353719 "rustc_target",
klensy93c8ebe2021-02-14 14:37:303720 "smallvec 1.6.1",
Josh Triplett574f6be2020-08-20 23:16:303721 "snap",
Oliver Schererec7230f2020-07-24 18:42:003722 "tracing",
Irina Popab63d7e22018-05-08 13:10:163723]
3724
3725[[package]]
Denis Merigouxc9f26c22018-10-01 16:07:043726name = "rustc_codegen_ssa"
3727version = "0.0.0"
Denis Merigouxb9e5cf92018-10-23 15:01:353728dependencies = [
Alex Crichton093ede22019-08-15 00:45:093729 "bitflags",
3730 "cc",
Tyson Nottingham29711d82021-02-04 02:41:303731 "itertools 0.9.0",
Alex Crichton093ede22019-08-15 00:45:093732 "jobserver",
3733 "libc",
Alex Crichton093ede22019-08-15 00:45:093734 "memmap",
Federico Ponzi4b6a0272020-07-17 22:01:273735 "pathdiff",
Alex Crichton093ede22019-08-15 00:45:093736 "rustc_apfloat",
Vadim Petrochenkov6054a302020-02-29 17:16:263737 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203738 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093739 "rustc_data_structures",
3740 "rustc_errors",
3741 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573742 "rustc_hir",
Alex Crichton093ede22019-08-15 00:45:093743 "rustc_incremental",
csmoed20183d2019-09-26 05:30:103744 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573745 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453746 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403747 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083748 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323749 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583750 "rustc_symbol_mangling",
Alex Crichton093ede22019-08-15 00:45:093751 "rustc_target",
Mark Mansi2d75a332020-03-12 23:07:583752 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:003753 "tracing",
Irina Popab63d7e22018-05-08 13:10:163754]
3755
3756[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293757name = "rustc_data_structures"
3758version = "0.0.0"
3759dependencies = [
Bastian Kauschke1146c392020-09-19 15:27:133760 "arrayvec",
Mark Rousskovf696b212019-11-11 22:15:363761 "bitflags",
Aaron Hill44fdfd62020-10-11 17:51:073762 "cfg-if 0.1.10",
Mateusz Mikułaf5e702d2020-03-26 13:10:353763 "crossbeam-utils 0.7.2",
Jack Hueya42e5a12020-05-27 05:05:093764 "ena",
Alex Crichton093ede22019-08-15 00:45:093765 "indexmap",
3766 "jobserver",
Luca Barbieri45ede922020-04-10 20:42:193767 "libc",
Alessandro Ghedinibff2e462020-11-05 15:58:233768 "measureme",
Caleb Cartwright63913182021-02-10 01:52:543769 "parking_lot",
Alex Crichton093ede22019-08-15 00:45:093770 "rustc-hash",
Igor Matuszewski5b091302019-12-10 15:01:013771 "rustc-rayon",
3772 "rustc-rayon-core",
Vadim Petrochenkov11d95142020-06-02 17:03:403773 "rustc_graphviz",
csmoe1cff2e62019-09-25 19:09:513774 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573775 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403776 "rustc_serialize",
klensy93c8ebe2021-02-14 14:37:303777 "smallvec 1.6.1",
Alex Crichton093ede22019-08-15 00:45:093778 "stable_deref_trait",
Simonas Kazlauskasa5c53652020-03-14 18:13:553779 "stacker",
Mark Rousskov2627eed2020-08-09 01:05:503780 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:003781 "tracing",
Mark Rousskov342d9562020-08-17 15:21:443782 "winapi 0.3.9",
Ahmed Charles9ca382f2016-09-02 08:55:293783]
3784
3785[[package]]
3786name = "rustc_driver"
3787version = "0.0.0"
3788dependencies = [
Camelid8c431602021-01-11 02:07:053789 "atty",
Luca Barbieri45ede922020-04-10 20:42:193790 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:263791 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463792 "rustc_ast_pretty",
Victor Dinga47fdb92020-01-23 10:48:483793 "rustc_codegen_ssa",
Alex Crichton093ede22019-08-15 00:45:093794 "rustc_data_structures",
Mazdak Farrokhzad8444e162019-11-15 18:41:503795 "rustc_error_codes",
Alex Crichton093ede22019-08-15 00:45:093796 "rustc_errors",
Mazdak Farrokhzad70234f12019-11-30 01:34:183797 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573798 "rustc_hir",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193799 "rustc_hir_pretty",
Alex Crichton093ede22019-08-15 00:45:093800 "rustc_interface",
Mark Rousskovdab3bd62019-10-09 13:53:133801 "rustc_lint",
Alex Crichton093ede22019-08-15 00:45:093802 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453803 "rustc_middle",
Alex Crichton093ede22019-08-15 00:45:093804 "rustc_mir",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133805 "rustc_parse",
Simon Sapind0bbc602019-07-16 17:08:323806 "rustc_plugin_impl",
Alex Crichton093ede22019-08-15 00:45:093807 "rustc_save_analysis",
Vadim Petrochenkov11d95142020-06-02 17:03:403808 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083809 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323810 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093811 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:003812 "tracing",
3813 "tracing-subscriber",
Oliver Scherer43c181b2020-08-04 11:48:053814 "tracing-tree",
Mark Rousskov342d9562020-08-17 15:21:443815 "winapi 0.3.9",
Ahmed Charles9ca382f2016-09-02 08:55:293816]
3817
3818[[package]]
Guillaume Gomez125da0c2019-11-11 21:47:053819name = "rustc_error_codes"
3820version = "0.0.0"
3821
3822[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293823name = "rustc_errors"
3824version = "0.0.0"
3825dependencies = [
Juan Aguilar Santillanae9c78db2020-05-08 20:48:263826 "annotate-snippets 0.8.0",
Alex Crichton093ede22019-08-15 00:45:093827 "atty",
Alex Crichton093ede22019-08-15 00:45:093828 "rustc_data_structures",
Aaron Hill23018a52020-08-13 19:41:523829 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573830 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403831 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323832 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093833 "termcolor",
John Kåre Alsakerb0b11d32020-01-29 00:13:483834 "termize",
Oliver Schererec7230f2020-07-24 18:42:003835 "tracing",
Alex Crichton093ede22019-08-15 00:45:093836 "unicode-width",
Mark Rousskov342d9562020-08-17 15:21:443837 "winapi 0.3.9",
Ahmed Charles9ca382f2016-09-02 08:55:293838]
3839
3840[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323841name = "rustc_expand"
3842version = "0.0.0"
3843dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263844 "rustc_ast",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393845 "rustc_ast_passes",
Mazdak Farrokhzade2333312020-01-11 16:02:463846 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203847 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323848 "rustc_data_structures",
3849 "rustc_errors",
3850 "rustc_feature",
3851 "rustc_lexer",
Aaron Hillf9025512020-12-07 23:55:003852 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573853 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323854 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403855 "rustc_serialize",
Mazdak Farrokhzadf361b712020-01-05 09:47:203856 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323857 "rustc_span",
klensy93c8ebe2021-02-14 14:37:303858 "smallvec 1.6.1",
Oliver Schererec7230f2020-07-24 18:42:003859 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323860]
3861
3862[[package]]
Mazdak Farrokhzad3d080a42019-11-29 23:23:383863name = "rustc_feature"
3864version = "0.0.0"
3865dependencies = [
Mazdak Farrokhzad70234f12019-11-30 01:34:183866 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323867 "rustc_span",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383868]
3869
3870[[package]]
Mark Rousskove3177c62018-08-03 21:31:033871name = "rustc_fs_util"
3872version = "0.0.0"
3873
3874[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403875name = "rustc_graphviz"
3876version = "0.0.0"
3877
3878[[package]]
Mazdak Farrokhzad7a140732019-12-25 02:51:273879name = "rustc_hir"
3880version = "0.0.0"
3881dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263882 "rustc_ast",
Mazdak Farrokhzad7a140732019-12-25 02:51:273883 "rustc_data_structures",
kadmin54883e02020-12-30 23:07:413884 "rustc_feature",
Mazdak Farrokhzad7a140732019-12-25 02:51:273885 "rustc_index",
3886 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403887 "rustc_serialize",
Mazdak Farrokhzad7a140732019-12-25 02:51:273888 "rustc_span",
3889 "rustc_target",
klensy93c8ebe2021-02-14 14:37:303890 "smallvec 1.6.1",
Oliver Schererec7230f2020-07-24 18:42:003891 "tracing",
Mazdak Farrokhzad7a140732019-12-25 02:51:273892]
3893
3894[[package]]
Mazdak Farrokhzadb3866a52020-03-23 19:59:193895name = "rustc_hir_pretty"
3896version = "0.0.0"
3897dependencies = [
3898 "rustc_ast",
3899 "rustc_ast_pretty",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193900 "rustc_hir",
3901 "rustc_span",
3902 "rustc_target",
3903]
3904
3905[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293906name = "rustc_incremental"
3907version = "0.0.0"
3908dependencies = [
Aaron Hill70ba4912020-08-01 14:11:153909 "rand",
Vadim Petrochenkov6054a302020-02-29 17:16:263910 "rustc_ast",
Alex Crichton093ede22019-08-15 00:45:093911 "rustc_data_structures",
3912 "rustc_fs_util",
Vadim Petrochenkov11d95142020-06-02 17:03:403913 "rustc_graphviz",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573914 "rustc_hir",
Matthew Jaspercbcef3e2020-06-11 14:49:573915 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453916 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403917 "rustc_serialize",
Mark Rousskov984c74a2019-11-12 13:22:163918 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323919 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:003920 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:293921]
3922
3923[[package]]
csmoe1cff2e62019-09-25 19:09:513924name = "rustc_index"
3925version = "0.0.0"
3926dependencies = [
Mark Rousskov342d9562020-08-17 15:21:443927 "arrayvec",
Matthew Jaspercbcef3e2020-06-11 14:49:573928 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403929 "rustc_serialize",
csmoe1cff2e62019-09-25 19:09:513930]
3931
3932[[package]]
Camille GILLOTf07e8892020-01-06 19:13:243933name = "rustc_infer"
3934version = "0.0.0"
3935dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263936 "rustc_ast",
Camille GILLOTf07e8892020-01-06 19:13:243937 "rustc_data_structures",
Camille GILLOTf07e8892020-01-06 19:13:243938 "rustc_errors",
Vadim Petrochenkov11d95142020-06-02 17:03:403939 "rustc_graphviz",
Camille GILLOTf07e8892020-01-06 19:13:243940 "rustc_hir",
3941 "rustc_index",
3942 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453943 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403944 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083945 "rustc_session",
Camille GILLOTf07e8892020-01-06 19:13:243946 "rustc_span",
3947 "rustc_target",
klensy93c8ebe2021-02-14 14:37:303948 "smallvec 1.6.1",
Oliver Schererec7230f2020-07-24 18:42:003949 "tracing",
Camille GILLOTf07e8892020-01-06 19:13:243950]
3951
3952[[package]]
John Kåre Alsaker23a51f92018-12-08 19:30:233953name = "rustc_interface"
3954version = "0.0.0"
3955dependencies = [
Luca Barbieri45ede922020-04-10 20:42:193956 "libc",
Igor Matuszewski5b091302019-12-10 15:01:013957 "rustc-rayon",
Camille GILLOTa4b1158f2020-11-18 18:02:313958 "rustc-rayon-core",
Vadim Petrochenkov6054a302020-02-29 17:16:263959 "rustc_ast",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563960 "rustc_ast_lowering",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443961 "rustc_ast_passes",
Mazdak Farrokhzad93a82832020-01-11 12:15:203962 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323963 "rustc_builtin_macros",
Alex Crichton7f23e6e2019-10-22 15:51:353964 "rustc_codegen_llvm",
Alex Crichton093ede22019-08-15 00:45:093965 "rustc_codegen_ssa",
Alex Crichton093ede22019-08-15 00:45:093966 "rustc_data_structures",
3967 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323968 "rustc_expand",
Mazdak Farrokhzad7a140732019-12-25 02:51:273969 "rustc_hir",
Alex Crichton093ede22019-08-15 00:45:093970 "rustc_incremental",
Camille GILLOT5d71b992020-10-11 08:34:133971 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:093972 "rustc_lint",
3973 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453974 "rustc_middle",
Alex Crichton093ede22019-08-15 00:45:093975 "rustc_mir",
Matthew Jasperb3589292020-01-05 15:46:443976 "rustc_mir_build",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133977 "rustc_parse",
Alex Crichton093ede22019-08-15 00:45:093978 "rustc_passes",
Simon Sapind0bbc602019-07-16 17:08:323979 "rustc_plugin_impl",
Alex Crichton093ede22019-08-15 00:45:093980 "rustc_privacy",
Camille GILLOT4581d162021-01-19 19:40:163981 "rustc_query_impl",
Alex Crichton093ede22019-08-15 00:45:093982 "rustc_resolve",
Vadim Petrochenkov11d95142020-06-02 17:03:403983 "rustc_serialize",
Mazdak Farrokhzad7dbccf52020-01-05 08:40:163984 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323985 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583986 "rustc_symbol_mangling",
Mazdak Farrokhzadd945f982019-10-11 21:48:163987 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:403988 "rustc_trait_selection",
Alex Crichton093ede22019-08-15 00:45:093989 "rustc_traits",
LeSeulArtichautf59d0302020-11-19 20:32:373990 "rustc_ty_utils",
Alex Crichton093ede22019-08-15 00:45:093991 "rustc_typeck",
klensy93c8ebe2021-02-14 14:37:303992 "smallvec 1.6.1",
Alex Crichton093ede22019-08-15 00:45:093993 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:003994 "tracing",
Mark Rousskov342d9562020-08-17 15:21:443995 "winapi 0.3.9",
John Kåre Alsaker23a51f92018-12-08 19:30:233996]
3997
3998[[package]]
Aleksey Kladov395ee0b2019-05-06 08:53:403999name = "rustc_lexer"
4000version = "0.1.0"
4001dependencies = [
Aleksey Kladovf7be59c2020-08-21 12:03:504002 "expect-test",
Aaron Hill70ba4912020-08-01 14:11:154003 "unicode-xid",
Aleksey Kladov395ee0b2019-05-06 08:53:404004]
4005
4006[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294007name = "rustc_lint"
4008version = "0.0.0"
4009dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:264010 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464011 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204012 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094013 "rustc_data_structures",
Mazdak Farrokhzad8bd3d242020-01-09 10:18:474014 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:384015 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574016 "rustc_hir",
csmoe64f61c72019-09-26 05:38:334017 "rustc_index",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454018 "rustc_middle",
Mara Bos6b446622020-10-20 20:25:424019 "rustc_parse_format",
Jeremy Fitzhardinge82ccb652020-05-25 23:21:254020 "rustc_serialize",
Mark Rousskovf03d8f32019-11-12 17:09:204021 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324022 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094023 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404024 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004025 "tracing",
Charles Lew485e98a2020-01-02 12:02:224026 "unicode-security",
Ahmed Charles9ca382f2016-09-02 08:55:294027]
4028
4029[[package]]
Aaron Hill23018a52020-08-13 19:41:524030name = "rustc_lint_defs"
4031version = "0.0.0"
4032dependencies = [
4033 "rustc_ast",
4034 "rustc_data_structures",
4035 "rustc_macros",
4036 "rustc_serialize",
4037 "rustc_span",
Mark Rousskovc4a8d7f2020-09-01 21:12:384038 "rustc_target",
Aaron Hill23018a52020-08-13 19:41:524039 "tracing",
4040]
4041
4042[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294043name = "rustc_llvm"
4044version = "0.0.0"
4045dependencies = [
Alex Crichton093ede22019-08-15 00:45:094046 "build_helper",
4047 "cc",
Aaron Hill47e932b2019-12-12 15:51:194048 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:294049]
4050
4051[[package]]
John Kåre Alsaker74b64192019-03-01 00:22:104052name = "rustc_macros"
4053version = "0.1.0"
4054dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154055 "proc-macro2",
4056 "quote",
4057 "syn",
Igor Matuszewski403a9d02020-05-05 11:26:164058 "synstructure",
John Kåre Alsaker74b64192019-03-01 00:22:104059]
4060
4061[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294062name = "rustc_metadata"
4063version = "0.0.0"
4064dependencies = [
Luca Barbieri45ede922020-04-10 20:42:194065 "libc",
Alex Crichton093ede22019-08-15 00:45:094066 "memmap",
Vadim Petrochenkov6054a302020-02-29 17:16:264067 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204068 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094069 "rustc_data_structures",
4070 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324071 "rustc_expand",
Jonas Schievinka447c212020-09-12 23:58:174072 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574073 "rustc_hir",
Mazdak Farrokhzadb3866a52020-03-23 19:59:194074 "rustc_hir_pretty",
csmoed20183d2019-09-26 05:30:104075 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574076 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454077 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404078 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084079 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324080 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094081 "rustc_target",
klensy93c8ebe2021-02-14 14:37:304082 "smallvec 1.6.1",
Josh Triplett574f6be2020-08-20 23:16:304083 "snap",
Alex Crichton093ede22019-08-15 00:45:094084 "stable_deref_trait",
Oliver Schererec7230f2020-07-24 18:42:004085 "tracing",
Mark Rousskov342d9562020-08-17 15:21:444086 "winapi 0.3.9",
Ahmed Charles9ca382f2016-09-02 08:55:294087]
4088
4089[[package]]
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454090name = "rustc_middle"
4091version = "0.0.0"
4092dependencies = [
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454093 "bitflags",
Jack Hueya24df5b2020-03-03 16:25:034094 "chalk-ir",
Alessandro Ghedinibff2e462020-11-05 15:58:234095 "measureme",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454096 "polonius-engine",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454097 "rustc-rayon-core",
4098 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404099 "rustc_arena",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454100 "rustc_ast",
4101 "rustc_attr",
4102 "rustc_data_structures",
4103 "rustc_errors",
4104 "rustc_feature",
4105 "rustc_hir",
4106 "rustc_index",
4107 "rustc_macros",
4108 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:404109 "rustc_serialize",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454110 "rustc_session",
4111 "rustc_span",
4112 "rustc_target",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104113 "rustc_type_ir",
klensy93c8ebe2021-02-14 14:37:304114 "smallvec 1.6.1",
Oliver Schererec7230f2020-07-24 18:42:004115 "tracing",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454116]
4117
4118[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294119name = "rustc_mir"
4120version = "0.0.0"
4121dependencies = [
Rich Kadelbd0eb072020-11-03 05:32:484122 "coverage_test_macros",
Alex Crichton093ede22019-08-15 00:45:094123 "either",
Vishnunarayan K Iea146072020-10-26 13:34:294124 "gsgdt",
Andreas Jonsonb8752ff2020-09-12 06:24:094125 "itertools 0.9.0",
Alex Crichton093ede22019-08-15 00:45:094126 "polonius-engine",
Dylan MacKenziea88dc372020-08-28 01:10:574127 "regex",
Alex Crichton093ede22019-08-15 00:45:094128 "rustc_apfloat",
Vadim Petrochenkov6054a302020-02-29 17:16:264129 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204130 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094131 "rustc_data_structures",
4132 "rustc_errors",
Vadim Petrochenkov11d95142020-06-02 17:03:404133 "rustc_graphviz",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574134 "rustc_hir",
csmoed20183d2019-09-26 05:30:104135 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244136 "rustc_infer",
Aleksey Kladova0c186c2019-07-21 11:50:394137 "rustc_lexer",
Camille GILLOTd9eaaf52019-11-10 18:30:194138 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454139 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404140 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084141 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324142 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094143 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404144 "rustc_trait_selection",
klensy93c8ebe2021-02-14 14:37:304145 "smallvec 1.6.1",
Oliver Schererec7230f2020-07-24 18:42:004146 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294147]
4148
4149[[package]]
Matthew Jasperb3589292020-01-05 15:46:444150name = "rustc_mir_build"
4151version = "0.0.0"
4152dependencies = [
Matthew Jasperb3589292020-01-05 15:46:444153 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404154 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264155 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204156 "rustc_attr",
Matthew Jasperb3589292020-01-05 15:46:444157 "rustc_data_structures",
Matthew Jasperb3589292020-01-05 15:46:444158 "rustc_errors",
4159 "rustc_hir",
4160 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244161 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454162 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404163 "rustc_serialize",
Mazdak Farrokhzad58eb03d2020-01-20 21:23:074164 "rustc_session",
Matthew Jasperb3589292020-01-05 15:46:444165 "rustc_span",
4166 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404167 "rustc_trait_selection",
klensy93c8ebe2021-02-14 14:37:304168 "smallvec 1.6.1",
Oliver Schererec7230f2020-07-24 18:42:004169 "tracing",
Matthew Jasperb3589292020-01-05 15:46:444170]
4171
4172[[package]]
Mazdak Farrokhzad4ae27282019-10-15 20:48:134173name = "rustc_parse"
4174version = "0.0.0"
4175dependencies = [
4176 "bitflags",
Vadim Petrochenkov6054a302020-02-29 17:16:264177 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464178 "rustc_ast_pretty",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134179 "rustc_data_structures",
4180 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:384181 "rustc_feature",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134182 "rustc_lexer",
Mazdak Farrokhzadf361b712020-01-05 09:47:204183 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324184 "rustc_span",
klensy93c8ebe2021-02-14 14:37:304185 "smallvec 1.6.1",
Oliver Schererec7230f2020-07-24 18:42:004186 "tracing",
Charles Lew0bcddfe2019-11-23 14:33:404187 "unicode-normalization",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134188]
4189
4190[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404191name = "rustc_parse_format"
4192version = "0.0.0"
4193dependencies = [
4194 "rustc_lexer",
4195 "rustc_span",
4196]
4197
4198[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294199name = "rustc_passes"
4200version = "0.0.0"
4201dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:264202 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204203 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094204 "rustc_data_structures",
4205 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574206 "rustc_hir",
Mark Rousskov7c3f65b2019-10-04 14:46:574207 "rustc_index",
Guillaume Gomez8a35b932020-12-01 22:41:124208 "rustc_lexer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454209 "rustc_middle",
Tomasz Miąsko57d38972020-09-26 00:00:004210 "rustc_serialize",
Mazdak Farrokhzadfff5ef62020-01-02 11:54:434211 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324212 "rustc_span",
Mark Rousskov7c3f65b2019-10-04 14:46:574213 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404214 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004215 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294216]
4217
4218[[package]]
Simon Sapind0bbc602019-07-16 17:08:324219name = "rustc_plugin_impl"
Ahmed Charles9ca382f2016-09-02 08:55:294220version = "0.0.0"
4221dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:264222 "rustc_ast",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164223 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574224 "rustc_hir",
Mazdak Farrokhzadf58db202020-01-09 06:52:014225 "rustc_lint",
Alex Crichton093ede22019-08-15 00:45:094226 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454227 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084228 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324229 "rustc_span",
Ahmed Charles9ca382f2016-09-02 08:55:294230]
4231
4232[[package]]
4233name = "rustc_privacy"
4234version = "0.0.0"
4235dependencies = [
Mazdak Farrokhzad93a82832020-01-11 12:15:204236 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094237 "rustc_data_structures",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164238 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574239 "rustc_hir",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454240 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084241 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324242 "rustc_span",
kadmin6a03f032020-11-22 09:37:374243 "rustc_trait_selection",
Alex Crichton093ede22019-08-15 00:45:094244 "rustc_typeck",
Oliver Schererec7230f2020-07-24 18:42:004245 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294246]
4247
4248[[package]]
Camille GILLOT4581d162021-01-19 19:40:164249name = "rustc_query_impl"
4250version = "0.0.0"
4251dependencies = [
4252 "measureme",
4253 "rustc-rayon-core",
4254 "rustc_ast",
4255 "rustc_attr",
4256 "rustc_data_structures",
4257 "rustc_errors",
4258 "rustc_feature",
4259 "rustc_hir",
4260 "rustc_index",
4261 "rustc_macros",
4262 "rustc_middle",
4263 "rustc_query_system",
4264 "rustc_serialize",
4265 "rustc_session",
4266 "rustc_span",
4267 "rustc_target",
4268 "tracing",
4269]
4270
4271[[package]]
Camille GILLOT6624dc42020-03-18 09:25:224272name = "rustc_query_system"
4273version = "0.0.0"
4274dependencies = [
Caleb Cartwright63913182021-02-10 01:52:544275 "parking_lot",
Camille GILLOT8e873c32020-03-19 13:13:314276 "rustc-rayon-core",
Vadim Petrochenkov11d95142020-06-02 17:03:404277 "rustc_arena",
Camille GILLOT6624dc42020-03-18 09:25:224278 "rustc_data_structures",
4279 "rustc_errors",
Camille GILLOT6624dc42020-03-18 09:25:224280 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574281 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404282 "rustc_serialize",
Camille GILLOTf96e9602020-11-12 19:48:374283 "rustc_session",
Camille GILLOT8e873c32020-03-19 13:13:314284 "rustc_span",
klensy93c8ebe2021-02-14 14:37:304285 "smallvec 1.6.1",
Oliver Schererec7230f2020-07-24 18:42:004286 "tracing",
Camille GILLOT6624dc42020-03-18 09:25:224287]
4288
4289[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294290name = "rustc_resolve"
4291version = "0.0.0"
4292dependencies = [
Alex Crichton093ede22019-08-15 00:45:094293 "bitflags",
Vadim Petrochenkov11d95142020-06-02 17:03:404294 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264295 "rustc_ast",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:564296 "rustc_ast_lowering",
Mazdak Farrokhzade2333312020-01-11 16:02:464297 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204298 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094299 "rustc_data_structures",
4300 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324301 "rustc_expand",
Mazdak Farrokhzad70234f12019-11-30 01:34:184302 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574303 "rustc_hir",
marmelademaf60513e2020-06-20 18:59:294304 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:094305 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454306 "rustc_middle",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:564307 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324308 "rustc_span",
klensy93c8ebe2021-02-14 14:37:304309 "smallvec 1.6.1",
Oliver Schererec7230f2020-07-24 18:42:004310 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294311]
4312
4313[[package]]
4314name = "rustc_save_analysis"
4315version = "0.0.0"
4316dependencies = [
Alex Crichton093ede22019-08-15 00:45:094317 "rls-data",
4318 "rls-span",
Vadim Petrochenkov6054a302020-02-29 17:16:264319 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464320 "rustc_ast_pretty",
Alex Crichton093ede22019-08-15 00:45:094321 "rustc_data_structures",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574322 "rustc_hir",
Mazdak Farrokhzadf1701dd2020-03-24 01:44:414323 "rustc_hir_pretty",
Aleksey Kladov66218952020-08-29 09:38:154324 "rustc_lexer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454325 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084326 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324327 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094328 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:004329 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294330]
4331
4332[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404333name = "rustc_serialize"
4334version = "0.0.0"
4335dependencies = [
4336 "indexmap",
Matthew Jasperc4f91bb2020-07-18 19:14:504337 "rustc_macros",
klensy93c8ebe2021-02-14 14:37:304338 "smallvec 1.6.1",
Vadim Petrochenkov11d95142020-06-02 17:03:404339]
4340
4341[[package]]
Mark Rousskovc761ec12019-11-12 13:17:334342name = "rustc_session"
4343version = "0.0.0"
4344dependencies = [
Tomasz Miąsko0a65f282020-06-14 00:00:004345 "bitflags",
Luca Barbieriac2b84f2020-04-10 20:42:194346 "getopts",
Mark Rousskovcc2c33a2019-11-29 21:05:284347 "num_cpus",
Vadim Petrochenkov6054a302020-02-29 17:16:264348 "rustc_ast",
Mark Rousskovc761ec12019-11-12 13:17:334349 "rustc_data_structures",
Mark Rousskovc761ec12019-11-12 13:17:334350 "rustc_errors",
Mark Rousskovcc2c33a2019-11-29 21:05:284351 "rustc_feature",
4352 "rustc_fs_util",
Aaron Hill23018a52020-08-13 19:41:524353 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:574354 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404355 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324356 "rustc_span",
Mark Rousskovcc2c33a2019-11-29 21:05:284357 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004358 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324359]
4360
4361[[package]]
4362name = "rustc_span"
4363version = "0.0.0"
4364dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:074365 "cfg-if 0.1.10",
Igor Matuszewskibd37d7d2020-12-05 15:40:244366 "md-5",
Vadim Petrochenkov11d95142020-06-02 17:03:404367 "rustc_arena",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324368 "rustc_data_structures",
4369 "rustc_index",
4370 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404371 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324372 "scoped-tls",
Arlo Siemsen3296d5c2020-10-13 15:41:064373 "sha-1 0.9.1",
4374 "sha2",
Oliver Schererec7230f2020-07-24 18:42:004375 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324376 "unicode-width",
Mark Rousskovc761ec12019-11-12 13:17:334377]
4378
4379[[package]]
Mark Mansi2d75a332020-03-12 23:07:584380name = "rustc_symbol_mangling"
4381version = "0.0.0"
4382dependencies = [
Mark Mansi2d75a332020-03-12 23:07:584383 "punycode",
Mark Mansi2d75a332020-03-12 23:07:584384 "rustc-demangle",
4385 "rustc_ast",
4386 "rustc_data_structures",
4387 "rustc_hir",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454388 "rustc_middle",
Mark Mansi2d75a332020-03-12 23:07:584389 "rustc_session",
4390 "rustc_span",
4391 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004392 "tracing",
Mark Mansi2d75a332020-03-12 23:07:584393]
4394
4395[[package]]
Irina Popa38e96402017-12-08 19:18:214396name = "rustc_target"
4397version = "0.0.0"
4398dependencies = [
Alex Crichton093ede22019-08-15 00:45:094399 "bitflags",
Alex Crichton093ede22019-08-15 00:45:094400 "rustc_data_structures",
csmoe64f61c72019-09-26 05:38:334401 "rustc_index",
Camille GILLOT2ba84c62019-11-09 21:27:524402 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404403 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324404 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:004405 "tracing",
Irina Popa38e96402017-12-08 19:18:214406]
4407
4408[[package]]
Matthias Krüger10e7b762018-09-07 07:12:064409name = "rustc_tools_util"
Igor Matuszewski31dc27d2019-06-08 20:15:224410version = "0.2.0"
Matthias Krügerc09d4e72019-01-05 14:40:104411
4412[[package]]
4413name = "rustc_tools_util"
Oliver Scherer2a789512019-05-26 17:21:544414version = "0.2.0"
Igor Matuszewski31dc27d2019-06-08 20:15:224415source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094416checksum = "b725dadae9fabc488df69a287f5a99c5eaf5d10853842a8a3dfac52476f544ee"
Matthias Krüger10e7b762018-09-07 07:12:064417
4418[[package]]
Camille GILLOTc1e3d552020-02-11 18:53:404419name = "rustc_trait_selection"
4420version = "0.0.0"
4421dependencies = [
Camille GILLOTc1e3d552020-02-11 18:53:404422 "rustc_ast",
4423 "rustc_attr",
4424 "rustc_data_structures",
4425 "rustc_errors",
4426 "rustc_hir",
4427 "rustc_index",
4428 "rustc_infer",
4429 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454430 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404431 "rustc_parse_format",
Camille GILLOTc1e3d552020-02-11 18:53:404432 "rustc_session",
4433 "rustc_span",
4434 "rustc_target",
klensy93c8ebe2021-02-14 14:37:304435 "smallvec 1.6.1",
Oliver Schererec7230f2020-07-24 18:42:004436 "tracing",
Camille GILLOTc1e3d552020-02-11 18:53:404437]
4438
4439[[package]]
Niko Matsakis3a50b41d2018-02-25 15:58:544440name = "rustc_traits"
4441version = "0.0.0"
4442dependencies = [
Jack Hueyd66452c2020-08-04 22:35:374443 "chalk-engine",
Jack Hueya24df5b2020-03-03 16:25:034444 "chalk-ir",
Jack Hueya24df5b2020-03-03 16:25:034445 "chalk-solve",
Vadim Petrochenkov6054a302020-02-29 17:16:264446 "rustc_ast",
Jack Huey4b64bc12021-01-01 18:44:314447 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094448 "rustc_data_structures",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574449 "rustc_hir",
Jack Hueya24df5b2020-03-03 16:25:034450 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244451 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454452 "rustc_middle",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324453 "rustc_span",
Camille GILLOTc1e3d552020-02-11 18:53:404454 "rustc_trait_selection",
klensy93c8ebe2021-02-14 14:37:304455 "smallvec 1.6.1",
Oliver Schererec7230f2020-07-24 18:42:004456 "tracing",
Niko Matsakis3a50b41d2018-02-25 15:58:544457]
4458
4459[[package]]
LeSeulArtichautf59d0302020-11-19 20:32:374460name = "rustc_ty_utils"
Camille GILLOT9908a872020-01-13 12:40:304461version = "0.0.0"
4462dependencies = [
Camille GILLOT9908a872020-01-13 12:40:304463 "rustc_data_structures",
Eduard-Mihai Burtescu289f46a2020-04-10 02:13:294464 "rustc_errors",
Camille GILLOT9908a872020-01-13 12:40:304465 "rustc_hir",
Camille GILLOTf07e8892020-01-06 19:13:244466 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454467 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084468 "rustc_session",
Camille GILLOT9908a872020-01-13 12:40:304469 "rustc_span",
Camille GILLOT0e652c52020-02-12 16:24:324470 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404471 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004472 "tracing",
Camille GILLOT9908a872020-01-13 12:40:304473]
4474
4475[[package]]
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104476name = "rustc_type_ir"
4477version = "0.0.0"
4478dependencies = [
4479 "bitflags",
4480 "rustc_data_structures",
4481 "rustc_index",
LeSeulArtichaut07245732020-12-12 14:25:554482 "rustc_macros",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104483 "rustc_serialize",
4484]
4485
4486[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294487name = "rustc_typeck"
4488version = "0.0.0"
4489dependencies = [
Vadim Petrochenkov11d95142020-06-02 17:03:404490 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264491 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204492 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094493 "rustc_data_structures",
4494 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574495 "rustc_hir",
Esteban Küber5daedea2020-07-09 02:39:264496 "rustc_hir_pretty",
csmoe64f61c72019-09-26 05:38:334497 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244498 "rustc_infer",
jumbatm93eaf152020-08-27 10:00:214499 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454500 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084501 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324502 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094503 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404504 "rustc_trait_selection",
klensy93c8ebe2021-02-14 14:37:304505 "smallvec 1.6.1",
Oliver Schererec7230f2020-07-24 18:42:004506 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294507]
4508
4509[[package]]
Oliver Schneider847bb142018-05-11 12:11:064510name = "rustc_version"
Alex Crichtonb4110902018-12-08 11:06:544511version = "0.2.3"
Oliver Schneider847bb142018-05-11 12:11:064512source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094513checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
Oliver Schneider847bb142018-05-11 12:11:064514dependencies = [
Eric Hussa0431e22020-05-26 00:56:324515 "semver 0.9.0",
Oliver Schneider847bb142018-05-11 12:11:064516]
4517
4518[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294519name = "rustdoc"
4520version = "0.0.0"
4521dependencies = [
bors4b806872021-01-30 01:02:184522 "arrayvec",
Aleksey Kladovb4f4db92020-08-27 10:50:284523 "expect-test",
Andreas Jonsonb8752ff2020-09-12 06:24:094524 "itertools 0.9.0",
Alex Crichton093ede22019-08-15 00:45:094525 "minifier",
Joshua Nelsone4c28bf2020-09-14 00:15:014526 "pulldown-cmark 0.8.0",
Guillaume Gomezf467b8d2020-10-13 13:46:344527 "regex",
Igor Matuszewski5b091302019-12-10 15:01:014528 "rustc-rayon",
Rune Tynan67b78a02021-01-25 21:23:434529 "rustdoc-json-types",
Andy Russell94630d42019-06-29 17:30:454530 "serde",
4531 "serde_json",
klensy93c8ebe2021-02-14 14:37:304532 "smallvec 1.6.1",
Alex Crichton093ede22019-08-15 00:45:094533 "tempfile",
Mark Simulacrume2e9b402017-07-23 02:01:584534]
4535
4536[[package]]
Rune Tynan67b78a02021-01-25 21:23:434537name = "rustdoc-json-types"
4538version = "0.1.0"
4539dependencies = [
4540 "serde",
4541]
4542
4543[[package]]
Guillaume Gomezdec9fab2018-02-05 22:43:534544name = "rustdoc-themes"
4545version = "0.1.0"
4546
4547[[package]]
Mark Simulacrume2e9b402017-07-23 02:01:584548name = "rustdoc-tool"
4549version = "0.0.0"
4550dependencies = [
Alex Crichton093ede22019-08-15 00:45:094551 "rustdoc",
Ahmed Charles9ca382f2016-09-02 08:55:294552]
4553
4554[[package]]
Alex Crichtonfa9e55f2018-05-02 15:43:154555name = "rustfix"
Mark Rousskov342d9562020-08-17 15:21:444556version = "0.5.1"
Eric Huss6da85d62020-01-14 17:47:044557source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444558checksum = "f2c50b74badcddeb8f7652fa8323ce440b95286f8e4b64ebfd871c609672704e"
Eric Huss6da85d62020-01-14 17:47:044559dependencies = [
4560 "anyhow",
4561 "log",
4562 "serde",
4563 "serde_json",
4564]
4565
4566[[package]]
topecongiro5a411a62019-06-18 12:15:194567name = "rustfmt-config_proc_macro"
Igor Matuszewskic2249a42019-09-08 08:28:114568version = "0.2.0"
topecongiro5a411a62019-06-18 12:15:194569dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154570 "proc-macro2",
4571 "quote",
Alex Crichton093ede22019-08-15 00:45:094572 "serde",
Aaron Hill70ba4912020-08-01 14:11:154573 "syn",
topecongiro5a411a62019-06-18 12:15:194574]
4575
4576[[package]]
Alex Crichton1cede102017-06-15 02:33:064577name = "rustfmt-nightly"
Caleb Cartwright63913182021-02-10 01:52:544578version = "1.4.36"
kennytm0692b3d2017-12-15 19:41:584579dependencies = [
Juan Aguilar Santillanae9c78db2020-05-08 20:48:264580 "annotate-snippets 0.6.1",
Igor Matuszewskif4b2a202020-06-15 09:43:394581 "anyhow",
Alex Crichton093ede22019-08-15 00:45:094582 "bytecount",
Mark Rousskov342d9562020-08-17 15:21:444583 "cargo_metadata 0.8.2",
Alex Crichton093ede22019-08-15 00:45:094584 "derive-new",
4585 "diff",
4586 "dirs",
Alex Crichton5c5e3fa2019-09-24 18:06:564587 "env_logger 0.6.2",
Alex Crichton093ede22019-08-15 00:45:094588 "getopts",
4589 "ignore",
Mark Rousskov342d9562020-08-17 15:21:444590 "itertools 0.8.2",
Yuki Okushi1f0a39502020-05-26 04:00:424591 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:094592 "log",
4593 "regex",
Igor Matuszewskib2561c92020-03-31 12:31:524594 "rustc-ap-rustc_ast",
Igor Matuszewski8fc4bba2020-02-12 14:47:314595 "rustc-ap-rustc_ast_pretty",
Igor Matuszewski84eae772020-05-21 13:39:524596 "rustc-ap-rustc_attr",
Igor Matuszewski8fc4bba2020-02-12 14:47:314597 "rustc-ap-rustc_data_structures",
4598 "rustc-ap-rustc_errors",
Igor Matuszewskib2561c92020-03-31 12:31:524599 "rustc-ap-rustc_expand",
Igor Matuszewski8fc4bba2020-02-12 14:47:314600 "rustc-ap-rustc_parse",
4601 "rustc-ap-rustc_session",
4602 "rustc-ap-rustc_span",
Alex Crichton093ede22019-08-15 00:45:094603 "rustc-workspace-hack",
4604 "rustfmt-config_proc_macro",
4605 "serde",
4606 "serde_json",
Eric Huss139477d2019-11-12 18:14:484607 "structopt",
Mark Rousskov342d9562020-08-17 15:21:444608 "term 0.6.1",
Igor Matuszewskif4b2a202020-06-15 09:43:394609 "thiserror",
Eric Huss7d92cf42019-08-20 17:46:354610 "toml",
Alex Crichton093ede22019-08-15 00:45:094611 "unicode-segmentation",
4612 "unicode-width",
4613 "unicode_categories",
Igor Matuszewskid2d192e2019-07-30 11:00:274614]
4615
4616[[package]]
flip19950046d7c2021-02-25 10:26:234617name = "rustversion"
4618version = "1.0.4"
4619source = "registry+https://github.com/rust-lang/crates.io-index"
4620checksum = "cb5d2a036dc6d2d8fd16fde3498b04306e29bd193bf306a57427019b823d5acd"
4621
4622[[package]]
Alex Crichton2863b752018-08-21 17:23:474623name = "ryu"
Mark Rousskov342d9562020-08-17 15:21:444624version = "1.0.5"
Alex Crichton2863b752018-08-21 17:23:474625source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444626checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
Alex Crichton2863b752018-08-21 17:23:474627
4628[[package]]
Josh Stone020c5ec2017-05-08 22:01:134629name = "same-file"
Mark Rousskov342d9562020-08-17 15:21:444630version = "1.0.6"
Alex Crichton80d6ed22018-01-08 21:56:224631source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444632checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
Alex Crichton80d6ed22018-01-08 21:56:224633dependencies = [
Alex Crichton093ede22019-08-15 00:45:094634 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:224635]
4636
4637[[package]]
4638name = "schannel"
Mark Rousskov342d9562020-08-17 15:21:444639version = "0.1.19"
Alex Crichton80d6ed22018-01-08 21:56:224640source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444641checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
Alex Crichton80d6ed22018-01-08 21:56:224642dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:424643 "lazy_static",
Mark Rousskov342d9562020-08-17 15:21:444644 "winapi 0.3.9",
Alex Crichton80d6ed22018-01-08 21:56:224645]
4646
4647[[package]]
Alex Crichton453080f2017-06-05 16:36:484648name = "scoped-tls"
Marcel Hellwig56fb2872019-02-26 10:15:524649version = "1.0.0"
4650source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094651checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
Marcel Hellwig56fb2872019-02-26 10:15:524652
4653[[package]]
Nick Cameronad8ecc22017-07-19 01:32:124654name = "scopeguard"
Mark Rousskov342d9562020-08-17 15:21:444655version = "1.1.0"
Ralf Jungc7a599e2019-07-25 13:57:254656source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444657checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
Ralf Jungc7a599e2019-07-25 13:57:254658
4659[[package]]
Eric Huss74498c12020-12-16 17:03:334660name = "security-framework"
4661version = "2.0.0"
4662source = "registry+https://github.com/rust-lang/crates.io-index"
4663checksum = "c1759c2e3c8580017a484a7ac56d3abc5a6c1feadf88db2f3633f12ae4268c69"
4664dependencies = [
4665 "bitflags",
4666 "core-foundation",
4667 "core-foundation-sys",
4668 "libc",
4669 "security-framework-sys",
4670]
4671
4672[[package]]
4673name = "security-framework-sys"
4674version = "2.0.0"
4675source = "registry+https://github.com/rust-lang/crates.io-index"
4676checksum = "f99b9d5e26d2a71633cc4f2ebae7cc9f874044e0c351a27e17892d76dce5678b"
4677dependencies = [
4678 "core-foundation-sys",
4679 "libc",
4680]
4681
4682[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584683name = "semver"
Alex Crichton80d6ed22018-01-08 21:56:224684version = "0.9.0"
4685source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094686checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
Alex Crichton80d6ed22018-01-08 21:56:224687dependencies = [
Eduardo Brotoca11eeb2020-10-23 21:47:584688 "semver-parser 0.7.0",
Alex Crichton093ede22019-08-15 00:45:094689 "serde",
Tatsuyuki Ishi0e79b972017-04-29 23:11:584690]
4691
4692[[package]]
Eric Hussa0431e22020-05-26 00:56:324693name = "semver"
4694version = "0.10.0"
4695source = "registry+https://github.com/rust-lang/crates.io-index"
4696checksum = "394cec28fa623e00903caf7ba4fa6fb9a0e260280bb8cdbbba029611108a0190"
4697dependencies = [
Eduardo Brotoca11eeb2020-10-23 21:47:584698 "semver-parser 0.7.0",
4699 "serde",
4700]
4701
4702[[package]]
4703name = "semver"
4704version = "0.11.0"
4705source = "registry+https://github.com/rust-lang/crates.io-index"
4706checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
4707dependencies = [
4708 "semver-parser 0.10.1",
Eric Hussa0431e22020-05-26 00:56:324709 "serde",
4710]
4711
4712[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584713name = "semver-parser"
4714version = "0.7.0"
Steve Klabnik2795de32017-02-20 00:20:574715source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094716checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
Steve Klabnik2795de32017-02-20 00:20:574717
4718[[package]]
Eduardo Brotoca11eeb2020-10-23 21:47:584719name = "semver-parser"
4720version = "0.10.1"
4721source = "registry+https://github.com/rust-lang/crates.io-index"
4722checksum = "42ef146c2ad5e5f4b037cd6ce2ebb775401729b19a82040c1beac9d36c7d1428"
4723dependencies = [
4724 "pest",
4725]
4726
4727[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584728name = "serde"
Eric Huss74498c12020-12-16 17:03:334729version = "1.0.118"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584730source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss74498c12020-12-16 17:03:334731checksum = "06c64263859d87aa2eb554587e2d23183398d617427327cf2b3d0ed8c69e4800"
Eric Huss57393642018-12-17 18:23:044732dependencies = [
Alex Crichton093ede22019-08-15 00:45:094733 "serde_derive",
Eric Huss57393642018-12-17 18:23:044734]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584735
4736[[package]]
4737name = "serde_derive"
Eric Huss74498c12020-12-16 17:03:334738version = "1.0.118"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584739source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss74498c12020-12-16 17:03:334740checksum = "c84d3526699cd55261af4b941e4e725444df67aa4f9e6a3564f18030d12672df"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584741dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154742 "proc-macro2",
4743 "quote",
4744 "syn",
Tatsuyuki Ishi0e79b972017-04-29 23:11:584745]
4746
4747[[package]]
flip199596c3ec12019-08-20 07:32:534748name = "serde_ignored"
Mark Rousskov342d9562020-08-17 15:21:444749version = "0.1.2"
flip199596c3ec12019-08-20 07:32:534750source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444751checksum = "1c2c7d39d14f2f2ea82239de71594782f186fd03501ac81f0ce08e674819ff2f"
flip199596c3ec12019-08-20 07:32:534752dependencies = [
4753 "serde",
4754]
4755
4756[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584757name = "serde_json"
Eduardo Brotoca11eeb2020-10-23 21:47:584758version = "1.0.59"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584759source = "registry+https://github.com/rust-lang/crates.io-index"
Eduardo Brotoca11eeb2020-10-23 21:47:584760checksum = "dcac07dbffa1c65e7f816ab9eba78eb142c6d44410f4eeba1e26e4f5dfa56b95"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584761dependencies = [
Rune Tynan77156562021-01-16 01:34:154762 "indexmap",
Alex Crichton093ede22019-08-15 00:45:094763 "itoa",
4764 "ryu",
4765 "serde",
Steve Klabnik2795de32017-02-20 00:20:574766]
4767
4768[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:114769name = "serde_repr"
Mark Rousskov342d9562020-08-17 15:21:444770version = "0.1.6"
Igor Matuszewskic2249a42019-09-08 08:28:114771source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444772checksum = "2dc6b7951b17b051f3210b063f12cc17320e2fe30ae05b0fe2a3abb068551c76"
Igor Matuszewskic2249a42019-09-08 08:28:114773dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154774 "proc-macro2",
4775 "quote",
4776 "syn",
Igor Matuszewskic2249a42019-09-08 08:28:114777]
4778
4779[[package]]
James Munnsde763692019-01-19 02:39:374780name = "sha-1"
Arlo Siemsenf86b0782020-03-31 05:17:154781version = "0.8.2"
James Munnsde763692019-01-19 02:39:374782source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:154783checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
James Munnsde763692019-01-19 02:39:374784dependencies = [
Pietro Albiniacd8e592020-10-01 15:15:124785 "block-buffer 0.7.3",
4786 "digest 0.8.1",
Alex Crichton093ede22019-08-15 00:45:094787 "fake-simd",
Pietro Albiniacd8e592020-10-01 15:15:124788 "opaque-debug 0.2.3",
4789]
4790
4791[[package]]
Arlo Siemsen3296d5c2020-10-13 15:41:064792name = "sha-1"
4793version = "0.9.1"
4794source = "registry+https://github.com/rust-lang/crates.io-index"
4795checksum = "170a36ea86c864a3f16dd2687712dd6646f7019f301e57537c7f4dc9f5916770"
4796dependencies = [
4797 "block-buffer 0.9.0",
4798 "cfg-if 0.1.10",
4799 "cpuid-bool",
4800 "digest 0.9.0",
4801 "opaque-debug 0.3.0",
4802]
4803
4804[[package]]
Pietro Albiniacd8e592020-10-01 15:15:124805name = "sha2"
4806version = "0.9.1"
4807source = "registry+https://github.com/rust-lang/crates.io-index"
4808checksum = "2933378ddfeda7ea26f48c555bdad8bb446bf8a3d17832dc83e380d444cfb8c1"
4809dependencies = [
4810 "block-buffer 0.9.0",
Aaron Hill44fdfd62020-10-11 17:51:074811 "cfg-if 0.1.10",
Pietro Albiniacd8e592020-10-01 15:15:124812 "cpuid-bool",
4813 "digest 0.9.0",
4814 "opaque-debug 0.3.0",
James Munnsde763692019-01-19 02:39:374815]
4816
4817[[package]]
Oliver Schererec7230f2020-07-24 18:42:004818name = "sharded-slab"
4819version = "0.0.9"
4820source = "registry+https://github.com/rust-lang/crates.io-index"
4821checksum = "06d5a3f5166fb5b42a5439f2eee8b9de149e235961e3eb21c5808fc3ea17ff3e"
4822dependencies = [
4823 "lazy_static",
4824]
4825
4826[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584827name = "shell-escape"
Mark Rousskov342d9562020-08-17 15:21:444828version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584829source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444830checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584831
4832[[package]]
steveklabnik54371882018-01-25 17:32:254833name = "shlex"
4834version = "0.1.1"
4835source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094836checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
steveklabnik54371882018-01-25 17:32:254837
4838[[package]]
Mark Rousskov342d9562020-08-17 15:21:444839name = "signal-hook-registry"
4840version = "1.2.1"
Matthias Krüger696fb8f2019-01-21 15:32:434841source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444842checksum = "a3e12110bc539e657a646068aaf5eb5b63af9d0c1f7b29c97113fad80e15f035"
Matthias Krüger696fb8f2019-01-21 15:32:434843dependencies = [
Alex Crichton093ede22019-08-15 00:45:094844 "arc-swap",
4845 "libc",
Matthias Krüger696fb8f2019-01-21 15:32:434846]
4847
4848[[package]]
steveklabnikecfbaca2018-04-03 14:32:044849name = "siphasher"
Aaron Hill70ba4912020-08-01 14:11:154850version = "0.3.3"
steveklabnikecfbaca2018-04-03 14:32:044851source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:154852checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
steveklabnikecfbaca2018-04-03 14:32:044853
4854[[package]]
Eric Hussd5e03532019-05-23 20:27:494855name = "sized-chunks"
Eric Hussc8443bb2020-05-18 22:41:574856version = "0.6.2"
Eric Hussd5e03532019-05-23 20:27:494857source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussc8443bb2020-05-18 22:41:574858checksum = "1ec31ceca5644fa6d444cc77548b88b67f46db6f7c71683b0f9336e671830d2f"
Eric Hussd5e03532019-05-23 20:27:494859dependencies = [
Eric Huss2b985322019-11-25 16:14:074860 "bitmaps",
Alex Crichton093ede22019-08-15 00:45:094861 "typenum",
Eric Hussd5e03532019-05-23 20:27:494862]
4863
4864[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:434865name = "slab"
4866version = "0.4.2"
4867source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094868checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
Matthias Krüger696fb8f2019-01-21 15:32:434869
4870[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:014871name = "smallvec"
klensy93c8ebe2021-02-14 14:37:304872version = "0.6.14"
John Kåre Alsaker970c6132017-12-03 12:49:014873source = "registry+https://github.com/rust-lang/crates.io-index"
klensy93c8ebe2021-02-14 14:37:304874checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0"
Mark Rousskov342d9562020-08-17 15:21:444875dependencies = [
4876 "maybe-uninit",
4877]
John Kåre Alsaker970c6132017-12-03 12:49:014878
4879[[package]]
Ralf Jung90b8d342019-11-04 14:59:094880name = "smallvec"
klensy93c8ebe2021-02-14 14:37:304881version = "1.6.1"
Ralf Jung90b8d342019-11-04 14:59:094882source = "registry+https://github.com/rust-lang/crates.io-index"
klensy93c8ebe2021-02-14 14:37:304883checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
Ralf Jung90b8d342019-11-04 14:59:094884
4885[[package]]
Josh Triplett574f6be2020-08-20 23:16:304886name = "snap"
4887version = "1.0.1"
4888source = "registry+https://github.com/rust-lang/crates.io-index"
4889checksum = "da73c8f77aebc0e40c300b93f0a5f1bece7a248a36eee287d4e095f35c7b7d6e"
4890
4891[[package]]
Mark Simulacrum38b46882017-06-26 16:26:154892name = "socket2"
Linus Färnstrandf9220c32020-11-27 23:56:124893version = "0.3.16"
Mark Simulacrum38b46882017-06-26 16:26:154894source = "registry+https://github.com/rust-lang/crates.io-index"
Linus Färnstrandf9220c32020-11-27 23:56:124895checksum = "7fd8b795c389288baa5f355489c65e71fd48a02104600d15c4cfbc561e9e429d"
Mark Simulacrum38b46882017-06-26 16:26:154896dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:074897 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:094898 "libc",
flip19950046d7c2021-02-25 10:26:234899 "redox_syscall 0.1.57",
Mark Rousskov342d9562020-08-17 15:21:444900 "winapi 0.3.9",
Mark Simulacrum38b46882017-06-26 16:26:154901]
4902
4903[[package]]
Robin Kruppe1a24a592017-04-26 21:22:454904name = "stable_deref_trait"
Mark Rousskov342d9562020-08-17 15:21:444905version = "1.2.0"
Robin Kruppe1a24a592017-04-26 21:22:454906source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444907checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
Robin Kruppe1a24a592017-04-26 21:22:454908
4909[[package]]
Oliver Scherer26edcee2018-11-02 15:14:244910name = "stacker"
Julian Wollersberger53aaa1e2020-09-20 17:07:524911version = "0.1.12"
Oliver Scherer26edcee2018-11-02 15:14:244912source = "registry+https://github.com/rust-lang/crates.io-index"
Julian Wollersberger53aaa1e2020-09-20 17:07:524913checksum = "21ccb4c06ec57bc82d0f610f1a2963d7648700e43a6f513e564b9c89f7991786"
Oliver Scherer26edcee2018-11-02 15:14:244914dependencies = [
4915 "cc",
Aaron Hill44fdfd62020-10-11 17:51:074916 "cfg-if 0.1.10",
Oliver Scherer26edcee2018-11-02 15:14:244917 "libc",
4918 "psm",
Mark Rousskov342d9562020-08-17 15:21:444919 "winapi 0.3.9",
Oliver Scherer26edcee2018-11-02 15:14:244920]
4921
4922[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294923name = "std"
4924version = "0.0.0"
4925dependencies = [
Alex Crichton06d565c2020-05-13 21:22:374926 "addr2line",
Alex Crichton093ede22019-08-15 00:45:094927 "alloc",
Aaron Hill44fdfd62020-10-11 17:51:074928 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:094929 "compiler_builtins",
4930 "core",
4931 "dlmalloc",
4932 "fortanix-sgx-abi",
Igor Matuszewskie26f35d2020-05-05 12:05:064933 "hashbrown",
Stefan Lankes5ebd4d92019-10-20 07:55:104934 "hermit-abi",
Alex Crichton093ede22019-08-15 00:45:094935 "libc",
Alex Crichton06d565c2020-05-13 21:22:374936 "miniz_oxide",
Alex Crichtonf99410b2020-11-20 17:12:144937 "object",
Alex Crichton093ede22019-08-15 00:45:094938 "panic_abort",
4939 "panic_unwind",
4940 "profiler_builtins",
Aaron Hill70ba4912020-08-01 14:11:154941 "rand",
Alex Crichton06d565c2020-05-13 21:22:374942 "rustc-demangle",
Alex Crichton093ede22019-08-15 00:45:094943 "unwind",
Alex Crichtonaabf4e92020-01-08 15:33:574944 "wasi",
Ahmed Charles9ca382f2016-09-02 08:55:294945]
4946
4947[[package]]
steveklabnikecfbaca2018-04-03 14:32:044948name = "string_cache"
Aaron Hill70ba4912020-08-01 14:11:154949version = "0.8.0"
steveklabnikecfbaca2018-04-03 14:32:044950source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:154951checksum = "2940c75beb4e3bf3a494cef919a747a2cb81e52571e212bfbd185074add7208a"
steveklabnikecfbaca2018-04-03 14:32:044952dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:424953 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:094954 "new_debug_unreachable",
4955 "phf_shared",
4956 "precomputed-hash",
4957 "serde",
steveklabnikecfbaca2018-04-03 14:32:044958]
4959
4960[[package]]
4961name = "string_cache_codegen"
Aaron Hill70ba4912020-08-01 14:11:154962version = "0.5.1"
steveklabnikecfbaca2018-04-03 14:32:044963source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:154964checksum = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97"
steveklabnikecfbaca2018-04-03 14:32:044965dependencies = [
Alex Crichton093ede22019-08-15 00:45:094966 "phf_generator",
4967 "phf_shared",
Aaron Hill70ba4912020-08-01 14:11:154968 "proc-macro2",
4969 "quote",
steveklabnikecfbaca2018-04-03 14:32:044970]
4971
4972[[package]]
Eric Hussd5e03532019-05-23 20:27:494973name = "strip-ansi-escapes"
4974version = "0.1.0"
4975source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094976checksum = "9d63676e2abafa709460982ddc02a3bb586b6d15a49b75c212e06edd3933acee"
Eric Hussd5e03532019-05-23 20:27:494977dependencies = [
Alex Crichton093ede22019-08-15 00:45:094978 "vte",
Eric Hussd5e03532019-05-23 20:27:494979]
4980
4981[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584982name = "strsim"
Igor Matuszewskic2249a42019-09-08 08:28:114983version = "0.8.0"
Steve Klabnika0769612017-02-07 23:13:574984source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskic2249a42019-09-08 08:28:114985checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
Steve Klabnika0769612017-02-07 23:13:574986
4987[[package]]
topecongiro5a411a62019-06-18 12:15:194988name = "structopt"
Mark Rousskov342d9562020-08-17 15:21:444989version = "0.3.16"
Igor Matuszewskic2249a42019-09-08 08:28:114990source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444991checksum = "de5472fb24d7e80ae84a7801b7978f95a19ec32cb1876faea59ab711eb901976"
Igor Matuszewskic2249a42019-09-08 08:28:114992dependencies = [
4993 "clap",
Mark Rousskov342d9562020-08-17 15:21:444994 "lazy_static",
Eric Huss139477d2019-11-12 18:14:484995 "structopt-derive",
Igor Matuszewskic2249a42019-09-08 08:28:114996]
4997
4998[[package]]
4999name = "structopt-derive"
Mark Rousskov342d9562020-08-17 15:21:445000version = "0.4.9"
Igor Matuszewskic2249a42019-09-08 08:28:115001source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445002checksum = "1e0eb37335aeeebe51be42e2dc07f031163fbabfa6ac67d7ea68b5c2f68d5f99"
Igor Matuszewskic2249a42019-09-08 08:28:115003dependencies = [
5004 "heck",
5005 "proc-macro-error",
Aaron Hill70ba4912020-08-01 14:11:155006 "proc-macro2",
5007 "quote",
5008 "syn",
topecongiro5a411a62019-06-18 12:15:195009]
5010
5011[[package]]
Matt Ickstadt0ab516f2018-04-21 21:06:135012name = "strum"
Aaron Hill70ba4912020-08-01 14:11:155013version = "0.18.0"
Matt Ickstadt0ab516f2018-04-21 21:06:135014source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:155015checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"
Matt Ickstadt0ab516f2018-04-21 21:06:135016
5017[[package]]
5018name = "strum_macros"
Aaron Hill70ba4912020-08-01 14:11:155019version = "0.18.0"
Matt Ickstadt0ab516f2018-04-21 21:06:135020source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:155021checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
Matt Ickstadt0ab516f2018-04-21 21:06:135022dependencies = [
Alex Crichton093ede22019-08-15 00:45:095023 "heck",
Aaron Hill70ba4912020-08-01 14:11:155024 "proc-macro2",
5025 "quote",
5026 "syn",
Alex Crichtone9d89832018-04-02 15:43:555027]
5028
5029[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:115030name = "syn"
Mark Rousskov342d9562020-08-17 15:21:445031version = "1.0.38"
Igor Matuszewskic2249a42019-09-08 08:28:115032source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445033checksum = "e69abc24912995b3038597a7a593be5053eb0fb44f3cc5beec0deb421790c1f4"
Igor Matuszewskic2249a42019-09-08 08:28:115034dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155035 "proc-macro2",
5036 "quote",
5037 "unicode-xid",
Igor Matuszewskic2249a42019-09-08 08:28:115038]
5039
5040[[package]]
Alex Crichton325d7392017-12-10 17:42:495041name = "synstructure"
Mark Rousskov342d9562020-08-17 15:21:445042version = "0.12.4"
Mateusz Mikuład8960882019-10-04 12:43:235043source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445044checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
Mateusz Mikuład8960882019-10-04 12:43:235045dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155046 "proc-macro2",
5047 "quote",
5048 "syn",
5049 "unicode-xid",
Mateusz Mikuład8960882019-10-04 12:43:235050]
5051
5052[[package]]
Josh Stone020c5ec2017-05-08 22:01:135053name = "tar"
Mark Rousskov342d9562020-08-17 15:21:445054version = "0.4.29"
Josh Stone020c5ec2017-05-08 22:01:135055source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445056checksum = "c8a4c1d0bee3230179544336c15eefb563cf0302955d962e456542323e8c2e8a"
Josh Stone020c5ec2017-05-08 22:01:135057dependencies = [
Alex Crichton093ede22019-08-15 00:45:095058 "filetime",
5059 "libc",
flip19950046d7c2021-02-25 10:26:235060 "redox_syscall 0.1.57",
Alex Crichton093ede22019-08-15 00:45:095061 "xattr",
Josh Stone020c5ec2017-05-08 22:01:135062]
5063
5064[[package]]
Aleksey Kladov850156a2018-03-29 07:34:555065name = "tempfile"
Mateusz Mikuła935394f2019-09-11 17:03:285066version = "3.1.0"
Aleksey Kladov850156a2018-03-29 07:34:555067source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuła935394f2019-09-11 17:03:285068checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
Aleksey Kladov850156a2018-03-29 07:34:555069dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:075070 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:095071 "libc",
Aaron Hill70ba4912020-08-01 14:11:155072 "rand",
flip19950046d7c2021-02-25 10:26:235073 "redox_syscall 0.1.57",
Alex Crichton093ede22019-08-15 00:45:095074 "remove_dir_all",
Mark Rousskov342d9562020-08-17 15:21:445075 "winapi 0.3.9",
Aleksey Kladov850156a2018-03-29 07:34:555076]
5077
5078[[package]]
steveklabnikecfbaca2018-04-03 14:32:045079name = "tendril"
Mark Rousskov342d9562020-08-17 15:21:445080version = "0.4.1"
steveklabnikecfbaca2018-04-03 14:32:045081source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445082checksum = "707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b"
steveklabnikecfbaca2018-04-03 14:32:045083dependencies = [
Alex Crichton093ede22019-08-15 00:45:095084 "futf",
5085 "mac",
5086 "utf-8",
steveklabnikecfbaca2018-04-03 14:32:045087]
5088
5089[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295090name = "term"
Jacob Greenfield28ea2492019-04-07 05:48:595091version = "0.0.0"
Alex Crichtonb47c9692019-08-16 15:29:085092dependencies = [
5093 "core",
5094 "std",
5095]
Jacob Greenfield28ea2492019-04-07 05:48:595096
5097[[package]]
5098name = "term"
Mark Rousskov342d9562020-08-17 15:21:445099version = "0.6.1"
Igor Matuszewskid2d192e2019-07-30 11:00:275100source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445101checksum = "c0863a3345e70f61d613eab32ee046ccd1bcc5f9105fe402c61fcd0c13eeb8b5"
Igor Matuszewskid2d192e2019-07-30 11:00:275102dependencies = [
Alex Crichton093ede22019-08-15 00:45:095103 "dirs",
Mark Rousskov342d9562020-08-17 15:21:445104 "winapi 0.3.9",
Igor Matuszewskid2d192e2019-07-30 11:00:275105]
5106
5107[[package]]
flip19950046d7c2021-02-25 10:26:235108name = "term"
5109version = "0.7.0"
5110source = "registry+https://github.com/rust-lang/crates.io-index"
5111checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
5112dependencies = [
5113 "dirs-next",
5114 "rustversion",
5115 "winapi 0.3.9",
5116]
5117
5118[[package]]
Alex Crichton1cede102017-06-15 02:33:065119name = "termcolor"
Eric Huss89d79062020-07-29 18:02:055120version = "1.1.0"
Alex Crichtonfa5b3d32018-07-26 00:25:125121source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss89d79062020-07-29 18:02:055122checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
Alex Crichtonfa5b3d32018-07-26 00:25:125123dependencies = [
Eric Huss89d79062020-07-29 18:02:055124 "winapi-util",
Alex Crichtonfa5b3d32018-07-26 00:25:125125]
5126
5127[[package]]
John Kåre Alsakerb0b11d32020-01-29 00:13:485128name = "termize"
5129version = "0.1.1"
5130source = "registry+https://github.com/rust-lang/crates.io-index"
5131checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
5132dependencies = [
5133 "libc",
Mark Rousskov342d9562020-08-17 15:21:445134 "winapi 0.3.9",
John Kåre Alsakerb0b11d32020-01-29 00:13:485135]
5136
5137[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295138name = "test"
5139version = "0.0.0"
5140dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:075141 "cfg-if 0.1.10",
Alex Crichtonb47c9692019-08-16 15:29:085142 "core",
Alex Crichton093ede22019-08-15 00:45:095143 "getopts",
Alex Crichtonb47c9692019-08-16 15:29:085144 "libc",
5145 "panic_abort",
5146 "panic_unwind",
Alex Crichton093ede22019-08-15 00:45:095147 "proc_macro",
Alex Crichtonb47c9692019-08-16 15:29:085148 "std",
Jacob Greenfield28ea2492019-04-07 05:48:595149 "term 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:295150]
5151
5152[[package]]
Ralf Jung2bfa6222019-11-17 10:40:185153name = "tester"
flip1995450880f2019-11-23 16:27:365154version = "0.7.0"
5155source = "registry+https://github.com/rust-lang/crates.io-index"
5156checksum = "ee72ec31009a42b53de9a6b7d8f462b493ab3b1e4767bda1fcdbb52127f13b6c"
5157dependencies = [
5158 "getopts",
5159 "libc",
Mark Rousskov342d9562020-08-17 15:21:445160 "term 0.6.1",
flip1995450880f2019-11-23 16:27:365161]
5162
5163[[package]]
flip19950046d7c2021-02-25 10:26:235164name = "tester"
5165version = "0.9.0"
5166source = "registry+https://github.com/rust-lang/crates.io-index"
5167checksum = "0639d10d8f4615f223a57275cf40f9bdb7cfbb806bcb7f7cc56e3beb55a576eb"
5168dependencies = [
5169 "cfg-if 1.0.0",
5170 "getopts",
5171 "libc",
5172 "num_cpus",
5173 "term 0.7.0",
5174]
5175
5176[[package]]
steveklabnik4871dba2017-06-27 17:33:325177name = "textwrap"
Igor Matuszewskic2249a42019-09-08 08:28:115178version = "0.11.0"
steveklabnik4871dba2017-06-27 17:33:325179source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskic2249a42019-09-08 08:28:115180checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
steveklabnik4871dba2017-06-27 17:33:325181dependencies = [
Alex Crichton093ede22019-08-15 00:45:095182 "unicode-width",
steveklabnik4871dba2017-06-27 17:33:325183]
5184
5185[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305186name = "thiserror"
Mark Rousskov342d9562020-08-17 15:21:445187version = "1.0.20"
Pietro Albini9beb8f52019-11-26 11:06:305188source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445189checksum = "7dfdd070ccd8ccb78f4ad66bf1982dc37f620ef696c6b5028fe2ed83dd3d0d08"
Pietro Albini9beb8f52019-11-26 11:06:305190dependencies = [
5191 "thiserror-impl",
5192]
5193
5194[[package]]
5195name = "thiserror-impl"
Mark Rousskov342d9562020-08-17 15:21:445196version = "1.0.20"
Pietro Albini9beb8f52019-11-26 11:06:305197source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445198checksum = "bd80fc12f73063ac132ac92aceea36734f04a1d93c1240c6944e23a3b8841793"
Pietro Albini9beb8f52019-11-26 11:06:305199dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155200 "proc-macro2",
5201 "quote",
5202 "syn",
Pietro Albini9beb8f52019-11-26 11:06:305203]
5204
5205[[package]]
Steve Klabnika0769612017-02-07 23:13:575206name = "thread_local"
Igor Matuszewski8fc4bba2020-02-12 14:47:315207version = "1.0.1"
5208source = "registry+https://github.com/rust-lang/crates.io-index"
5209checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
5210dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425211 "lazy_static",
Igor Matuszewski8fc4bba2020-02-12 14:47:315212]
5213
5214[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295215name = "tidy"
5216version = "0.1.0"
Mark Mansi3ee41042018-02-23 01:52:565217dependencies = [
Jubilee Young31afacf2020-08-21 08:24:585218 "cargo_metadata 0.11.1",
Yuki Okushi1f0a39502020-05-26 04:00:425219 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:095220 "regex",
Alex Crichton093ede22019-08-15 00:45:095221 "walkdir",
Mark Mansi3ee41042018-02-23 01:52:565222]
Ahmed Charles9ca382f2016-09-02 08:55:295223
5224[[package]]
Eric Hussce717472020-08-11 23:49:395225name = "tier-check"
5226version = "0.1.0"
5227
5228[[package]]
Alex Crichton15899b02018-01-25 04:01:425229name = "time"
Mark Rousskov342d9562020-08-17 15:21:445230version = "0.1.43"
Alex Crichton15899b02018-01-25 04:01:425231source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445232checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
Alex Crichton15899b02018-01-25 04:01:425233dependencies = [
Alex Crichton093ede22019-08-15 00:45:095234 "libc",
Mark Rousskov342d9562020-08-17 15:21:445235 "winapi 0.3.9",
Alex Crichton15899b02018-01-25 04:01:425236]
5237
5238[[package]]
Mark Rousskov342d9562020-08-17 15:21:445239name = "tinyvec"
Jubilee Young8f5ea802020-08-17 23:07:095240version = "0.3.4"
Mark Rousskov342d9562020-08-17 15:21:445241source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young8f5ea802020-08-17 23:07:095242checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
Mark Rousskov342d9562020-08-17 15:21:445243
5244[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435245name = "tokio"
Caleb Cartwright63913182021-02-10 01:52:545246version = "0.2.24"
Matthias Krüger696fb8f2019-01-21 15:32:435247source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:545248checksum = "099837d3464c16a808060bb3f02263b412f6fafcb5d01c533d309985fbeebe48"
Matthias Krüger696fb8f2019-01-21 15:32:435249dependencies = [
Alex Crichton093ede22019-08-15 00:45:095250 "bytes",
Caleb Cartwright63913182021-02-10 01:52:545251 "futures-core",
5252 "iovec",
Yuki Okushi1f0a39502020-05-26 04:00:425253 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:095254 "libc",
Caleb Cartwright63913182021-02-10 01:52:545255 "memchr",
Alex Crichton093ede22019-08-15 00:45:095256 "mio",
5257 "mio-named-pipes",
Alex Crichton093ede22019-08-15 00:45:095258 "mio-uds",
Caleb Cartwright63913182021-02-10 01:52:545259 "num_cpus",
5260 "pin-project-lite 0.1.11",
Mark Rousskov342d9562020-08-17 15:21:445261 "signal-hook-registry",
Caleb Cartwright63913182021-02-10 01:52:545262 "slab",
5263 "tokio-macros",
Mark Rousskov342d9562020-08-17 15:21:445264 "winapi 0.3.9",
Matthias Krüger696fb8f2019-01-21 15:32:435265]
5266
5267[[package]]
Caleb Cartwright63913182021-02-10 01:52:545268name = "tokio-macros"
5269version = "0.2.6"
Mateusz Mikuła2d8d8132019-12-04 17:40:165270source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:545271checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"
Mateusz Mikuła2d8d8132019-12-04 17:40:165272dependencies = [
Caleb Cartwright63913182021-02-10 01:52:545273 "proc-macro2",
5274 "quote",
5275 "syn",
Mateusz Mikuła2d8d8132019-12-04 17:40:165276]
5277
5278[[package]]
Caleb Cartwright63913182021-02-10 01:52:545279name = "tokio-util"
5280version = "0.3.1"
Matthias Krüger696fb8f2019-01-21 15:32:435281source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright63913182021-02-10 01:52:545282checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
Matthias Krüger696fb8f2019-01-21 15:32:435283dependencies = [
Alex Crichton093ede22019-08-15 00:45:095284 "bytes",
Caleb Cartwright63913182021-02-10 01:52:545285 "futures-core",
5286 "futures-sink",
Alex Crichton093ede22019-08-15 00:45:095287 "log",
Caleb Cartwright63913182021-02-10 01:52:545288 "pin-project-lite 0.1.11",
5289 "tokio",
Matthias Krüger696fb8f2019-01-21 15:32:435290]
5291
5292[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295293name = "toml"
Eric Huss71bf7cf2020-10-14 22:16:475294version = "0.5.7"
Eric Hussd2228ca2019-03-29 03:13:135295source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss71bf7cf2020-10-14 22:16:475296checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645"
Eric Hussd2228ca2019-03-29 03:13:135297dependencies = [
Alex Crichton093ede22019-08-15 00:45:095298 "serde",
Eric Hussd2228ca2019-03-29 03:13:135299]
5300
5301[[package]]
Caleb Cartwright63913182021-02-10 01:52:545302name = "tower-service"
5303version = "0.3.1"
5304source = "registry+https://github.com/rust-lang/crates.io-index"
5305checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
5306
5307[[package]]
Jack Hueyecb8b9f2020-05-27 05:05:095308name = "tracing"
Mark Rousskov342d9562020-08-17 15:21:445309version = "0.1.19"
Jack Hueyecb8b9f2020-05-27 05:05:095310source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445311checksum = "6d79ca061b032d6ce30c660fded31189ca0b9922bf483cd70759f13a2d86786c"
Jack Hueyecb8b9f2020-05-27 05:05:095312dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:075313 "cfg-if 0.1.10",
Jack Hueyecb8b9f2020-05-27 05:05:095314 "tracing-attributes",
5315 "tracing-core",
5316]
5317
5318[[package]]
5319name = "tracing-attributes"
Mark Rousskov77d4f942020-09-01 18:38:565320version = "0.1.11"
Jack Hueyecb8b9f2020-05-27 05:05:095321source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov77d4f942020-09-01 18:38:565322checksum = "80e0ccfc3378da0cce270c946b676a376943f5cd16aeba64568e7939806f4ada"
Jack Hueyecb8b9f2020-05-27 05:05:095323dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155324 "proc-macro2",
5325 "quote",
5326 "syn",
Jack Hueyecb8b9f2020-05-27 05:05:095327]
5328
5329[[package]]
5330name = "tracing-core"
Joshua Nelson8b22d072020-10-07 22:45:595331version = "0.1.17"
Jack Hueyecb8b9f2020-05-27 05:05:095332source = "registry+https://github.com/rust-lang/crates.io-index"
Joshua Nelson8b22d072020-10-07 22:45:595333checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
Jack Hueyecb8b9f2020-05-27 05:05:095334dependencies = [
5335 "lazy_static",
5336]
5337
5338[[package]]
Jack Hueyd66452c2020-08-04 22:35:375339name = "tracing-log"
5340version = "0.1.1"
5341source = "registry+https://github.com/rust-lang/crates.io-index"
5342checksum = "5e0f8c7178e13481ff6765bd169b33e8d554c5d2bbede5e32c356194be02b9b9"
5343dependencies = [
5344 "lazy_static",
5345 "log",
5346 "tracing-core",
5347]
5348
5349[[package]]
5350name = "tracing-serde"
Jack Huey23491082020-10-04 00:45:125351version = "0.1.2"
Jack Hueyd66452c2020-08-04 22:35:375352source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey23491082020-10-04 00:45:125353checksum = "fb65ea441fbb84f9f6748fd496cf7f63ec9af5bca94dd86456978d055e8eb28b"
Jack Hueyd66452c2020-08-04 22:35:375354dependencies = [
5355 "serde",
5356 "tracing-core",
5357]
5358
5359[[package]]
Oliver Schererec7230f2020-07-24 18:42:005360name = "tracing-subscriber"
Joshua Nelson8b22d072020-10-07 22:45:595361version = "0.2.13"
Oliver Schererec7230f2020-07-24 18:42:005362source = "registry+https://github.com/rust-lang/crates.io-index"
Joshua Nelson8b22d072020-10-07 22:45:595363checksum = "4ef0a5e15477aa303afbfac3a44cba9b6430fdaad52423b1e6c0dbbe28c3eedd"
Oliver Schererec7230f2020-07-24 18:42:005364dependencies = [
5365 "ansi_term 0.12.1",
Jack Hueyd66452c2020-08-04 22:35:375366 "chrono",
Oliver Schererec7230f2020-07-24 18:42:005367 "lazy_static",
5368 "matchers",
Caleb Cartwright63913182021-02-10 01:52:545369 "parking_lot",
Oliver Schererec7230f2020-07-24 18:42:005370 "regex",
Jack Hueyd66452c2020-08-04 22:35:375371 "serde",
5372 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:005373 "sharded-slab",
klensy93c8ebe2021-02-14 14:37:305374 "smallvec 1.6.1",
Mark Rousskov342d9562020-08-17 15:21:445375 "thread_local",
Joshua Nelson8b22d072020-10-07 22:45:595376 "tracing",
Oliver Schererec7230f2020-07-24 18:42:005377 "tracing-core",
Jack Hueyd66452c2020-08-04 22:35:375378 "tracing-log",
5379 "tracing-serde",
5380]
5381
5382[[package]]
5383name = "tracing-tree"
Oliver Scherer43c181b2020-08-04 11:48:055384version = "0.1.6"
Jack Hueyd66452c2020-08-04 22:35:375385source = "registry+https://github.com/rust-lang/crates.io-index"
Oliver Scherer43c181b2020-08-04 11:48:055386checksum = "43aac8afb493b08e1e1904956f7407c1e671b9c83b26a17e1bd83d6a3520e350"
Jack Hueyd66452c2020-08-04 22:35:375387dependencies = [
5388 "ansi_term 0.12.1",
5389 "atty",
5390 "chrono",
5391 "termcolor",
5392 "tracing",
5393 "tracing-subscriber",
Oliver Schererec7230f2020-07-24 18:42:005394]
5395
5396[[package]]
Eric Huss8c20add2018-12-03 01:33:205397name = "typenum"
Eric Hussc8443bb2020-05-18 22:41:575398version = "1.12.0"
Eric Huss8c20add2018-12-03 01:33:205399source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussc8443bb2020-05-18 22:41:575400checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
Eric Huss8c20add2018-12-03 01:33:205401
5402[[package]]
Mark Rousskov064f8882020-01-13 21:40:195403name = "ucd-parse"
Mark Rousskov342d9562020-08-17 15:21:445404version = "0.1.8"
Mark Rousskov064f8882020-01-13 21:40:195405source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445406checksum = "5269f8d35df6b8b60758343a6d742ecf09e4bca13faee32af5503aebd1e11b7c"
Mark Rousskov064f8882020-01-13 21:40:195407dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425408 "lazy_static",
Mark Rousskov064f8882020-01-13 21:40:195409 "regex",
5410]
5411
5412[[package]]
James Munnsde763692019-01-19 02:39:375413name = "ucd-trie"
Mark Rousskov342d9562020-08-17 15:21:445414version = "0.1.3"
James Munnsde763692019-01-19 02:39:375415source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445416checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
James Munnsde763692019-01-19 02:39:375417
5418[[package]]
Andy Russell30301642019-04-20 17:03:595419name = "unicase"
Guillaume Gomezd8589de2020-02-13 17:39:405420version = "2.6.0"
Andy Russell30301642019-04-20 17:03:595421source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezd8589de2020-02-13 17:39:405422checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
Andy Russell30301642019-04-20 17:03:595423dependencies = [
Guillaume Gomezd8589de2020-02-13 17:39:405424 "version_check",
Andy Russell30301642019-04-20 17:03:595425]
5426
5427[[package]]
Mark Rousskov064f8882020-01-13 21:40:195428name = "unicode-bdd"
5429version = "0.1.0"
5430dependencies = [
5431 "ucd-parse",
5432]
5433
5434[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585435name = "unicode-bidi"
steveklabnik4871dba2017-06-27 17:33:325436version = "0.3.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585437source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095438checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585439dependencies = [
Alex Crichton093ede22019-08-15 00:45:095440 "matches",
Tatsuyuki Ishi0e79b972017-04-29 23:11:585441]
5442
5443[[package]]
5444name = "unicode-normalization"
Mark Rousskov342d9562020-08-17 15:21:445445version = "0.1.13"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585446source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445447checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
Charles Lew0bcddfe2019-11-23 14:33:405448dependencies = [
Mark Rousskov342d9562020-08-17 15:21:445449 "tinyvec",
Charles Lew0bcddfe2019-11-23 14:33:405450]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585451
5452[[package]]
Charles Lew485e98a2020-01-02 12:02:225453name = "unicode-script"
Mark Rousskov342d9562020-08-17 15:21:445454version = "0.5.2"
Charles Lew485e98a2020-01-02 12:02:225455source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445456checksum = "79bf4d5fc96546fdb73f9827097810bbda93b11a6770ff3a54e1f445d4135787"
Charles Lew485e98a2020-01-02 12:02:225457
5458[[package]]
5459name = "unicode-security"
Charles Lew25e864e2020-06-23 11:45:135460version = "0.0.5"
Charles Lew485e98a2020-01-02 12:02:225461source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lew25e864e2020-06-23 11:45:135462checksum = "5d87c28edc5b263377e448d6cdcb935c06b95413d8013ba6fae470558ccab18f"
Charles Lew485e98a2020-01-02 12:02:225463dependencies = [
Charles Lewc05961c2020-04-25 01:38:315464 "unicode-normalization",
Charles Lew485e98a2020-01-02 12:02:225465 "unicode-script",
5466]
5467
5468[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585469name = "unicode-segmentation"
Eric Huss139477d2019-11-12 18:14:485470version = "1.6.0"
Steve Klabnika0769612017-02-07 23:13:575471source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss139477d2019-11-12 18:14:485472checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
Steve Klabnika0769612017-02-07 23:13:575473
5474[[package]]
5475name = "unicode-width"
Mark Rousskov342d9562020-08-17 15:21:445476version = "0.1.8"
Steve Klabnika0769612017-02-07 23:13:575477source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445478checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
Alex Crichtonb47c9692019-08-16 15:29:085479dependencies = [
5480 "compiler_builtins",
5481 "rustc-std-workspace-core",
5482 "rustc-std-workspace-std",
5483]
Steve Klabnika0769612017-02-07 23:13:575484
5485[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585486name = "unicode-xid"
Mark Rousskov342d9562020-08-17 15:21:445487version = "0.2.1"
Aleksey Kladova0c186c2019-07-21 11:50:395488source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445489checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
Aleksey Kladova0c186c2019-07-21 11:50:395490
5491[[package]]
flip19954c228cc2019-02-18 09:32:585492name = "unicode_categories"
5493version = "0.1.1"
5494source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095495checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
flip19954c228cc2019-02-18 09:32:585496
5497[[package]]
est31c2d59062017-06-12 19:35:475498name = "unstable-book-gen"
5499version = "0.1.0"
5500dependencies = [
Alex Crichton093ede22019-08-15 00:45:095501 "num-traits",
5502 "tidy",
est31c2d59062017-06-12 19:35:475503]
5504
5505[[package]]
Nick Cameron71a0be02017-09-25 04:13:295506name = "unwind"
5507version = "0.0.0"
5508dependencies = [
Alex Crichton093ede22019-08-15 00:45:095509 "cc",
Aaron Hill44fdfd62020-10-11 17:51:075510 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:095511 "compiler_builtins",
5512 "core",
5513 "libc",
Nick Cameron71a0be02017-09-25 04:13:295514]
5515
5516[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585517name = "url"
Alex Crichtonb4110902018-12-08 11:06:545518version = "1.7.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585519source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095520checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585521dependencies = [
Alex Crichton093ede22019-08-15 00:45:095522 "idna 0.1.5",
5523 "matches",
5524 "percent-encoding 1.0.1",
Tatsuyuki Ishi0e79b972017-04-29 23:11:585525]
5526
5527[[package]]
Eric Hussf2428a62019-08-01 00:44:395528name = "url"
Mark Rousskov342d9562020-08-17 15:21:445529version = "2.1.1"
Eric Hussf2428a62019-08-01 00:44:395530source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445531checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
Eric Hussf2428a62019-08-01 00:44:395532dependencies = [
Alex Crichton093ede22019-08-15 00:45:095533 "idna 0.2.0",
5534 "matches",
Eric Huss139477d2019-11-12 18:14:485535 "percent-encoding 2.1.0",
Alex Crichton093ede22019-08-15 00:45:095536 "serde",
Eric Hussf2428a62019-08-01 00:44:395537]
5538
5539[[package]]
steveklabnikecfbaca2018-04-03 14:32:045540name = "utf-8"
Mark Rousskov342d9562020-08-17 15:21:445541version = "0.7.5"
steveklabnikecfbaca2018-04-03 14:32:045542source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445543checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
steveklabnikecfbaca2018-04-03 14:32:045544
5545[[package]]
Eric Hussd5e03532019-05-23 20:27:495546name = "utf8parse"
5547version = "0.1.1"
5548source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095549checksum = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
Eric Hussd5e03532019-05-23 20:27:495550
5551[[package]]
Alex Crichton1cede102017-06-15 02:33:065552name = "vcpkg"
Mark Rousskov342d9562020-08-17 15:21:445553version = "0.2.10"
Alex Crichton1cede102017-06-15 02:33:065554source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445555checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
Alex Crichton1cede102017-06-15 02:33:065556
5557[[package]]
Steve Klabnika0769612017-02-07 23:13:575558name = "vec_map"
Mark Rousskov342d9562020-08-17 15:21:445559version = "0.8.2"
Steve Klabnika0769612017-02-07 23:13:575560source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445561checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
Steve Klabnika0769612017-02-07 23:13:575562
5563[[package]]
Ralf Jung8d908b52018-09-17 07:20:035564name = "vergen"
Ralf Jung759e4952020-06-01 18:17:205565version = "3.1.0"
Ralf Jung8d908b52018-09-17 07:20:035566source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung759e4952020-06-01 18:17:205567checksum = "4ce50d8996df1f85af15f2cd8d33daae6e479575123ef4314a51a70a230739cb"
Ralf Jung8d908b52018-09-17 07:20:035568dependencies = [
Alex Crichton093ede22019-08-15 00:45:095569 "bitflags",
5570 "chrono",
Ralf Jung8d908b52018-09-17 07:20:035571]
5572
5573[[package]]
Alex Crichtonb4110902018-12-08 11:06:545574name = "version_check"
Jubilee Young25441fb2020-08-18 00:09:365575version = "0.9.1"
Eric Huss2b985322019-11-25 16:14:075576source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young25441fb2020-08-18 00:09:365577checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
Eric Huss2b985322019-11-25 16:14:075578
5579[[package]]
Eric Hussd5e03532019-05-23 20:27:495580name = "vte"
5581version = "0.3.3"
5582source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095583checksum = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf"
Eric Hussd5e03532019-05-23 20:27:495584dependencies = [
Alex Crichton093ede22019-08-15 00:45:095585 "utf8parse",
Eric Hussd5e03532019-05-23 20:27:495586]
5587
5588[[package]]
Josh Stone020c5ec2017-05-08 22:01:135589name = "walkdir"
Mark Rousskov342d9562020-08-17 15:21:445590version = "2.3.1"
Alex Crichton80d6ed22018-01-08 21:56:225591source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445592checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
Alex Crichton80d6ed22018-01-08 21:56:225593dependencies = [
Alex Crichton093ede22019-08-15 00:45:095594 "same-file",
Mark Rousskov342d9562020-08-17 15:21:445595 "winapi 0.3.9",
Alex Crichton093ede22019-08-15 00:45:095596 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:225597]
5598
5599[[package]]
newpavlov6374b842019-08-29 17:13:155600name = "wasi"
Alex Crichtonf3fb1c52019-11-25 17:27:255601version = "0.9.0+wasi-snapshot-preview1"
5602source = "registry+https://github.com/rust-lang/crates.io-index"
5603checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
newpavlov6374b842019-08-29 17:13:155604dependencies = [
5605 "compiler_builtins",
5606 "rustc-std-workspace-alloc",
5607 "rustc-std-workspace-core",
5608]
5609
5610[[package]]
Steve Klabnika0769612017-02-07 23:13:575611name = "winapi"
5612version = "0.2.8"
5613source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095614checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
Steve Klabnika0769612017-02-07 23:13:575615
5616[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225617name = "winapi"
Mark Rousskov342d9562020-08-17 15:21:445618version = "0.3.9"
Alex Crichton80d6ed22018-01-08 21:56:225619source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445620checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
Alex Crichton80d6ed22018-01-08 21:56:225621dependencies = [
Alex Crichton093ede22019-08-15 00:45:095622 "winapi-i686-pc-windows-gnu",
5623 "winapi-x86_64-pc-windows-gnu",
Alex Crichton80d6ed22018-01-08 21:56:225624]
5625
5626[[package]]
Steve Klabnika0769612017-02-07 23:13:575627name = "winapi-build"
5628version = "0.1.1"
5629source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095630checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
Steve Klabnika0769612017-02-07 23:13:575631
Josh Stone020c5ec2017-05-08 22:01:135632[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225633name = "winapi-i686-pc-windows-gnu"
5634version = "0.4.0"
5635source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095636checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
Alex Crichton80d6ed22018-01-08 21:56:225637
5638[[package]]
Alex Crichton2863b752018-08-21 17:23:475639name = "winapi-util"
Eric Huss89d79062020-07-29 18:02:055640version = "0.1.5"
Alex Crichton2863b752018-08-21 17:23:475641source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss89d79062020-07-29 18:02:055642checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
Alex Crichton2863b752018-08-21 17:23:475643dependencies = [
Mark Rousskov342d9562020-08-17 15:21:445644 "winapi 0.3.9",
Alex Crichton2863b752018-08-21 17:23:475645]
5646
5647[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225648name = "winapi-x86_64-pc-windows-gnu"
5649version = "0.4.0"
5650source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095651checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
Alex Crichton80d6ed22018-01-08 21:56:225652
5653[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435654name = "ws2_32-sys"
5655version = "0.2.1"
5656source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095657checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
Matthias Krüger696fb8f2019-01-21 15:32:435658dependencies = [
Alex Crichton093ede22019-08-15 00:45:095659 "winapi 0.2.8",
5660 "winapi-build",
Matthias Krüger696fb8f2019-01-21 15:32:435661]
5662
5663[[package]]
Josh Stone020c5ec2017-05-08 22:01:135664name = "xattr"
Alex Crichton52d7ee832018-07-17 16:04:225665version = "0.2.2"
Josh Stone020c5ec2017-05-08 22:01:135666source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095667checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
Josh Stone020c5ec2017-05-08 22:01:135668dependencies = [
Alex Crichton093ede22019-08-15 00:45:095669 "libc",
Josh Stone020c5ec2017-05-08 22:01:135670]
5671
5672[[package]]
Aaron Hill70ba4912020-08-01 14:11:155673name = "xml5ever"
5674version = "0.16.1"
5675source = "registry+https://github.com/rust-lang/crates.io-index"
5676checksum = "0b1b52e6e8614d4a58b8e70cf51ec0cc21b256ad8206708bcff8139b5bbd6a59"
5677dependencies = [
5678 "log",
5679 "mac",
5680 "markup5ever",
5681 "time",
5682]
5683
5684[[package]]
Josh Stone020c5ec2017-05-08 22:01:135685name = "xz2"
Mark Rousskov342d9562020-08-17 15:21:445686version = "0.1.6"
Josh Stone020c5ec2017-05-08 22:01:135687source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445688checksum = "c179869f34fc7c01830d3ce7ea2086bc3a07e0d35289b667d0a8bf910258926c"
Josh Stone020c5ec2017-05-08 22:01:135689dependencies = [
Alex Crichton093ede22019-08-15 00:45:095690 "lzma-sys",
Josh Stone020c5ec2017-05-08 22:01:135691]
5692
5693[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305694name = "yaml-merge-keys"
Mark Rousskov342d9562020-08-17 15:21:445695version = "0.4.1"
Pietro Albini9beb8f52019-11-26 11:06:305696source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445697checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004"
Pietro Albini9beb8f52019-11-26 11:06:305698dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425699 "lazy_static",
Pietro Albini9beb8f52019-11-26 11:06:305700 "thiserror",
Mark Rousskov342d9562020-08-17 15:21:445701 "yaml-rust 0.4.4",
Pietro Albini9beb8f52019-11-26 11:06:305702]
5703
5704[[package]]
Josh Stone020c5ec2017-05-08 22:01:135705name = "yaml-rust"
5706version = "0.3.5"
5707source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095708checksum = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"
Pietro Albini9beb8f52019-11-26 11:06:305709
5710[[package]]
5711name = "yaml-rust"
Mark Rousskov342d9562020-08-17 15:21:445712version = "0.4.4"
Pietro Albini9beb8f52019-11-26 11:06:305713source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445714checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
Pietro Albini9beb8f52019-11-26 11:06:305715dependencies = [
5716 "linked-hash-map",
5717]