blob: bea1879e793b366cdb47f1eed391bc7f59cafbd3 [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]]
105name = "arrayref"
106version = "0.3.6"
107source = "registry+https://github.com/rust-lang/crates.io-index"
108checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
Nick Cameron4b6f5c22018-02-26 03:15:45109
110[[package]]
Nicholas Nethercotec492ca42020-07-14 00:31:54111name = "arrayvec"
112version = "0.5.1"
113source = "registry+https://github.com/rust-lang/crates.io-index"
114checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
115
116[[package]]
Alex Crichton1cede102017-06-15 02:33:06117name = "atty"
Yuki Okushi9f8628b2020-05-26 04:35:21118version = "0.2.14"
Josh Stone020c5ec2017-05-08 22:01:13119source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:21120checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
Josh Stone020c5ec2017-05-08 22:01:13121dependencies = [
Yuki Okushi9f8628b2020-05-26 04:35:21122 "hermit-abi",
Alex Crichton093ede22019-08-15 00:45:09123 "libc",
Mark Rousskov342d9562020-08-17 15:21:44124 "winapi 0.3.9",
Alex Crichton1cede102017-06-15 02:33:06125]
126
127[[package]]
Félix Saparellibdcc21c2019-09-21 10:56:05128name = "autocfg"
Mateusz Mikułaf5e702d2020-03-26 13:10:35129version = "1.0.0"
130source = "registry+https://github.com/rust-lang/crates.io-index"
131checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
132
133[[package]]
Alex Crichton1cede102017-06-15 02:33:06134name = "backtrace"
Alex Crichtonf99410b2020-11-20 17:12:14135version = "0.3.55"
Alex Crichton1cede102017-06-15 02:33:06136dependencies = [
Alex Crichton06d565c2020-05-13 21:22:37137 "addr2line",
Aaron Hill44fdfd62020-10-11 17:51:07138 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:09139 "libc",
Alex Crichton06d565c2020-05-13 21:22:37140 "miniz_oxide",
Alex Crichtonf99410b2020-11-20 17:12:14141 "object",
Alex Crichton093ede22019-08-15 00:45:09142 "rustc-demangle",
Josh Stone020c5ec2017-05-08 22:01:13143]
144
145[[package]]
Mark Rousskov342d9562020-08-17 15:21:44146name = "base64"
147version = "0.11.0"
148source = "registry+https://github.com/rust-lang/crates.io-index"
149checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
150
151[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58152name = "bitflags"
varkorb925eb52019-10-13 23:37:55153version = "1.2.1"
Tamir Duberstein231d9e72017-09-08 19:08:01154source = "registry+https://github.com/rust-lang/crates.io-index"
varkorb925eb52019-10-13 23:37:55155checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
Tamir Duberstein231d9e72017-09-08 19:08:01156
157[[package]]
Eric Huss2b985322019-11-25 16:14:07158name = "bitmaps"
Mark Rousskov342d9562020-08-17 15:21:44159version = "2.1.0"
Eric Huss2b985322019-11-25 16:14:07160source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44161checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
Eric Huss2b985322019-11-25 16:14:07162dependencies = [
163 "typenum",
164]
165
166[[package]]
Mark Rousskov342d9562020-08-17 15:21:44167name = "blake2b_simd"
168version = "0.5.10"
flip19954c228cc2019-02-18 09:32:58169source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44170checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
flip19954c228cc2019-02-18 09:32:58171dependencies = [
Mark Rousskov342d9562020-08-17 15:21:44172 "arrayref",
173 "arrayvec",
Alex Crichton093ede22019-08-15 00:45:09174 "constant_time_eq",
flip19954c228cc2019-02-18 09:32:58175]
176
177[[package]]
James Munnsde763692019-01-19 02:39:37178name = "block-buffer"
Arlo Siemsenf86b0782020-03-31 05:17:15179version = "0.7.3"
James Munnsde763692019-01-19 02:39:37180source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:15181checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
James Munnsde763692019-01-19 02:39:37182dependencies = [
Arlo Siemsenf86b0782020-03-31 05:17:15183 "block-padding",
184 "byte-tools",
185 "byteorder",
Pietro Albiniacd8e592020-10-01 15:15:12186 "generic-array 0.12.3",
187]
188
189[[package]]
190name = "block-buffer"
191version = "0.9.0"
192source = "registry+https://github.com/rust-lang/crates.io-index"
193checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
194dependencies = [
195 "generic-array 0.14.4",
Arlo Siemsenf86b0782020-03-31 05:17:15196]
197
198[[package]]
199name = "block-padding"
200version = "0.1.5"
201source = "registry+https://github.com/rust-lang/crates.io-index"
202checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
203dependencies = [
Alex Crichton093ede22019-08-15 00:45:09204 "byte-tools",
James Munnsde763692019-01-19 02:39:37205]
206
207[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29208name = "bootstrap"
209version = "0.0.0"
210dependencies = [
Alex Crichton093ede22019-08-15 00:45:09211 "build_helper",
212 "cc",
213 "cmake",
214 "filetime",
215 "getopts",
Mark Rousskovdddd8722019-12-18 15:52:10216 "ignore",
Yuki Okushi1f0a39502020-05-26 04:00:42217 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:09218 "libc",
Joshua Nelsonc9c8fb82020-09-12 04:42:52219 "merge",
Alex Crichton093ede22019-08-15 00:45:09220 "num_cpus",
David Tolnay6a3aae82020-05-22 02:48:44221 "opener",
Alex Crichton093ede22019-08-15 00:45:09222 "pretty_assertions",
223 "serde",
224 "serde_json",
225 "time",
Eric Huss7d92cf42019-08-20 17:46:35226 "toml",
Mark Rousskov342d9562020-08-17 15:21:44227 "winapi 0.3.9",
Ahmed Charles9ca382f2016-09-02 08:55:29228]
229
230[[package]]
Eric Huss6a09cfa2019-05-16 05:27:39231name = "bstr"
Mark Rousskov342d9562020-08-17 15:21:44232version = "0.2.13"
Eric Huss6a09cfa2019-05-16 05:27:39233source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44234checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931"
Eric Huss6a09cfa2019-05-16 05:27:39235dependencies = [
Alex Crichton093ede22019-08-15 00:45:09236 "memchr",
Eric Huss6a09cfa2019-05-16 05:27:39237]
238
239[[package]]
Alex Crichton9e8785f2017-01-24 22:37:04240name = "build-manifest"
241version = "0.1.0"
242dependencies = [
Pietro Albini3bddfea2020-09-18 12:40:01243 "anyhow",
Pietro Albini89ffab72020-09-24 12:13:40244 "flate2",
Pietro Albiniacd8e592020-10-01 15:15:12245 "hex 0.4.2",
Pietro Albinif3d07b32020-10-12 15:47:37246 "num_cpus",
Pietro Albiniacd8e592020-10-01 15:15:12247 "rayon",
Alex Crichton093ede22019-08-15 00:45:09248 "serde",
Ralf Jung9138d3b2019-11-03 10:47:07249 "serde_json",
Pietro Albiniacd8e592020-10-01 15:15:12250 "sha2",
Pietro Albini89ffab72020-09-24 12:13:40251 "tar",
Eric Huss7d92cf42019-08-20 17:46:35252 "toml",
Alex Crichton9e8785f2017-01-24 22:37:04253]
254
255[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29256name = "build_helper"
257version = "0.1.0"
258
259[[package]]
James Munnsde763692019-01-19 02:39:37260name = "byte-tools"
Arlo Siemsenf86b0782020-03-31 05:17:15261version = "0.3.1"
James Munnsde763692019-01-19 02:39:37262source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:15263checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
James Munnsde763692019-01-19 02:39:37264
265[[package]]
Alex Crichton4f661c02018-10-08 17:39:09266name = "bytecount"
Igor Matuszewskic2249a42019-09-08 08:28:11267version = "0.6.0"
Alex Crichton4f661c02018-10-08 17:39:09268source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskic2249a42019-09-08 08:28:11269checksum = "b0017894339f586ccb943b01b9555de56770c11cda818e7e3d8bd93f4ed7f46e"
Alex Crichton4f661c02018-10-08 17:39:09270dependencies = [
Alex Crichton093ede22019-08-15 00:45:09271 "packed_simd",
Alex Crichton4f661c02018-10-08 17:39:09272]
273
274[[package]]
Oliver Schneiderea351922017-09-18 14:18:23275name = "byteorder"
Mark Rousskov342d9562020-08-17 15:21:44276version = "1.3.4"
Oliver Schneiderea351922017-09-18 14:18:23277source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44278checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
Oliver Schneiderea351922017-09-18 14:18:23279
280[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:43281name = "bytes"
Mark Rousskov342d9562020-08-17 15:21:44282version = "0.4.12"
Matthias Krüger696fb8f2019-01-21 15:32:43283source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44284checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
Matthias Krüger696fb8f2019-01-21 15:32:43285dependencies = [
Alex Crichton093ede22019-08-15 00:45:09286 "byteorder",
Alex Crichton093ede22019-08-15 00:45:09287 "iovec",
Matthias Krüger696fb8f2019-01-21 15:32:43288]
289
290[[package]]
Alex Crichton8ccf1122018-09-20 21:37:53291name = "bytesize"
Mark Rousskov342d9562020-08-17 15:21:44292version = "1.0.1"
Alex Crichton8ccf1122018-09-20 21:37:53293source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44294checksum = "81a18687293a1546b67c246452202bbbf143d239cb43494cc163da14979082da"
Alex Crichton8ccf1122018-09-20 21:37:53295
296[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58297name = "cargo"
Eric Huss1a2ee0b2021-01-06 03:36:00298version = "0.52.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58299dependencies = [
Eric Huss6da85d62020-01-14 17:47:04300 "anyhow",
Alex Crichton093ede22019-08-15 00:45:09301 "atty",
302 "bytesize",
Alex Crichton5c5e3fa2019-09-24 18:06:56303 "cargo-platform",
Alex Crichton093ede22019-08-15 00:45:09304 "cargo-test-macro",
Aaron Hilld440e132019-09-16 18:45:40305 "cargo-test-support",
Alex Crichton093ede22019-08-15 00:45:09306 "clap",
Eric Huss6654c582020-06-23 22:00:48307 "core-foundation",
Alex Crichton093ede22019-08-15 00:45:09308 "crates-io",
Eric Huss71bf7cf2020-10-14 22:16:47309 "crossbeam-utils 0.8.0",
Alex Crichton093ede22019-08-15 00:45:09310 "crypto-hash",
311 "curl",
312 "curl-sys",
Eric Husse852a4a2020-10-20 23:36:46313 "env_logger 0.8.1",
Alex Crichton093ede22019-08-15 00:45:09314 "filetime",
315 "flate2",
Alex Crichton093ede22019-08-15 00:45:09316 "fwdansi",
317 "git2",
318 "git2-curl",
319 "glob",
Mark Rousskov342d9562020-08-17 15:21:44320 "hex 0.4.2",
Igor Matuszewskic2249a42019-09-08 08:28:11321 "home",
Mark Rousskov342d9562020-08-17 15:21:44322 "humantime 2.0.1",
Alex Crichton093ede22019-08-15 00:45:09323 "ignore",
324 "im-rc",
325 "jobserver",
Yuki Okushi1f0a39502020-05-26 04:00:42326 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:09327 "lazycell",
328 "libc",
329 "libgit2-sys",
330 "log",
331 "memchr",
Linus Färnstrandf9220c32020-11-27 23:56:12332 "miow 0.3.6",
Alex Crichton093ede22019-08-15 00:45:09333 "num_cpus",
334 "opener",
335 "openssl",
Eric Huss139477d2019-11-12 18:14:48336 "percent-encoding 2.1.0",
Alex Crichton093ede22019-08-15 00:45:09337 "pretty_env_logger",
Alex Crichton093ede22019-08-15 00:45:09338 "rustc-workspace-hack",
Ralf Jung7fa29072020-04-15 16:32:41339 "rustfix",
Alex Crichton093ede22019-08-15 00:45:09340 "same-file",
Eric Hussa0431e22020-05-26 00:56:32341 "semver 0.10.0",
Alex Crichton093ede22019-08-15 00:45:09342 "serde",
Igor Matuszewskic2249a42019-09-08 08:28:11343 "serde_ignored",
Alex Crichton093ede22019-08-15 00:45:09344 "serde_json",
345 "shell-escape",
346 "strip-ansi-escapes",
347 "tar",
348 "tempfile",
349 "termcolor",
Eric Huss7d92cf42019-08-20 17:46:35350 "toml",
Alex Crichton093ede22019-08-15 00:45:09351 "unicode-width",
Aaron Hill70ba4912020-08-01 14:11:15352 "unicode-xid",
Mark Rousskov342d9562020-08-17 15:21:44353 "url 2.1.1",
Alex Crichton093ede22019-08-15 00:45:09354 "walkdir",
Mark Rousskov342d9562020-08-17 15:21:44355 "winapi 0.3.9",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58356]
357
358[[package]]
Eric Huss74498c12020-12-16 17:03:33359name = "cargo-credential"
360version = "0.1.0"
361
362[[package]]
363name = "cargo-credential-1password"
364version = "0.1.0"
365dependencies = [
366 "cargo-credential",
367 "serde",
368 "serde_json",
369]
370
371[[package]]
372name = "cargo-credential-macos-keychain"
373version = "0.1.0"
374dependencies = [
375 "cargo-credential",
376 "security-framework",
377]
378
379[[package]]
380name = "cargo-credential-wincred"
381version = "0.1.0"
382dependencies = [
383 "cargo-credential",
384 "winapi 0.3.9",
385]
386
387[[package]]
Ralf Jung759e4952020-06-01 18:17:20388name = "cargo-miri"
389version = "0.1.0"
390dependencies = [
Ralf Jung759e4952020-06-01 18:17:20391 "directories",
392 "rustc-workspace-hack",
393 "rustc_version",
394 "serde",
395 "serde_json",
396 "vergen",
397]
398
399[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:56400name = "cargo-platform"
Eric Husse5d39ee2019-12-10 19:54:10401version = "0.1.1"
Alex Crichton5c5e3fa2019-09-24 18:06:56402dependencies = [
403 "serde",
404]
405
406[[package]]
Eric Hussaedb74b2019-06-12 14:37:30407name = "cargo-test-macro"
408version = "0.1.0"
Eric Hussaedb74b2019-06-12 14:37:30409
410[[package]]
Aaron Hilld440e132019-09-16 18:45:40411name = "cargo-test-support"
412version = "0.1.0"
413dependencies = [
414 "cargo",
415 "cargo-test-macro",
416 "filetime",
417 "flate2",
418 "git2",
419 "glob",
Yuki Okushi1f0a39502020-05-26 04:00:42420 "lazy_static",
Aaron Hilld440e132019-09-16 18:45:40421 "remove_dir_all",
422 "serde_json",
423 "tar",
Mark Rousskov342d9562020-08-17 15:21:44424 "url 2.1.1",
Aaron Hilld440e132019-09-16 18:45:40425]
426
427[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29428name = "cargo_metadata"
Mark Rousskov342d9562020-08-17 15:21:44429version = "0.8.2"
Manish Goregaokar87049472019-06-03 23:00:38430source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44431checksum = "700b3731fd7d357223d0000f4dbf1808401b694609035c3c411fbc0cd375c426"
Manish Goregaokar87049472019-06-03 23:00:38432dependencies = [
Eric Hussa0431e22020-05-26 00:56:32433 "semver 0.9.0",
Alex Crichton093ede22019-08-15 00:45:09434 "serde",
435 "serde_derive",
436 "serde_json",
Manish Goregaokar87049472019-06-03 23:00:38437]
438
439[[package]]
Manish Goregaokar7d0162d2019-10-24 15:06:40440name = "cargo_metadata"
Jubilee Young31afacf2020-08-21 08:24:58441version = "0.11.1"
442source = "registry+https://github.com/rust-lang/crates.io-index"
443checksum = "89fec17b16f1ac67908af82e47d0a90a7afd0e1827b181cd77504323d3263d35"
444dependencies = [
445 "semver 0.10.0",
446 "serde",
447 "serde_json",
448]
449
450[[package]]
Eduardo Brotoca11eeb2020-10-23 21:47:58451name = "cargo_metadata"
452version = "0.12.0"
453source = "registry+https://github.com/rust-lang/crates.io-index"
454checksum = "d5a5f7b42f606b7f23674f6f4d877628350682bc40687d3fae65679a58d55345"
455dependencies = [
456 "semver 0.11.0",
457 "serde",
458 "serde_json",
459]
460
461[[package]]
Alex Crichtonf6304e12017-02-15 22:55:26462name = "cargotest2"
463version = "0.1.0"
464
465[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:35466name = "cc"
Jake Goulding9803c9b2020-09-16 17:09:25467version = "1.0.60"
Nick Cameronc5cad5a2017-09-22 01:58:35468source = "registry+https://github.com/rust-lang/crates.io-index"
Jake Goulding9803c9b2020-09-16 17:09:25469checksum = "ef611cc68ff783f18535d77ddd080185275713d852c4f5cbb6122c462a7a825c"
Eric Hussa9023832019-11-09 19:59:53470dependencies = [
471 "jobserver",
Eric Hussa9023832019-11-09 19:59:53472]
Nick Cameronc5cad5a2017-09-22 01:58:35473
474[[package]]
Josh Stone020c5ec2017-05-08 22:01:13475name = "cfg-if"
Alex Crichtonaabf4e92020-01-08 15:33:57476version = "0.1.10"
Josh Stone020c5ec2017-05-08 22:01:13477source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:57478checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
Alex Crichtond1040fe2019-05-15 14:30:15479dependencies = [
Alex Crichton093ede22019-08-15 00:45:09480 "compiler_builtins",
481 "rustc-std-workspace-core",
Alex Crichtond1040fe2019-05-15 14:30:15482]
Josh Stone020c5ec2017-05-08 22:01:13483
484[[package]]
Aaron Hill44fdfd62020-10-11 17:51:07485name = "cfg-if"
486version = "1.0.0"
487source = "registry+https://github.com/rust-lang/crates.io-index"
488checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
489
490[[package]]
Jack Hueya24df5b2020-03-03 16:25:03491name = "chalk-derive"
Matthew Jasper4d60a802020-10-29 22:23:58492version = "0.36.0"
Jack Hueya24df5b2020-03-03 16:25:03493source = "registry+https://github.com/rust-lang/crates.io-index"
Matthew Jasper4d60a802020-10-29 22:23:58494checksum = "9f88ce4deae1dace71e49b7611cfae2d5489de3530d6daba5758043c47ac3a10"
Jack Hueya24df5b2020-03-03 16:25:03495dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15496 "proc-macro2",
497 "quote",
498 "syn",
Igor Matuszewski403a9d02020-05-05 11:26:16499 "synstructure",
Jack Hueya24df5b2020-03-03 16:25:03500]
501
502[[package]]
503name = "chalk-engine"
Matthew Jasper4d60a802020-10-29 22:23:58504version = "0.36.0"
Jack Hueya24df5b2020-03-03 16:25:03505source = "registry+https://github.com/rust-lang/crates.io-index"
Matthew Jasper4d60a802020-10-29 22:23:58506checksum = "0e34c9b1b10616782143d7f49490f91ae94afaf2202de3ab0b2835e78b4f0ccc"
Jack Hueya24df5b2020-03-03 16:25:03507dependencies = [
Jack Huey6aa2e9d2020-05-27 00:19:19508 "chalk-derive",
509 "chalk-ir",
Jack Hueyd66452c2020-08-04 22:35:37510 "chalk-solve",
Jack Hueya24df5b2020-03-03 16:25:03511 "rustc-hash",
Jack Hueyecb8b9f2020-05-27 05:05:09512 "tracing",
Jack Hueya24df5b2020-03-03 16:25:03513]
514
515[[package]]
516name = "chalk-ir"
Matthew Jasper4d60a802020-10-29 22:23:58517version = "0.36.0"
Jack Hueya24df5b2020-03-03 16:25:03518source = "registry+https://github.com/rust-lang/crates.io-index"
Matthew Jasper4d60a802020-10-29 22:23:58519checksum = "63362c629c2014ab639b04029070763fb8224df136d1363d30e9ece4c8877da3"
Jack Hueya24df5b2020-03-03 16:25:03520dependencies = [
521 "chalk-derive",
Yuki Okushi1f0a39502020-05-26 04:00:42522 "lazy_static",
Jack Hueya24df5b2020-03-03 16:25:03523]
524
525[[package]]
Jack Hueya24df5b2020-03-03 16:25:03526name = "chalk-solve"
Matthew Jasper4d60a802020-10-29 22:23:58527version = "0.36.0"
Jack Hueya24df5b2020-03-03 16:25:03528source = "registry+https://github.com/rust-lang/crates.io-index"
Matthew Jasper4d60a802020-10-29 22:23:58529checksum = "cac338a67af52a7f50bb2f8232e730a3518ce432dbe303246acfe525ddd838c7"
Jack Hueya24df5b2020-03-03 16:25:03530dependencies = [
531 "chalk-derive",
Jack Hueya24df5b2020-03-03 16:25:03532 "chalk-ir",
Jack Hueya42e5a12020-05-27 05:05:09533 "ena",
Jack Hueya24df5b2020-03-03 16:25:03534 "itertools 0.9.0",
535 "petgraph",
536 "rustc-hash",
Jack Hueyecb8b9f2020-05-27 05:05:09537 "tracing",
Jack Hueyd66452c2020-08-04 22:35:37538 "tracing-subscriber",
539 "tracing-tree",
Jack Hueya24df5b2020-03-03 16:25:03540]
541
542[[package]]
Alex Crichton15899b02018-01-25 04:01:42543name = "chrono"
Mark Rousskov342d9562020-08-17 15:21:44544version = "0.4.15"
Alex Crichton15899b02018-01-25 04:01:42545source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44546checksum = "942f72db697d8767c22d46a598e01f2d3b475501ea43d0db4f16d90259182d0b"
Alex Crichton15899b02018-01-25 04:01:42547dependencies = [
Alex Crichton093ede22019-08-15 00:45:09548 "num-integer",
549 "num-traits",
550 "time",
Alex Crichton15899b02018-01-25 04:01:42551]
552
553[[package]]
Steve Klabnika0769612017-02-07 23:13:57554name = "clap"
Mark Rousskov342d9562020-08-17 15:21:44555version = "2.33.3"
Steve Klabnika0769612017-02-07 23:13:57556source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44557checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
Steve Klabnika0769612017-02-07 23:13:57558dependencies = [
Oliver Schererec7230f2020-07-24 18:42:00559 "ansi_term 0.11.0",
Alex Crichton093ede22019-08-15 00:45:09560 "atty",
561 "bitflags",
562 "strsim",
563 "textwrap",
564 "unicode-width",
565 "vec_map",
Pietro Albini9beb8f52019-11-26 11:06:30566 "yaml-rust 0.3.5",
Steve Klabnika0769612017-02-07 23:13:57567]
568
569[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29570name = "clippy"
flip1995d35d8272021-01-02 15:47:58571version = "0.1.51"
Ahmed Charles9ca382f2016-09-02 08:55:29572dependencies = [
Eduardo Brotoca11eeb2020-10-23 21:47:58573 "cargo_metadata 0.12.0",
Alex Crichton093ede22019-08-15 00:45:09574 "clippy-mini-macro-test",
575 "clippy_lints",
Ralf Jung7fa29072020-04-15 16:32:41576 "compiletest_rs",
Alex Crichton093ede22019-08-15 00:45:09577 "derive-new",
Alex Crichton093ede22019-08-15 00:45:09578 "rustc-workspace-hack",
Oliver Scherer2a789512019-05-26 17:21:54579 "rustc_tools_util 0.2.0",
Eduardo Brotoca11eeb2020-10-23 21:47:58580 "semver 0.11.0",
Alex Crichton093ede22019-08-15 00:45:09581 "serde",
Matthias Krügerf77104b2019-12-02 22:09:48582 "tempfile",
Ralf Jung9e940f02019-11-28 17:40:05583 "tester",
Ahmed Charles9ca382f2016-09-02 08:55:29584]
585
586[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29587name = "clippy-mini-macro-test"
Oliver Schneider70717f22018-01-30 14:12:12588version = "0.2.0"
Oliver Schneideracdf83f2017-12-06 08:25:29589
590[[package]]
591name = "clippy_lints"
flip1995d35d8272021-01-02 15:47:58592version = "0.1.51"
Oliver Schneider847bb142018-05-11 12:11:06593dependencies = [
Eduardo Brotoca11eeb2020-10-23 21:47:58594 "cargo_metadata 0.12.0",
Alex Crichton093ede22019-08-15 00:45:09595 "if_chain",
Matthias Krüger66949a72020-03-12 20:47:47596 "itertools 0.9.0",
flip1995d4454932020-09-24 12:51:13597 "pulldown-cmark 0.8.0",
Alex Crichton093ede22019-08-15 00:45:09598 "quine-mc_cluskey",
Aaron Hill70ba4912020-08-01 14:11:15599 "quote",
Alex Crichton093ede22019-08-15 00:45:09600 "regex-syntax",
flip1995898ef0f2020-12-06 14:07:59601 "rustc-semver",
Eduardo Brotoca11eeb2020-10-23 21:47:58602 "semver 0.11.0",
Alex Crichton093ede22019-08-15 00:45:09603 "serde",
Mark Rousskov342d9562020-08-17 15:21:44604 "smallvec 1.4.2",
Aaron Hill70ba4912020-08-01 14:11:15605 "syn",
Eric Huss7d92cf42019-08-20 17:46:35606 "toml",
Alex Crichton093ede22019-08-15 00:45:09607 "unicode-normalization",
Mark Rousskov342d9562020-08-17 15:21:44608 "url 2.1.1",
Oliver Schneider847bb142018-05-11 12:11:06609]
610
611[[package]]
kennytmcab21f12018-07-26 21:58:55612name = "cloudabi"
613version = "0.0.3"
614source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09615checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
kennytmcab21f12018-07-26 21:58:55616dependencies = [
Alex Crichton093ede22019-08-15 00:45:09617 "bitflags",
kennytmcab21f12018-07-26 21:58:55618]
619
620[[package]]
Mark Rousskov342d9562020-08-17 15:21:44621name = "cloudabi"
622version = "0.1.0"
Oliver Schneideracdf83f2017-12-06 08:25:29623source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44624checksum = "4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467"
625dependencies = [
626 "bitflags",
627]
628
629[[package]]
630name = "cmake"
631version = "0.1.44"
632source = "registry+https://github.com/rust-lang/crates.io-index"
633checksum = "0e56268c17a6248366d66d4a47a3381369d068cce8409bb1716ed77ea32163bb"
Oliver Schneideracdf83f2017-12-06 08:25:29634dependencies = [
Alex Crichton093ede22019-08-15 00:45:09635 "cc",
Oliver Schneideracdf83f2017-12-06 08:25:29636]
637
638[[package]]
Nick Cameron127f9a62018-04-25 22:11:28639name = "colored"
Ralf Jung0e908752020-09-17 18:04:20640version = "2.0.0"
Nick Cameron127f9a62018-04-25 22:11:28641source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung0e908752020-09-17 18:04:20642checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
Nick Cameron127f9a62018-04-25 22:11:28643dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:42644 "atty",
645 "lazy_static",
Mark Rousskov342d9562020-08-17 15:21:44646 "winapi 0.3.9",
Nick Cameron127f9a62018-04-25 22:11:28647]
648
649[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29650name = "commoncrypto"
651version = "0.2.0"
652source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09653checksum = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
Oliver Schneideracdf83f2017-12-06 08:25:29654dependencies = [
Alex Crichton093ede22019-08-15 00:45:09655 "commoncrypto-sys",
Oliver Schneideracdf83f2017-12-06 08:25:29656]
657
658[[package]]
659name = "commoncrypto-sys"
660version = "0.2.0"
661source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09662checksum = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
Oliver Schneideracdf83f2017-12-06 08:25:29663dependencies = [
Alex Crichton093ede22019-08-15 00:45:09664 "libc",
Murarth64842582017-06-17 19:01:18665]
666
667[[package]]
Alex Crichton147e2da2016-10-07 06:30:38668name = "compiler_builtins"
Yuki Okushi6275a292020-12-09 19:48:08669version = "0.1.39"
Alex Crichton4c21a3b2018-11-20 05:52:50670source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi6275a292020-12-09 19:48:08671checksum = "3748f82c7d366a0b4950257d19db685d4958d2fa27c6d164a3f069fec42b748b"
Alex Crichton147e2da2016-10-07 06:30:38672dependencies = [
Alex Crichton093ede22019-08-15 00:45:09673 "cc",
674 "rustc-std-workspace-core",
Alex Crichton147e2da2016-10-07 06:30:38675]
676
677[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29678name = "compiletest"
679version = "0.0.0"
680dependencies = [
Alex Crichton093ede22019-08-15 00:45:09681 "diff",
Alex Crichton093ede22019-08-15 00:45:09682 "getopts",
Xavier Denisf07607f2020-07-28 13:22:21683 "glob",
Yuki Okushi1f0a39502020-05-26 04:00:42684 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:09685 "libc",
Linus Färnstrandf9220c32020-11-27 23:56:12686 "miow 0.3.6",
Alex Crichton093ede22019-08-15 00:45:09687 "regex",
Ralf Jung7fa29072020-04-15 16:32:41688 "rustfix",
Alex Crichton093ede22019-08-15 00:45:09689 "serde",
690 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:00691 "tracing",
Tomasz Miąsko08d5e962020-10-20 00:00:00692 "tracing-subscriber",
Alex Crichton093ede22019-08-15 00:45:09693 "walkdir",
Mark Rousskov342d9562020-08-17 15:21:44694 "winapi 0.3.9",
Oliver Schneideracdf83f2017-12-06 08:25:29695]
696
697[[package]]
698name = "compiletest_rs"
Matthias Krügerfada4b22020-04-15 18:54:39699version = "0.5.0"
700source = "registry+https://github.com/rust-lang/crates.io-index"
701checksum = "9f737835bfbbe29ed1ff82d5137520338d7ed5bf1a1d4b9c1c7c58bb45b8fa29"
702dependencies = [
703 "diff",
704 "filetime",
705 "getopts",
706 "libc",
707 "log",
Linus Färnstrandf9220c32020-11-27 23:56:12708 "miow 0.3.6",
Matthias Krügerfada4b22020-04-15 18:54:39709 "regex",
Ralf Jung7fa29072020-04-15 16:32:41710 "rustfix",
Matthias Krügerfada4b22020-04-15 18:54:39711 "serde",
712 "serde_derive",
713 "serde_json",
714 "tempfile",
715 "tester",
Mark Rousskov342d9562020-08-17 15:21:44716 "winapi 0.3.9",
Matthias Krügerfada4b22020-04-15 18:54:39717]
718
719[[package]]
Eric Huss71bf7cf2020-10-14 22:16:47720name = "const_fn"
721version = "0.4.2"
722source = "registry+https://github.com/rust-lang/crates.io-index"
723checksum = "ce90df4c658c62f12d78f7508cf92f9173e5184a539c10bfe54a3107b3ffd0f2"
724
725[[package]]
flip19954c228cc2019-02-18 09:32:58726name = "constant_time_eq"
Mark Rousskov342d9562020-08-17 15:21:44727version = "0.1.5"
flip19954c228cc2019-02-18 09:32:58728source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44729checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
flip19954c228cc2019-02-18 09:32:58730
731[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29732name = "core"
733version = "0.0.0"
Alex Crichton994bfd42018-02-26 17:07:16734dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15735 "rand",
Alex Crichton994bfd42018-02-26 17:07:16736]
Ahmed Charles9ca382f2016-09-02 08:55:29737
738[[package]]
Nick Cameron7cb3f452017-08-24 05:52:28739name = "core-foundation"
Eric Hussf3206bc2020-06-30 17:39:05740version = "0.9.0"
Eric Huss2b985322019-11-25 16:14:07741source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3206bc2020-06-30 17:39:05742checksum = "3b5ed8e7e76c45974e15e41bfa8d5b0483cd90191639e01d8f5f1e606299d3fb"
Eric Huss2b985322019-11-25 16:14:07743dependencies = [
Eric Huss6654c582020-06-23 22:00:48744 "core-foundation-sys",
Alex Crichton093ede22019-08-15 00:45:09745 "libc",
Nick Cameron7cb3f452017-08-24 05:52:28746]
747
748[[package]]
749name = "core-foundation-sys"
Eric Hussf3206bc2020-06-30 17:39:05750version = "0.8.0"
Eric Huss2b985322019-11-25 16:14:07751source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3206bc2020-06-30 17:39:05752checksum = "9a21fa21941700a3cd8fcb4091f361a6a712fac632f85d9f487cc892045d55c6"
Eric Huss2b985322019-11-25 16:14:07753
754[[package]]
Rich Kadelbd0eb072020-11-03 05:32:48755name = "coverage_test_macros"
756version = "0.0.0"
Rich Kadelbd0eb072020-11-03 05:32:48757
758[[package]]
Pietro Albiniacd8e592020-10-01 15:15:12759name = "cpuid-bool"
760version = "0.1.2"
761source = "registry+https://github.com/rust-lang/crates.io-index"
762checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634"
763
764[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58765name = "crates-io"
Eric Hussda2eb652020-04-21 21:11:30766version = "0.31.1"
Nick Cameronad8ecc22017-07-19 01:32:12767dependencies = [
Eric Huss6da85d62020-01-14 17:47:04768 "anyhow",
Alex Crichton093ede22019-08-15 00:45:09769 "curl",
Eric Huss139477d2019-11-12 18:14:48770 "percent-encoding 2.1.0",
Alex Crichton093ede22019-08-15 00:45:09771 "serde",
Alex Crichton093ede22019-08-15 00:45:09772 "serde_json",
Mark Rousskov342d9562020-08-17 15:21:44773 "url 2.1.1",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58774]
775
776[[package]]
Alex Crichtonb4110902018-12-08 11:06:54777name = "crc32fast"
Alex Crichton06d565c2020-05-13 21:22:37778version = "1.2.0"
Alex Crichtonb4110902018-12-08 11:06:54779source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton06d565c2020-05-13 21:22:37780checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
Alex Crichtonb4110902018-12-08 11:06:54781dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:07782 "cfg-if 0.1.10",
Alex Crichtonb4110902018-12-08 11:06:54783]
Alex Crichton38bedfa2017-09-02 03:46:51784
785[[package]]
kennytmcab21f12018-07-26 21:58:55786name = "crossbeam-channel"
Mateusz Mikuła5aa661752020-10-11 14:19:35787version = "0.4.4"
Matthias Krüger451d4922020-02-10 19:47:38788source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuła5aa661752020-10-11 14:19:35789checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
Matthias Krüger451d4922020-02-10 19:47:38790dependencies = [
Mateusz Mikułaf5e702d2020-03-26 13:10:35791 "crossbeam-utils 0.7.2",
Mateusz Mikuła5aa661752020-10-11 14:19:35792 "maybe-uninit",
Matthias Krüger451d4922020-02-10 19:47:38793]
794
795[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45796name = "crossbeam-deque"
Mark Rousskov342d9562020-08-17 15:21:44797version = "0.7.3"
Josh Stone33c41252019-09-10 17:13:07798source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44799checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
Josh Stone33c41252019-09-10 17:13:07800dependencies = [
Igor Matuszewski5b091302019-12-10 15:01:01801 "crossbeam-epoch",
Mark Rousskov342d9562020-08-17 15:21:44802 "crossbeam-utils 0.7.2",
803 "maybe-uninit",
Josh Stone33c41252019-09-10 17:13:07804]
805
806[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45807name = "crossbeam-epoch"
Mark Rousskov342d9562020-08-17 15:21:44808version = "0.8.2"
Matthias Krüger696fb8f2019-01-21 15:32:43809source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44810checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
Matthias Krüger696fb8f2019-01-21 15:32:43811dependencies = [
Mark Rousskov342d9562020-08-17 15:21:44812 "autocfg",
Aaron Hill44fdfd62020-10-11 17:51:07813 "cfg-if 0.1.10",
Mark Rousskov342d9562020-08-17 15:21:44814 "crossbeam-utils 0.7.2",
Yuki Okushi1f0a39502020-05-26 04:00:42815 "lazy_static",
Mark Rousskov342d9562020-08-17 15:21:44816 "maybe-uninit",
Igor Matuszewski5b091302019-12-10 15:01:01817 "memoffset",
Mateusz Mikuła2d8d8132019-12-04 17:40:16818 "scopeguard",
Matthias Krüger696fb8f2019-01-21 15:32:43819]
820
821[[package]]
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:33822name = "crossbeam-queue"
823version = "0.1.2"
824source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09825checksum = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b"
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:33826dependencies = [
Mark Rousskov342d9562020-08-17 15:21:44827 "crossbeam-utils 0.6.6",
828]
829
830[[package]]
831name = "crossbeam-queue"
832version = "0.2.3"
833source = "registry+https://github.com/rust-lang/crates.io-index"
834checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
835dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:07836 "cfg-if 0.1.10",
Mark Rousskov342d9562020-08-17 15:21:44837 "crossbeam-utils 0.7.2",
838 "maybe-uninit",
André Luis Leal Cardoso Juniorf8069722019-04-07 12:59:33839]
840
841[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45842name = "crossbeam-utils"
Mark Rousskov342d9562020-08-17 15:21:44843version = "0.6.6"
Alex Crichton01127ca2018-11-16 11:08:23844source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44845checksum = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
Alex Crichton01127ca2018-11-16 11:08:23846dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:07847 "cfg-if 0.1.10",
Yuki Okushi1f0a39502020-05-26 04:00:42848 "lazy_static",
Alex Crichton01127ca2018-11-16 11:08:23849]
850
851[[package]]
Eric Husse0f2f9d2019-11-12 17:57:41852name = "crossbeam-utils"
Mateusz Mikułaf5e702d2020-03-26 13:10:35853version = "0.7.2"
Eric Husse0f2f9d2019-11-12 17:57:41854source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikułaf5e702d2020-03-26 13:10:35855checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
Eric Husse0f2f9d2019-11-12 17:57:41856dependencies = [
Amanieu d'Antrasd51b7b22020-03-16 18:37:15857 "autocfg",
Aaron Hill44fdfd62020-10-11 17:51:07858 "cfg-if 0.1.10",
Yuki Okushi1f0a39502020-05-26 04:00:42859 "lazy_static",
Eric Husse0f2f9d2019-11-12 17:57:41860]
861
862[[package]]
Eric Huss71bf7cf2020-10-14 22:16:47863name = "crossbeam-utils"
864version = "0.8.0"
865source = "registry+https://github.com/rust-lang/crates.io-index"
866checksum = "ec91540d98355f690a86367e566ecad2e9e579f230230eb7c21398372be73ea5"
867dependencies = [
868 "autocfg",
869 "cfg-if 1.0.0",
870 "const_fn",
871 "lazy_static",
872]
873
874[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29875name = "crypto-hash"
Mark Rousskov342d9562020-08-17 15:21:44876version = "0.3.4"
Oliver Schneideracdf83f2017-12-06 08:25:29877source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44878checksum = "8a77162240fd97248d19a564a565eb563a3f592b386e4136fb300909e67dddca"
Oliver Schneideracdf83f2017-12-06 08:25:29879dependencies = [
Alex Crichton093ede22019-08-15 00:45:09880 "commoncrypto",
Aaron Hilld440e132019-09-16 18:45:40881 "hex 0.3.2",
Alex Crichton093ede22019-08-15 00:45:09882 "openssl",
Mark Rousskov342d9562020-08-17 15:21:44883 "winapi 0.3.9",
Oliver Schneideracdf83f2017-12-06 08:25:29884]
885
886[[package]]
Mateusz Mikułaf5e702d2020-03-26 13:10:35887name = "ctor"
Mark Rousskov342d9562020-08-17 15:21:44888version = "0.1.15"
Mateusz Mikułaf5e702d2020-03-26 13:10:35889source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44890checksum = "39858aa5bac06462d4dd4b9164848eb81ffc4aa5c479746393598fd193afa227"
Mateusz Mikułaf5e702d2020-03-26 13:10:35891dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15892 "quote",
893 "syn",
Mateusz Mikułaf5e702d2020-03-26 13:10:35894]
895
896[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58897name = "curl"
Eric Huss468af392020-12-23 03:42:03898version = "0.4.34"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58899source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss468af392020-12-23 03:42:03900checksum = "e268162af1a5fe89917ae25ba3b0a77c8da752bdc58e7dbb4f15b91fbd33756e"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58901dependencies = [
Alex Crichton093ede22019-08-15 00:45:09902 "curl-sys",
Alex Crichton093ede22019-08-15 00:45:09903 "libc",
904 "openssl-probe",
905 "openssl-sys",
906 "schannel",
907 "socket2",
Mark Rousskov342d9562020-08-17 15:21:44908 "winapi 0.3.9",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58909]
910
911[[package]]
912name = "curl-sys"
Eric Huss468af392020-12-23 03:42:03913version = "0.4.39+curl-7.74.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58914source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss468af392020-12-23 03:42:03915checksum = "07a8ce861e7b68a0b394e814d7ee9f1b2750ff8bd10372c6ad3bacc10e86f874"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58916dependencies = [
Alex Crichton093ede22019-08-15 00:45:09917 "cc",
918 "libc",
919 "libnghttp2-sys",
920 "libz-sys",
921 "openssl-sys",
922 "pkg-config",
923 "vcpkg",
Mark Rousskov342d9562020-08-17 15:21:44924 "winapi 0.3.9",
Josh Stone020c5ec2017-05-08 22:01:13925]
926
927[[package]]
Douglas Campos422fe7c2018-05-29 11:52:51928name = "datafrog"
Niko Matsakis826fb1d2019-01-02 19:45:22929version = "2.0.1"
Douglas Campos422fe7c2018-05-29 11:52:51930source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09931checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
Douglas Campos422fe7c2018-05-29 11:52:51932
933[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58934name = "derive-new"
Igor Matuszewski3bdaced2020-05-05 11:30:49935version = "0.5.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58936source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski3bdaced2020-05-05 11:30:49937checksum = "71f31892cd5c62e414316f2963c5689242c43d8e7bbcaaeca97e5e28c95d91d9"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58938dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15939 "proc-macro2",
940 "quote",
941 "syn",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58942]
943
944[[package]]
kennytmcab21f12018-07-26 21:58:55945name = "derive_more"
Mark Rousskov342d9562020-08-17 15:21:44946version = "0.99.9"
kennytmcab21f12018-07-26 21:58:55947source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44948checksum = "298998b1cf6b5b2c8a7b023dfd45821825ce3ba8a8af55c921a0e734e4653f76"
kennytmcab21f12018-07-26 21:58:55949dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15950 "proc-macro2",
951 "quote",
952 "syn",
kennytmcab21f12018-07-26 21:58:55953]
954
955[[package]]
Cengiz Can837817c2017-04-27 19:41:18956name = "diff"
Mark Rousskov342d9562020-08-17 15:21:44957version = "0.1.12"
Cengiz Can837817c2017-04-27 19:41:18958source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44959checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
Cengiz Can837817c2017-04-27 19:41:18960
961[[package]]
Mark Simulacrum42fde212018-03-10 14:03:06962name = "difference"
963version = "2.0.0"
964source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09965checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
Mark Simulacrum42fde212018-03-10 14:03:06966
967[[package]]
James Munnsde763692019-01-19 02:39:37968name = "digest"
Arlo Siemsenf86b0782020-03-31 05:17:15969version = "0.8.1"
James Munnsde763692019-01-19 02:39:37970source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:15971checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
James Munnsde763692019-01-19 02:39:37972dependencies = [
Pietro Albiniacd8e592020-10-01 15:15:12973 "generic-array 0.12.3",
974]
975
976[[package]]
977name = "digest"
978version = "0.9.0"
979source = "registry+https://github.com/rust-lang/crates.io-index"
980checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
981dependencies = [
982 "generic-array 0.14.4",
James Munnsde763692019-01-19 02:39:37983]
984
985[[package]]
Ralf Jung44b0fd62018-11-28 20:22:45986name = "directories"
Ralf Jung0e908752020-09-17 18:04:20987version = "3.0.1"
Ralf Jung44b0fd62018-11-28 20:22:45988source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung0e908752020-09-17 18:04:20989checksum = "f8fed639d60b58d0f53498ab13d26f621fd77569cc6edb031f4cc36a2ad9da0f"
Ralf Jung44b0fd62018-11-28 20:22:45990dependencies = [
Alex Crichton093ede22019-08-15 00:45:09991 "dirs-sys",
Ralf Jung44b0fd62018-11-28 20:22:45992]
993
994[[package]]
flip19954c228cc2019-02-18 09:32:58995name = "dirs"
Mark Rousskov342d9562020-08-17 15:21:44996version = "2.0.2"
flip19954c228cc2019-02-18 09:32:58997source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44998checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
flip19954c228cc2019-02-18 09:32:58999dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071000 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:091001 "dirs-sys",
flip19954c228cc2019-02-18 09:32:581002]
1003
1004[[package]]
Ralf Jung4e8626e2019-06-13 07:58:321005name = "dirs-sys"
Mark Rousskov342d9562020-08-17 15:21:441006version = "0.3.5"
Ralf Jung4e8626e2019-06-13 07:58:321007source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441008checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"
Ralf Jung4e8626e2019-06-13 07:58:321009dependencies = [
Alex Crichton093ede22019-08-15 00:45:091010 "libc",
1011 "redox_users",
Mark Rousskov342d9562020-08-17 15:21:441012 "winapi 0.3.9",
Ralf Jung4e8626e2019-06-13 07:58:321013]
1014
1015[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291016name = "dlmalloc"
Raoul Strackx292f15c2020-11-09 17:20:491017version = "0.2.1"
Alex Crichton4c21a3b2018-11-20 05:52:501018source = "registry+https://github.com/rust-lang/crates.io-index"
Raoul Strackx292f15c2020-11-09 17:20:491019checksum = "332570860c2edf2d57914987bf9e24835425f75825086b6ba7d1e6a3e4f1f254"
Oliver Schneideracdf83f2017-12-06 08:25:291020dependencies = [
Alex Crichton093ede22019-08-15 00:45:091021 "compiler_builtins",
1022 "libc",
1023 "rustc-std-workspace-core",
Oliver Schneideracdf83f2017-12-06 08:25:291024]
1025
1026[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291027name = "either"
Mark Rousskov342d9562020-08-17 15:21:441028version = "1.6.0"
Oliver Schneideracdf83f2017-12-06 08:25:291029source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441030checksum = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f"
Oliver Schneideracdf83f2017-12-06 08:25:291031
1032[[package]]
steveklabnikecfbaca2018-04-03 14:32:041033name = "elasticlunr-rs"
Aaron Hill70ba4912020-08-01 14:11:151034version = "2.3.9"
steveklabnikecfbaca2018-04-03 14:32:041035source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:151036checksum = "35622eb004c8f0c5e7e2032815f3314a93df0db30a1ce5c94e62c1ecc81e22b9"
steveklabnikecfbaca2018-04-03 14:32:041037dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:421038 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091039 "regex",
1040 "serde",
1041 "serde_derive",
1042 "serde_json",
1043 "strum",
1044 "strum_macros",
steveklabnikecfbaca2018-04-03 14:32:041045]
1046
1047[[package]]
Sean Griffin755bdaa2018-01-29 20:45:121048name = "ena"
Markus Westerlindcaacdd22020-02-25 08:47:071049version = "0.14.0"
1050source = "registry+https://github.com/rust-lang/crates.io-index"
1051checksum = "d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3"
Eduard-Mihai Burtescu76831802018-07-25 12:44:061052dependencies = [
Alex Crichtonb4110902018-12-08 11:06:541053 "log",
Eduard-Mihai Burtescu76831802018-07-25 12:44:061054]
1055
1056[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581057name = "env_logger"
Mateusz Mikuła8ddbe762019-08-29 11:22:211058version = "0.6.2"
Alex Crichton15899b02018-01-25 04:01:421059source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuła8ddbe762019-08-29 11:22:211060checksum = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3"
Alex Crichton01127ca2018-11-16 11:08:231061dependencies = [
Alex Crichton093ede22019-08-15 00:45:091062 "atty",
Eric Hussd45d8b12020-01-21 17:55:431063 "humantime 1.3.0",
Alex Crichton093ede22019-08-15 00:45:091064 "log",
1065 "regex",
1066 "termcolor",
Alex Crichton01127ca2018-11-16 11:08:231067]
1068
1069[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:561070name = "env_logger"
Ralf Jung64cf5962019-10-30 20:03:191071version = "0.7.1"
Alex Crichton5c5e3fa2019-09-24 18:06:561072source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung64cf5962019-10-30 20:03:191073checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
Alex Crichton5c5e3fa2019-09-24 18:06:561074dependencies = [
1075 "atty",
Eric Hussd45d8b12020-01-21 17:55:431076 "humantime 1.3.0",
Alex Crichton5c5e3fa2019-09-24 18:06:561077 "log",
1078 "regex",
1079 "termcolor",
1080]
1081
1082[[package]]
Eric Husse852a4a2020-10-20 23:36:461083name = "env_logger"
1084version = "0.8.1"
1085source = "registry+https://github.com/rust-lang/crates.io-index"
1086checksum = "54532e3223c5af90a6a757c90b5c5521564b07e5e7a958681bcd2afad421cdcd"
1087dependencies = [
1088 "atty",
1089 "humantime 2.0.1",
1090 "log",
1091 "regex",
1092 "termcolor",
1093]
1094
1095[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291096name = "error_index_generator"
1097version = "0.0.0"
Mark Simulacrume2e9b402017-07-23 02:01:581098dependencies = [
Alex Crichton093ede22019-08-15 00:45:091099 "rustdoc",
Mark Rousskov99ce39b2019-08-19 22:04:251100 "walkdir",
Mark Simulacrume2e9b402017-07-23 02:01:581101]
Ahmed Charles9ca382f2016-09-02 08:55:291102
1103[[package]]
Pietro Albini9beb8f52019-11-26 11:06:301104name = "expand-yaml-anchors"
1105version = "0.1.0"
1106dependencies = [
1107 "yaml-merge-keys",
Mark Rousskov342d9562020-08-17 15:21:441108 "yaml-rust 0.4.4",
Pietro Albini9beb8f52019-11-26 11:06:301109]
1110
1111[[package]]
Aleksey Kladovf7be59c2020-08-21 12:03:501112name = "expect-test"
Aleksey Kladov5716c3e2020-08-31 19:04:091113version = "1.0.1"
Aleksey Kladovf7be59c2020-08-21 12:03:501114source = "registry+https://github.com/rust-lang/crates.io-index"
Aleksey Kladov5716c3e2020-08-31 19:04:091115checksum = "ceb96f3eaa0d4e8769c52dacfd4eb60183b817ed2f176171b3c691d5022b0f2e"
Aleksey Kladovf7be59c2020-08-21 12:03:501116dependencies = [
1117 "difference",
1118 "once_cell",
1119]
1120
1121[[package]]
Alex Crichton325d7392017-12-10 17:42:491122name = "failure"
Mark Rousskov342d9562020-08-17 15:21:441123version = "0.1.8"
Alex Crichton325d7392017-12-10 17:42:491124source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441125checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
Alex Crichton325d7392017-12-10 17:42:491126dependencies = [
Alex Crichton093ede22019-08-15 00:45:091127 "backtrace",
1128 "failure_derive",
Alex Crichton325d7392017-12-10 17:42:491129]
1130
1131[[package]]
1132name = "failure_derive"
Igor Matuszewski403a9d02020-05-05 11:26:161133version = "0.1.8"
Alex Crichton325d7392017-12-10 17:42:491134source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski403a9d02020-05-05 11:26:161135checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
Alex Crichton325d7392017-12-10 17:42:491136dependencies = [
Aaron Hill70ba4912020-08-01 14:11:151137 "proc-macro2",
1138 "quote",
1139 "syn",
Igor Matuszewski403a9d02020-05-05 11:26:161140 "synstructure",
Alex Crichton325d7392017-12-10 17:42:491141]
1142
1143[[package]]
James Munnsde763692019-01-19 02:39:371144name = "fake-simd"
1145version = "0.1.2"
1146source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091147checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
James Munnsde763692019-01-19 02:39:371148
1149[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291150name = "filetime"
Mark Rousskov342d9562020-08-17 15:21:441151version = "0.2.12"
Alex Crichton924f8c72018-04-18 15:43:591152source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441153checksum = "3ed85775dcc68644b5c950ac06a2b23768d3bc9390464151aaf27136998dcf9e"
Alex Crichton924f8c72018-04-18 15:43:591154dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071155 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:091156 "libc",
1157 "redox_syscall",
Mark Rousskov342d9562020-08-17 15:21:441158 "winapi 0.3.9",
Alex Crichton924f8c72018-04-18 15:43:591159]
1160
1161[[package]]
Jack Hueya24df5b2020-03-03 16:25:031162name = "fixedbitset"
Jack Huey6aa2e9d2020-05-27 00:19:191163version = "0.2.0"
Jack Hueya24df5b2020-03-03 16:25:031164source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:191165checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
Jack Hueya24df5b2020-03-03 16:25:031166
1167[[package]]
Josh Stone020c5ec2017-05-08 22:01:131168name = "flate2"
Alex Crichton06d565c2020-05-13 21:22:371169version = "1.0.16"
Felix Schütt7c13fa32017-12-31 14:34:291170source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton06d565c2020-05-13 21:22:371171checksum = "68c90b0fc46cf89d227cc78b40e494ff81287a92dd07631e5af0d06fe3cf885e"
Felix Schütt7c13fa32017-12-31 14:34:291172dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071173 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:091174 "crc32fast",
1175 "libc",
1176 "libz-sys",
Eric Huss139477d2019-11-12 18:14:481177 "miniz_oxide",
Felix Schütt7c13fa32017-12-31 14:34:291178]
1179
1180[[package]]
Simon Sapinb77ff242017-07-18 21:26:551181name = "fnv"
Mark Rousskov342d9562020-08-17 15:21:441182version = "1.0.7"
Simon Sapinb77ff242017-07-18 21:26:551183source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441184checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
Simon Sapinb77ff242017-07-18 21:26:551185
1186[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581187name = "foreign-types"
Oliver Schneideracdf83f2017-12-06 08:25:291188version = "0.3.2"
1189source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091190checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
Oliver Schneideracdf83f2017-12-06 08:25:291191dependencies = [
Alex Crichton093ede22019-08-15 00:45:091192 "foreign-types-shared",
Oliver Schneideracdf83f2017-12-06 08:25:291193]
1194
1195[[package]]
1196name = "foreign-types-shared"
1197version = "0.1.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581198source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091199checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581200
1201[[package]]
Jethro Beekman4a350562018-08-28 04:33:261202name = "fortanix-sgx-abi"
Mark Rousskov342d9562020-08-17 15:21:441203version = "0.3.3"
Alex Crichton4c21a3b2018-11-20 05:52:501204source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441205checksum = "c56c422ef86062869b2d57ae87270608dc5929969dd130a6e248979cf4fb6ca6"
Jethro Beekman4a350562018-08-28 04:33:261206dependencies = [
Alex Crichton093ede22019-08-15 00:45:091207 "compiler_builtins",
1208 "rustc-std-workspace-core",
Jethro Beekman4a350562018-08-28 04:33:261209]
1210
1211[[package]]
Alex Crichton016eaf82018-10-21 02:15:061212name = "fs_extra"
1213version = "1.1.0"
1214source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091215checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
Alex Crichton016eaf82018-10-21 02:15:061216
1217[[package]]
Nick Cameron77177052018-07-06 00:34:001218name = "fst"
Mark Rousskov342d9562020-08-17 15:21:441219version = "0.3.5"
Nick Cameron77177052018-07-06 00:34:001220source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441221checksum = "927fb434ff9f0115b215dc0efd2e4fbdd7448522a92a1aa37c77d6a2f8f1ebd6"
Nick Cameron77177052018-07-06 00:34:001222dependencies = [
Alex Crichton093ede22019-08-15 00:45:091223 "byteorder",
Nick Cameron77177052018-07-06 00:34:001224]
1225
1226[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291227name = "fuchsia-zircon"
Alex Crichton80d6ed22018-01-08 21:56:221228version = "0.3.3"
Oliver Schneideracdf83f2017-12-06 08:25:291229source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091230checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
Oliver Schneideracdf83f2017-12-06 08:25:291231dependencies = [
Alex Crichton093ede22019-08-15 00:45:091232 "bitflags",
1233 "fuchsia-zircon-sys",
Oliver Schneideracdf83f2017-12-06 08:25:291234]
1235
1236[[package]]
1237name = "fuchsia-zircon-sys"
Alex Crichton80d6ed22018-01-08 21:56:221238version = "0.3.3"
Oliver Schneideracdf83f2017-12-06 08:25:291239source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091240checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
Oliver Schneideracdf83f2017-12-06 08:25:291241
1242[[package]]
steveklabnikecfbaca2018-04-03 14:32:041243name = "futf"
Alex Crichtond8251152018-07-02 16:33:161244version = "0.1.4"
steveklabnikecfbaca2018-04-03 14:32:041245source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091246checksum = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
steveklabnikecfbaca2018-04-03 14:32:041247dependencies = [
Alex Crichton093ede22019-08-15 00:45:091248 "mac",
1249 "new_debug_unreachable",
steveklabnikecfbaca2018-04-03 14:32:041250]
1251
1252[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121253name = "futures"
Mark Rousskov342d9562020-08-17 15:21:441254version = "0.1.29"
Ahmed Charles9ca382f2016-09-02 08:55:291255source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441256checksum = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"
Ahmed Charles9ca382f2016-09-02 08:55:291257
1258[[package]]
Eric Huss97308712018-08-14 21:27:261259name = "fwdansi"
Eric Huss89d79062020-07-29 18:02:051260version = "1.1.0"
Eric Huss97308712018-08-14 21:27:261261source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss89d79062020-07-29 18:02:051262checksum = "08c1f5787fe85505d1f7777268db5103d80a7a374d2316a7ce262e57baf8f208"
Eric Huss97308712018-08-14 21:27:261263dependencies = [
Alex Crichton093ede22019-08-15 00:45:091264 "memchr",
1265 "termcolor",
Eric Huss97308712018-08-14 21:27:261266]
1267
1268[[package]]
James Munnsde763692019-01-19 02:39:371269name = "generic-array"
Arlo Siemsenf86b0782020-03-31 05:17:151270version = "0.12.3"
James Munnsde763692019-01-19 02:39:371271source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:151272checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
James Munnsde763692019-01-19 02:39:371273dependencies = [
Alex Crichton093ede22019-08-15 00:45:091274 "typenum",
James Munnsde763692019-01-19 02:39:371275]
1276
1277[[package]]
Pietro Albiniacd8e592020-10-01 15:15:121278name = "generic-array"
1279version = "0.14.4"
1280source = "registry+https://github.com/rust-lang/crates.io-index"
1281checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
1282dependencies = [
1283 "typenum",
1284 "version_check",
1285]
1286
1287[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291288name = "getopts"
Alex Crichtonb47c9692019-08-16 15:29:081289version = "0.2.21"
Ahmed Charles9ca382f2016-09-02 08:55:291290source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonb47c9692019-08-16 15:29:081291checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
varkore72f7e12019-04-30 19:37:361292dependencies = [
Alex Crichtonb47c9692019-08-16 15:29:081293 "rustc-std-workspace-core",
1294 "rustc-std-workspace-std",
Alex Crichton093ede22019-08-15 00:45:091295 "unicode-width",
varkore72f7e12019-04-30 19:37:361296]
Ahmed Charles9ca382f2016-09-02 08:55:291297
1298[[package]]
gnzlbg52caca02019-08-01 15:02:261299name = "getrandom"
Alex Crichtonaabf4e92020-01-08 15:33:571300version = "0.1.14"
gnzlbg52caca02019-08-01 15:02:261301source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:571302checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
gnzlbg52caca02019-08-01 15:02:261303dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071304 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:091305 "libc",
Alex Crichtonaabf4e92020-01-08 15:33:571306 "wasi",
gnzlbg52caca02019-08-01 15:02:261307]
1308
1309[[package]]
Ralf Jung0e908752020-09-17 18:04:201310name = "getrandom"
1311version = "0.2.0"
1312source = "registry+https://github.com/rust-lang/crates.io-index"
1313checksum = "ee8025cf36f917e6a52cce185b7c7177689b838b7ec138364e50cc2277a56cf4"
1314dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071315 "cfg-if 0.1.10",
Ralf Jung0e908752020-09-17 18:04:201316 "libc",
1317 "wasi",
1318]
1319
1320[[package]]
Alex Crichton06d565c2020-05-13 21:22:371321name = "gimli"
Alex Crichtonf99410b2020-11-20 17:12:141322version = "0.23.0"
Alex Crichton06d565c2020-05-13 21:22:371323source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonf99410b2020-11-20 17:12:141324checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"
Alex Crichton06d565c2020-05-13 21:22:371325dependencies = [
1326 "compiler_builtins",
1327 "rustc-std-workspace-alloc",
1328 "rustc-std-workspace-core",
1329]
1330
1331[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581332name = "git2"
Eric Huss468af392020-12-23 03:42:031333version = "0.13.14"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581334source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss468af392020-12-23 03:42:031335checksum = "186dd99cc77576e58344ad614fa9bb27bad9d048f85de3ca850c1f4e8b048260"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581336dependencies = [
Alex Crichton093ede22019-08-15 00:45:091337 "bitflags",
1338 "libc",
1339 "libgit2-sys",
1340 "log",
1341 "openssl-probe",
1342 "openssl-sys",
Mark Rousskov342d9562020-08-17 15:21:441343 "url 2.1.1",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581344]
1345
1346[[package]]
1347name = "git2-curl"
Eric Huss468af392020-12-23 03:42:031348version = "0.14.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581349source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss468af392020-12-23 03:42:031350checksum = "883539cb0ea94bab3f8371a98cd8e937bbe9ee7c044499184aa4c17deb643a50"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581351dependencies = [
Alex Crichton093ede22019-08-15 00:45:091352 "curl",
1353 "git2",
1354 "log",
Mark Rousskov342d9562020-08-17 15:21:441355 "url 2.1.1",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581356]
1357
1358[[package]]
1359name = "glob"
Eric Huss45432452019-03-12 20:34:471360version = "0.3.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581361source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091362checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581363
1364[[package]]
Simon Sapinb77ff242017-07-18 21:26:551365name = "globset"
Mark Rousskov342d9562020-08-17 15:21:441366version = "0.4.5"
Simon Sapinb77ff242017-07-18 21:26:551367source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441368checksum = "7ad1da430bd7281dde2576f44c84cc3f0f7b475e7202cd503042dff01a8c8120"
Simon Sapinb77ff242017-07-18 21:26:551369dependencies = [
Alex Crichton093ede22019-08-15 00:45:091370 "aho-corasick",
1371 "bstr",
1372 "fnv",
1373 "log",
1374 "regex",
Simon Sapinb77ff242017-07-18 21:26:551375]
1376
1377[[package]]
Vishnunarayan K Iea146072020-10-26 13:34:291378name = "gsgdt"
Vishnunarayan K Ia4e94ec2020-10-27 14:44:381379version = "0.1.2"
Vishnunarayan K Iea146072020-10-26 13:34:291380source = "registry+https://github.com/rust-lang/crates.io-index"
Vishnunarayan K Ia4e94ec2020-10-27 14:44:381381checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825"
Vishnunarayan K Iea146072020-10-26 13:34:291382dependencies = [
1383 "serde",
1384]
1385
1386[[package]]
Steve Klabnika0769612017-02-07 23:13:571387name = "handlebars"
Mark Rousskov342d9562020-08-17 15:21:441388version = "3.4.0"
Steve Klabnika0769612017-02-07 23:13:571389source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441390checksum = "5deefd4816fb852b1ff3cb48f6c41da67be2d0e1d20b26a7a3b076da11f064b1"
Steve Klabnika0769612017-02-07 23:13:571391dependencies = [
Alex Crichton093ede22019-08-15 00:45:091392 "log",
1393 "pest",
1394 "pest_derive",
Mark Rousskov342d9562020-08-17 15:21:441395 "quick-error 2.0.0",
Alex Crichton093ede22019-08-15 00:45:091396 "serde",
1397 "serde_json",
James Munnsde763692019-01-19 02:39:371398]
1399
1400[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:051401name = "hashbrown"
Matt Brubeck15ccdeb2020-09-03 20:32:531402version = "0.9.0"
Félix Saparellibdcc21c2019-09-21 10:56:051403source = "registry+https://github.com/rust-lang/crates.io-index"
Matt Brubeck15ccdeb2020-09-03 20:32:531404checksum = "00d63df3d41950fb462ed38308eea019113ad1508da725bbedcd0fa5a85ef5f7"
Félix Saparellibdcc21c2019-09-21 10:56:051405dependencies = [
Alex Crichton093ede22019-08-15 00:45:091406 "compiler_builtins",
1407 "rustc-std-workspace-alloc",
1408 "rustc-std-workspace-core",
Eric Huss04538c62019-07-08 21:52:071409]
1410
1411[[package]]
Bastien Orivel5c4534a2018-12-08 14:11:471412name = "heck"
Mark Rousskov342d9562020-08-17 15:21:441413version = "0.3.1"
Bastien Orivel5c4534a2018-12-08 14:11:471414source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441415checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
Bastien Orivel5c4534a2018-12-08 14:11:471416dependencies = [
Alex Crichton093ede22019-08-15 00:45:091417 "unicode-segmentation",
Bastien Orivel5c4534a2018-12-08 14:11:471418]
1419
1420[[package]]
Stefan Lankes5ebd4d92019-10-20 07:55:101421name = "hermit-abi"
Stefan Lankes98fcc3f2020-10-06 09:42:571422version = "0.1.17"
Stefan Lankes5ebd4d92019-10-20 07:55:101423source = "registry+https://github.com/rust-lang/crates.io-index"
Stefan Lankes98fcc3f2020-10-06 09:42:571424checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
Stefan Lankes5ebd4d92019-10-20 07:55:101425dependencies = [
1426 "compiler_builtins",
1427 "libc",
1428 "rustc-std-workspace-core",
1429]
1430
1431[[package]]
Alex Crichton1cede102017-06-15 02:33:061432name = "hex"
Alex Crichtond8251152018-07-02 16:33:161433version = "0.3.2"
Alex Crichton80d6ed22018-01-08 21:56:221434source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091435checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
Alex Crichton80d6ed22018-01-08 21:56:221436
1437[[package]]
Aaron Hilld440e132019-09-16 18:45:401438name = "hex"
Mark Rousskov342d9562020-08-17 15:21:441439version = "0.4.2"
Aaron Hilld440e132019-09-16 18:45:401440source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441441checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
Aaron Hilld440e132019-09-16 18:45:401442
1443[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121444name = "home"
Mark Rousskov342d9562020-08-17 15:21:441445version = "0.5.3"
flip199596c3ec12019-08-20 07:32:531446source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441447checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
flip199596c3ec12019-08-20 07:32:531448dependencies = [
Mark Rousskov342d9562020-08-17 15:21:441449 "winapi 0.3.9",
flip199596c3ec12019-08-20 07:32:531450]
1451
1452[[package]]
steveklabnikecfbaca2018-04-03 14:32:041453name = "html5ever"
Aaron Hill70ba4912020-08-01 14:11:151454version = "0.25.1"
Eric Huss2dafa912019-06-19 03:36:471455source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:151456checksum = "aafcf38a1a36118242d29b92e1b08ef84e67e4a5ed06e0a80be20e6a32bfed6b"
Eric Huss2dafa912019-06-19 03:36:471457dependencies = [
Alex Crichton093ede22019-08-15 00:45:091458 "log",
1459 "mac",
1460 "markup5ever",
Aaron Hill70ba4912020-08-01 14:11:151461 "proc-macro2",
1462 "quote",
1463 "syn",
Eric Huss2dafa912019-06-19 03:36:471464]
1465
1466[[package]]
Alex Crichton87f3dda2018-03-01 19:08:481467name = "humantime"
Alex Crichton5c5e3fa2019-09-24 18:06:561468version = "1.3.0"
Alex Crichton87f3dda2018-03-01 19:08:481469source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton5c5e3fa2019-09-24 18:06:561470checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
Alex Crichton87f3dda2018-03-01 19:08:481471dependencies = [
Mark Rousskov342d9562020-08-17 15:21:441472 "quick-error 1.2.3",
Alex Crichton87f3dda2018-03-01 19:08:481473]
1474
1475[[package]]
Eric Hussd45d8b12020-01-21 17:55:431476name = "humantime"
Mark Rousskov342d9562020-08-17 15:21:441477version = "2.0.1"
Eric Hussd45d8b12020-01-21 17:55:431478source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441479checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
Eric Hussd45d8b12020-01-21 17:55:431480
1481[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581482name = "idna"
Alex Crichton52d7ee832018-07-17 16:04:221483version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581484source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091485checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581486dependencies = [
Alex Crichton093ede22019-08-15 00:45:091487 "matches",
1488 "unicode-bidi",
1489 "unicode-normalization",
Alex Crichtonf6304e12017-02-15 22:55:261490]
1491
1492[[package]]
Eric Hussf2428a62019-08-01 00:44:391493name = "idna"
1494version = "0.2.0"
1495source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091496checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
Eric Hussf2428a62019-08-01 00:44:391497dependencies = [
Alex Crichton093ede22019-08-15 00:45:091498 "matches",
1499 "unicode-bidi",
1500 "unicode-normalization",
Eric Hussf2428a62019-08-01 00:44:391501]
1502
1503[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291504name = "if_chain"
Oliver Scherer2a789512019-05-26 17:21:541505version = "1.0.0"
Oliver Schneideracdf83f2017-12-06 08:25:291506source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091507checksum = "c3360c7b59e5ffa2653671fb74b4741a5d343c03f331c0a4aeda42b5c2b0ec7d"
Oliver Schneideracdf83f2017-12-06 08:25:291508
1509[[package]]
Simon Sapinb77ff242017-07-18 21:26:551510name = "ignore"
Mark Rousskov342d9562020-08-17 15:21:441511version = "0.4.16"
Simon Sapinb77ff242017-07-18 21:26:551512source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441513checksum = "22dcbf2a4a289528dbef21686354904e1c694ac642610a9bff9e7df730d9ec72"
Simon Sapinb77ff242017-07-18 21:26:551514dependencies = [
Mark Rousskov342d9562020-08-17 15:21:441515 "crossbeam-utils 0.7.2",
Alex Crichton093ede22019-08-15 00:45:091516 "globset",
Yuki Okushi1f0a39502020-05-26 04:00:421517 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091518 "log",
1519 "memchr",
1520 "regex",
1521 "same-file",
Yuki Okushib4b76b82020-05-26 04:04:591522 "thread_local",
Alex Crichton093ede22019-08-15 00:45:091523 "walkdir",
1524 "winapi-util",
Simon Sapinb77ff242017-07-18 21:26:551525]
1526
1527[[package]]
Eric Huss8c20add2018-12-03 01:33:201528name = "im-rc"
Eric Hussc8443bb2020-05-18 22:41:571529version = "15.0.0"
Eric Huss8c20add2018-12-03 01:33:201530source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussc8443bb2020-05-18 22:41:571531checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f"
Eric Huss8c20add2018-12-03 01:33:201532dependencies = [
Eric Huss2b985322019-11-25 16:14:071533 "bitmaps",
Mark Rousskov342d9562020-08-17 15:21:441534 "rand_core",
Eric Huss2b985322019-11-25 16:14:071535 "rand_xoshiro",
Alex Crichton093ede22019-08-15 00:45:091536 "sized-chunks",
1537 "typenum",
Guillaume Gomezd8589de2020-02-13 17:39:401538 "version_check",
Eric Huss8c20add2018-12-03 01:33:201539]
1540
1541[[package]]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571542name = "indexmap"
Matt Brubeck15ccdeb2020-09-03 20:32:531543version = "1.6.0"
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571544source = "registry+https://github.com/rust-lang/crates.io-index"
Matt Brubeck15ccdeb2020-09-03 20:32:531545checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2"
Josh Stone997a7662020-08-08 00:03:471546dependencies = [
1547 "autocfg",
1548 "hashbrown",
1549]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571550
1551[[package]]
Josh Stone020c5ec2017-05-08 22:01:131552name = "installer"
1553version = "0.0.0"
1554dependencies = [
Michael Forney32025fd2020-05-25 00:08:451555 "anyhow",
Alex Crichton093ede22019-08-15 00:45:091556 "clap",
Alex Crichton093ede22019-08-15 00:45:091557 "flate2",
Yuki Okushi1f0a39502020-05-26 04:00:421558 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091559 "num_cpus",
1560 "rayon",
1561 "remove_dir_all",
1562 "tar",
1563 "walkdir",
Mark Rousskov342d9562020-08-17 15:21:441564 "winapi 0.3.9",
Alex Crichton093ede22019-08-15 00:45:091565 "xz2",
Josh Stone020c5ec2017-05-08 22:01:131566]
1567
1568[[package]]
Mark Rousskov342d9562020-08-17 15:21:441569name = "instant"
1570version = "0.1.6"
1571source = "registry+https://github.com/rust-lang/crates.io-index"
1572checksum = "5b141fdc7836c525d4d594027d318c84161ca17aaf8113ab1f81ab93ae897485"
1573
1574[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:431575name = "iovec"
Daniel Frampton535fc9c2020-01-14 19:52:461576version = "0.1.4"
Matthias Krüger696fb8f2019-01-21 15:32:431577source = "registry+https://github.com/rust-lang/crates.io-index"
Daniel Frampton535fc9c2020-01-14 19:52:461578checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
Matthias Krüger696fb8f2019-01-21 15:32:431579dependencies = [
Alex Crichton093ede22019-08-15 00:45:091580 "libc",
Matthias Krüger696fb8f2019-01-21 15:32:431581]
1582
1583[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291584name = "itertools"
Mark Rousskov342d9562020-08-17 15:21:441585version = "0.8.2"
Matthias Krüger696fb8f2019-01-21 15:32:431586source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441587checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
Matthias Krüger696fb8f2019-01-21 15:32:431588dependencies = [
Alex Crichton093ede22019-08-15 00:45:091589 "either",
Matthias Krüger696fb8f2019-01-21 15:32:431590]
1591
1592[[package]]
Matthias Krüger66949a72020-03-12 20:47:471593name = "itertools"
1594version = "0.9.0"
1595source = "registry+https://github.com/rust-lang/crates.io-index"
1596checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
1597dependencies = [
1598 "either",
1599]
1600
1601[[package]]
Steve Klabnik2795de32017-02-20 00:20:571602name = "itoa"
Mark Rousskov342d9562020-08-17 15:21:441603version = "0.4.6"
Steve Klabnik2795de32017-02-20 00:20:571604source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441605checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
Steve Klabnik2795de32017-02-20 00:20:571606
1607[[package]]
Alex Crichton016eaf82018-10-21 02:15:061608name = "jemalloc-sys"
Mark Rousskov342d9562020-08-17 15:21:441609version = "0.3.2"
Alex Crichton016eaf82018-10-21 02:15:061610source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441611checksum = "0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45"
Alex Crichton016eaf82018-10-21 02:15:061612dependencies = [
Alex Crichton093ede22019-08-15 00:45:091613 "cc",
1614 "fs_extra",
1615 "libc",
Alex Crichton016eaf82018-10-21 02:15:061616]
1617
1618[[package]]
Alex Crichton453080f2017-06-05 16:36:481619name = "jobserver"
Alex Crichtonad0e4a12020-01-30 07:47:011620version = "0.1.21"
Alex Crichton453080f2017-06-05 16:36:481621source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonad0e4a12020-01-30 07:47:011622checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
Alex Crichton453080f2017-06-05 16:36:481623dependencies = [
Alex Crichton093ede22019-08-15 00:45:091624 "libc",
Alex Crichton453080f2017-06-05 16:36:481625]
1626
1627[[package]]
Igor Matuszewski3a17cf72018-08-25 16:17:551628name = "json"
Mark Rousskov342d9562020-08-17 15:21:441629version = "0.11.15"
Igor Matuszewski3a17cf72018-08-25 16:17:551630source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441631checksum = "92c245af8786f6ac35f95ca14feca9119e71339aaab41e878e7cdd655c97e9e5"
Igor Matuszewski3a17cf72018-08-25 16:17:551632
1633[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:111634name = "jsonrpc-client-transports"
Mark Rousskov342d9562020-08-17 15:21:441635version = "14.2.1"
Nick Cameronad8ecc22017-07-19 01:32:121636source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441637checksum = "2773fa94a2a1fd51efb89a8f45b8861023dbb415d18d3c9235ae9388d780f9ec"
Igor Matuszewskic2249a42019-09-08 08:28:111638dependencies = [
1639 "failure",
1640 "futures",
1641 "jsonrpc-core",
1642 "jsonrpc-pubsub",
1643 "jsonrpc-server-utils",
1644 "log",
1645 "parity-tokio-ipc",
1646 "serde",
1647 "serde_json",
1648 "tokio",
1649 "url 1.7.2",
1650]
1651
1652[[package]]
1653name = "jsonrpc-core"
Mark Rousskov342d9562020-08-17 15:21:441654version = "14.2.0"
Igor Matuszewskic2249a42019-09-08 08:28:111655source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441656checksum = "a0747307121ffb9703afd93afbd0fb4f854c38fb873f2c8b90e0e902f27c7b62"
Nick Cameronad8ecc22017-07-19 01:32:121657dependencies = [
Alex Crichton093ede22019-08-15 00:45:091658 "futures",
1659 "log",
1660 "serde",
1661 "serde_derive",
1662 "serde_json",
Nick Cameronad8ecc22017-07-19 01:32:121663]
1664
1665[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:111666name = "jsonrpc-core-client"
Mark Rousskov342d9562020-08-17 15:21:441667version = "14.2.0"
Igor Matuszewskic2249a42019-09-08 08:28:111668source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441669checksum = "34221123bc79b66279a3fde2d3363553835b43092d629b34f2e760c44dc94713"
Igor Matuszewskic2249a42019-09-08 08:28:111670dependencies = [
1671 "jsonrpc-client-transports",
1672]
1673
1674[[package]]
1675name = "jsonrpc-derive"
Mark Rousskov342d9562020-08-17 15:21:441676version = "14.2.1"
Igor Matuszewskic2249a42019-09-08 08:28:111677source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441678checksum = "0fadf6945e227246825a583514534d864554e9f23d80b3c77d034b10983db5ef"
Igor Matuszewskic2249a42019-09-08 08:28:111679dependencies = [
1680 "proc-macro-crate",
Aaron Hill70ba4912020-08-01 14:11:151681 "proc-macro2",
1682 "quote",
1683 "syn",
Igor Matuszewskic2249a42019-09-08 08:28:111684]
1685
1686[[package]]
1687name = "jsonrpc-ipc-server"
Igor Matuszewski8fc4bba2020-02-12 14:47:311688version = "14.0.3"
Igor Matuszewskic2249a42019-09-08 08:28:111689source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski8fc4bba2020-02-12 14:47:311690checksum = "b579cd0840d7db3ebaadf52f6f31ec601a260e78d610e44f68634f919e34497a"
Igor Matuszewskic2249a42019-09-08 08:28:111691dependencies = [
1692 "jsonrpc-core",
1693 "jsonrpc-server-utils",
1694 "log",
1695 "parity-tokio-ipc",
Igor Matuszewski8fc4bba2020-02-12 14:47:311696 "parking_lot 0.9.0",
Igor Matuszewskic2249a42019-09-08 08:28:111697 "tokio-service",
1698]
1699
1700[[package]]
1701name = "jsonrpc-pubsub"
Mark Rousskov342d9562020-08-17 15:21:441702version = "14.2.0"
Igor Matuszewskic2249a42019-09-08 08:28:111703source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441704checksum = "2d44f5602a11d657946aac09357956d2841299ed422035edf140c552cb057986"
Igor Matuszewskic2249a42019-09-08 08:28:111705dependencies = [
1706 "jsonrpc-core",
1707 "log",
Amanieu d'Antrasc4ca6382020-04-10 16:31:311708 "parking_lot 0.10.2",
Mark Rousskov342d9562020-08-17 15:21:441709 "rand",
Igor Matuszewskic2249a42019-09-08 08:28:111710 "serde",
1711]
1712
1713[[package]]
1714name = "jsonrpc-server-utils"
Mark Rousskov342d9562020-08-17 15:21:441715version = "14.2.0"
Igor Matuszewskic2249a42019-09-08 08:28:111716source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441717checksum = "56cbfb462e7f902e21121d9f0d1c2b77b2c5b642e1a4e8f4ebfa2e15b94402bb"
Igor Matuszewskic2249a42019-09-08 08:28:111718dependencies = [
1719 "bytes",
1720 "globset",
1721 "jsonrpc-core",
Yuki Okushi1f0a39502020-05-26 04:00:421722 "lazy_static",
Igor Matuszewskic2249a42019-09-08 08:28:111723 "log",
Igor Matuszewskic2249a42019-09-08 08:28:111724 "tokio",
1725 "tokio-codec",
Eric Huss139477d2019-11-12 18:14:481726 "unicase",
Igor Matuszewskic2249a42019-09-08 08:28:111727]
1728
1729[[package]]
Steve Klabnika0769612017-02-07 23:13:571730name = "kernel32-sys"
1731version = "0.2.2"
1732source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091733checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
Steve Klabnika0769612017-02-07 23:13:571734dependencies = [
Alex Crichton093ede22019-08-15 00:45:091735 "winapi 0.2.8",
1736 "winapi-build",
Steve Klabnika0769612017-02-07 23:13:571737]
1738
1739[[package]]
1740name = "lazy_static"
Alex Crichtonaabf4e92020-01-08 15:33:571741version = "1.4.0"
Alex Crichton325d7392017-12-10 17:42:491742source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:571743checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
Alex Crichton325d7392017-12-10 17:42:491744
1745[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291746name = "lazycell"
Mark Rousskov342d9562020-08-17 15:21:441747version = "1.3.0"
Alex Crichton994bfd42018-02-26 17:07:161748source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441749checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
Alex Crichton994bfd42018-02-26 17:07:161750
1751[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291752name = "libc"
Josh Triplett16ebf752020-10-01 04:30:071753version = "0.2.79"
Ahmed Charles9ca382f2016-09-02 08:55:291754source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Triplett16ebf752020-10-01 04:30:071755checksum = "2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743"
Alex Crichton4c21a3b2018-11-20 05:52:501756dependencies = [
Alex Crichton093ede22019-08-15 00:45:091757 "rustc-std-workspace-core",
Alex Crichton4c21a3b2018-11-20 05:52:501758]
Ahmed Charles9ca382f2016-09-02 08:55:291759
1760[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581761name = "libgit2-sys"
Eric Huss468af392020-12-23 03:42:031762version = "0.12.16+1.1.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581763source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss468af392020-12-23 03:42:031764checksum = "9f91b2f931ee975a98155195be8cd82d02e8e029d7d793d2bac1b8181ac97020"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581765dependencies = [
Alex Crichton093ede22019-08-15 00:45:091766 "cc",
1767 "libc",
1768 "libssh2-sys",
1769 "libz-sys",
1770 "openssl-sys",
1771 "pkg-config",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581772]
1773
1774[[package]]
Alex Crichton8ccf1122018-09-20 21:37:531775name = "libnghttp2-sys"
Mark Rousskov342d9562020-08-17 15:21:441776version = "0.1.4+1.41.0"
Alex Crichton8ccf1122018-09-20 21:37:531777source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441778checksum = "03624ec6df166e79e139a2310ca213283d6b3c30810c54844f307086d4488df1"
Alex Crichton8ccf1122018-09-20 21:37:531779dependencies = [
Alex Crichton093ede22019-08-15 00:45:091780 "cc",
1781 "libc",
Alex Crichton8ccf1122018-09-20 21:37:531782]
1783
1784[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581785name = "libssh2-sys"
Eric Huss71bf7cf2020-10-14 22:16:471786version = "0.2.19"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581787source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss71bf7cf2020-10-14 22:16:471788checksum = "ca46220853ba1c512fc82826d0834d87b06bcd3c2a42241b7de72f3d2fe17056"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581789dependencies = [
Alex Crichton093ede22019-08-15 00:45:091790 "cc",
1791 "libc",
1792 "libz-sys",
1793 "openssl-sys",
1794 "pkg-config",
1795 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581796]
1797
1798[[package]]
1799name = "libz-sys"
Jake Goulding15bd2362020-09-18 00:14:091800version = "1.1.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581801source = "registry+https://github.com/rust-lang/crates.io-index"
Jake Goulding15bd2362020-09-18 00:14:091802checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581803dependencies = [
Alex Crichton093ede22019-08-15 00:45:091804 "cc",
1805 "libc",
1806 "pkg-config",
1807 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581808]
1809
1810[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291811name = "linkchecker"
1812version = "0.1.0"
Joshua Nelson65835d12020-10-15 13:25:301813dependencies = [
1814 "once_cell",
1815 "regex",
1816]
Ahmed Charles9ca382f2016-09-02 08:55:291817
1818[[package]]
Pietro Albini9beb8f52019-11-26 11:06:301819name = "linked-hash-map"
Mark Rousskov342d9562020-08-17 15:21:441820version = "0.5.3"
Pietro Albini9beb8f52019-11-26 11:06:301821source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441822checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
Pietro Albini9beb8f52019-11-26 11:06:301823
1824[[package]]
Eric Huss45c1e0a2020-09-08 22:09:571825name = "lint-docs"
1826version = "0.1.0"
1827dependencies = [
1828 "serde_json",
1829 "tempfile",
1830 "walkdir",
1831]
1832
1833[[package]]
Mark Rousskov9ec5ef52018-08-04 22:24:391834name = "lock_api"
Amanieu d'Antrasc4ca6382020-04-10 16:31:311835version = "0.3.4"
Igor Matuszewskic2249a42019-09-08 08:28:111836source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antrasc4ca6382020-04-10 16:31:311837checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
Igor Matuszewskic2249a42019-09-08 08:28:111838dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:161839 "scopeguard",
Igor Matuszewskic2249a42019-09-08 08:28:111840]
1841
1842[[package]]
Mark Rousskov342d9562020-08-17 15:21:441843name = "lock_api"
1844version = "0.4.1"
Malo Jaffré8ed13d62017-12-29 10:24:381845source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441846checksum = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c"
1847dependencies = [
1848 "scopeguard",
1849]
1850
1851[[package]]
1852name = "log"
1853version = "0.4.11"
1854source = "registry+https://github.com/rust-lang/crates.io-index"
1855checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
Malo Jaffré8ed13d62017-12-29 10:24:381856dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071857 "cfg-if 0.1.10",
Malo Jaffré8ed13d62017-12-29 10:24:381858]
Ahmed Charles9ca382f2016-09-02 08:55:291859
1860[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:431861name = "lsp-codec"
Eric Huss9243f9c2019-03-04 21:18:441862version = "0.1.2"
Matthias Krüger696fb8f2019-01-21 15:32:431863source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091864checksum = "169d737ad89cf8ddd82d1804d9122f54568c49377665157277cc90d747b1d31a"
Matthias Krüger696fb8f2019-01-21 15:32:431865dependencies = [
Alex Crichton093ede22019-08-15 00:45:091866 "bytes",
1867 "serde_json",
1868 "tokio-codec",
Matthias Krüger696fb8f2019-01-21 15:32:431869]
1870
1871[[package]]
1872name = "lsp-types"
Igor Matuszewskic2249a42019-09-08 08:28:111873version = "0.60.0"
Matthias Krüger696fb8f2019-01-21 15:32:431874source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskic2249a42019-09-08 08:28:111875checksum = "fe3edefcd66dde1f7f1df706f46520a3c93adc5ca4bc5747da6621195e894efd"
Matthias Krüger696fb8f2019-01-21 15:32:431876dependencies = [
Alex Crichton093ede22019-08-15 00:45:091877 "bitflags",
Alex Crichton093ede22019-08-15 00:45:091878 "serde",
Alex Crichton093ede22019-08-15 00:45:091879 "serde_json",
Igor Matuszewskic2249a42019-09-08 08:28:111880 "serde_repr",
Mark Rousskov342d9562020-08-17 15:21:441881 "url 2.1.1",
Matthias Krüger696fb8f2019-01-21 15:32:431882]
1883
1884[[package]]
Josh Stone020c5ec2017-05-08 22:01:131885name = "lzma-sys"
Mark Rousskov342d9562020-08-17 15:21:441886version = "0.1.16"
Josh Stone020c5ec2017-05-08 22:01:131887source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441888checksum = "f24f76ec44a8ac23a31915d6e326bca17ce88da03096f1ff194925dc714dac99"
Josh Stone020c5ec2017-05-08 22:01:131889dependencies = [
Alex Crichton093ede22019-08-15 00:45:091890 "cc",
1891 "libc",
1892 "pkg-config",
Josh Stone020c5ec2017-05-08 22:01:131893]
1894
1895[[package]]
steveklabnikecfbaca2018-04-03 14:32:041896name = "mac"
1897version = "0.1.1"
1898source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091899checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
steveklabnikecfbaca2018-04-03 14:32:041900
1901[[package]]
Guillaume Gomezcf5ee8f2018-08-15 13:07:071902name = "macro-utils"
Mark Rousskov342d9562020-08-17 15:21:441903version = "0.1.3"
Guillaume Gomezcf5ee8f2018-08-15 13:07:071904source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441905checksum = "0e72f7deb758fea9ea7d290aebfa788763d0bffae12caa6406a25baaf8fa68a8"
Guillaume Gomezcf5ee8f2018-08-15 13:07:071906
1907[[package]]
steveklabnikecfbaca2018-04-03 14:32:041908name = "maplit"
Mark Rousskov342d9562020-08-17 15:21:441909version = "1.0.2"
steveklabnikecfbaca2018-04-03 14:32:041910source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441911checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
steveklabnikecfbaca2018-04-03 14:32:041912
1913[[package]]
1914name = "markup5ever"
Aaron Hill70ba4912020-08-01 14:11:151915version = "0.10.0"
Eric Huss2dafa912019-06-19 03:36:471916source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:151917checksum = "aae38d669396ca9b707bfc3db254bc382ddb94f57cc5c235f34623a669a01dab"
Eric Huss2dafa912019-06-19 03:36:471918dependencies = [
Alex Crichton093ede22019-08-15 00:45:091919 "log",
1920 "phf",
1921 "phf_codegen",
1922 "serde",
1923 "serde_derive",
1924 "serde_json",
1925 "string_cache",
1926 "string_cache_codegen",
1927 "tendril",
Eric Huss2dafa912019-06-19 03:36:471928]
1929
1930[[package]]
Aaron Hill70ba4912020-08-01 14:11:151931name = "markup5ever_rcdom"
1932version = "0.1.0"
1933source = "registry+https://github.com/rust-lang/crates.io-index"
1934checksum = "f015da43bcd8d4f144559a3423f4591d69b8ce0652c905374da7205df336ae2b"
1935dependencies = [
1936 "html5ever",
1937 "markup5ever",
1938 "tendril",
1939 "xml5ever",
1940]
1941
1942[[package]]
Oliver Schererec7230f2020-07-24 18:42:001943name = "matchers"
1944version = "0.0.1"
1945source = "registry+https://github.com/rust-lang/crates.io-index"
1946checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
1947dependencies = [
1948 "regex-automata",
1949]
1950
1951[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581952name = "matches"
Alex Crichton2863b752018-08-21 17:23:471953version = "0.1.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581954source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091955checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581956
1957[[package]]
Mark Rousskov342d9562020-08-17 15:21:441958name = "maybe-uninit"
1959version = "2.0.0"
1960source = "registry+https://github.com/rust-lang/crates.io-index"
1961checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
1962
1963[[package]]
Arlo Siemsenf86b0782020-03-31 05:17:151964name = "md-5"
Arlo Siemsen3296d5c2020-10-13 15:41:061965version = "0.9.1"
1966source = "registry+https://github.com/rust-lang/crates.io-index"
1967checksum = "7b5a279bb9607f9f53c22d496eade00d138d1bdcccd07d74650387cf94942a15"
1968dependencies = [
1969 "block-buffer 0.9.0",
1970 "digest 0.9.0",
1971 "opaque-debug 0.3.0",
1972]
1973
1974[[package]]
Steve Klabnika0769612017-02-07 23:13:571975name = "mdbook"
Eric Hussf1fa9e92021-01-15 01:50:231976version = "0.4.6"
Steve Klabnika0769612017-02-07 23:13:571977source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf1fa9e92021-01-15 01:50:231978checksum = "b3d948b64449003363127ed6c6139f03273982c3fe97da4cb3dee933e38ce38f"
Steve Klabnika0769612017-02-07 23:13:571979dependencies = [
Alex Crichton093ede22019-08-15 00:45:091980 "ammonia",
Eric Huss6bcbc422020-06-23 22:23:461981 "anyhow",
Alex Crichton093ede22019-08-15 00:45:091982 "chrono",
1983 "clap",
1984 "elasticlunr-rs",
Eric Huss6bcbc422020-06-23 22:23:461985 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:091986 "handlebars",
Yuki Okushi1f0a39502020-05-26 04:00:421987 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091988 "log",
1989 "memchr",
1990 "open",
Joshua Nelsone4c28bf2020-09-14 00:15:011991 "pulldown-cmark 0.7.2",
Alex Crichton093ede22019-08-15 00:45:091992 "regex",
1993 "serde",
1994 "serde_derive",
1995 "serde_json",
1996 "shlex",
1997 "tempfile",
Eric Huss7d92cf42019-08-20 17:46:351998 "toml",
James Munnsde763692019-01-19 02:39:371999]
2000
2001[[package]]
Wesley Wiser56e434d2019-04-04 23:41:492002name = "measureme"
Wesley Wiser5ac55562020-10-01 12:34:482003version = "9.0.0"
2004source = "registry+https://github.com/rust-lang/crates.io-index"
2005checksum = "22bf8d885d073610aee20e7fa205c4341ed32a761dbde96da5fd96301a8d3e82"
2006dependencies = [
2007 "parking_lot 0.11.0",
2008 "rustc-hash",
2009 "smallvec 1.4.2",
2010]
2011
2012[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582013name = "memchr"
Yuki Okushib4b76b82020-05-26 04:04:592014version = "2.3.3"
Oliver Schneideracdf83f2017-12-06 08:25:292015source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushib4b76b82020-05-26 04:04:592016checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
Steve Klabnika0769612017-02-07 23:13:572017
2018[[package]]
Michael Woeristerabd5cc32018-08-31 13:18:082019name = "memmap"
Michael Woeristeredcca152019-12-03 09:33:242020version = "0.7.0"
Michael Woeristerabd5cc32018-08-31 13:18:082021source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Woeristeredcca152019-12-03 09:33:242022checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
Michael Woeristerabd5cc32018-08-31 13:18:082023dependencies = [
Alex Crichton093ede22019-08-15 00:45:092024 "libc",
Mark Rousskov342d9562020-08-17 15:21:442025 "winapi 0.3.9",
Michael Woeristerabd5cc32018-08-31 13:18:082026]
2027
2028[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:452029name = "memoffset"
Mark Rousskov342d9562020-08-17 15:21:442030version = "0.5.5"
Ralf Jungc7a599e2019-07-25 13:57:252031source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442032checksum = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f"
Ralf Jungc7a599e2019-07-25 13:57:252033dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442034 "autocfg",
Ralf Jungc7a599e2019-07-25 13:57:252035]
2036
2037[[package]]
Joshua Nelsonc9c8fb82020-09-12 04:42:522038name = "merge"
2039version = "0.1.0"
2040source = "registry+https://github.com/rust-lang/crates.io-index"
2041checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
2042dependencies = [
2043 "merge_derive",
2044 "num-traits",
2045]
2046
2047[[package]]
2048name = "merge_derive"
2049version = "0.1.0"
2050source = "registry+https://github.com/rust-lang/crates.io-index"
2051checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
2052dependencies = [
2053 "proc-macro-error",
2054 "proc-macro2",
2055 "quote",
2056 "syn",
2057]
2058
2059[[package]]
Guillaume Gomez4b145732018-05-10 22:02:052060name = "minifier"
Guillaume Gomez3f4dbd32019-07-28 18:24:522061version = "0.0.33"
Guillaume Gomez4b145732018-05-10 22:02:052062source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092063checksum = "70bf0db2475f5e627787da77ca52fe33c294063f49f4134b8bc662eedb5e7332"
Guillaume Gomez4b145732018-05-10 22:02:052064dependencies = [
Alex Crichton093ede22019-08-15 00:45:092065 "macro-utils",
Guillaume Gomez4b145732018-05-10 22:02:052066]
2067
2068[[package]]
Alex Crichtonb4110902018-12-08 11:06:542069name = "miniz_oxide"
Alex Crichton06d565c2020-05-13 21:22:372070version = "0.4.0"
Alex Crichtonb4110902018-12-08 11:06:542071source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton06d565c2020-05-13 21:22:372072checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f"
Alex Crichtonb4110902018-12-08 11:06:542073dependencies = [
Alex Crichton06d565c2020-05-13 21:22:372074 "adler",
2075 "compiler_builtins",
2076 "rustc-std-workspace-alloc",
2077 "rustc-std-workspace-core",
Alex Crichtonb4110902018-12-08 11:06:542078]
2079
2080[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:432081name = "mio"
Mark Rousskov342d9562020-08-17 15:21:442082version = "0.6.22"
Matthias Krüger696fb8f2019-01-21 15:32:432083source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442084checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
Matthias Krüger696fb8f2019-01-21 15:32:432085dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:072086 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:092087 "fuchsia-zircon",
2088 "fuchsia-zircon-sys",
2089 "iovec",
2090 "kernel32-sys",
Alex Crichton093ede22019-08-15 00:45:092091 "libc",
2092 "log",
Linus Färnstrandf9220c32020-11-27 23:56:122093 "miow 0.2.2",
Alex Crichton093ede22019-08-15 00:45:092094 "net2",
2095 "slab",
2096 "winapi 0.2.8",
Matthias Krüger696fb8f2019-01-21 15:32:432097]
2098
2099[[package]]
2100name = "mio-named-pipes"
Mark Rousskov342d9562020-08-17 15:21:442101version = "0.1.7"
Matthias Krüger696fb8f2019-01-21 15:32:432102source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442103checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"
Matthias Krüger696fb8f2019-01-21 15:32:432104dependencies = [
Alex Crichton093ede22019-08-15 00:45:092105 "log",
2106 "mio",
Linus Färnstrandf9220c32020-11-27 23:56:122107 "miow 0.3.6",
Mark Rousskov342d9562020-08-17 15:21:442108 "winapi 0.3.9",
Matthias Krüger696fb8f2019-01-21 15:32:432109]
2110
2111[[package]]
2112name = "mio-uds"
Mark Rousskov342d9562020-08-17 15:21:442113version = "0.6.8"
Matthias Krüger696fb8f2019-01-21 15:32:432114source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442115checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
Matthias Krüger696fb8f2019-01-21 15:32:432116dependencies = [
Alex Crichton093ede22019-08-15 00:45:092117 "iovec",
2118 "libc",
2119 "mio",
Matthias Krüger696fb8f2019-01-21 15:32:432120]
2121
2122[[package]]
2123name = "miow"
Linus Färnstrandf9220c32020-11-27 23:56:122124version = "0.2.2"
Matthias Krüger696fb8f2019-01-21 15:32:432125source = "registry+https://github.com/rust-lang/crates.io-index"
Linus Färnstrandf9220c32020-11-27 23:56:122126checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
Matthias Krüger696fb8f2019-01-21 15:32:432127dependencies = [
Alex Crichton093ede22019-08-15 00:45:092128 "kernel32-sys",
2129 "net2",
2130 "winapi 0.2.8",
2131 "ws2_32-sys",
Matthias Krüger696fb8f2019-01-21 15:32:432132]
2133
2134[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582135name = "miow"
Linus Färnstrandf9220c32020-11-27 23:56:122136version = "0.3.6"
Alex Crichtona8eaabc2018-03-07 07:39:552137source = "registry+https://github.com/rust-lang/crates.io-index"
Linus Färnstrandf9220c32020-11-27 23:56:122138checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897"
Alex Crichtona8eaabc2018-03-07 07:39:552139dependencies = [
Alex Crichton093ede22019-08-15 00:45:092140 "socket2",
Mark Rousskov342d9562020-08-17 15:21:442141 "winapi 0.3.9",
Alex Crichtona8eaabc2018-03-07 07:39:552142]
2143
2144[[package]]
kennytm0692b3d2017-12-15 19:41:582145name = "miri"
2146version = "0.1.0"
2147dependencies = [
Alex Crichton093ede22019-08-15 00:45:092148 "colored",
Ralf Jung7fa29072020-04-15 16:32:412149 "compiletest_rs",
Ralf Jung64cf5962019-10-30 20:03:192150 "env_logger 0.7.1",
Ralf Jung0e908752020-09-17 18:04:202151 "getrandom 0.2.0",
Mark Rousskov342d9562020-08-17 15:21:442152 "hex 0.4.2",
Ralf Jung759e4952020-06-01 18:17:202153 "libc",
Alex Crichton093ede22019-08-15 00:45:092154 "log",
Aaron Hill70ba4912020-08-01 14:11:152155 "rand",
Alex Crichton093ede22019-08-15 00:45:092156 "rustc-workspace-hack",
2157 "rustc_version",
2158 "shell-escape",
Ralf Jung4eb64c82020-11-30 15:37:402159 "smallvec 1.4.2",
kennytm0692b3d2017-12-15 19:41:582160]
2161
2162[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:432163name = "net2"
Linus Färnstrandf9220c32020-11-27 23:56:122164version = "0.2.36"
Matthias Krüger696fb8f2019-01-21 15:32:432165source = "registry+https://github.com/rust-lang/crates.io-index"
Linus Färnstrandf9220c32020-11-27 23:56:122166checksum = "d7cf75f38f16cb05ea017784dc6dbfd354f76c223dba37701734c4f5a9337d02"
Matthias Krüger696fb8f2019-01-21 15:32:432167dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:072168 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:092169 "libc",
Mark Rousskov342d9562020-08-17 15:21:442170 "winapi 0.3.9",
Matthias Krüger696fb8f2019-01-21 15:32:432171]
2172
2173[[package]]
Alex Crichtond8251152018-07-02 16:33:162174name = "new_debug_unreachable"
Mark Rousskov342d9562020-08-17 15:21:442175version = "1.0.4"
Alex Crichtond8251152018-07-02 16:33:162176source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442177checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
Nick Cameron4b6f5c22018-02-26 03:15:452178
2179[[package]]
Oliver Schneider0ad54532018-07-14 22:01:242180name = "num-integer"
Mark Rousskov342d9562020-08-17 15:21:442181version = "0.1.43"
Alex Crichton994bfd42018-02-26 17:07:162182source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442183checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
Alex Crichton994bfd42018-02-26 17:07:162184dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442185 "autocfg",
Alex Crichton093ede22019-08-15 00:45:092186 "num-traits",
Alex Crichton994bfd42018-02-26 17:07:162187]
2188
2189[[package]]
2190name = "num-traits"
Mark Rousskov342d9562020-08-17 15:21:442191version = "0.2.12"
Steve Klabnik2795de32017-02-20 00:20:572192source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442193checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
2194dependencies = [
2195 "autocfg",
2196]
Steve Klabnik2795de32017-02-20 00:20:572197
2198[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292199name = "num_cpus"
Mark Rousskov342d9562020-08-17 15:21:442200version = "1.13.0"
Ahmed Charles9ca382f2016-09-02 08:55:292201source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442202checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
Ahmed Charles9ca382f2016-09-02 08:55:292203dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442204 "hermit-abi",
Alex Crichton093ede22019-08-15 00:45:092205 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292206]
2207
2208[[package]]
Alex Crichton06d565c2020-05-13 21:22:372209name = "object"
Alex Crichtonf99410b2020-11-20 17:12:142210version = "0.22.0"
Alex Crichton06d565c2020-05-13 21:22:372211source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonf99410b2020-11-20 17:12:142212checksum = "8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397"
Alex Crichton06d565c2020-05-13 21:22:372213dependencies = [
2214 "compiler_builtins",
2215 "rustc-std-workspace-alloc",
2216 "rustc-std-workspace-core",
2217]
2218
2219[[package]]
Mark Rousskov2fc32b92019-09-10 01:01:412220name = "once_cell"
Mark Rousskov342d9562020-08-17 15:21:442221version = "1.4.1"
Mark Rousskov2fc32b92019-09-10 01:01:412222source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442223checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad"
Mark Rousskov2fc32b92019-09-10 01:01:412224
2225[[package]]
Arlo Siemsenf86b0782020-03-31 05:17:152226name = "opaque-debug"
2227version = "0.2.3"
2228source = "registry+https://github.com/rust-lang/crates.io-index"
2229checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
2230
2231[[package]]
Pietro Albiniacd8e592020-10-01 15:15:122232name = "opaque-debug"
2233version = "0.3.0"
2234source = "registry+https://github.com/rust-lang/crates.io-index"
2235checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2236
2237[[package]]
Steve Klabnik2795de32017-02-20 00:20:572238name = "open"
Mark Rousskov342d9562020-08-17 15:21:442239version = "1.4.0"
Steve Klabnik2795de32017-02-20 00:20:572240source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442241checksum = "7c283bf0114efea9e42f1a60edea9859e8c47528eae09d01df4b29c1e489cc48"
2242dependencies = [
2243 "winapi 0.3.9",
2244]
Steve Klabnik2795de32017-02-20 00:20:572245
2246[[package]]
Alex Crichton2863b752018-08-21 17:23:472247name = "opener"
Mark Rousskov342d9562020-08-17 15:21:442248version = "0.4.1"
Alex Crichton2863b752018-08-21 17:23:472249source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442250checksum = "13117407ca9d0caf3a0e74f97b490a7e64c0ae3aa90a8b7085544d0c37b6f3ae"
Alex Crichton2863b752018-08-21 17:23:472251dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442252 "winapi 0.3.9",
Alex Crichton2863b752018-08-21 17:23:472253]
2254
2255[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582256name = "openssl"
Mark Rousskov342d9562020-08-17 15:21:442257version = "0.10.30"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582258source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442259checksum = "8d575eff3665419f9b83678ff2815858ad9d11567e082f5ac1814baba4e2bcb4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582260dependencies = [
Alex Crichton093ede22019-08-15 00:45:092261 "bitflags",
Aaron Hill44fdfd62020-10-11 17:51:072262 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:092263 "foreign-types",
Yuki Okushi1f0a39502020-05-26 04:00:422264 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:092265 "libc",
2266 "openssl-sys",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582267]
2268
2269[[package]]
2270name = "openssl-probe"
Alex Crichton325d7392017-12-10 17:42:492271version = "0.1.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582272source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092273checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582274
2275[[package]]
Eric Huss97308712018-08-14 21:27:262276name = "openssl-src"
Jake Gouldingd909d69d2020-10-12 17:56:072277version = "111.12.0+1.1.1h"
Eric Huss97308712018-08-14 21:27:262278source = "registry+https://github.com/rust-lang/crates.io-index"
Jake Gouldingd909d69d2020-10-12 17:56:072279checksum = "858a4132194f8570a7ee9eb8629e85b23cbc4565f2d4a162e87556e5956abf61"
Eric Huss97308712018-08-14 21:27:262280dependencies = [
Alex Crichton093ede22019-08-15 00:45:092281 "cc",
Eric Huss97308712018-08-14 21:27:262282]
2283
2284[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582285name = "openssl-sys"
Mark Rousskov342d9562020-08-17 15:21:442286version = "0.9.58"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582287source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442288checksum = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582289dependencies = [
Amanieu d'Antrasd51b7b22020-03-16 18:37:152290 "autocfg",
Alex Crichton093ede22019-08-15 00:45:092291 "cc",
2292 "libc",
2293 "openssl-src",
2294 "pkg-config",
Alex Crichton093ede22019-08-15 00:45:092295 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582296]
2297
2298[[package]]
Nick Cameron77177052018-07-06 00:34:002299name = "ordslice"
2300version = "0.3.0"
2301source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092302checksum = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
Nick Cameron77177052018-07-06 00:34:002303
2304[[package]]
Mateusz Mikułaf5e702d2020-03-26 13:10:352305name = "output_vt100"
2306version = "0.1.2"
2307source = "registry+https://github.com/rust-lang/crates.io-index"
2308checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
2309dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442310 "winapi 0.3.9",
Mateusz Mikułaf5e702d2020-03-26 13:10:352311]
2312
2313[[package]]
Nick Cameron7a7445b2018-12-01 10:36:322314name = "packed_simd"
Mark Rousskov342d9562020-08-17 15:21:442315version = "0.3.3"
Nick Cameron7a7445b2018-12-01 10:36:322316source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442317checksum = "a85ea9fc0d4ac0deb6fe7911d38786b32fc11119afd9e9d38b84ff691ce64220"
Nick Cameron7a7445b2018-12-01 10:36:322318dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:072319 "cfg-if 0.1.10",
Nick Cameron7a7445b2018-12-01 10:36:322320]
2321
2322[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292323name = "panic_abort"
2324version = "0.0.0"
2325dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:072326 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:092327 "compiler_builtins",
2328 "core",
2329 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292330]
2331
2332[[package]]
2333name = "panic_unwind"
2334version = "0.0.0"
2335dependencies = [
Alex Crichton093ede22019-08-15 00:45:092336 "alloc",
Aaron Hill44fdfd62020-10-11 17:51:072337 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:092338 "compiler_builtins",
2339 "core",
2340 "libc",
2341 "unwind",
Ahmed Charles9ca382f2016-09-02 08:55:292342]
2343
2344[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112345name = "parity-tokio-ipc"
2346version = "0.2.0"
2347source = "registry+https://github.com/rust-lang/crates.io-index"
2348checksum = "8281bf4f1d6429573f89589bf68d89451c46750977a8264f8ea3edbabeba7947"
2349dependencies = [
2350 "bytes",
2351 "futures",
2352 "log",
2353 "mio-named-pipes",
Linus Färnstrandf9220c32020-11-27 23:56:122354 "miow 0.3.6",
Aaron Hill70ba4912020-08-01 14:11:152355 "rand",
Igor Matuszewskic2249a42019-09-08 08:28:112356 "tokio",
2357 "tokio-named-pipes",
2358 "tokio-uds",
Mark Rousskov342d9562020-08-17 15:21:442359 "winapi 0.3.9",
Igor Matuszewskic2249a42019-09-08 08:28:112360]
2361
2362[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:012363name = "parking_lot"
Igor Matuszewskic2249a42019-09-08 08:28:112364version = "0.9.0"
2365source = "registry+https://github.com/rust-lang/crates.io-index"
2366checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
2367dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442368 "lock_api 0.3.4",
Igor Matuszewski8fc4bba2020-02-12 14:47:312369 "parking_lot_core 0.6.2",
Igor Matuszewskic2249a42019-09-08 08:28:112370 "rustc_version",
Matthias Krüger696fb8f2019-01-21 15:32:432371]
2372
2373[[package]]
Igor Matuszewski8fc4bba2020-02-12 14:47:312374name = "parking_lot"
Amanieu d'Antrasc4ca6382020-04-10 16:31:312375version = "0.10.2"
Igor Matuszewski8fc4bba2020-02-12 14:47:312376source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antrasc4ca6382020-04-10 16:31:312377checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
Igor Matuszewski8fc4bba2020-02-12 14:47:312378dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442379 "lock_api 0.3.4",
2380 "parking_lot_core 0.7.2",
2381]
2382
2383[[package]]
2384name = "parking_lot"
2385version = "0.11.0"
2386source = "registry+https://github.com/rust-lang/crates.io-index"
2387checksum = "a4893845fa2ca272e647da5d0e46660a314ead9c2fdd9a883aabc32e481a8733"
2388dependencies = [
2389 "instant",
2390 "lock_api 0.4.1",
2391 "parking_lot_core 0.8.0",
Igor Matuszewski8fc4bba2020-02-12 14:47:312392]
2393
2394[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:012395name = "parking_lot_core"
Igor Matuszewskic2249a42019-09-08 08:28:112396version = "0.6.2"
2397source = "registry+https://github.com/rust-lang/crates.io-index"
2398checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
2399dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:072400 "cfg-if 0.1.10",
Mark Rousskov342d9562020-08-17 15:21:442401 "cloudabi 0.0.3",
Igor Matuszewskic2249a42019-09-08 08:28:112402 "libc",
2403 "redox_syscall",
2404 "rustc_version",
Mark Rousskov342d9562020-08-17 15:21:442405 "smallvec 0.6.13",
2406 "winapi 0.3.9",
Igor Matuszewskic2249a42019-09-08 08:28:112407]
2408
2409[[package]]
Igor Matuszewski8fc4bba2020-02-12 14:47:312410name = "parking_lot_core"
Mark Rousskov342d9562020-08-17 15:21:442411version = "0.7.2"
Igor Matuszewski8fc4bba2020-02-12 14:47:312412source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442413checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"
Igor Matuszewski8fc4bba2020-02-12 14:47:312414dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:072415 "cfg-if 0.1.10",
Mark Rousskov342d9562020-08-17 15:21:442416 "cloudabi 0.0.3",
Igor Matuszewski8fc4bba2020-02-12 14:47:312417 "libc",
2418 "redox_syscall",
Mark Rousskov342d9562020-08-17 15:21:442419 "smallvec 1.4.2",
2420 "winapi 0.3.9",
2421]
2422
2423[[package]]
2424name = "parking_lot_core"
2425version = "0.8.0"
2426source = "registry+https://github.com/rust-lang/crates.io-index"
2427checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b"
2428dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:072429 "cfg-if 0.1.10",
Mark Rousskov342d9562020-08-17 15:21:442430 "cloudabi 0.1.0",
2431 "instant",
2432 "libc",
2433 "redox_syscall",
2434 "smallvec 1.4.2",
2435 "winapi 0.3.9",
Igor Matuszewski8fc4bba2020-02-12 14:47:312436]
2437
2438[[package]]
Federico Ponzi4b6a0272020-07-17 22:01:272439name = "pathdiff"
2440version = "0.2.0"
2441source = "registry+https://github.com/rust-lang/crates.io-index"
2442checksum = "877630b3de15c0b64cc52f659345724fbf6bdad9bd9566699fc53688f3c34a34"
2443
2444[[package]]
Alex Crichton1cede102017-06-15 02:33:062445name = "percent-encoding"
Oliver Schneideracdf83f2017-12-06 08:25:292446version = "1.0.1"
Alex Crichton1cede102017-06-15 02:33:062447source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092448checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
Alex Crichton1cede102017-06-15 02:33:062449
2450[[package]]
Eric Hussf2428a62019-08-01 00:44:392451name = "percent-encoding"
Eric Huss139477d2019-11-12 18:14:482452version = "2.1.0"
Eric Hussf2428a62019-08-01 00:44:392453source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss139477d2019-11-12 18:14:482454checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
Eric Hussf2428a62019-08-01 00:44:392455
2456[[package]]
Steve Klabnika0769612017-02-07 23:13:572457name = "pest"
Mark Rousskov342d9562020-08-17 15:21:442458version = "2.1.3"
James Munnsde763692019-01-19 02:39:372459source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442460checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
James Munnsde763692019-01-19 02:39:372461dependencies = [
Alex Crichton093ede22019-08-15 00:45:092462 "ucd-trie",
James Munnsde763692019-01-19 02:39:372463]
2464
2465[[package]]
Alex Crichtone9d89832018-04-02 15:43:552466name = "pest_derive"
James Munnsde763692019-01-19 02:39:372467version = "2.1.0"
2468source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092469checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
James Munnsde763692019-01-19 02:39:372470dependencies = [
Alex Crichton093ede22019-08-15 00:45:092471 "pest",
2472 "pest_generator",
James Munnsde763692019-01-19 02:39:372473]
2474
2475[[package]]
2476name = "pest_generator"
Igor Matuszewski8c6e5682020-05-05 11:26:292477version = "2.1.3"
James Munnsde763692019-01-19 02:39:372478source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski8c6e5682020-05-05 11:26:292479checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
James Munnsde763692019-01-19 02:39:372480dependencies = [
Alex Crichton093ede22019-08-15 00:45:092481 "pest",
2482 "pest_meta",
Aaron Hill70ba4912020-08-01 14:11:152483 "proc-macro2",
2484 "quote",
2485 "syn",
James Munnsde763692019-01-19 02:39:372486]
2487
2488[[package]]
2489name = "pest_meta"
Arlo Siemsenf86b0782020-03-31 05:17:152490version = "2.1.3"
James Munnsde763692019-01-19 02:39:372491source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:152492checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
James Munnsde763692019-01-19 02:39:372493dependencies = [
Alex Crichton093ede22019-08-15 00:45:092494 "maplit",
2495 "pest",
Arlo Siemsen3296d5c2020-10-13 15:41:062496 "sha-1 0.8.2",
James Munnsde763692019-01-19 02:39:372497]
2498
2499[[package]]
Jack Hueya24df5b2020-03-03 16:25:032500name = "petgraph"
Jack Huey6aa2e9d2020-05-27 00:19:192501version = "0.5.1"
Jack Hueya24df5b2020-03-03 16:25:032502source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:192503checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
Jack Hueya24df5b2020-03-03 16:25:032504dependencies = [
2505 "fixedbitset",
Jack Huey6aa2e9d2020-05-27 00:19:192506 "indexmap",
Jack Hueya24df5b2020-03-03 16:25:032507]
2508
2509[[package]]
steveklabnikecfbaca2018-04-03 14:32:042510name = "phf"
Aaron Hill70ba4912020-08-01 14:11:152511version = "0.8.0"
steveklabnikecfbaca2018-04-03 14:32:042512source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:152513checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
steveklabnikecfbaca2018-04-03 14:32:042514dependencies = [
Alex Crichton093ede22019-08-15 00:45:092515 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042516]
2517
2518[[package]]
2519name = "phf_codegen"
Aaron Hill70ba4912020-08-01 14:11:152520version = "0.8.0"
steveklabnikecfbaca2018-04-03 14:32:042521source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:152522checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
steveklabnikecfbaca2018-04-03 14:32:042523dependencies = [
Alex Crichton093ede22019-08-15 00:45:092524 "phf_generator",
2525 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042526]
2527
2528[[package]]
2529name = "phf_generator"
Aaron Hill70ba4912020-08-01 14:11:152530version = "0.8.0"
steveklabnikecfbaca2018-04-03 14:32:042531source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:152532checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
steveklabnikecfbaca2018-04-03 14:32:042533dependencies = [
Alex Crichton093ede22019-08-15 00:45:092534 "phf_shared",
Aaron Hill70ba4912020-08-01 14:11:152535 "rand",
steveklabnikecfbaca2018-04-03 14:32:042536]
2537
2538[[package]]
2539name = "phf_shared"
Aaron Hill70ba4912020-08-01 14:11:152540version = "0.8.0"
steveklabnikecfbaca2018-04-03 14:32:042541source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:152542checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
steveklabnikecfbaca2018-04-03 14:32:042543dependencies = [
Alex Crichton093ede22019-08-15 00:45:092544 "siphasher",
steveklabnikecfbaca2018-04-03 14:32:042545]
2546
2547[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582548name = "pkg-config"
Mark Rousskov342d9562020-08-17 15:21:442549version = "0.3.18"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582550source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442551checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582552
2553[[package]]
Santiago Pastorino8429d112018-05-24 21:52:012554name = "polonius-engine"
Remy Rakicdf1ac672020-03-29 23:11:442555version = "0.12.1"
Santiago Pastorino8429d112018-05-24 21:52:012556source = "registry+https://github.com/rust-lang/crates.io-index"
Remy Rakicdf1ac672020-03-29 23:11:442557checksum = "ef2558a4b464e185b36ee08a2937ebb62ea5464c38856cfb1465c97cb38db52d"
Douglas Campos422fe7c2018-05-29 11:52:512558dependencies = [
Alex Crichton093ede22019-08-15 00:45:092559 "datafrog",
2560 "log",
2561 "rustc-hash",
Douglas Campos422fe7c2018-05-29 11:52:512562]
Santiago Pastorino8429d112018-05-24 21:52:012563
2564[[package]]
gnzlbg52caca02019-08-01 15:02:262565name = "ppv-lite86"
Yuki Okushi9f8628b2020-05-26 04:35:212566version = "0.2.8"
gnzlbg52caca02019-08-01 15:02:262567source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:212568checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
gnzlbg52caca02019-08-01 15:02:262569
2570[[package]]
steveklabnikecfbaca2018-04-03 14:32:042571name = "precomputed-hash"
2572version = "0.1.1"
2573source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092574checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
steveklabnikecfbaca2018-04-03 14:32:042575
2576[[package]]
Mark Simulacrum42fde212018-03-10 14:03:062577name = "pretty_assertions"
Mateusz Mikułaf5e702d2020-03-26 13:10:352578version = "0.6.1"
Mark Simulacrum42fde212018-03-10 14:03:062579source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikułaf5e702d2020-03-26 13:10:352580checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
Mark Simulacrum42fde212018-03-10 14:03:062581dependencies = [
Oliver Schererec7230f2020-07-24 18:42:002582 "ansi_term 0.11.0",
Mateusz Mikułaf5e702d2020-03-26 13:10:352583 "ctor",
Alex Crichton093ede22019-08-15 00:45:092584 "difference",
Mateusz Mikułaf5e702d2020-03-26 13:10:352585 "output_vt100",
Mark Simulacrum42fde212018-03-10 14:03:062586]
2587
2588[[package]]
Eric Huss8c20add2018-12-03 01:33:202589name = "pretty_env_logger"
Matthias Krüger451d4922020-02-10 19:47:382590version = "0.4.0"
Eric Huss8c20add2018-12-03 01:33:202591source = "registry+https://github.com/rust-lang/crates.io-index"
Matthias Krüger451d4922020-02-10 19:47:382592checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
Eric Huss8c20add2018-12-03 01:33:202593dependencies = [
Matthias Krüger451d4922020-02-10 19:47:382594 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:092595 "log",
Eric Huss8c20add2018-12-03 01:33:202596]
2597
2598[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112599name = "proc-macro-crate"
Mark Rousskov342d9562020-08-17 15:21:442600version = "0.1.5"
Igor Matuszewskic2249a42019-09-08 08:28:112601source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442602checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
Igor Matuszewskic2249a42019-09-08 08:28:112603dependencies = [
2604 "toml",
2605]
2606
2607[[package]]
2608name = "proc-macro-error"
Mark Rousskov342d9562020-08-17 15:21:442609version = "1.0.4"
Igor Matuszewskic2249a42019-09-08 08:28:112610source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442611checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
Igor Matuszewskic2249a42019-09-08 08:28:112612dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442613 "proc-macro-error-attr",
Aaron Hill70ba4912020-08-01 14:11:152614 "proc-macro2",
2615 "quote",
2616 "syn",
Mark Rousskov342d9562020-08-17 15:21:442617 "version_check",
2618]
2619
2620[[package]]
2621name = "proc-macro-error-attr"
2622version = "1.0.4"
2623source = "registry+https://github.com/rust-lang/crates.io-index"
2624checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2625dependencies = [
2626 "proc-macro2",
2627 "quote",
2628 "version_check",
Alex Crichtone9d89832018-04-02 15:43:552629]
2630
2631[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112632name = "proc-macro2"
Mark Rousskov342d9562020-08-17 15:21:442633version = "1.0.19"
Igor Matuszewskic2249a42019-09-08 08:28:112634source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442635checksum = "04f5f085b5d71e2188cb8271e5da0161ad52c3f227a661a3c135fdf28e258b12"
Igor Matuszewskic2249a42019-09-08 08:28:112636dependencies = [
Aaron Hill70ba4912020-08-01 14:11:152637 "unicode-xid",
Igor Matuszewskic2249a42019-09-08 08:28:112638]
2639
2640[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292641name = "proc_macro"
2642version = "0.0.0"
Alex Crichtonb47c9692019-08-16 15:29:082643dependencies = [
2644 "std",
2645]
Ahmed Charles9ca382f2016-09-02 08:55:292646
2647[[package]]
whitequark42754ce2017-02-13 09:57:502648name = "profiler_builtins"
2649version = "0.0.0"
2650dependencies = [
Alex Crichton093ede22019-08-15 00:45:092651 "cc",
2652 "compiler_builtins",
2653 "core",
Marco Castelluccioecba8d62017-06-04 14:54:392654]
2655
2656[[package]]
Oliver Scherer26edcee2018-11-02 15:14:242657name = "psm"
Mark Rousskov342d9562020-08-17 15:21:442658version = "0.1.11"
Oliver Scherer26edcee2018-11-02 15:14:242659source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442660checksum = "96e0536f6528466dbbbbe6b986c34175a8d0ff25b794c4bacda22e068cd2f2c5"
Oliver Scherer26edcee2018-11-02 15:14:242661dependencies = [
2662 "cc",
2663]
2664
2665[[package]]
Steve Klabnika0769612017-02-07 23:13:572666name = "pulldown-cmark"
Mark Rousskov342d9562020-08-17 15:21:442667version = "0.7.2"
Guillaume Gomezd8589de2020-02-13 17:39:402668source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442669checksum = "ca36dea94d187597e104a5c8e4b07576a8a45aa5db48a65e12940d3eb7461f55"
Guillaume Gomezd8589de2020-02-13 17:39:402670dependencies = [
2671 "bitflags",
Eric Huss6bcbc422020-06-23 22:23:462672 "getopts",
Guillaume Gomezd8589de2020-02-13 17:39:402673 "memchr",
2674 "unicase",
2675]
2676
2677[[package]]
Joshua Nelsone4c28bf2020-09-14 00:15:012678name = "pulldown-cmark"
2679version = "0.8.0"
2680source = "registry+https://github.com/rust-lang/crates.io-index"
2681checksum = "ffade02495f22453cd593159ea2f59827aae7f53fa8323f756799b670881dcf8"
2682dependencies = [
2683 "bitflags",
2684 "memchr",
2685 "unicase",
2686]
2687
2688[[package]]
Eduard-Mihai Burtescu20929632019-01-29 05:24:322689name = "punycode"
Mark Rousskov342d9562020-08-17 15:21:442690version = "0.4.1"
Eduard-Mihai Burtescu20929632019-01-29 05:24:322691source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442692checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
Eduard-Mihai Burtescu20929632019-01-29 05:24:322693
2694[[package]]
Steve Klabnika0769612017-02-07 23:13:572695name = "quick-error"
Igor Matuszewskie26f35d2020-05-05 12:05:062696version = "1.2.3"
Steve Klabnika0769612017-02-07 23:13:572697source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskie26f35d2020-05-05 12:05:062698checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
Steve Klabnika0769612017-02-07 23:13:572699
2700[[package]]
Mark Rousskov342d9562020-08-17 15:21:442701name = "quick-error"
2702version = "2.0.0"
2703source = "registry+https://github.com/rust-lang/crates.io-index"
2704checksum = "3ac73b1112776fc109b2e61909bc46c7e1bf0d7f690ffb1676553acce16d5cda"
2705
2706[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292707name = "quine-mc_cluskey"
2708version = "0.2.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582709source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092710checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582711
2712[[package]]
2713name = "quote"
Mark Rousskov342d9562020-08-17 15:21:442714version = "1.0.7"
Igor Matuszewskic2249a42019-09-08 08:28:112715source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442716checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
Igor Matuszewskic2249a42019-09-08 08:28:112717dependencies = [
Aaron Hill70ba4912020-08-01 14:11:152718 "proc-macro2",
Alex Crichtone9d89832018-04-02 15:43:552719]
2720
2721[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582722name = "racer"
Igor Matuszewskid72ea1b2021-01-15 00:50:592723version = "2.1.42"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582724source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskid72ea1b2021-01-15 00:50:592725checksum = "d4463624cd50208e86382c13a84561fcd1d3e9d8ff4d97e8ef0c5e304df8d2b9"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582726dependencies = [
Alex Crichton093ede22019-08-15 00:45:092727 "bitflags",
2728 "clap",
2729 "derive_more",
Igor Matuszewski8fc4bba2020-02-12 14:47:312730 "env_logger 0.7.1",
Mark Rousskov342d9562020-08-17 15:21:442731 "humantime 2.0.1",
Yuki Okushi1f0a39502020-05-26 04:00:422732 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:092733 "log",
2734 "rls-span",
Igor Matuszewskib2561c92020-03-31 12:31:522735 "rustc-ap-rustc_ast",
Igor Matuszewski8fc4bba2020-02-12 14:47:312736 "rustc-ap-rustc_ast_pretty",
2737 "rustc-ap-rustc_data_structures",
2738 "rustc-ap-rustc_errors",
2739 "rustc-ap-rustc_parse",
2740 "rustc-ap-rustc_session",
2741 "rustc-ap-rustc_span",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582742]
2743
2744[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292745name = "rand"
Alex Crichtonaabf4e92020-01-08 15:33:572746version = "0.7.3"
gnzlbg52caca02019-08-01 15:02:262747source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:572748checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
gnzlbg52caca02019-08-01 15:02:262749dependencies = [
Ralf Jung0e908752020-09-17 18:04:202750 "getrandom 0.1.14",
Alex Crichton093ede22019-08-15 00:45:092751 "libc",
Aaron Hill70ba4912020-08-01 14:11:152752 "rand_chacha",
Mark Rousskov342d9562020-08-17 15:21:442753 "rand_core",
Aaron Hill70ba4912020-08-01 14:11:152754 "rand_hc",
2755 "rand_pcg",
Alex Crichtonb4110902018-12-08 11:06:542756]
2757
2758[[package]]
gnzlbg52caca02019-08-01 15:02:262759name = "rand_chacha"
Yuki Okushi9f8628b2020-05-26 04:35:212760version = "0.2.2"
gnzlbg52caca02019-08-01 15:02:262761source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:212762checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
gnzlbg52caca02019-08-01 15:02:262763dependencies = [
Yuki Okushi9f8628b2020-05-26 04:35:212764 "ppv-lite86",
Mark Rousskov342d9562020-08-17 15:21:442765 "rand_core",
gnzlbg52caca02019-08-01 15:02:262766]
2767
2768[[package]]
Alex Crichtonb4110902018-12-08 11:06:542769name = "rand_core"
Eric Huss2b985322019-11-25 16:14:072770version = "0.5.1"
gnzlbg52caca02019-08-01 15:02:262771source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss2b985322019-11-25 16:14:072772checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
gnzlbg52caca02019-08-01 15:02:262773dependencies = [
Ralf Jung0e908752020-09-17 18:04:202774 "getrandom 0.1.14",
gnzlbg52caca02019-08-01 15:02:262775]
2776
2777[[package]]
Alex Crichtonb4110902018-12-08 11:06:542778name = "rand_hc"
gnzlbg52caca02019-08-01 15:02:262779version = "0.2.0"
2780source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092781checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
gnzlbg52caca02019-08-01 15:02:262782dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442783 "rand_core",
Laurențiu Nicolab888eb92019-06-10 18:22:312784]
2785
2786[[package]]
Alex Crichtonb4110902018-12-08 11:06:542787name = "rand_pcg"
Aaron Hill70ba4912020-08-01 14:11:152788version = "0.2.1"
Alex Crichtonb4110902018-12-08 11:06:542789source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:152790checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
Alex Crichtonb4110902018-12-08 11:06:542791dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442792 "rand_core",
Alex Crichtonb4110902018-12-08 11:06:542793]
kennytmcab21f12018-07-26 21:58:552794
2795[[package]]
Ralf Jung5b78e982019-04-19 07:37:332796name = "rand_xorshift"
2797version = "0.2.0"
2798source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092799checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
Ralf Jung5b78e982019-04-19 07:37:332800dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442801 "rand_core",
Eric Huss2b985322019-11-25 16:14:072802]
2803
2804[[package]]
2805name = "rand_xoshiro"
2806version = "0.4.0"
2807source = "registry+https://github.com/rust-lang/crates.io-index"
2808checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004"
2809dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442810 "rand_core",
Ralf Jung5b78e982019-04-19 07:37:332811]
2812
2813[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292814name = "rayon"
Mark Rousskov342d9562020-08-17 15:21:442815version = "1.3.1"
Nick Cameron4b6f5c22018-02-26 03:15:452816source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442817checksum = "62f02856753d04e03e26929f820d0a0a337ebe71f849801eea335d464b349080"
Nick Cameron4b6f5c22018-02-26 03:15:452818dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442819 "autocfg",
Mateusz Mikuła2d8d8132019-12-04 17:40:162820 "crossbeam-deque",
Alex Crichton093ede22019-08-15 00:45:092821 "either",
2822 "rayon-core",
Oliver Schneideracdf83f2017-12-06 08:25:292823]
2824
2825[[package]]
2826name = "rayon-core"
Mark Rousskov342d9562020-08-17 15:21:442827version = "1.7.1"
Oliver Schneideracdf83f2017-12-06 08:25:292828source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442829checksum = "e92e15d89083484e11353891f1af602cc661426deb9564c298b270c726973280"
Oliver Schneideracdf83f2017-12-06 08:25:292830dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:162831 "crossbeam-deque",
Mark Rousskov342d9562020-08-17 15:21:442832 "crossbeam-queue 0.2.3",
2833 "crossbeam-utils 0.7.2",
Yuki Okushi1f0a39502020-05-26 04:00:422834 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:092835 "num_cpus",
Laurențiu Nicolab888eb92019-06-10 18:22:312836]
2837
2838[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:352839name = "redox_syscall"
Mark Rousskov342d9562020-08-17 15:21:442840version = "0.1.57"
Nick Cameronc5cad5a2017-09-22 01:58:352841source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442842checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
Nick Cameronc5cad5a2017-09-22 01:58:352843
2844[[package]]
flip19954c228cc2019-02-18 09:32:582845name = "redox_users"
Mark Rousskov342d9562020-08-17 15:21:442846version = "0.3.4"
flip19954c228cc2019-02-18 09:32:582847source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442848checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431"
flip19954c228cc2019-02-18 09:32:582849dependencies = [
Ralf Jung0e908752020-09-17 18:04:202850 "getrandom 0.1.14",
Alex Crichton093ede22019-08-15 00:45:092851 "redox_syscall",
Mark Rousskov342d9562020-08-17 15:21:442852 "rust-argon2",
flip19954c228cc2019-02-18 09:32:582853]
2854
2855[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582856name = "regex"
Mark Rousskov342d9562020-08-17 15:21:442857version = "1.3.9"
Oliver Schneider847bb142018-05-11 12:11:062858source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442859checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
Oliver Schneider847bb142018-05-11 12:11:062860dependencies = [
Alex Crichton093ede22019-08-15 00:45:092861 "aho-corasick",
2862 "memchr",
2863 "regex-syntax",
Yuki Okushib4b76b82020-05-26 04:04:592864 "thread_local",
Oliver Schneider847bb142018-05-11 12:11:062865]
2866
2867[[package]]
Oliver Schererec7230f2020-07-24 18:42:002868name = "regex-automata"
2869version = "0.1.9"
2870source = "registry+https://github.com/rust-lang/crates.io-index"
2871checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
2872dependencies = [
2873 "byteorder",
2874 "regex-syntax",
2875]
2876
2877[[package]]
Steve Klabnika0769612017-02-07 23:13:572878name = "regex-syntax"
Mark Rousskov342d9562020-08-17 15:21:442879version = "0.6.18"
Oliver Schneider847bb142018-05-11 12:11:062880source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442881checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
Oliver Schneider847bb142018-05-11 12:11:062882
2883[[package]]
Alex Crichton7bc2cbf2017-04-26 15:52:192884name = "remote-test-client"
2885version = "0.1.0"
2886
2887[[package]]
2888name = "remote-test-server"
2889version = "0.1.0"
2890
2891[[package]]
Alex Crichton994bfd42018-02-26 17:07:162892name = "remove_dir_all"
Mark Rousskov342d9562020-08-17 15:21:442893version = "0.5.3"
Alex Crichton994bfd42018-02-26 17:07:162894source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442895checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
Alex Crichton994bfd42018-02-26 17:07:162896dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442897 "winapi 0.3.9",
Alex Crichton994bfd42018-02-26 17:07:162898]
2899
2900[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582901name = "rls"
Igor Matuszewski5b091302019-12-10 15:01:012902version = "1.41.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582903dependencies = [
Eric Huss6da85d62020-01-14 17:47:042904 "anyhow",
Alex Crichton093ede22019-08-15 00:45:092905 "cargo",
Mark Rousskov342d9562020-08-17 15:21:442906 "cargo_metadata 0.8.2",
Alex Crichton093ede22019-08-15 00:45:092907 "clippy_lints",
Igor Matuszewski8fc4bba2020-02-12 14:47:312908 "crossbeam-channel",
Alex Crichton093ede22019-08-15 00:45:092909 "difference",
Ralf Jung9cd1ede2019-10-31 06:50:542910 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:092911 "futures",
2912 "heck",
Igor Matuszewskic2249a42019-09-08 08:28:112913 "home",
Mark Rousskov342d9562020-08-17 15:21:442914 "itertools 0.8.2",
Alex Crichton093ede22019-08-15 00:45:092915 "jsonrpc-core",
Yuki Okushi1f0a39502020-05-26 04:00:422916 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:092917 "log",
2918 "lsp-codec",
2919 "lsp-types",
2920 "num_cpus",
2921 "ordslice",
2922 "racer",
Aaron Hill70ba4912020-08-01 14:11:152923 "rand",
Alex Crichton093ede22019-08-15 00:45:092924 "rayon",
2925 "regex",
2926 "rls-analysis",
2927 "rls-data",
Igor Matuszewskic2249a42019-09-08 08:28:112928 "rls-ipc",
Alex Crichton093ede22019-08-15 00:45:092929 "rls-rustc",
2930 "rls-span",
2931 "rls-vfs",
Alex Crichton093ede22019-08-15 00:45:092932 "rustc-workspace-hack",
Igor Matuszewski31dc27d2019-06-08 20:15:222933 "rustc_tools_util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton093ede22019-08-15 00:45:092934 "rustfmt-nightly",
2935 "serde",
2936 "serde_derive",
Igor Matuszewskic2249a42019-09-08 08:28:112937 "serde_ignored",
Alex Crichton093ede22019-08-15 00:45:092938 "serde_json",
2939 "tempfile",
2940 "tokio",
2941 "tokio-process",
2942 "tokio-timer",
Eric Huss7d92cf42019-08-20 17:46:352943 "toml",
Mark Rousskov342d9562020-08-17 15:21:442944 "url 2.1.1",
Alex Crichton093ede22019-08-15 00:45:092945 "walkdir",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582946]
2947
2948[[package]]
2949name = "rls-analysis"
Yuki Okushia6e58ae2020-05-26 04:33:062950version = "0.18.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582951source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushia6e58ae2020-05-26 04:33:062952checksum = "534032993e1b60e5db934eab2dde54da7afd1e46c3465fddb2b29eb47cb1ed3a"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582953dependencies = [
Alex Crichton093ede22019-08-15 00:45:092954 "derive-new",
2955 "fst",
Mark Rousskov342d9562020-08-17 15:21:442956 "itertools 0.8.2",
Alex Crichton093ede22019-08-15 00:45:092957 "json",
2958 "log",
2959 "rls-data",
2960 "rls-span",
2961 "serde",
2962 "serde_json",
Alex Crichton453080f2017-06-05 16:36:482963]
2964
2965[[package]]
Martin Algesten9a6afa82018-02-02 07:29:592966name = "rls-data"
Igor Matuszewskid72ea1b2021-01-15 00:50:592967version = "0.19.1"
Igor Matuszewski3ac464f2021-01-15 01:26:552968source = "registry+https://github.com/rust-lang/crates.io-index"
2969checksum = "a58135eb039f3a3279a33779192f0ee78b56f57ae636e25cec83530e41debb99"
Martin Algesten9a6afa82018-02-02 07:29:592970dependencies = [
Alex Crichton093ede22019-08-15 00:45:092971 "rls-span",
2972 "serde",
Martin Algesten9a6afa82018-02-02 07:29:592973]
2974
2975[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112976name = "rls-ipc"
2977version = "0.1.0"
2978dependencies = [
2979 "jsonrpc-core",
2980 "jsonrpc-core-client",
2981 "jsonrpc-derive",
2982 "jsonrpc-ipc-server",
2983 "rls-data",
2984 "serde",
2985]
2986
2987[[package]]
Nick Cameron92867d22017-08-30 05:09:362988name = "rls-rustc"
Igor Matuszewski9a6a2692019-03-10 16:03:322989version = "0.6.0"
Igor Matuszewskic2249a42019-09-08 08:28:112990dependencies = [
2991 "clippy_lints",
Ralf Jung9cd1ede2019-10-31 06:50:542992 "env_logger 0.7.1",
Igor Matuszewskic2249a42019-09-08 08:28:112993 "futures",
2994 "log",
Aaron Hill70ba4912020-08-01 14:11:152995 "rand",
Igor Matuszewskic2249a42019-09-08 08:28:112996 "rls-data",
2997 "rls-ipc",
2998 "serde",
2999 "tokio",
3000]
Nick Cameron92867d22017-08-30 05:09:363001
3002[[package]]
Nick Cameronfee1f642017-03-14 02:16:443003name = "rls-span"
Igor Matuszewskid72ea1b2021-01-15 00:50:593004version = "0.5.3"
Igor Matuszewski3ac464f2021-01-15 01:26:553005source = "registry+https://github.com/rust-lang/crates.io-index"
3006checksum = "f0eea58478fc06e15f71b03236612173a1b81e9770314edecfa664375e3e4c86"
Nick Cameronfee1f642017-03-14 02:16:443007dependencies = [
Alex Crichton093ede22019-08-15 00:45:093008 "serde",
Tatsuyuki Ishi0e79b972017-04-29 23:11:583009]
3010
3011[[package]]
3012name = "rls-vfs"
Igor Matuszewski4fb570d2019-04-21 10:52:073013version = "0.8.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583014source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:093015checksum = "ce4b57b25b4330ed5ec14028fc02141e083ddafda327e7eb598dc0569c8c83c9"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583016dependencies = [
Alex Crichton093ede22019-08-15 00:45:093017 "log",
3018 "rls-span",
Nick Cameronfee1f642017-03-14 02:16:443019]
3020
3021[[package]]
Mark Rousskov342d9562020-08-17 15:21:443022name = "rust-argon2"
3023version = "0.7.0"
3024source = "registry+https://github.com/rust-lang/crates.io-index"
3025checksum = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017"
3026dependencies = [
3027 "base64",
3028 "blake2b_simd",
3029 "constant_time_eq",
3030 "crossbeam-utils 0.7.2",
3031]
3032
3033[[package]]
Rich Kadela6f8b8a2020-07-02 18:27:153034name = "rust-demangler"
Rich Kadelf5aebad2020-09-01 23:15:173035version = "0.0.1"
Rich Kadela6f8b8a2020-07-02 18:27:153036dependencies = [
Rich Kadelf5aebad2020-09-01 23:15:173037 "regex",
Rich Kadela6f8b8a2020-07-02 18:27:153038 "rustc-demangle",
3039]
3040
3041[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293042name = "rustbook"
Steve Klabnika0769612017-02-07 23:13:573043version = "0.1.0"
3044dependencies = [
Alex Crichton093ede22019-08-15 00:45:093045 "clap",
Eric Huss5b9e9d02020-11-15 01:37:023046 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:093047 "mdbook",
Steve Klabnika0769612017-02-07 23:13:573048]
Ahmed Charles9ca382f2016-09-02 08:55:293049
3050[[package]]
Igor Matuszewskif4b2a202020-06-15 09:43:393051name = "rustc-ap-rustc_arena"
Igor Matuszewskid72ea1b2021-01-15 00:50:593052version = "697.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273053source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskid72ea1b2021-01-15 00:50:593054checksum = "fb953bea2006184c8f01a6fd3ed51658c73380992a9aefc113e8d32ece6b7516"
Igor Matuszewskid2d192e2019-07-30 11:00:273055dependencies = [
Mark Rousskov342d9562020-08-17 15:21:443056 "smallvec 1.4.2",
Igor Matuszewskid2d192e2019-07-30 11:00:273057]
3058
3059[[package]]
Igor Matuszewskib2561c92020-03-31 12:31:523060name = "rustc-ap-rustc_ast"
Igor Matuszewskid72ea1b2021-01-15 00:50:593061version = "697.0.0"
Igor Matuszewski8fc4bba2020-02-12 14:47:313062source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskid72ea1b2021-01-15 00:50:593063checksum = "94da60fa49b2f60d2539e8823cf2b4d4e61583ba4ee796b8289e12f017d3dc5b"
Igor Matuszewski8fc4bba2020-02-12 14:47:313064dependencies = [
Igor Matuszewskif4b2a202020-06-15 09:43:393065 "bitflags",
Igor Matuszewski8fc4bba2020-02-12 14:47:313066 "rustc-ap-rustc_data_structures",
Igor Matuszewskib2561c92020-03-31 12:31:523067 "rustc-ap-rustc_index",
3068 "rustc-ap-rustc_lexer",
3069 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393070 "rustc-ap-rustc_serialize",
Igor Matuszewski8fc4bba2020-02-12 14:47:313071 "rustc-ap-rustc_span",
Mark Rousskov342d9562020-08-17 15:21:443072 "smallvec 1.4.2",
Caleb Cartwright1ceb8242020-09-05 19:03:273073 "tracing",
Igor Matuszewskib2561c92020-03-31 12:31:523074]
3075
3076[[package]]
3077name = "rustc-ap-rustc_ast_passes"
Igor Matuszewskid72ea1b2021-01-15 00:50:593078version = "697.0.0"
Igor Matuszewskib2561c92020-03-31 12:31:523079source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskid72ea1b2021-01-15 00:50:593080checksum = "3e9f9eaaee223832187a398abe0f9cb8bc4e5cd538322d8f3864aea65239c79e"
Igor Matuszewskib2561c92020-03-31 12:31:523081dependencies = [
Igor Matuszewski1b9c45b2020-10-05 19:40:203082 "itertools 0.9.0",
Igor Matuszewskib2561c92020-03-31 12:31:523083 "rustc-ap-rustc_ast",
3084 "rustc-ap-rustc_ast_pretty",
3085 "rustc-ap-rustc_attr",
3086 "rustc-ap-rustc_data_structures",
3087 "rustc-ap-rustc_errors",
3088 "rustc-ap-rustc_feature",
3089 "rustc-ap-rustc_parse",
3090 "rustc-ap-rustc_session",
3091 "rustc-ap-rustc_span",
Caleb Cartwright1ceb8242020-09-05 19:03:273092 "tracing",
Igor Matuszewskib2561c92020-03-31 12:31:523093]
3094
3095[[package]]
3096name = "rustc-ap-rustc_ast_pretty"
Igor Matuszewskid72ea1b2021-01-15 00:50:593097version = "697.0.0"
Igor Matuszewskib2561c92020-03-31 12:31:523098source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskid72ea1b2021-01-15 00:50:593099checksum = "302b43429c62efc43b159b1f8ab94c8b517fb553cbae854c3fcf34e01c36accb"
Igor Matuszewskib2561c92020-03-31 12:31:523100dependencies = [
Igor Matuszewskib2561c92020-03-31 12:31:523101 "rustc-ap-rustc_ast",
Igor Matuszewskib2561c92020-03-31 12:31:523102 "rustc-ap-rustc_span",
Igor Matuszewskif4b2a202020-06-15 09:43:393103 "rustc-ap-rustc_target",
Caleb Cartwright1ceb8242020-09-05 19:03:273104 "tracing",
Igor Matuszewski8fc4bba2020-02-12 14:47:313105]
3106
3107[[package]]
3108name = "rustc-ap-rustc_attr"
Igor Matuszewskid72ea1b2021-01-15 00:50:593109version = "697.0.0"
Igor Matuszewski8fc4bba2020-02-12 14:47:313110source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskid72ea1b2021-01-15 00:50:593111checksum = "2cbd78cb6f7ca0991478d7f1bc5646b6eca58c37ccbdf70b5d83c490a7c47be7"
Igor Matuszewski8fc4bba2020-02-12 14:47:313112dependencies = [
Igor Matuszewskib2561c92020-03-31 12:31:523113 "rustc-ap-rustc_ast",
Igor Matuszewski8fc4bba2020-02-12 14:47:313114 "rustc-ap-rustc_ast_pretty",
3115 "rustc-ap-rustc_data_structures",
3116 "rustc-ap-rustc_errors",
3117 "rustc-ap-rustc_feature",
Caleb Cartwright1ceb8242020-09-05 19:03:273118 "rustc-ap-rustc_lexer",
Igor Matuszewski8fc4bba2020-02-12 14:47:313119 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393120 "rustc-ap-rustc_serialize",
Igor Matuszewski8fc4bba2020-02-12 14:47:313121 "rustc-ap-rustc_session",
3122 "rustc-ap-rustc_span",
Igor Matuszewski84eae772020-05-21 13:39:523123 "version_check",
Igor Matuszewski8fc4bba2020-02-12 14:47:313124]
Igor Matuszewskid2d192e2019-07-30 11:00:273125
3126[[package]]
Igor Matuszewskid2d192e2019-07-30 11:00:273127name = "rustc-ap-rustc_data_structures"
Igor Matuszewskid72ea1b2021-01-15 00:50:593128version = "697.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273129source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskid72ea1b2021-01-15 00:50:593130checksum = "7b9ebd359b0f21086a88595a25d92dc7e8e5f7b111e41c52bb6c97e2d95fd0bb"
Igor Matuszewskid2d192e2019-07-30 11:00:273131dependencies = [
Alessandro Ghedinibff2e462020-11-05 15:58:233132 "arrayvec",
Igor Matuszewski8fc4bba2020-02-12 14:47:313133 "bitflags",
Aaron Hill44fdfd62020-10-11 17:51:073134 "cfg-if 0.1.10",
Igor Matuszewskib2561c92020-03-31 12:31:523135 "crossbeam-utils 0.7.2",
Jack Hueya42e5a12020-05-27 05:05:093136 "ena",
Alex Crichton093ede22019-08-15 00:45:093137 "indexmap",
3138 "jobserver",
topecongiro84c45142020-04-15 02:07:333139 "libc",
Alessandro Ghedinibff2e462020-11-05 15:58:233140 "measureme",
Igor Matuszewski1b9c45b2020-10-05 19:40:203141 "parking_lot 0.11.0",
Igor Matuszewskif4b2a202020-06-15 09:43:393142 "rustc-ap-rustc_graphviz",
Igor Matuszewskiae79ea32019-10-11 14:28:023143 "rustc-ap-rustc_index",
Caleb Cartwright1ceb8242020-09-05 19:03:273144 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393145 "rustc-ap-rustc_serialize",
Alex Crichton093ede22019-08-15 00:45:093146 "rustc-hash",
Igor Matuszewski5b091302019-12-10 15:01:013147 "rustc-rayon",
3148 "rustc-rayon-core",
Mark Rousskov342d9562020-08-17 15:21:443149 "smallvec 1.4.2",
Alex Crichton093ede22019-08-15 00:45:093150 "stable_deref_trait",
Igor Matuszewski84eae772020-05-21 13:39:523151 "stacker",
Caleb Cartwright1ceb8242020-09-05 19:03:273152 "tempfile",
3153 "tracing",
Mark Rousskov342d9562020-08-17 15:21:443154 "winapi 0.3.9",
Igor Matuszewskid2d192e2019-07-30 11:00:273155]
3156
3157[[package]]
topecongiro5ae8fa92018-01-18 14:40:373158name = "rustc-ap-rustc_errors"
Igor Matuszewskid72ea1b2021-01-15 00:50:593159version = "697.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273160source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskid72ea1b2021-01-15 00:50:593161checksum = "3b810fcac4d738c47d7793afe3e0f2e03d5193c36c698b0fbcebfb64e468c06b"
Igor Matuszewskid2d192e2019-07-30 11:00:273162dependencies = [
Igor Matuszewskif4b2a202020-06-15 09:43:393163 "annotate-snippets 0.8.0",
Alex Crichton093ede22019-08-15 00:45:093164 "atty",
Alex Crichton093ede22019-08-15 00:45:093165 "rustc-ap-rustc_data_structures",
Igor Matuszewskibd37d7d2020-12-05 15:40:243166 "rustc-ap-rustc_lint_defs",
Caleb Cartwright1ceb8242020-09-05 19:03:273167 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393168 "rustc-ap-rustc_serialize",
Igor Matuszewski8fc4bba2020-02-12 14:47:313169 "rustc-ap-rustc_span",
Alex Crichton093ede22019-08-15 00:45:093170 "termcolor",
Igor Matuszewski8fc4bba2020-02-12 14:47:313171 "termize",
Caleb Cartwright1ceb8242020-09-05 19:03:273172 "tracing",
Alex Crichton093ede22019-08-15 00:45:093173 "unicode-width",
Mark Rousskov342d9562020-08-17 15:21:443174 "winapi 0.3.9",
Igor Matuszewskid2d192e2019-07-30 11:00:273175]
3176
3177[[package]]
Igor Matuszewskib2561c92020-03-31 12:31:523178name = "rustc-ap-rustc_expand"
Igor Matuszewskid72ea1b2021-01-15 00:50:593179version = "697.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273180source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskid72ea1b2021-01-15 00:50:593181checksum = "f5b44aadd09c05a42a21a063e9f2241fd3d9c00c3dd6e474e22c3a3e8274c959"
Igor Matuszewskib2561c92020-03-31 12:31:523182dependencies = [
Igor Matuszewskib2561c92020-03-31 12:31:523183 "rustc-ap-rustc_ast",
3184 "rustc-ap-rustc_ast_passes",
3185 "rustc-ap-rustc_ast_pretty",
3186 "rustc-ap-rustc_attr",
3187 "rustc-ap-rustc_data_structures",
3188 "rustc-ap-rustc_errors",
3189 "rustc-ap-rustc_feature",
3190 "rustc-ap-rustc_lexer",
Caleb Cartwright1ceb8242020-09-05 19:03:273191 "rustc-ap-rustc_macros",
Igor Matuszewskib2561c92020-03-31 12:31:523192 "rustc-ap-rustc_parse",
Igor Matuszewskif4b2a202020-06-15 09:43:393193 "rustc-ap-rustc_serialize",
Igor Matuszewskib2561c92020-03-31 12:31:523194 "rustc-ap-rustc_session",
3195 "rustc-ap-rustc_span",
Mark Rousskov342d9562020-08-17 15:21:443196 "smallvec 1.4.2",
Caleb Cartwright1ceb8242020-09-05 19:03:273197 "tracing",
Igor Matuszewskib2561c92020-03-31 12:31:523198]
3199
3200[[package]]
3201name = "rustc-ap-rustc_feature"
Igor Matuszewskid72ea1b2021-01-15 00:50:593202version = "697.0.0"
Igor Matuszewskib2561c92020-03-31 12:31:523203source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskid72ea1b2021-01-15 00:50:593204checksum = "a2f4121cb9718c8c1c6350a3aaea619fbbae38fb1aadd3d7305586460babb531"
Igor Matuszewski8fc4bba2020-02-12 14:47:313205dependencies = [
Igor Matuszewski8fc4bba2020-02-12 14:47:313206 "rustc-ap-rustc_data_structures",
3207 "rustc-ap-rustc_span",
3208]
3209
3210[[package]]
3211name = "rustc-ap-rustc_fs_util"
Igor Matuszewskid72ea1b2021-01-15 00:50:593212version = "697.0.0"
Igor Matuszewski8fc4bba2020-02-12 14:47:313213source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskid72ea1b2021-01-15 00:50:593214checksum = "fdb0f36e34fafb725795bef3ec6f414cac34e7ca98e6d25927be36d95ae1c6ac"
Igor Matuszewskif4b2a202020-06-15 09:43:393215
3216[[package]]
3217name = "rustc-ap-rustc_graphviz"
Igor Matuszewskid72ea1b2021-01-15 00:50:593218version = "697.0.0"
Igor Matuszewskif4b2a202020-06-15 09:43:393219source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskid72ea1b2021-01-15 00:50:593220checksum = "a98402e20e2913016ed54f12aead5c987fe227a0fb31cc720e17ff51c6f32466"
Igor Matuszewski8fc4bba2020-02-12 14:47:313221
3222[[package]]
3223name = "rustc-ap-rustc_index"
Igor Matuszewskid72ea1b2021-01-15 00:50:593224version = "697.0.0"
Igor Matuszewski8fc4bba2020-02-12 14:47:313225source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskid72ea1b2021-01-15 00:50:593226checksum = "ec91408d727f73f682cd8ae836d762c8dab0ed4e81994ced03aa1edcee3b99a4"
Igor Matuszewskiae79ea32019-10-11 14:28:023227dependencies = [
Mark Rousskov342d9562020-08-17 15:21:443228 "arrayvec",
Caleb Cartwright1ceb8242020-09-05 19:03:273229 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393230 "rustc-ap-rustc_serialize",
Igor Matuszewskiae79ea32019-10-11 14:28:023231]
3232
3233[[package]]
3234name = "rustc-ap-rustc_lexer"
Igor Matuszewskid72ea1b2021-01-15 00:50:593235version = "697.0.0"
Igor Matuszewskiae79ea32019-10-11 14:28:023236source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskid72ea1b2021-01-15 00:50:593237checksum = "67adbe260a0a11910624d6d28c0304fcf7b063e666682111005c83b09f73429d"
Igor Matuszewskic2249a42019-09-08 08:28:113238dependencies = [
Aaron Hill70ba4912020-08-01 14:11:153239 "unicode-xid",
Igor Matuszewskic2249a42019-09-08 08:28:113240]
Igor Matuszewskid2d192e2019-07-30 11:00:273241
3242[[package]]
Igor Matuszewskibd37d7d2020-12-05 15:40:243243name = "rustc-ap-rustc_lint_defs"
Igor Matuszewskid72ea1b2021-01-15 00:50:593244version = "697.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273245source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskid72ea1b2021-01-15 00:50:593246checksum = "6bf11d0646da7bd136fbca53834afcc3760fbfc20fa4875e139b3ada41ec53a5"
Igor Matuszewskibd37d7d2020-12-05 15:40:243247dependencies = [
3248 "rustc-ap-rustc_ast",
3249 "rustc-ap-rustc_data_structures",
3250 "rustc-ap-rustc_macros",
3251 "rustc-ap-rustc_serialize",
3252 "rustc-ap-rustc_span",
3253 "tracing",
3254]
3255
3256[[package]]
3257name = "rustc-ap-rustc_macros"
Igor Matuszewskid72ea1b2021-01-15 00:50:593258version = "697.0.0"
Igor Matuszewskibd37d7d2020-12-05 15:40:243259source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskid72ea1b2021-01-15 00:50:593260checksum = "c454b10b66750ffd9bfd7d53b0f30eaba1462356e9ac91f0d037cb0556dc7681"
Igor Matuszewskid2d192e2019-07-30 11:00:273261dependencies = [
Aaron Hill70ba4912020-08-01 14:11:153262 "proc-macro2",
3263 "quote",
3264 "syn",
Igor Matuszewski403a9d02020-05-05 11:26:163265 "synstructure",
Igor Matuszewskid2d192e2019-07-30 11:00:273266]
3267
3268[[package]]
Igor Matuszewski8fc4bba2020-02-12 14:47:313269name = "rustc-ap-rustc_parse"
Igor Matuszewskid72ea1b2021-01-15 00:50:593270version = "697.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273271source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskid72ea1b2021-01-15 00:50:593272checksum = "3d03f423948137a8370a88447382a18015d47a273268e3ead2d0a987c3b14070"
Igor Matuszewskid2d192e2019-07-30 11:00:273273dependencies = [
Alex Crichton093ede22019-08-15 00:45:093274 "bitflags",
Igor Matuszewskib2561c92020-03-31 12:31:523275 "rustc-ap-rustc_ast",
Igor Matuszewski8fc4bba2020-02-12 14:47:313276 "rustc-ap-rustc_ast_pretty",
Alex Crichton093ede22019-08-15 00:45:093277 "rustc-ap-rustc_data_structures",
3278 "rustc-ap-rustc_errors",
Igor Matuszewski8fc4bba2020-02-12 14:47:313279 "rustc-ap-rustc_feature",
Alex Crichton093ede22019-08-15 00:45:093280 "rustc-ap-rustc_lexer",
Igor Matuszewski8fc4bba2020-02-12 14:47:313281 "rustc-ap-rustc_session",
3282 "rustc-ap-rustc_span",
Caleb Cartwright1ceb8242020-09-05 19:03:273283 "smallvec 1.4.2",
3284 "tracing",
Igor Matuszewski8fc4bba2020-02-12 14:47:313285 "unicode-normalization",
Igor Matuszewskid2d192e2019-07-30 11:00:273286]
3287
3288[[package]]
Igor Matuszewskif4b2a202020-06-15 09:43:393289name = "rustc-ap-rustc_serialize"
Igor Matuszewskid72ea1b2021-01-15 00:50:593290version = "697.0.0"
Igor Matuszewskid2d192e2019-07-30 11:00:273291source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskid72ea1b2021-01-15 00:50:593292checksum = "e7ed5df71bd37d1e179b4bbedf77db76c9e0eb2e03159c58a691adbf29f74682"
Igor Matuszewskif4b2a202020-06-15 09:43:393293dependencies = [
3294 "indexmap",
Mark Rousskov342d9562020-08-17 15:21:443295 "smallvec 1.4.2",
Igor Matuszewskif4b2a202020-06-15 09:43:393296]
3297
3298[[package]]
3299name = "rustc-ap-rustc_session"
Igor Matuszewskid72ea1b2021-01-15 00:50:593300version = "697.0.0"
Igor Matuszewskif4b2a202020-06-15 09:43:393301source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskid72ea1b2021-01-15 00:50:593302checksum = "3e3b92b51fad25a897b23ec98961126aea038abeab8d47989f774f7727016b5e"
Igor Matuszewski8fc4bba2020-02-12 14:47:313303dependencies = [
Tyler Mandrye193cb12020-07-25 21:25:163304 "bitflags",
topecongiro84c45142020-04-15 02:07:333305 "getopts",
Igor Matuszewski8fc4bba2020-02-12 14:47:313306 "num_cpus",
Igor Matuszewskib2561c92020-03-31 12:31:523307 "rustc-ap-rustc_ast",
Igor Matuszewski8fc4bba2020-02-12 14:47:313308 "rustc-ap-rustc_data_structures",
3309 "rustc-ap-rustc_errors",
3310 "rustc-ap-rustc_feature",
3311 "rustc-ap-rustc_fs_util",
Igor Matuszewskibd37d7d2020-12-05 15:40:243312 "rustc-ap-rustc_lint_defs",
Caleb Cartwright1ceb8242020-09-05 19:03:273313 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393314 "rustc-ap-rustc_serialize",
Igor Matuszewski8fc4bba2020-02-12 14:47:313315 "rustc-ap-rustc_span",
3316 "rustc-ap-rustc_target",
Caleb Cartwright1ceb8242020-09-05 19:03:273317 "tracing",
Igor Matuszewski8fc4bba2020-02-12 14:47:313318]
3319
3320[[package]]
3321name = "rustc-ap-rustc_span"
Igor Matuszewskid72ea1b2021-01-15 00:50:593322version = "697.0.0"
Igor Matuszewski8fc4bba2020-02-12 14:47:313323source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskid72ea1b2021-01-15 00:50:593324checksum = "d98273206d8a571c780f233f3391ea30e29c5e75ecdc60335ccef346046e1953"
Igor Matuszewskid2d192e2019-07-30 11:00:273325dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:073326 "cfg-if 0.1.10",
Igor Matuszewskibd37d7d2020-12-05 15:40:243327 "md-5",
Igor Matuszewskif4b2a202020-06-15 09:43:393328 "rustc-ap-rustc_arena",
Alex Crichton093ede22019-08-15 00:45:093329 "rustc-ap-rustc_data_structures",
Igor Matuszewskiae79ea32019-10-11 14:28:023330 "rustc-ap-rustc_index",
Alex Crichton093ede22019-08-15 00:45:093331 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393332 "rustc-ap-rustc_serialize",
Alex Crichton093ede22019-08-15 00:45:093333 "scoped-tls",
Igor Matuszewskibd37d7d2020-12-05 15:40:243334 "sha-1 0.9.1",
3335 "sha2",
Caleb Cartwright1ceb8242020-09-05 19:03:273336 "tracing",
Alex Crichton093ede22019-08-15 00:45:093337 "unicode-width",
Igor Matuszewskid2d192e2019-07-30 11:00:273338]
3339
3340[[package]]
Igor Matuszewski8fc4bba2020-02-12 14:47:313341name = "rustc-ap-rustc_target"
Igor Matuszewskid72ea1b2021-01-15 00:50:593342version = "697.0.0"
Igor Matuszewski8fc4bba2020-02-12 14:47:313343source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskid72ea1b2021-01-15 00:50:593344checksum = "08ce81fe0130e61112db5f3b2db6b21d407e4b14ae467ab9637f4696cc340ad1"
Igor Matuszewski8fc4bba2020-02-12 14:47:313345dependencies = [
3346 "bitflags",
Igor Matuszewski8fc4bba2020-02-12 14:47:313347 "rustc-ap-rustc_data_structures",
3348 "rustc-ap-rustc_index",
3349 "rustc-ap-rustc_macros",
Igor Matuszewskif4b2a202020-06-15 09:43:393350 "rustc-ap-rustc_serialize",
Igor Matuszewski8fc4bba2020-02-12 14:47:313351 "rustc-ap-rustc_span",
Caleb Cartwright1ceb8242020-09-05 19:03:273352 "tracing",
Igor Matuszewski8fc4bba2020-02-12 14:47:313353]
3354
3355[[package]]
Josh Stone020c5ec2017-05-08 22:01:133356name = "rustc-demangle"
varkor878c97e2020-10-21 20:11:113357version = "0.1.18"
Josh Stone020c5ec2017-05-08 22:01:133358source = "registry+https://github.com/rust-lang/crates.io-index"
varkor878c97e2020-10-21 20:11:113359checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"
Alex Crichtonfcc8bb42018-12-14 22:37:513360dependencies = [
Alex Crichton093ede22019-08-15 00:45:093361 "compiler_builtins",
3362 "rustc-std-workspace-core",
Alex Crichtonfcc8bb42018-12-14 22:37:513363]
Josh Stone020c5ec2017-05-08 22:01:133364
3365[[package]]
Niko Matsakis9c548bf2018-05-24 12:48:023366name = "rustc-hash"
Jack Huey6aa2e9d2020-05-27 00:19:193367version = "1.1.0"
Niko Matsakis9c548bf2018-05-24 12:48:023368source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:193369checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
Niko Matsakis9c548bf2018-05-24 12:48:023370
3371[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293372name = "rustc-main"
3373version = "0.0.0"
3374dependencies = [
Alex Crichton093ede22019-08-15 00:45:093375 "jemalloc-sys",
3376 "rustc_codegen_ssa",
3377 "rustc_driver",
Ahmed Charles9ca382f2016-09-02 08:55:293378]
3379
3380[[package]]
John Kåre Alsaker4afdae62018-05-12 02:11:033381name = "rustc-rayon"
Josh Stone33c41252019-09-10 17:13:073382version = "0.3.0"
3383source = "registry+https://github.com/rust-lang/crates.io-index"
3384checksum = "f32767f90d938f1b7199a174ef249ae1924f6e5bbdb9d112fea141e016f25b3a"
3385dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:163386 "crossbeam-deque",
Josh Stone33c41252019-09-10 17:13:073387 "either",
Igor Matuszewski5b091302019-12-10 15:01:013388 "rustc-rayon-core",
John Kåre Alsaker0e05a9b2019-04-25 20:50:413389]
3390
3391[[package]]
Josh Stone33c41252019-09-10 17:13:073392name = "rustc-rayon-core"
3393version = "0.3.0"
3394source = "registry+https://github.com/rust-lang/crates.io-index"
3395checksum = "ea2427831f0053ea3ea73559c8eabd893133a51b251d142bacee53c62a288cb3"
3396dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:163397 "crossbeam-deque",
Mark Rousskov342d9562020-08-17 15:21:443398 "crossbeam-queue 0.1.2",
3399 "crossbeam-utils 0.6.6",
Yuki Okushi1f0a39502020-05-26 04:00:423400 "lazy_static",
Josh Stone33c41252019-09-10 17:13:073401 "num_cpus",
3402]
3403
3404[[package]]
flip1995898ef0f2020-12-06 14:07:593405name = "rustc-semver"
3406version = "1.1.0"
3407source = "registry+https://github.com/rust-lang/crates.io-index"
3408checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84"
3409
3410[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:053411name = "rustc-std-workspace-alloc"
Alex Crichton6c74bc92019-09-09 20:01:053412version = "1.99.0"
Amanieu d'Antras1fa7a212019-02-07 11:08:053413dependencies = [
Alex Crichton093ede22019-08-15 00:45:093414 "alloc",
Amanieu d'Antras1fa7a212019-02-07 11:08:053415]
3416
3417[[package]]
Alex Crichton4c21a3b2018-11-20 05:52:503418name = "rustc-std-workspace-core"
Alex Crichton6c74bc92019-09-09 20:01:053419version = "1.99.0"
Alex Crichton4c21a3b2018-11-20 05:52:503420dependencies = [
Alex Crichton093ede22019-08-15 00:45:093421 "core",
Alex Crichton4c21a3b2018-11-20 05:52:503422]
3423
3424[[package]]
Alex Crichtonb47c9692019-08-16 15:29:083425name = "rustc-std-workspace-std"
Alex Crichton6c74bc92019-09-09 20:01:053426version = "1.99.0"
Alex Crichtonb47c9692019-08-16 15:29:083427dependencies = [
3428 "std",
3429]
3430
3431[[package]]
Alex Crichton0e034d12018-07-31 21:16:553432name = "rustc-workspace-hack"
3433version = "1.0.0"
3434dependencies = [
Alessandro Ghedinibff2e462020-11-05 15:58:233435 "byteorder",
Igor Matuszewski370be8e2020-04-01 20:39:113436 "crossbeam-utils 0.7.2",
Igor Matuszewski2fa30ec2020-12-05 17:08:333437 "libc",
Eric Huss0bfc45a2020-12-23 20:18:153438 "libz-sys",
Aaron Hill70ba4912020-08-01 14:11:153439 "proc-macro2",
3440 "quote",
Alex Crichton093ede22019-08-15 00:45:093441 "serde",
3442 "serde_json",
Mark Rousskov342d9562020-08-17 15:21:443443 "smallvec 0.6.13",
3444 "smallvec 1.4.2",
Aaron Hill70ba4912020-08-01 14:11:153445 "syn",
Mark Rousskov342d9562020-08-17 15:21:443446 "url 2.1.1",
3447 "winapi 0.3.9",
Alex Crichton0e034d12018-07-31 21:16:553448]
3449
3450[[package]]
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433451name = "rustc_apfloat"
3452version = "0.0.0"
3453dependencies = [
Alex Crichton093ede22019-08-15 00:45:093454 "bitflags",
Mark Rousskov342d9562020-08-17 15:21:443455 "smallvec 1.4.2",
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433456]
3457
3458[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403459name = "rustc_arena"
3460version = "0.0.0"
3461dependencies = [
Mark Rousskov342d9562020-08-17 15:21:443462 "smallvec 1.4.2",
Vadim Petrochenkov11d95142020-06-02 17:03:403463]
3464
3465[[package]]
Vadim Petrochenkov6054a302020-02-29 17:16:263466name = "rustc_ast"
3467version = "0.0.0"
3468dependencies = [
Amanieu d'Antrasa6563492020-05-06 13:46:013469 "bitflags",
Vadim Petrochenkov6054a302020-02-29 17:16:263470 "rustc_data_structures",
3471 "rustc_index",
3472 "rustc_lexer",
3473 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403474 "rustc_serialize",
Vadim Petrochenkov6054a302020-02-29 17:16:263475 "rustc_span",
Mark Rousskov342d9562020-08-17 15:21:443476 "smallvec 1.4.2",
Oliver Schererec7230f2020-07-24 18:42:003477 "tracing",
Vadim Petrochenkov6054a302020-02-29 17:16:263478]
3479
3480[[package]]
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563481name = "rustc_ast_lowering"
3482version = "0.0.0"
3483dependencies = [
Vadim Petrochenkov11d95142020-06-02 17:03:403484 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263485 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463486 "rustc_ast_pretty",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563487 "rustc_data_structures",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563488 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573489 "rustc_hir",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563490 "rustc_index",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:563491 "rustc_session",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563492 "rustc_span",
3493 "rustc_target",
Mark Rousskov342d9562020-08-17 15:21:443494 "smallvec 1.4.2",
Oliver Schererec7230f2020-07-24 18:42:003495 "tracing",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563496]
3497
3498[[package]]
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443499name = "rustc_ast_passes"
3500version = "0.0.0"
3501dependencies = [
Andreas Jonsonb8752ff2020-09-12 06:24:093502 "itertools 0.9.0",
Vadim Petrochenkov6054a302020-02-29 17:16:263503 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463504 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203505 "rustc_attr",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443506 "rustc_data_structures",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443507 "rustc_errors",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393508 "rustc_feature",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443509 "rustc_parse",
3510 "rustc_session",
3511 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:003512 "tracing",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443513]
3514
3515[[package]]
Mazdak Farrokhzade2333312020-01-11 16:02:463516name = "rustc_ast_pretty"
3517version = "0.0.0"
3518dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263519 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463520 "rustc_span",
Amanieu d'Antras813a9fc2020-01-22 14:20:273521 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:003522 "tracing",
Mazdak Farrokhzade2333312020-01-11 16:02:463523]
3524
3525[[package]]
Mazdak Farrokhzad93a82832020-01-11 12:15:203526name = "rustc_attr"
3527version = "0.0.0"
3528dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263529 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463530 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203531 "rustc_data_structures",
3532 "rustc_errors",
3533 "rustc_feature",
Vadim Petrochenkov20c50442020-08-10 19:27:483534 "rustc_lexer",
Mazdak Farrokhzad93a82832020-01-11 12:15:203535 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403536 "rustc_serialize",
Mazdak Farrokhzad93a82832020-01-11 12:15:203537 "rustc_session",
3538 "rustc_span",
mibac13890aa62a2020-04-19 08:47:553539 "version_check",
Mazdak Farrokhzad93a82832020-01-11 12:15:203540]
3541
3542[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323543name = "rustc_builtin_macros"
3544version = "0.0.0"
3545dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263546 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463547 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203548 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323549 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323550 "rustc_errors",
3551 "rustc_expand",
3552 "rustc_feature",
3553 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403554 "rustc_parse_format",
Mazdak Farrokhzadf361b712020-01-05 09:47:203555 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323556 "rustc_span",
3557 "rustc_target",
Mark Rousskov342d9562020-08-17 15:21:443558 "smallvec 1.4.2",
Oliver Schererec7230f2020-07-24 18:42:003559 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323560]
3561
3562[[package]]
Irina Popab63d7e22018-05-08 13:10:163563name = "rustc_codegen_llvm"
3564version = "0.0.0"
3565dependencies = [
Alex Crichton7f23e6e2019-10-22 15:51:353566 "bitflags",
Alex Crichton7f23e6e2019-10-22 15:51:353567 "libc",
Alessandro Ghedinibff2e462020-11-05 15:58:233568 "measureme",
Alex Crichton7f23e6e2019-10-22 15:51:353569 "rustc-demangle",
Vadim Petrochenkov6054a302020-02-29 17:16:263570 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203571 "rustc_attr",
Alex Crichton7f23e6e2019-10-22 15:51:353572 "rustc_codegen_ssa",
Alex Crichton7f23e6e2019-10-22 15:51:353573 "rustc_data_structures",
3574 "rustc_errors",
Aaron Hillfca192c2019-12-06 03:04:353575 "rustc_feature",
Alex Crichton7f23e6e2019-10-22 15:51:353576 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573577 "rustc_hir",
Alex Crichton7f23e6e2019-10-22 15:51:353578 "rustc_incremental",
3579 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:093580 "rustc_llvm",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453581 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403582 "rustc_serialize",
Aaron Hillfca192c2019-12-06 03:04:353583 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323584 "rustc_span",
Alex Crichton7f23e6e2019-10-22 15:51:353585 "rustc_target",
Mark Rousskov342d9562020-08-17 15:21:443586 "smallvec 1.4.2",
Josh Triplett574f6be2020-08-20 23:16:303587 "snap",
Oliver Schererec7230f2020-07-24 18:42:003588 "tracing",
Irina Popab63d7e22018-05-08 13:10:163589]
3590
3591[[package]]
Denis Merigouxc9f26c22018-10-01 16:07:043592name = "rustc_codegen_ssa"
3593version = "0.0.0"
Denis Merigouxb9e5cf92018-10-23 15:01:353594dependencies = [
Alex Crichton093ede22019-08-15 00:45:093595 "bitflags",
3596 "cc",
3597 "jobserver",
3598 "libc",
Alex Crichton093ede22019-08-15 00:45:093599 "memmap",
3600 "num_cpus",
Federico Ponzi4b6a0272020-07-17 22:01:273601 "pathdiff",
Alex Crichton093ede22019-08-15 00:45:093602 "rustc_apfloat",
Vadim Petrochenkov6054a302020-02-29 17:16:263603 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203604 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093605 "rustc_data_structures",
3606 "rustc_errors",
3607 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573608 "rustc_hir",
Alex Crichton093ede22019-08-15 00:45:093609 "rustc_incremental",
csmoed20183d2019-09-26 05:30:103610 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573611 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453612 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403613 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083614 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323615 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583616 "rustc_symbol_mangling",
Alex Crichton093ede22019-08-15 00:45:093617 "rustc_target",
Mark Mansi2d75a332020-03-12 23:07:583618 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:003619 "tracing",
Irina Popab63d7e22018-05-08 13:10:163620]
3621
3622[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293623name = "rustc_data_structures"
3624version = "0.0.0"
3625dependencies = [
Bastian Kauschke1146c392020-09-19 15:27:133626 "arrayvec",
Mark Rousskovf696b212019-11-11 22:15:363627 "bitflags",
Aaron Hill44fdfd62020-10-11 17:51:073628 "cfg-if 0.1.10",
Mateusz Mikułaf5e702d2020-03-26 13:10:353629 "crossbeam-utils 0.7.2",
Jack Hueya42e5a12020-05-27 05:05:093630 "ena",
Alex Crichton093ede22019-08-15 00:45:093631 "indexmap",
3632 "jobserver",
Luca Barbieri45ede922020-04-10 20:42:193633 "libc",
Alessandro Ghedinibff2e462020-11-05 15:58:233634 "measureme",
Andreas Jonsonb8752ff2020-09-12 06:24:093635 "parking_lot 0.11.0",
Alex Crichton093ede22019-08-15 00:45:093636 "rustc-hash",
Igor Matuszewski5b091302019-12-10 15:01:013637 "rustc-rayon",
3638 "rustc-rayon-core",
Vadim Petrochenkov11d95142020-06-02 17:03:403639 "rustc_graphviz",
csmoe1cff2e62019-09-25 19:09:513640 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573641 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403642 "rustc_serialize",
Mark Rousskov342d9562020-08-17 15:21:443643 "smallvec 1.4.2",
Alex Crichton093ede22019-08-15 00:45:093644 "stable_deref_trait",
Simonas Kazlauskasa5c53652020-03-14 18:13:553645 "stacker",
Mark Rousskov2627eed2020-08-09 01:05:503646 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:003647 "tracing",
Mark Rousskov342d9562020-08-17 15:21:443648 "winapi 0.3.9",
Ahmed Charles9ca382f2016-09-02 08:55:293649]
3650
3651[[package]]
3652name = "rustc_driver"
3653version = "0.0.0"
3654dependencies = [
Camelid8c431602021-01-11 02:07:053655 "atty",
Luca Barbieri45ede922020-04-10 20:42:193656 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:263657 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463658 "rustc_ast_pretty",
Victor Dinga47fdb92020-01-23 10:48:483659 "rustc_codegen_ssa",
Alex Crichton093ede22019-08-15 00:45:093660 "rustc_data_structures",
Mazdak Farrokhzad8444e162019-11-15 18:41:503661 "rustc_error_codes",
Alex Crichton093ede22019-08-15 00:45:093662 "rustc_errors",
Mazdak Farrokhzad70234f12019-11-30 01:34:183663 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573664 "rustc_hir",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193665 "rustc_hir_pretty",
Alex Crichton093ede22019-08-15 00:45:093666 "rustc_interface",
Mark Rousskovdab3bd62019-10-09 13:53:133667 "rustc_lint",
Alex Crichton093ede22019-08-15 00:45:093668 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453669 "rustc_middle",
Alex Crichton093ede22019-08-15 00:45:093670 "rustc_mir",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133671 "rustc_parse",
Simon Sapind0bbc602019-07-16 17:08:323672 "rustc_plugin_impl",
Alex Crichton093ede22019-08-15 00:45:093673 "rustc_save_analysis",
Vadim Petrochenkov11d95142020-06-02 17:03:403674 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083675 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323676 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093677 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:003678 "tracing",
3679 "tracing-subscriber",
Oliver Scherer43c181b2020-08-04 11:48:053680 "tracing-tree",
Mark Rousskov342d9562020-08-17 15:21:443681 "winapi 0.3.9",
Ahmed Charles9ca382f2016-09-02 08:55:293682]
3683
3684[[package]]
Guillaume Gomez125da0c2019-11-11 21:47:053685name = "rustc_error_codes"
3686version = "0.0.0"
3687
3688[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293689name = "rustc_errors"
3690version = "0.0.0"
3691dependencies = [
Juan Aguilar Santillanae9c78db2020-05-08 20:48:263692 "annotate-snippets 0.8.0",
Alex Crichton093ede22019-08-15 00:45:093693 "atty",
Alex Crichton093ede22019-08-15 00:45:093694 "rustc_data_structures",
Aaron Hill23018a52020-08-13 19:41:523695 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573696 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403697 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323698 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093699 "termcolor",
John Kåre Alsakerb0b11d32020-01-29 00:13:483700 "termize",
Oliver Schererec7230f2020-07-24 18:42:003701 "tracing",
Alex Crichton093ede22019-08-15 00:45:093702 "unicode-width",
Mark Rousskov342d9562020-08-17 15:21:443703 "winapi 0.3.9",
Ahmed Charles9ca382f2016-09-02 08:55:293704]
3705
3706[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323707name = "rustc_expand"
3708version = "0.0.0"
3709dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263710 "rustc_ast",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393711 "rustc_ast_passes",
Mazdak Farrokhzade2333312020-01-11 16:02:463712 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203713 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323714 "rustc_data_structures",
3715 "rustc_errors",
3716 "rustc_feature",
3717 "rustc_lexer",
Matthew Jaspercbcef3e2020-06-11 14:49:573718 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323719 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403720 "rustc_serialize",
Mazdak Farrokhzadf361b712020-01-05 09:47:203721 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323722 "rustc_span",
Mark Rousskov342d9562020-08-17 15:21:443723 "smallvec 1.4.2",
Oliver Schererec7230f2020-07-24 18:42:003724 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323725]
3726
3727[[package]]
Mazdak Farrokhzad3d080a42019-11-29 23:23:383728name = "rustc_feature"
3729version = "0.0.0"
3730dependencies = [
Mazdak Farrokhzad70234f12019-11-30 01:34:183731 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323732 "rustc_span",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383733]
3734
3735[[package]]
Mark Rousskove3177c62018-08-03 21:31:033736name = "rustc_fs_util"
3737version = "0.0.0"
3738
3739[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403740name = "rustc_graphviz"
3741version = "0.0.0"
3742
3743[[package]]
Mazdak Farrokhzad7a140732019-12-25 02:51:273744name = "rustc_hir"
3745version = "0.0.0"
3746dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263747 "rustc_ast",
Mazdak Farrokhzad7a140732019-12-25 02:51:273748 "rustc_data_structures",
kadmin54883e02020-12-30 23:07:413749 "rustc_feature",
Mazdak Farrokhzad7a140732019-12-25 02:51:273750 "rustc_index",
3751 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403752 "rustc_serialize",
Mazdak Farrokhzad7a140732019-12-25 02:51:273753 "rustc_span",
3754 "rustc_target",
Mark Rousskov342d9562020-08-17 15:21:443755 "smallvec 1.4.2",
Oliver Schererec7230f2020-07-24 18:42:003756 "tracing",
Mazdak Farrokhzad7a140732019-12-25 02:51:273757]
3758
3759[[package]]
Mazdak Farrokhzadb3866a52020-03-23 19:59:193760name = "rustc_hir_pretty"
3761version = "0.0.0"
3762dependencies = [
3763 "rustc_ast",
3764 "rustc_ast_pretty",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193765 "rustc_hir",
3766 "rustc_span",
3767 "rustc_target",
3768]
3769
3770[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293771name = "rustc_incremental"
3772version = "0.0.0"
3773dependencies = [
Aaron Hill70ba4912020-08-01 14:11:153774 "rand",
Vadim Petrochenkov6054a302020-02-29 17:16:263775 "rustc_ast",
Alex Crichton093ede22019-08-15 00:45:093776 "rustc_data_structures",
3777 "rustc_fs_util",
Vadim Petrochenkov11d95142020-06-02 17:03:403778 "rustc_graphviz",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573779 "rustc_hir",
Matthew Jaspercbcef3e2020-06-11 14:49:573780 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453781 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403782 "rustc_serialize",
Mark Rousskov984c74a2019-11-12 13:22:163783 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323784 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:003785 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:293786]
3787
3788[[package]]
csmoe1cff2e62019-09-25 19:09:513789name = "rustc_index"
3790version = "0.0.0"
3791dependencies = [
Mark Rousskov342d9562020-08-17 15:21:443792 "arrayvec",
Matthew Jaspercbcef3e2020-06-11 14:49:573793 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403794 "rustc_serialize",
csmoe1cff2e62019-09-25 19:09:513795]
3796
3797[[package]]
Camille GILLOTf07e8892020-01-06 19:13:243798name = "rustc_infer"
3799version = "0.0.0"
3800dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263801 "rustc_ast",
Camille GILLOTf07e8892020-01-06 19:13:243802 "rustc_data_structures",
Camille GILLOTf07e8892020-01-06 19:13:243803 "rustc_errors",
Vadim Petrochenkov11d95142020-06-02 17:03:403804 "rustc_graphviz",
Camille GILLOTf07e8892020-01-06 19:13:243805 "rustc_hir",
3806 "rustc_index",
3807 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453808 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403809 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083810 "rustc_session",
Camille GILLOTf07e8892020-01-06 19:13:243811 "rustc_span",
3812 "rustc_target",
Mark Rousskov342d9562020-08-17 15:21:443813 "smallvec 1.4.2",
Oliver Schererec7230f2020-07-24 18:42:003814 "tracing",
Camille GILLOTf07e8892020-01-06 19:13:243815]
3816
3817[[package]]
John Kåre Alsaker23a51f92018-12-08 19:30:233818name = "rustc_interface"
3819version = "0.0.0"
3820dependencies = [
Luca Barbieri45ede922020-04-10 20:42:193821 "libc",
Igor Matuszewski5b091302019-12-10 15:01:013822 "rustc-rayon",
Vadim Petrochenkov6054a302020-02-29 17:16:263823 "rustc_ast",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563824 "rustc_ast_lowering",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443825 "rustc_ast_passes",
Mazdak Farrokhzad93a82832020-01-11 12:15:203826 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323827 "rustc_builtin_macros",
Alex Crichton7f23e6e2019-10-22 15:51:353828 "rustc_codegen_llvm",
Alex Crichton093ede22019-08-15 00:45:093829 "rustc_codegen_ssa",
Alex Crichton093ede22019-08-15 00:45:093830 "rustc_data_structures",
3831 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323832 "rustc_expand",
Mazdak Farrokhzad7a140732019-12-25 02:51:273833 "rustc_hir",
Alex Crichton093ede22019-08-15 00:45:093834 "rustc_incremental",
3835 "rustc_lint",
3836 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453837 "rustc_middle",
Alex Crichton093ede22019-08-15 00:45:093838 "rustc_mir",
Matthew Jasperb3589292020-01-05 15:46:443839 "rustc_mir_build",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133840 "rustc_parse",
Alex Crichton093ede22019-08-15 00:45:093841 "rustc_passes",
Simon Sapind0bbc602019-07-16 17:08:323842 "rustc_plugin_impl",
Alex Crichton093ede22019-08-15 00:45:093843 "rustc_privacy",
3844 "rustc_resolve",
Vadim Petrochenkov11d95142020-06-02 17:03:403845 "rustc_serialize",
Mazdak Farrokhzad7dbccf52020-01-05 08:40:163846 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323847 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583848 "rustc_symbol_mangling",
Mazdak Farrokhzadd945f982019-10-11 21:48:163849 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:403850 "rustc_trait_selection",
Alex Crichton093ede22019-08-15 00:45:093851 "rustc_traits",
LeSeulArtichautf59d0302020-11-19 20:32:373852 "rustc_ty_utils",
Alex Crichton093ede22019-08-15 00:45:093853 "rustc_typeck",
Mark Rousskov342d9562020-08-17 15:21:443854 "smallvec 1.4.2",
Alex Crichton093ede22019-08-15 00:45:093855 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:003856 "tracing",
Mark Rousskov342d9562020-08-17 15:21:443857 "winapi 0.3.9",
John Kåre Alsaker23a51f92018-12-08 19:30:233858]
3859
3860[[package]]
Aleksey Kladov395ee0b2019-05-06 08:53:403861name = "rustc_lexer"
3862version = "0.1.0"
3863dependencies = [
Aleksey Kladovf7be59c2020-08-21 12:03:503864 "expect-test",
Aaron Hill70ba4912020-08-01 14:11:153865 "unicode-xid",
Aleksey Kladov395ee0b2019-05-06 08:53:403866]
3867
3868[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293869name = "rustc_lint"
3870version = "0.0.0"
3871dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263872 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463873 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203874 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093875 "rustc_data_structures",
Mazdak Farrokhzad8bd3d242020-01-09 10:18:473876 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383877 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573878 "rustc_hir",
csmoe64f61c72019-09-26 05:38:333879 "rustc_index",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453880 "rustc_middle",
Mara Bos6b446622020-10-20 20:25:423881 "rustc_parse_format",
Mark Rousskovf03d8f32019-11-12 17:09:203882 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323883 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093884 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:403885 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:003886 "tracing",
Charles Lew485e98a2020-01-02 12:02:223887 "unicode-security",
Ahmed Charles9ca382f2016-09-02 08:55:293888]
3889
3890[[package]]
Aaron Hill23018a52020-08-13 19:41:523891name = "rustc_lint_defs"
3892version = "0.0.0"
3893dependencies = [
3894 "rustc_ast",
3895 "rustc_data_structures",
3896 "rustc_macros",
3897 "rustc_serialize",
3898 "rustc_span",
Mark Rousskovc4a8d7f2020-09-01 21:12:383899 "rustc_target",
Aaron Hill23018a52020-08-13 19:41:523900 "tracing",
3901]
3902
3903[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293904name = "rustc_llvm"
3905version = "0.0.0"
3906dependencies = [
Alex Crichton093ede22019-08-15 00:45:093907 "build_helper",
3908 "cc",
Aaron Hill47e932b2019-12-12 15:51:193909 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:293910]
3911
3912[[package]]
John Kåre Alsaker74b64192019-03-01 00:22:103913name = "rustc_macros"
3914version = "0.1.0"
3915dependencies = [
Aaron Hill70ba4912020-08-01 14:11:153916 "proc-macro2",
3917 "quote",
3918 "syn",
Igor Matuszewski403a9d02020-05-05 11:26:163919 "synstructure",
John Kåre Alsaker74b64192019-03-01 00:22:103920]
3921
3922[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293923name = "rustc_metadata"
3924version = "0.0.0"
3925dependencies = [
Luca Barbieri45ede922020-04-10 20:42:193926 "libc",
Alex Crichton093ede22019-08-15 00:45:093927 "memmap",
Vadim Petrochenkov6054a302020-02-29 17:16:263928 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203929 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093930 "rustc_data_structures",
3931 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323932 "rustc_expand",
Jonas Schievinka447c212020-09-12 23:58:173933 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573934 "rustc_hir",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193935 "rustc_hir_pretty",
csmoed20183d2019-09-26 05:30:103936 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573937 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453938 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403939 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083940 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323941 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093942 "rustc_target",
Mark Rousskov342d9562020-08-17 15:21:443943 "smallvec 1.4.2",
Josh Triplett574f6be2020-08-20 23:16:303944 "snap",
Alex Crichton093ede22019-08-15 00:45:093945 "stable_deref_trait",
Oliver Schererec7230f2020-07-24 18:42:003946 "tracing",
Mark Rousskov342d9562020-08-17 15:21:443947 "winapi 0.3.9",
Ahmed Charles9ca382f2016-09-02 08:55:293948]
3949
3950[[package]]
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453951name = "rustc_middle"
3952version = "0.0.0"
3953dependencies = [
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453954 "bitflags",
Jack Hueya24df5b2020-03-03 16:25:033955 "chalk-ir",
Alessandro Ghedinibff2e462020-11-05 15:58:233956 "measureme",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453957 "polonius-engine",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453958 "rustc-rayon-core",
3959 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:403960 "rustc_arena",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453961 "rustc_ast",
3962 "rustc_attr",
3963 "rustc_data_structures",
3964 "rustc_errors",
3965 "rustc_feature",
3966 "rustc_hir",
3967 "rustc_index",
3968 "rustc_macros",
3969 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:403970 "rustc_serialize",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453971 "rustc_session",
3972 "rustc_span",
3973 "rustc_target",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:103974 "rustc_type_ir",
Mark Rousskov342d9562020-08-17 15:21:443975 "smallvec 1.4.2",
Oliver Schererec7230f2020-07-24 18:42:003976 "tracing",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453977]
3978
3979[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293980name = "rustc_mir"
3981version = "0.0.0"
3982dependencies = [
Rich Kadelbd0eb072020-11-03 05:32:483983 "coverage_test_macros",
Alex Crichton093ede22019-08-15 00:45:093984 "either",
Vishnunarayan K Iea146072020-10-26 13:34:293985 "gsgdt",
Andreas Jonsonb8752ff2020-09-12 06:24:093986 "itertools 0.9.0",
Alex Crichton093ede22019-08-15 00:45:093987 "polonius-engine",
Dylan MacKenziea88dc372020-08-28 01:10:573988 "regex",
Alex Crichton093ede22019-08-15 00:45:093989 "rustc_apfloat",
Vadim Petrochenkov6054a302020-02-29 17:16:263990 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203991 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093992 "rustc_data_structures",
3993 "rustc_errors",
Vadim Petrochenkov11d95142020-06-02 17:03:403994 "rustc_graphviz",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573995 "rustc_hir",
csmoed20183d2019-09-26 05:30:103996 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:243997 "rustc_infer",
Aleksey Kladova0c186c2019-07-21 11:50:393998 "rustc_lexer",
Camille GILLOTd9eaaf52019-11-10 18:30:193999 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454000 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404001 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084002 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324003 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094004 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404005 "rustc_trait_selection",
Mark Rousskov342d9562020-08-17 15:21:444006 "smallvec 1.4.2",
Oliver Schererec7230f2020-07-24 18:42:004007 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294008]
4009
4010[[package]]
Matthew Jasperb3589292020-01-05 15:46:444011name = "rustc_mir_build"
4012version = "0.0.0"
4013dependencies = [
Matthew Jasperb3589292020-01-05 15:46:444014 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404015 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264016 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204017 "rustc_attr",
Matthew Jasperb3589292020-01-05 15:46:444018 "rustc_data_structures",
Matthew Jasperb3589292020-01-05 15:46:444019 "rustc_errors",
4020 "rustc_hir",
4021 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244022 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454023 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404024 "rustc_serialize",
Mazdak Farrokhzad58eb03d2020-01-20 21:23:074025 "rustc_session",
Matthew Jasperb3589292020-01-05 15:46:444026 "rustc_span",
4027 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404028 "rustc_trait_selection",
Mark Rousskov342d9562020-08-17 15:21:444029 "smallvec 1.4.2",
Oliver Schererec7230f2020-07-24 18:42:004030 "tracing",
Matthew Jasperb3589292020-01-05 15:46:444031]
4032
4033[[package]]
Mazdak Farrokhzad4ae27282019-10-15 20:48:134034name = "rustc_parse"
4035version = "0.0.0"
4036dependencies = [
4037 "bitflags",
Vadim Petrochenkov6054a302020-02-29 17:16:264038 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464039 "rustc_ast_pretty",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134040 "rustc_data_structures",
4041 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:384042 "rustc_feature",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134043 "rustc_lexer",
Mazdak Farrokhzadf361b712020-01-05 09:47:204044 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324045 "rustc_span",
Mark Rousskov342d9562020-08-17 15:21:444046 "smallvec 1.4.2",
Oliver Schererec7230f2020-07-24 18:42:004047 "tracing",
Charles Lew0bcddfe2019-11-23 14:33:404048 "unicode-normalization",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134049]
4050
4051[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404052name = "rustc_parse_format"
4053version = "0.0.0"
4054dependencies = [
4055 "rustc_lexer",
4056 "rustc_span",
4057]
4058
4059[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294060name = "rustc_passes"
4061version = "0.0.0"
4062dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:264063 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204064 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094065 "rustc_data_structures",
4066 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574067 "rustc_hir",
Mark Rousskov7c3f65b2019-10-04 14:46:574068 "rustc_index",
Guillaume Gomez8a35b932020-12-01 22:41:124069 "rustc_lexer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454070 "rustc_middle",
Tomasz Miąsko57d38972020-09-26 00:00:004071 "rustc_serialize",
Mazdak Farrokhzadfff5ef62020-01-02 11:54:434072 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324073 "rustc_span",
Mark Rousskov7c3f65b2019-10-04 14:46:574074 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404075 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004076 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294077]
4078
4079[[package]]
Simon Sapind0bbc602019-07-16 17:08:324080name = "rustc_plugin_impl"
Ahmed Charles9ca382f2016-09-02 08:55:294081version = "0.0.0"
4082dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:264083 "rustc_ast",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164084 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574085 "rustc_hir",
Mazdak Farrokhzadf58db202020-01-09 06:52:014086 "rustc_lint",
Alex Crichton093ede22019-08-15 00:45:094087 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454088 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084089 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324090 "rustc_span",
Ahmed Charles9ca382f2016-09-02 08:55:294091]
4092
4093[[package]]
4094name = "rustc_privacy"
4095version = "0.0.0"
4096dependencies = [
Mazdak Farrokhzad93a82832020-01-11 12:15:204097 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094098 "rustc_data_structures",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164099 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574100 "rustc_hir",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454101 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084102 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324103 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094104 "rustc_typeck",
Oliver Schererec7230f2020-07-24 18:42:004105 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294106]
4107
4108[[package]]
Camille GILLOT6624dc42020-03-18 09:25:224109name = "rustc_query_system"
4110version = "0.0.0"
4111dependencies = [
Andreas Jonsonb8752ff2020-09-12 06:24:094112 "parking_lot 0.11.0",
Camille GILLOT8e873c32020-03-19 13:13:314113 "rustc-rayon-core",
Vadim Petrochenkov11d95142020-06-02 17:03:404114 "rustc_arena",
Camille GILLOT6624dc42020-03-18 09:25:224115 "rustc_data_structures",
4116 "rustc_errors",
Camille GILLOT6624dc42020-03-18 09:25:224117 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574118 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404119 "rustc_serialize",
Camille GILLOT8e873c32020-03-19 13:13:314120 "rustc_span",
Mark Rousskov342d9562020-08-17 15:21:444121 "smallvec 1.4.2",
Oliver Schererec7230f2020-07-24 18:42:004122 "tracing",
Camille GILLOT6624dc42020-03-18 09:25:224123]
4124
4125[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294126name = "rustc_resolve"
4127version = "0.0.0"
4128dependencies = [
Alex Crichton093ede22019-08-15 00:45:094129 "bitflags",
Vadim Petrochenkov11d95142020-06-02 17:03:404130 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264131 "rustc_ast",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:564132 "rustc_ast_lowering",
Mazdak Farrokhzade2333312020-01-11 16:02:464133 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204134 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094135 "rustc_data_structures",
4136 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324137 "rustc_expand",
Mazdak Farrokhzad70234f12019-11-30 01:34:184138 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574139 "rustc_hir",
marmelademaf60513e2020-06-20 18:59:294140 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:094141 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454142 "rustc_middle",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:564143 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324144 "rustc_span",
Mark Rousskov342d9562020-08-17 15:21:444145 "smallvec 1.4.2",
Oliver Schererec7230f2020-07-24 18:42:004146 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294147]
4148
4149[[package]]
4150name = "rustc_save_analysis"
4151version = "0.0.0"
4152dependencies = [
Alex Crichton093ede22019-08-15 00:45:094153 "rls-data",
4154 "rls-span",
Vadim Petrochenkov6054a302020-02-29 17:16:264155 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464156 "rustc_ast_pretty",
Alex Crichton093ede22019-08-15 00:45:094157 "rustc_data_structures",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574158 "rustc_hir",
Mazdak Farrokhzadf1701dd2020-03-24 01:44:414159 "rustc_hir_pretty",
Aleksey Kladov66218952020-08-29 09:38:154160 "rustc_lexer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454161 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084162 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324163 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094164 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:004165 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294166]
4167
4168[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404169name = "rustc_serialize"
4170version = "0.0.0"
4171dependencies = [
4172 "indexmap",
Matthew Jasperc4f91bb2020-07-18 19:14:504173 "rustc_macros",
Mark Rousskov342d9562020-08-17 15:21:444174 "smallvec 1.4.2",
Vadim Petrochenkov11d95142020-06-02 17:03:404175]
4176
4177[[package]]
Mark Rousskovc761ec12019-11-12 13:17:334178name = "rustc_session"
4179version = "0.0.0"
4180dependencies = [
Tomasz Miąsko0a65f282020-06-14 00:00:004181 "bitflags",
Luca Barbieriac2b84f2020-04-10 20:42:194182 "getopts",
Mark Rousskovcc2c33a2019-11-29 21:05:284183 "num_cpus",
Vadim Petrochenkov6054a302020-02-29 17:16:264184 "rustc_ast",
Mark Rousskovc761ec12019-11-12 13:17:334185 "rustc_data_structures",
Mark Rousskovc761ec12019-11-12 13:17:334186 "rustc_errors",
Mark Rousskovcc2c33a2019-11-29 21:05:284187 "rustc_feature",
4188 "rustc_fs_util",
Aaron Hill23018a52020-08-13 19:41:524189 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:574190 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404191 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324192 "rustc_span",
Mark Rousskovcc2c33a2019-11-29 21:05:284193 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004194 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324195]
4196
4197[[package]]
4198name = "rustc_span"
4199version = "0.0.0"
4200dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:074201 "cfg-if 0.1.10",
Igor Matuszewskibd37d7d2020-12-05 15:40:244202 "md-5",
Vadim Petrochenkov11d95142020-06-02 17:03:404203 "rustc_arena",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324204 "rustc_data_structures",
4205 "rustc_index",
4206 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404207 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324208 "scoped-tls",
Arlo Siemsen3296d5c2020-10-13 15:41:064209 "sha-1 0.9.1",
4210 "sha2",
Oliver Schererec7230f2020-07-24 18:42:004211 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324212 "unicode-width",
Mark Rousskovc761ec12019-11-12 13:17:334213]
4214
4215[[package]]
Mark Mansi2d75a332020-03-12 23:07:584216name = "rustc_symbol_mangling"
4217version = "0.0.0"
4218dependencies = [
Mark Mansi2d75a332020-03-12 23:07:584219 "punycode",
Mark Mansi2d75a332020-03-12 23:07:584220 "rustc-demangle",
4221 "rustc_ast",
4222 "rustc_data_structures",
4223 "rustc_hir",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454224 "rustc_middle",
Mark Mansi2d75a332020-03-12 23:07:584225 "rustc_session",
4226 "rustc_span",
4227 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004228 "tracing",
Mark Mansi2d75a332020-03-12 23:07:584229]
4230
4231[[package]]
Irina Popa38e96402017-12-08 19:18:214232name = "rustc_target"
4233version = "0.0.0"
4234dependencies = [
Alex Crichton093ede22019-08-15 00:45:094235 "bitflags",
Alex Crichton093ede22019-08-15 00:45:094236 "rustc_data_structures",
csmoe64f61c72019-09-26 05:38:334237 "rustc_index",
Camille GILLOT2ba84c62019-11-09 21:27:524238 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404239 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324240 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:004241 "tracing",
Irina Popa38e96402017-12-08 19:18:214242]
4243
4244[[package]]
Matthias Krüger10e7b762018-09-07 07:12:064245name = "rustc_tools_util"
Igor Matuszewski31dc27d2019-06-08 20:15:224246version = "0.2.0"
Matthias Krügerc09d4e72019-01-05 14:40:104247
4248[[package]]
4249name = "rustc_tools_util"
Oliver Scherer2a789512019-05-26 17:21:544250version = "0.2.0"
Igor Matuszewski31dc27d2019-06-08 20:15:224251source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094252checksum = "b725dadae9fabc488df69a287f5a99c5eaf5d10853842a8a3dfac52476f544ee"
Matthias Krüger10e7b762018-09-07 07:12:064253
4254[[package]]
Camille GILLOTc1e3d552020-02-11 18:53:404255name = "rustc_trait_selection"
4256version = "0.0.0"
4257dependencies = [
Camille GILLOTc1e3d552020-02-11 18:53:404258 "rustc_ast",
4259 "rustc_attr",
4260 "rustc_data_structures",
4261 "rustc_errors",
4262 "rustc_hir",
4263 "rustc_index",
4264 "rustc_infer",
4265 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454266 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404267 "rustc_parse_format",
Camille GILLOTc1e3d552020-02-11 18:53:404268 "rustc_session",
4269 "rustc_span",
4270 "rustc_target",
Mark Rousskov342d9562020-08-17 15:21:444271 "smallvec 1.4.2",
Oliver Schererec7230f2020-07-24 18:42:004272 "tracing",
Camille GILLOTc1e3d552020-02-11 18:53:404273]
4274
4275[[package]]
Niko Matsakis3a50b41d2018-02-25 15:58:544276name = "rustc_traits"
4277version = "0.0.0"
4278dependencies = [
Jack Hueyd66452c2020-08-04 22:35:374279 "chalk-engine",
Jack Hueya24df5b2020-03-03 16:25:034280 "chalk-ir",
Jack Hueya24df5b2020-03-03 16:25:034281 "chalk-solve",
Vadim Petrochenkov6054a302020-02-29 17:16:264282 "rustc_ast",
Alex Crichton093ede22019-08-15 00:45:094283 "rustc_data_structures",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574284 "rustc_hir",
Jack Hueya24df5b2020-03-03 16:25:034285 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244286 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454287 "rustc_middle",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324288 "rustc_span",
Camille GILLOTc1e3d552020-02-11 18:53:404289 "rustc_trait_selection",
Mark Rousskov342d9562020-08-17 15:21:444290 "smallvec 1.4.2",
Oliver Schererec7230f2020-07-24 18:42:004291 "tracing",
Niko Matsakis3a50b41d2018-02-25 15:58:544292]
4293
4294[[package]]
LeSeulArtichautf59d0302020-11-19 20:32:374295name = "rustc_ty_utils"
Camille GILLOT9908a872020-01-13 12:40:304296version = "0.0.0"
4297dependencies = [
Camille GILLOT9908a872020-01-13 12:40:304298 "rustc_data_structures",
Eduard-Mihai Burtescu289f46a2020-04-10 02:13:294299 "rustc_errors",
Camille GILLOT9908a872020-01-13 12:40:304300 "rustc_hir",
Camille GILLOTf07e8892020-01-06 19:13:244301 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454302 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084303 "rustc_session",
Camille GILLOT9908a872020-01-13 12:40:304304 "rustc_span",
Camille GILLOT0e652c52020-02-12 16:24:324305 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404306 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004307 "tracing",
Camille GILLOT9908a872020-01-13 12:40:304308]
4309
4310[[package]]
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104311name = "rustc_type_ir"
4312version = "0.0.0"
4313dependencies = [
4314 "bitflags",
4315 "rustc_data_structures",
4316 "rustc_index",
LeSeulArtichaut07245732020-12-12 14:25:554317 "rustc_macros",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104318 "rustc_serialize",
4319]
4320
4321[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294322name = "rustc_typeck"
4323version = "0.0.0"
4324dependencies = [
Vadim Petrochenkov11d95142020-06-02 17:03:404325 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264326 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204327 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094328 "rustc_data_structures",
4329 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574330 "rustc_hir",
Esteban Küber5daedea2020-07-09 02:39:264331 "rustc_hir_pretty",
csmoe64f61c72019-09-26 05:38:334332 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244333 "rustc_infer",
jumbatm93eaf152020-08-27 10:00:214334 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454335 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084336 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324337 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094338 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404339 "rustc_trait_selection",
Mark Rousskov342d9562020-08-17 15:21:444340 "smallvec 1.4.2",
Oliver Schererec7230f2020-07-24 18:42:004341 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294342]
4343
4344[[package]]
Oliver Schneider847bb142018-05-11 12:11:064345name = "rustc_version"
Alex Crichtonb4110902018-12-08 11:06:544346version = "0.2.3"
Oliver Schneider847bb142018-05-11 12:11:064347source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094348checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
Oliver Schneider847bb142018-05-11 12:11:064349dependencies = [
Eric Hussa0431e22020-05-26 00:56:324350 "semver 0.9.0",
Oliver Schneider847bb142018-05-11 12:11:064351]
4352
4353[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294354name = "rustdoc"
4355version = "0.0.0"
4356dependencies = [
Aleksey Kladovb4f4db92020-08-27 10:50:284357 "expect-test",
Andreas Jonsonb8752ff2020-09-12 06:24:094358 "itertools 0.9.0",
Alex Crichton093ede22019-08-15 00:45:094359 "minifier",
Joshua Nelsone4c28bf2020-09-14 00:15:014360 "pulldown-cmark 0.8.0",
Guillaume Gomezf467b8d2020-10-13 13:46:344361 "regex",
Igor Matuszewski5b091302019-12-10 15:01:014362 "rustc-rayon",
Andy Russell94630d42019-06-29 17:30:454363 "serde",
4364 "serde_json",
Joshua Nelson219e93d2020-08-17 22:54:294365 "smallvec 1.4.2",
Alex Crichton093ede22019-08-15 00:45:094366 "tempfile",
Mark Simulacrume2e9b402017-07-23 02:01:584367]
4368
4369[[package]]
Guillaume Gomezdec9fab2018-02-05 22:43:534370name = "rustdoc-themes"
4371version = "0.1.0"
4372
4373[[package]]
Mark Simulacrume2e9b402017-07-23 02:01:584374name = "rustdoc-tool"
4375version = "0.0.0"
4376dependencies = [
Alex Crichton093ede22019-08-15 00:45:094377 "rustdoc",
Ahmed Charles9ca382f2016-09-02 08:55:294378]
4379
4380[[package]]
Alex Crichtonfa9e55f2018-05-02 15:43:154381name = "rustfix"
Mark Rousskov342d9562020-08-17 15:21:444382version = "0.5.1"
Eric Huss6da85d62020-01-14 17:47:044383source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444384checksum = "f2c50b74badcddeb8f7652fa8323ce440b95286f8e4b64ebfd871c609672704e"
Eric Huss6da85d62020-01-14 17:47:044385dependencies = [
4386 "anyhow",
4387 "log",
4388 "serde",
4389 "serde_json",
4390]
4391
4392[[package]]
topecongiro5a411a62019-06-18 12:15:194393name = "rustfmt-config_proc_macro"
Igor Matuszewskic2249a42019-09-08 08:28:114394version = "0.2.0"
topecongiro5a411a62019-06-18 12:15:194395dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154396 "proc-macro2",
4397 "quote",
Alex Crichton093ede22019-08-15 00:45:094398 "serde",
Aaron Hill70ba4912020-08-01 14:11:154399 "syn",
topecongiro5a411a62019-06-18 12:15:194400]
4401
4402[[package]]
Alex Crichton1cede102017-06-15 02:33:064403name = "rustfmt-nightly"
Caleb Cartwright13d77a32021-01-16 18:29:384404version = "1.4.32"
kennytm0692b3d2017-12-15 19:41:584405dependencies = [
Juan Aguilar Santillanae9c78db2020-05-08 20:48:264406 "annotate-snippets 0.6.1",
Igor Matuszewskif4b2a202020-06-15 09:43:394407 "anyhow",
Alex Crichton093ede22019-08-15 00:45:094408 "bytecount",
Mark Rousskov342d9562020-08-17 15:21:444409 "cargo_metadata 0.8.2",
Alex Crichton093ede22019-08-15 00:45:094410 "derive-new",
4411 "diff",
4412 "dirs",
Alex Crichton5c5e3fa2019-09-24 18:06:564413 "env_logger 0.6.2",
Alex Crichton093ede22019-08-15 00:45:094414 "getopts",
4415 "ignore",
Mark Rousskov342d9562020-08-17 15:21:444416 "itertools 0.8.2",
Yuki Okushi1f0a39502020-05-26 04:00:424417 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:094418 "log",
4419 "regex",
Igor Matuszewskib2561c92020-03-31 12:31:524420 "rustc-ap-rustc_ast",
Igor Matuszewski8fc4bba2020-02-12 14:47:314421 "rustc-ap-rustc_ast_pretty",
Igor Matuszewski84eae772020-05-21 13:39:524422 "rustc-ap-rustc_attr",
Igor Matuszewski8fc4bba2020-02-12 14:47:314423 "rustc-ap-rustc_data_structures",
4424 "rustc-ap-rustc_errors",
Igor Matuszewskib2561c92020-03-31 12:31:524425 "rustc-ap-rustc_expand",
Igor Matuszewski8fc4bba2020-02-12 14:47:314426 "rustc-ap-rustc_parse",
4427 "rustc-ap-rustc_session",
4428 "rustc-ap-rustc_span",
Alex Crichton093ede22019-08-15 00:45:094429 "rustc-workspace-hack",
4430 "rustfmt-config_proc_macro",
4431 "serde",
4432 "serde_json",
Eric Huss139477d2019-11-12 18:14:484433 "structopt",
Mark Rousskov342d9562020-08-17 15:21:444434 "term 0.6.1",
Igor Matuszewskif4b2a202020-06-15 09:43:394435 "thiserror",
Eric Huss7d92cf42019-08-20 17:46:354436 "toml",
Alex Crichton093ede22019-08-15 00:45:094437 "unicode-segmentation",
4438 "unicode-width",
4439 "unicode_categories",
Igor Matuszewskid2d192e2019-07-30 11:00:274440]
4441
4442[[package]]
Alex Crichton2863b752018-08-21 17:23:474443name = "ryu"
Mark Rousskov342d9562020-08-17 15:21:444444version = "1.0.5"
Alex Crichton2863b752018-08-21 17:23:474445source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444446checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
Alex Crichton2863b752018-08-21 17:23:474447
4448[[package]]
Josh Stone020c5ec2017-05-08 22:01:134449name = "same-file"
Mark Rousskov342d9562020-08-17 15:21:444450version = "1.0.6"
Alex Crichton80d6ed22018-01-08 21:56:224451source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444452checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
Alex Crichton80d6ed22018-01-08 21:56:224453dependencies = [
Alex Crichton093ede22019-08-15 00:45:094454 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:224455]
4456
4457[[package]]
4458name = "schannel"
Mark Rousskov342d9562020-08-17 15:21:444459version = "0.1.19"
Alex Crichton80d6ed22018-01-08 21:56:224460source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444461checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
Alex Crichton80d6ed22018-01-08 21:56:224462dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:424463 "lazy_static",
Mark Rousskov342d9562020-08-17 15:21:444464 "winapi 0.3.9",
Alex Crichton80d6ed22018-01-08 21:56:224465]
4466
4467[[package]]
Alex Crichton453080f2017-06-05 16:36:484468name = "scoped-tls"
Marcel Hellwig56fb2872019-02-26 10:15:524469version = "1.0.0"
4470source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094471checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
Marcel Hellwig56fb2872019-02-26 10:15:524472
4473[[package]]
Nick Cameronad8ecc22017-07-19 01:32:124474name = "scopeguard"
Mark Rousskov342d9562020-08-17 15:21:444475version = "1.1.0"
Ralf Jungc7a599e2019-07-25 13:57:254476source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444477checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
Ralf Jungc7a599e2019-07-25 13:57:254478
4479[[package]]
Eric Huss74498c12020-12-16 17:03:334480name = "security-framework"
4481version = "2.0.0"
4482source = "registry+https://github.com/rust-lang/crates.io-index"
4483checksum = "c1759c2e3c8580017a484a7ac56d3abc5a6c1feadf88db2f3633f12ae4268c69"
4484dependencies = [
4485 "bitflags",
4486 "core-foundation",
4487 "core-foundation-sys",
4488 "libc",
4489 "security-framework-sys",
4490]
4491
4492[[package]]
4493name = "security-framework-sys"
4494version = "2.0.0"
4495source = "registry+https://github.com/rust-lang/crates.io-index"
4496checksum = "f99b9d5e26d2a71633cc4f2ebae7cc9f874044e0c351a27e17892d76dce5678b"
4497dependencies = [
4498 "core-foundation-sys",
4499 "libc",
4500]
4501
4502[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584503name = "semver"
Alex Crichton80d6ed22018-01-08 21:56:224504version = "0.9.0"
4505source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094506checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
Alex Crichton80d6ed22018-01-08 21:56:224507dependencies = [
Eduardo Brotoca11eeb2020-10-23 21:47:584508 "semver-parser 0.7.0",
Alex Crichton093ede22019-08-15 00:45:094509 "serde",
Tatsuyuki Ishi0e79b972017-04-29 23:11:584510]
4511
4512[[package]]
Eric Hussa0431e22020-05-26 00:56:324513name = "semver"
4514version = "0.10.0"
4515source = "registry+https://github.com/rust-lang/crates.io-index"
4516checksum = "394cec28fa623e00903caf7ba4fa6fb9a0e260280bb8cdbbba029611108a0190"
4517dependencies = [
Eduardo Brotoca11eeb2020-10-23 21:47:584518 "semver-parser 0.7.0",
4519 "serde",
4520]
4521
4522[[package]]
4523name = "semver"
4524version = "0.11.0"
4525source = "registry+https://github.com/rust-lang/crates.io-index"
4526checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
4527dependencies = [
4528 "semver-parser 0.10.1",
Eric Hussa0431e22020-05-26 00:56:324529 "serde",
4530]
4531
4532[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584533name = "semver-parser"
4534version = "0.7.0"
Steve Klabnik2795de32017-02-20 00:20:574535source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094536checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
Steve Klabnik2795de32017-02-20 00:20:574537
4538[[package]]
Eduardo Brotoca11eeb2020-10-23 21:47:584539name = "semver-parser"
4540version = "0.10.1"
4541source = "registry+https://github.com/rust-lang/crates.io-index"
4542checksum = "42ef146c2ad5e5f4b037cd6ce2ebb775401729b19a82040c1beac9d36c7d1428"
4543dependencies = [
4544 "pest",
4545]
4546
4547[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584548name = "serde"
Eric Huss74498c12020-12-16 17:03:334549version = "1.0.118"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584550source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss74498c12020-12-16 17:03:334551checksum = "06c64263859d87aa2eb554587e2d23183398d617427327cf2b3d0ed8c69e4800"
Eric Huss57393642018-12-17 18:23:044552dependencies = [
Alex Crichton093ede22019-08-15 00:45:094553 "serde_derive",
Eric Huss57393642018-12-17 18:23:044554]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584555
4556[[package]]
4557name = "serde_derive"
Eric Huss74498c12020-12-16 17:03:334558version = "1.0.118"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584559source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss74498c12020-12-16 17:03:334560checksum = "c84d3526699cd55261af4b941e4e725444df67aa4f9e6a3564f18030d12672df"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584561dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154562 "proc-macro2",
4563 "quote",
4564 "syn",
Tatsuyuki Ishi0e79b972017-04-29 23:11:584565]
4566
4567[[package]]
flip199596c3ec12019-08-20 07:32:534568name = "serde_ignored"
Mark Rousskov342d9562020-08-17 15:21:444569version = "0.1.2"
flip199596c3ec12019-08-20 07:32:534570source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444571checksum = "1c2c7d39d14f2f2ea82239de71594782f186fd03501ac81f0ce08e674819ff2f"
flip199596c3ec12019-08-20 07:32:534572dependencies = [
4573 "serde",
4574]
4575
4576[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584577name = "serde_json"
Eduardo Brotoca11eeb2020-10-23 21:47:584578version = "1.0.59"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584579source = "registry+https://github.com/rust-lang/crates.io-index"
Eduardo Brotoca11eeb2020-10-23 21:47:584580checksum = "dcac07dbffa1c65e7f816ab9eba78eb142c6d44410f4eeba1e26e4f5dfa56b95"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584581dependencies = [
Alex Crichton093ede22019-08-15 00:45:094582 "itoa",
4583 "ryu",
4584 "serde",
Steve Klabnik2795de32017-02-20 00:20:574585]
4586
4587[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:114588name = "serde_repr"
Mark Rousskov342d9562020-08-17 15:21:444589version = "0.1.6"
Igor Matuszewskic2249a42019-09-08 08:28:114590source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444591checksum = "2dc6b7951b17b051f3210b063f12cc17320e2fe30ae05b0fe2a3abb068551c76"
Igor Matuszewskic2249a42019-09-08 08:28:114592dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154593 "proc-macro2",
4594 "quote",
4595 "syn",
Igor Matuszewskic2249a42019-09-08 08:28:114596]
4597
4598[[package]]
James Munnsde763692019-01-19 02:39:374599name = "sha-1"
Arlo Siemsenf86b0782020-03-31 05:17:154600version = "0.8.2"
James Munnsde763692019-01-19 02:39:374601source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenf86b0782020-03-31 05:17:154602checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
James Munnsde763692019-01-19 02:39:374603dependencies = [
Pietro Albiniacd8e592020-10-01 15:15:124604 "block-buffer 0.7.3",
4605 "digest 0.8.1",
Alex Crichton093ede22019-08-15 00:45:094606 "fake-simd",
Pietro Albiniacd8e592020-10-01 15:15:124607 "opaque-debug 0.2.3",
4608]
4609
4610[[package]]
Arlo Siemsen3296d5c2020-10-13 15:41:064611name = "sha-1"
4612version = "0.9.1"
4613source = "registry+https://github.com/rust-lang/crates.io-index"
4614checksum = "170a36ea86c864a3f16dd2687712dd6646f7019f301e57537c7f4dc9f5916770"
4615dependencies = [
4616 "block-buffer 0.9.0",
4617 "cfg-if 0.1.10",
4618 "cpuid-bool",
4619 "digest 0.9.0",
4620 "opaque-debug 0.3.0",
4621]
4622
4623[[package]]
Pietro Albiniacd8e592020-10-01 15:15:124624name = "sha2"
4625version = "0.9.1"
4626source = "registry+https://github.com/rust-lang/crates.io-index"
4627checksum = "2933378ddfeda7ea26f48c555bdad8bb446bf8a3d17832dc83e380d444cfb8c1"
4628dependencies = [
4629 "block-buffer 0.9.0",
Aaron Hill44fdfd62020-10-11 17:51:074630 "cfg-if 0.1.10",
Pietro Albiniacd8e592020-10-01 15:15:124631 "cpuid-bool",
4632 "digest 0.9.0",
4633 "opaque-debug 0.3.0",
James Munnsde763692019-01-19 02:39:374634]
4635
4636[[package]]
Oliver Schererec7230f2020-07-24 18:42:004637name = "sharded-slab"
4638version = "0.0.9"
4639source = "registry+https://github.com/rust-lang/crates.io-index"
4640checksum = "06d5a3f5166fb5b42a5439f2eee8b9de149e235961e3eb21c5808fc3ea17ff3e"
4641dependencies = [
4642 "lazy_static",
4643]
4644
4645[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584646name = "shell-escape"
Mark Rousskov342d9562020-08-17 15:21:444647version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584648source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444649checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584650
4651[[package]]
steveklabnik54371882018-01-25 17:32:254652name = "shlex"
4653version = "0.1.1"
4654source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094655checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
steveklabnik54371882018-01-25 17:32:254656
4657[[package]]
Mark Rousskov342d9562020-08-17 15:21:444658name = "signal-hook-registry"
4659version = "1.2.1"
Matthias Krüger696fb8f2019-01-21 15:32:434660source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444661checksum = "a3e12110bc539e657a646068aaf5eb5b63af9d0c1f7b29c97113fad80e15f035"
Matthias Krüger696fb8f2019-01-21 15:32:434662dependencies = [
Alex Crichton093ede22019-08-15 00:45:094663 "arc-swap",
4664 "libc",
Matthias Krüger696fb8f2019-01-21 15:32:434665]
4666
4667[[package]]
steveklabnikecfbaca2018-04-03 14:32:044668name = "siphasher"
Aaron Hill70ba4912020-08-01 14:11:154669version = "0.3.3"
steveklabnikecfbaca2018-04-03 14:32:044670source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:154671checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
steveklabnikecfbaca2018-04-03 14:32:044672
4673[[package]]
Eric Hussd5e03532019-05-23 20:27:494674name = "sized-chunks"
Eric Hussc8443bb2020-05-18 22:41:574675version = "0.6.2"
Eric Hussd5e03532019-05-23 20:27:494676source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussc8443bb2020-05-18 22:41:574677checksum = "1ec31ceca5644fa6d444cc77548b88b67f46db6f7c71683b0f9336e671830d2f"
Eric Hussd5e03532019-05-23 20:27:494678dependencies = [
Eric Huss2b985322019-11-25 16:14:074679 "bitmaps",
Alex Crichton093ede22019-08-15 00:45:094680 "typenum",
Eric Hussd5e03532019-05-23 20:27:494681]
4682
4683[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:434684name = "slab"
4685version = "0.4.2"
4686source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094687checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
Matthias Krüger696fb8f2019-01-21 15:32:434688
4689[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:014690name = "smallvec"
Mark Rousskov342d9562020-08-17 15:21:444691version = "0.6.13"
John Kåre Alsaker970c6132017-12-03 12:49:014692source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444693checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"
4694dependencies = [
4695 "maybe-uninit",
4696]
John Kåre Alsaker970c6132017-12-03 12:49:014697
4698[[package]]
Ralf Jung90b8d342019-11-04 14:59:094699name = "smallvec"
Mark Rousskov342d9562020-08-17 15:21:444700version = "1.4.2"
Ralf Jung90b8d342019-11-04 14:59:094701source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444702checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252"
Ralf Jung90b8d342019-11-04 14:59:094703
4704[[package]]
Josh Triplett574f6be2020-08-20 23:16:304705name = "snap"
4706version = "1.0.1"
4707source = "registry+https://github.com/rust-lang/crates.io-index"
4708checksum = "da73c8f77aebc0e40c300b93f0a5f1bece7a248a36eee287d4e095f35c7b7d6e"
4709
4710[[package]]
Mark Simulacrum38b46882017-06-26 16:26:154711name = "socket2"
Linus Färnstrandf9220c32020-11-27 23:56:124712version = "0.3.16"
Mark Simulacrum38b46882017-06-26 16:26:154713source = "registry+https://github.com/rust-lang/crates.io-index"
Linus Färnstrandf9220c32020-11-27 23:56:124714checksum = "7fd8b795c389288baa5f355489c65e71fd48a02104600d15c4cfbc561e9e429d"
Mark Simulacrum38b46882017-06-26 16:26:154715dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:074716 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:094717 "libc",
4718 "redox_syscall",
Mark Rousskov342d9562020-08-17 15:21:444719 "winapi 0.3.9",
Mark Simulacrum38b46882017-06-26 16:26:154720]
4721
4722[[package]]
Robin Kruppe1a24a592017-04-26 21:22:454723name = "stable_deref_trait"
Mark Rousskov342d9562020-08-17 15:21:444724version = "1.2.0"
Robin Kruppe1a24a592017-04-26 21:22:454725source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444726checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
Robin Kruppe1a24a592017-04-26 21:22:454727
4728[[package]]
Oliver Scherer26edcee2018-11-02 15:14:244729name = "stacker"
Julian Wollersberger53aaa1e2020-09-20 17:07:524730version = "0.1.12"
Oliver Scherer26edcee2018-11-02 15:14:244731source = "registry+https://github.com/rust-lang/crates.io-index"
Julian Wollersberger53aaa1e2020-09-20 17:07:524732checksum = "21ccb4c06ec57bc82d0f610f1a2963d7648700e43a6f513e564b9c89f7991786"
Oliver Scherer26edcee2018-11-02 15:14:244733dependencies = [
4734 "cc",
Aaron Hill44fdfd62020-10-11 17:51:074735 "cfg-if 0.1.10",
Oliver Scherer26edcee2018-11-02 15:14:244736 "libc",
4737 "psm",
Mark Rousskov342d9562020-08-17 15:21:444738 "winapi 0.3.9",
Oliver Scherer26edcee2018-11-02 15:14:244739]
4740
4741[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294742name = "std"
4743version = "0.0.0"
4744dependencies = [
Alex Crichton06d565c2020-05-13 21:22:374745 "addr2line",
Alex Crichton093ede22019-08-15 00:45:094746 "alloc",
Aaron Hill44fdfd62020-10-11 17:51:074747 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:094748 "compiler_builtins",
4749 "core",
4750 "dlmalloc",
4751 "fortanix-sgx-abi",
Igor Matuszewskie26f35d2020-05-05 12:05:064752 "hashbrown",
Stefan Lankes5ebd4d92019-10-20 07:55:104753 "hermit-abi",
Alex Crichton093ede22019-08-15 00:45:094754 "libc",
Alex Crichton06d565c2020-05-13 21:22:374755 "miniz_oxide",
Alex Crichtonf99410b2020-11-20 17:12:144756 "object",
Alex Crichton093ede22019-08-15 00:45:094757 "panic_abort",
4758 "panic_unwind",
4759 "profiler_builtins",
Aaron Hill70ba4912020-08-01 14:11:154760 "rand",
Alex Crichton06d565c2020-05-13 21:22:374761 "rustc-demangle",
Alex Crichton093ede22019-08-15 00:45:094762 "unwind",
Alex Crichtonaabf4e92020-01-08 15:33:574763 "wasi",
Ahmed Charles9ca382f2016-09-02 08:55:294764]
4765
4766[[package]]
steveklabnikecfbaca2018-04-03 14:32:044767name = "string_cache"
Aaron Hill70ba4912020-08-01 14:11:154768version = "0.8.0"
steveklabnikecfbaca2018-04-03 14:32:044769source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:154770checksum = "2940c75beb4e3bf3a494cef919a747a2cb81e52571e212bfbd185074add7208a"
steveklabnikecfbaca2018-04-03 14:32:044771dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:424772 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:094773 "new_debug_unreachable",
4774 "phf_shared",
4775 "precomputed-hash",
4776 "serde",
steveklabnikecfbaca2018-04-03 14:32:044777]
4778
4779[[package]]
4780name = "string_cache_codegen"
Aaron Hill70ba4912020-08-01 14:11:154781version = "0.5.1"
steveklabnikecfbaca2018-04-03 14:32:044782source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:154783checksum = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97"
steveklabnikecfbaca2018-04-03 14:32:044784dependencies = [
Alex Crichton093ede22019-08-15 00:45:094785 "phf_generator",
4786 "phf_shared",
Aaron Hill70ba4912020-08-01 14:11:154787 "proc-macro2",
4788 "quote",
steveklabnikecfbaca2018-04-03 14:32:044789]
4790
4791[[package]]
Eric Hussd5e03532019-05-23 20:27:494792name = "strip-ansi-escapes"
4793version = "0.1.0"
4794source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094795checksum = "9d63676e2abafa709460982ddc02a3bb586b6d15a49b75c212e06edd3933acee"
Eric Hussd5e03532019-05-23 20:27:494796dependencies = [
Alex Crichton093ede22019-08-15 00:45:094797 "vte",
Eric Hussd5e03532019-05-23 20:27:494798]
4799
4800[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584801name = "strsim"
Igor Matuszewskic2249a42019-09-08 08:28:114802version = "0.8.0"
Steve Klabnika0769612017-02-07 23:13:574803source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskic2249a42019-09-08 08:28:114804checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
Steve Klabnika0769612017-02-07 23:13:574805
4806[[package]]
topecongiro5a411a62019-06-18 12:15:194807name = "structopt"
Mark Rousskov342d9562020-08-17 15:21:444808version = "0.3.16"
Igor Matuszewskic2249a42019-09-08 08:28:114809source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444810checksum = "de5472fb24d7e80ae84a7801b7978f95a19ec32cb1876faea59ab711eb901976"
Igor Matuszewskic2249a42019-09-08 08:28:114811dependencies = [
4812 "clap",
Mark Rousskov342d9562020-08-17 15:21:444813 "lazy_static",
Eric Huss139477d2019-11-12 18:14:484814 "structopt-derive",
Igor Matuszewskic2249a42019-09-08 08:28:114815]
4816
4817[[package]]
4818name = "structopt-derive"
Mark Rousskov342d9562020-08-17 15:21:444819version = "0.4.9"
Igor Matuszewskic2249a42019-09-08 08:28:114820source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444821checksum = "1e0eb37335aeeebe51be42e2dc07f031163fbabfa6ac67d7ea68b5c2f68d5f99"
Igor Matuszewskic2249a42019-09-08 08:28:114822dependencies = [
4823 "heck",
4824 "proc-macro-error",
Aaron Hill70ba4912020-08-01 14:11:154825 "proc-macro2",
4826 "quote",
4827 "syn",
topecongiro5a411a62019-06-18 12:15:194828]
4829
4830[[package]]
Matt Ickstadt0ab516f2018-04-21 21:06:134831name = "strum"
Aaron Hill70ba4912020-08-01 14:11:154832version = "0.18.0"
Matt Ickstadt0ab516f2018-04-21 21:06:134833source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:154834checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"
Matt Ickstadt0ab516f2018-04-21 21:06:134835
4836[[package]]
4837name = "strum_macros"
Aaron Hill70ba4912020-08-01 14:11:154838version = "0.18.0"
Matt Ickstadt0ab516f2018-04-21 21:06:134839source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:154840checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
Matt Ickstadt0ab516f2018-04-21 21:06:134841dependencies = [
Alex Crichton093ede22019-08-15 00:45:094842 "heck",
Aaron Hill70ba4912020-08-01 14:11:154843 "proc-macro2",
4844 "quote",
4845 "syn",
Alex Crichtone9d89832018-04-02 15:43:554846]
4847
4848[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:114849name = "syn"
Mark Rousskov342d9562020-08-17 15:21:444850version = "1.0.38"
Igor Matuszewskic2249a42019-09-08 08:28:114851source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444852checksum = "e69abc24912995b3038597a7a593be5053eb0fb44f3cc5beec0deb421790c1f4"
Igor Matuszewskic2249a42019-09-08 08:28:114853dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154854 "proc-macro2",
4855 "quote",
4856 "unicode-xid",
Igor Matuszewskic2249a42019-09-08 08:28:114857]
4858
4859[[package]]
Alex Crichton325d7392017-12-10 17:42:494860name = "synstructure"
Mark Rousskov342d9562020-08-17 15:21:444861version = "0.12.4"
Mateusz Mikuład8960882019-10-04 12:43:234862source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444863checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
Mateusz Mikuład8960882019-10-04 12:43:234864dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154865 "proc-macro2",
4866 "quote",
4867 "syn",
4868 "unicode-xid",
Mateusz Mikuład8960882019-10-04 12:43:234869]
4870
4871[[package]]
Josh Stone020c5ec2017-05-08 22:01:134872name = "tar"
Mark Rousskov342d9562020-08-17 15:21:444873version = "0.4.29"
Josh Stone020c5ec2017-05-08 22:01:134874source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444875checksum = "c8a4c1d0bee3230179544336c15eefb563cf0302955d962e456542323e8c2e8a"
Josh Stone020c5ec2017-05-08 22:01:134876dependencies = [
Alex Crichton093ede22019-08-15 00:45:094877 "filetime",
4878 "libc",
4879 "redox_syscall",
4880 "xattr",
Josh Stone020c5ec2017-05-08 22:01:134881]
4882
4883[[package]]
Aleksey Kladov850156a2018-03-29 07:34:554884name = "tempfile"
Mateusz Mikuła935394f2019-09-11 17:03:284885version = "3.1.0"
Aleksey Kladov850156a2018-03-29 07:34:554886source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuła935394f2019-09-11 17:03:284887checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
Aleksey Kladov850156a2018-03-29 07:34:554888dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:074889 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:094890 "libc",
Aaron Hill70ba4912020-08-01 14:11:154891 "rand",
Alex Crichton093ede22019-08-15 00:45:094892 "redox_syscall",
4893 "remove_dir_all",
Mark Rousskov342d9562020-08-17 15:21:444894 "winapi 0.3.9",
Aleksey Kladov850156a2018-03-29 07:34:554895]
4896
4897[[package]]
steveklabnikecfbaca2018-04-03 14:32:044898name = "tendril"
Mark Rousskov342d9562020-08-17 15:21:444899version = "0.4.1"
steveklabnikecfbaca2018-04-03 14:32:044900source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444901checksum = "707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b"
steveklabnikecfbaca2018-04-03 14:32:044902dependencies = [
Alex Crichton093ede22019-08-15 00:45:094903 "futf",
4904 "mac",
4905 "utf-8",
steveklabnikecfbaca2018-04-03 14:32:044906]
4907
4908[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294909name = "term"
Jacob Greenfield28ea2492019-04-07 05:48:594910version = "0.0.0"
Alex Crichtonb47c9692019-08-16 15:29:084911dependencies = [
4912 "core",
4913 "std",
4914]
Jacob Greenfield28ea2492019-04-07 05:48:594915
4916[[package]]
4917name = "term"
Mark Rousskov342d9562020-08-17 15:21:444918version = "0.6.1"
Igor Matuszewskid2d192e2019-07-30 11:00:274919source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444920checksum = "c0863a3345e70f61d613eab32ee046ccd1bcc5f9105fe402c61fcd0c13eeb8b5"
Igor Matuszewskid2d192e2019-07-30 11:00:274921dependencies = [
Alex Crichton093ede22019-08-15 00:45:094922 "dirs",
Mark Rousskov342d9562020-08-17 15:21:444923 "winapi 0.3.9",
Igor Matuszewskid2d192e2019-07-30 11:00:274924]
4925
4926[[package]]
Alex Crichton1cede102017-06-15 02:33:064927name = "termcolor"
Eric Huss89d79062020-07-29 18:02:054928version = "1.1.0"
Alex Crichtonfa5b3d32018-07-26 00:25:124929source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss89d79062020-07-29 18:02:054930checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
Alex Crichtonfa5b3d32018-07-26 00:25:124931dependencies = [
Eric Huss89d79062020-07-29 18:02:054932 "winapi-util",
Alex Crichtonfa5b3d32018-07-26 00:25:124933]
4934
4935[[package]]
John Kåre Alsakerb0b11d32020-01-29 00:13:484936name = "termize"
4937version = "0.1.1"
4938source = "registry+https://github.com/rust-lang/crates.io-index"
4939checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
4940dependencies = [
4941 "libc",
Mark Rousskov342d9562020-08-17 15:21:444942 "winapi 0.3.9",
John Kåre Alsakerb0b11d32020-01-29 00:13:484943]
4944
4945[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294946name = "test"
4947version = "0.0.0"
4948dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:074949 "cfg-if 0.1.10",
Alex Crichtonb47c9692019-08-16 15:29:084950 "core",
Alex Crichton093ede22019-08-15 00:45:094951 "getopts",
Alex Crichtonb47c9692019-08-16 15:29:084952 "libc",
4953 "panic_abort",
4954 "panic_unwind",
Alex Crichton093ede22019-08-15 00:45:094955 "proc_macro",
Alex Crichtonb47c9692019-08-16 15:29:084956 "std",
Jacob Greenfield28ea2492019-04-07 05:48:594957 "term 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:294958]
4959
4960[[package]]
Ralf Jung2bfa6222019-11-17 10:40:184961name = "tester"
flip1995450880f2019-11-23 16:27:364962version = "0.7.0"
4963source = "registry+https://github.com/rust-lang/crates.io-index"
4964checksum = "ee72ec31009a42b53de9a6b7d8f462b493ab3b1e4767bda1fcdbb52127f13b6c"
4965dependencies = [
4966 "getopts",
4967 "libc",
Mark Rousskov342d9562020-08-17 15:21:444968 "term 0.6.1",
flip1995450880f2019-11-23 16:27:364969]
4970
4971[[package]]
steveklabnik4871dba2017-06-27 17:33:324972name = "textwrap"
Igor Matuszewskic2249a42019-09-08 08:28:114973version = "0.11.0"
steveklabnik4871dba2017-06-27 17:33:324974source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskic2249a42019-09-08 08:28:114975checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
steveklabnik4871dba2017-06-27 17:33:324976dependencies = [
Alex Crichton093ede22019-08-15 00:45:094977 "unicode-width",
steveklabnik4871dba2017-06-27 17:33:324978]
4979
4980[[package]]
Pietro Albini9beb8f52019-11-26 11:06:304981name = "thiserror"
Mark Rousskov342d9562020-08-17 15:21:444982version = "1.0.20"
Pietro Albini9beb8f52019-11-26 11:06:304983source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444984checksum = "7dfdd070ccd8ccb78f4ad66bf1982dc37f620ef696c6b5028fe2ed83dd3d0d08"
Pietro Albini9beb8f52019-11-26 11:06:304985dependencies = [
4986 "thiserror-impl",
4987]
4988
4989[[package]]
4990name = "thiserror-impl"
Mark Rousskov342d9562020-08-17 15:21:444991version = "1.0.20"
Pietro Albini9beb8f52019-11-26 11:06:304992source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444993checksum = "bd80fc12f73063ac132ac92aceea36734f04a1d93c1240c6944e23a3b8841793"
Pietro Albini9beb8f52019-11-26 11:06:304994dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154995 "proc-macro2",
4996 "quote",
4997 "syn",
Pietro Albini9beb8f52019-11-26 11:06:304998]
4999
5000[[package]]
Steve Klabnika0769612017-02-07 23:13:575001name = "thread_local"
Igor Matuszewski8fc4bba2020-02-12 14:47:315002version = "1.0.1"
5003source = "registry+https://github.com/rust-lang/crates.io-index"
5004checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
5005dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425006 "lazy_static",
Igor Matuszewski8fc4bba2020-02-12 14:47:315007]
5008
5009[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295010name = "tidy"
5011version = "0.1.0"
Mark Mansi3ee41042018-02-23 01:52:565012dependencies = [
Jubilee Young31afacf2020-08-21 08:24:585013 "cargo_metadata 0.11.1",
Yuki Okushi1f0a39502020-05-26 04:00:425014 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:095015 "regex",
Alex Crichton093ede22019-08-15 00:45:095016 "walkdir",
Mark Mansi3ee41042018-02-23 01:52:565017]
Ahmed Charles9ca382f2016-09-02 08:55:295018
5019[[package]]
Eric Hussce717472020-08-11 23:49:395020name = "tier-check"
5021version = "0.1.0"
5022
5023[[package]]
Alex Crichton15899b02018-01-25 04:01:425024name = "time"
Mark Rousskov342d9562020-08-17 15:21:445025version = "0.1.43"
Alex Crichton15899b02018-01-25 04:01:425026source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445027checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
Alex Crichton15899b02018-01-25 04:01:425028dependencies = [
Alex Crichton093ede22019-08-15 00:45:095029 "libc",
Mark Rousskov342d9562020-08-17 15:21:445030 "winapi 0.3.9",
Alex Crichton15899b02018-01-25 04:01:425031]
5032
5033[[package]]
Mark Rousskov342d9562020-08-17 15:21:445034name = "tinyvec"
Jubilee Young8f5ea802020-08-17 23:07:095035version = "0.3.4"
Mark Rousskov342d9562020-08-17 15:21:445036source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young8f5ea802020-08-17 23:07:095037checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
Mark Rousskov342d9562020-08-17 15:21:445038
5039[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435040name = "tokio"
Mateusz Mikuła2d8d8132019-12-04 17:40:165041version = "0.1.22"
Matthias Krüger696fb8f2019-01-21 15:32:435042source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuła2d8d8132019-12-04 17:40:165043checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
Matthias Krüger696fb8f2019-01-21 15:32:435044dependencies = [
Alex Crichton093ede22019-08-15 00:45:095045 "bytes",
5046 "futures",
5047 "mio",
5048 "num_cpus",
5049 "tokio-codec",
5050 "tokio-current-thread",
5051 "tokio-executor",
5052 "tokio-fs",
5053 "tokio-io",
5054 "tokio-reactor",
Mateusz Mikuła2d8d8132019-12-04 17:40:165055 "tokio-sync",
Alex Crichton093ede22019-08-15 00:45:095056 "tokio-tcp",
5057 "tokio-threadpool",
5058 "tokio-timer",
5059 "tokio-udp",
5060 "tokio-uds",
Matthias Krüger696fb8f2019-01-21 15:32:435061]
5062
5063[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435064name = "tokio-codec"
Mark Rousskov342d9562020-08-17 15:21:445065version = "0.1.2"
Matthias Krüger696fb8f2019-01-21 15:32:435066source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445067checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"
Matthias Krüger696fb8f2019-01-21 15:32:435068dependencies = [
Alex Crichton093ede22019-08-15 00:45:095069 "bytes",
5070 "futures",
5071 "tokio-io",
Matthias Krüger696fb8f2019-01-21 15:32:435072]
5073
5074[[package]]
5075name = "tokio-current-thread"
Mark Rousskov342d9562020-08-17 15:21:445076version = "0.1.7"
Matthias Krüger696fb8f2019-01-21 15:32:435077source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445078checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"
Matthias Krüger696fb8f2019-01-21 15:32:435079dependencies = [
Alex Crichton093ede22019-08-15 00:45:095080 "futures",
5081 "tokio-executor",
Matthias Krüger696fb8f2019-01-21 15:32:435082]
5083
5084[[package]]
5085name = "tokio-executor"
Mark Rousskov342d9562020-08-17 15:21:445086version = "0.1.10"
Matthias Krüger696fb8f2019-01-21 15:32:435087source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445088checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
Matthias Krüger696fb8f2019-01-21 15:32:435089dependencies = [
Mark Rousskov342d9562020-08-17 15:21:445090 "crossbeam-utils 0.7.2",
Alex Crichton093ede22019-08-15 00:45:095091 "futures",
Matthias Krüger696fb8f2019-01-21 15:32:435092]
5093
5094[[package]]
5095name = "tokio-fs"
Mark Rousskov342d9562020-08-17 15:21:445096version = "0.1.7"
Matthias Krüger696fb8f2019-01-21 15:32:435097source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445098checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4"
Matthias Krüger696fb8f2019-01-21 15:32:435099dependencies = [
Alex Crichton093ede22019-08-15 00:45:095100 "futures",
5101 "tokio-io",
5102 "tokio-threadpool",
Matthias Krüger696fb8f2019-01-21 15:32:435103]
5104
5105[[package]]
5106name = "tokio-io"
Mark Rousskov342d9562020-08-17 15:21:445107version = "0.1.13"
Matthias Krüger696fb8f2019-01-21 15:32:435108source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445109checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
Matthias Krüger696fb8f2019-01-21 15:32:435110dependencies = [
Alex Crichton093ede22019-08-15 00:45:095111 "bytes",
5112 "futures",
5113 "log",
Matthias Krüger696fb8f2019-01-21 15:32:435114]
5115
5116[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:115117name = "tokio-named-pipes"
5118version = "0.1.0"
5119source = "registry+https://github.com/rust-lang/crates.io-index"
5120checksum = "9d282d483052288b2308ba5ee795f5673b159c9bdf63c385a05609da782a5eae"
5121dependencies = [
5122 "bytes",
5123 "futures",
5124 "mio",
5125 "mio-named-pipes",
5126 "tokio",
5127]
5128
5129[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435130name = "tokio-process"
Mark Rousskov342d9562020-08-17 15:21:445131version = "0.2.5"
Matthias Krüger696fb8f2019-01-21 15:32:435132source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445133checksum = "382d90f43fa31caebe5d3bc6cfd854963394fff3b8cb59d5146607aaae7e7e43"
Matthias Krüger696fb8f2019-01-21 15:32:435134dependencies = [
Mark Rousskov342d9562020-08-17 15:21:445135 "crossbeam-queue 0.1.2",
Alex Crichton093ede22019-08-15 00:45:095136 "futures",
Yuki Okushi1f0a39502020-05-26 04:00:425137 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:095138 "libc",
Mateusz Mikuła2d8d8132019-12-04 17:40:165139 "log",
Alex Crichton093ede22019-08-15 00:45:095140 "mio",
5141 "mio-named-pipes",
5142 "tokio-io",
5143 "tokio-reactor",
5144 "tokio-signal",
Mark Rousskov342d9562020-08-17 15:21:445145 "winapi 0.3.9",
Matthias Krüger696fb8f2019-01-21 15:32:435146]
5147
5148[[package]]
5149name = "tokio-reactor"
Mark Rousskov342d9562020-08-17 15:21:445150version = "0.1.12"
Matthias Krüger696fb8f2019-01-21 15:32:435151source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445152checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"
Matthias Krüger696fb8f2019-01-21 15:32:435153dependencies = [
Mark Rousskov342d9562020-08-17 15:21:445154 "crossbeam-utils 0.7.2",
Alex Crichton093ede22019-08-15 00:45:095155 "futures",
Yuki Okushi1f0a39502020-05-26 04:00:425156 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:095157 "log",
5158 "mio",
5159 "num_cpus",
Igor Matuszewski8fc4bba2020-02-12 14:47:315160 "parking_lot 0.9.0",
Alex Crichton093ede22019-08-15 00:45:095161 "slab",
5162 "tokio-executor",
5163 "tokio-io",
Mateusz Mikuła2d8d8132019-12-04 17:40:165164 "tokio-sync",
Matthias Krüger696fb8f2019-01-21 15:32:435165]
5166
5167[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:115168name = "tokio-service"
5169version = "0.1.0"
5170source = "registry+https://github.com/rust-lang/crates.io-index"
5171checksum = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"
5172dependencies = [
5173 "futures",
5174]
5175
5176[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435177name = "tokio-signal"
Mark Rousskov342d9562020-08-17 15:21:445178version = "0.2.9"
Matthias Krüger696fb8f2019-01-21 15:32:435179source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445180checksum = "d0c34c6e548f101053321cba3da7cbb87a610b85555884c41b07da2eb91aff12"
Matthias Krüger696fb8f2019-01-21 15:32:435181dependencies = [
Alex Crichton093ede22019-08-15 00:45:095182 "futures",
5183 "libc",
5184 "mio",
5185 "mio-uds",
Mark Rousskov342d9562020-08-17 15:21:445186 "signal-hook-registry",
Alex Crichton093ede22019-08-15 00:45:095187 "tokio-executor",
5188 "tokio-io",
5189 "tokio-reactor",
Mark Rousskov342d9562020-08-17 15:21:445190 "winapi 0.3.9",
Matthias Krüger696fb8f2019-01-21 15:32:435191]
5192
5193[[package]]
Mateusz Mikuła2d8d8132019-12-04 17:40:165194name = "tokio-sync"
Mark Rousskov342d9562020-08-17 15:21:445195version = "0.1.8"
Mateusz Mikuła2d8d8132019-12-04 17:40:165196source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445197checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
Mateusz Mikuła2d8d8132019-12-04 17:40:165198dependencies = [
5199 "fnv",
5200 "futures",
5201]
5202
5203[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435204name = "tokio-tcp"
Mark Rousskov342d9562020-08-17 15:21:445205version = "0.1.4"
Matthias Krüger696fb8f2019-01-21 15:32:435206source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445207checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"
Matthias Krüger696fb8f2019-01-21 15:32:435208dependencies = [
Alex Crichton093ede22019-08-15 00:45:095209 "bytes",
5210 "futures",
5211 "iovec",
5212 "mio",
5213 "tokio-io",
5214 "tokio-reactor",
Matthias Krüger696fb8f2019-01-21 15:32:435215]
5216
5217[[package]]
5218name = "tokio-threadpool"
Mark Rousskov342d9562020-08-17 15:21:445219version = "0.1.18"
Matthias Krüger696fb8f2019-01-21 15:32:435220source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445221checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89"
Matthias Krüger696fb8f2019-01-21 15:32:435222dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:165223 "crossbeam-deque",
Mark Rousskov342d9562020-08-17 15:21:445224 "crossbeam-queue 0.2.3",
5225 "crossbeam-utils 0.7.2",
Alex Crichton093ede22019-08-15 00:45:095226 "futures",
Yuki Okushi1f0a39502020-05-26 04:00:425227 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:095228 "log",
5229 "num_cpus",
Mateusz Mikuła2d8d8132019-12-04 17:40:165230 "slab",
Alex Crichton093ede22019-08-15 00:45:095231 "tokio-executor",
Matthias Krüger696fb8f2019-01-21 15:32:435232]
5233
5234[[package]]
5235name = "tokio-timer"
Mark Rousskov342d9562020-08-17 15:21:445236version = "0.2.13"
Matthias Krüger696fb8f2019-01-21 15:32:435237source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445238checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"
Matthias Krüger696fb8f2019-01-21 15:32:435239dependencies = [
Mark Rousskov342d9562020-08-17 15:21:445240 "crossbeam-utils 0.7.2",
Alex Crichton093ede22019-08-15 00:45:095241 "futures",
5242 "slab",
5243 "tokio-executor",
Matthias Krüger696fb8f2019-01-21 15:32:435244]
5245
5246[[package]]
5247name = "tokio-udp"
Mark Rousskov342d9562020-08-17 15:21:445248version = "0.1.6"
Matthias Krüger696fb8f2019-01-21 15:32:435249source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445250checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82"
Matthias Krüger696fb8f2019-01-21 15:32:435251dependencies = [
Alex Crichton093ede22019-08-15 00:45:095252 "bytes",
5253 "futures",
5254 "log",
5255 "mio",
5256 "tokio-codec",
5257 "tokio-io",
5258 "tokio-reactor",
Matthias Krüger696fb8f2019-01-21 15:32:435259]
5260
5261[[package]]
5262name = "tokio-uds"
Mark Rousskov342d9562020-08-17 15:21:445263version = "0.2.7"
Matthias Krüger696fb8f2019-01-21 15:32:435264source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445265checksum = "ab57a4ac4111c8c9dbcf70779f6fc8bc35ae4b2454809febac840ad19bd7e4e0"
Matthias Krüger696fb8f2019-01-21 15:32:435266dependencies = [
Alex Crichton093ede22019-08-15 00:45:095267 "bytes",
5268 "futures",
5269 "iovec",
5270 "libc",
5271 "log",
5272 "mio",
5273 "mio-uds",
5274 "tokio-codec",
5275 "tokio-io",
5276 "tokio-reactor",
Matthias Krüger696fb8f2019-01-21 15:32:435277]
5278
5279[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295280name = "toml"
Eric Huss71bf7cf2020-10-14 22:16:475281version = "0.5.7"
Eric Hussd2228ca2019-03-29 03:13:135282source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss71bf7cf2020-10-14 22:16:475283checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645"
Eric Hussd2228ca2019-03-29 03:13:135284dependencies = [
Alex Crichton093ede22019-08-15 00:45:095285 "serde",
Eric Hussd2228ca2019-03-29 03:13:135286]
5287
5288[[package]]
Jack Hueyecb8b9f2020-05-27 05:05:095289name = "tracing"
Mark Rousskov342d9562020-08-17 15:21:445290version = "0.1.19"
Jack Hueyecb8b9f2020-05-27 05:05:095291source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445292checksum = "6d79ca061b032d6ce30c660fded31189ca0b9922bf483cd70759f13a2d86786c"
Jack Hueyecb8b9f2020-05-27 05:05:095293dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:075294 "cfg-if 0.1.10",
Jack Hueyecb8b9f2020-05-27 05:05:095295 "tracing-attributes",
5296 "tracing-core",
5297]
5298
5299[[package]]
5300name = "tracing-attributes"
Mark Rousskov77d4f942020-09-01 18:38:565301version = "0.1.11"
Jack Hueyecb8b9f2020-05-27 05:05:095302source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov77d4f942020-09-01 18:38:565303checksum = "80e0ccfc3378da0cce270c946b676a376943f5cd16aeba64568e7939806f4ada"
Jack Hueyecb8b9f2020-05-27 05:05:095304dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155305 "proc-macro2",
5306 "quote",
5307 "syn",
Jack Hueyecb8b9f2020-05-27 05:05:095308]
5309
5310[[package]]
5311name = "tracing-core"
Joshua Nelson8b22d072020-10-07 22:45:595312version = "0.1.17"
Jack Hueyecb8b9f2020-05-27 05:05:095313source = "registry+https://github.com/rust-lang/crates.io-index"
Joshua Nelson8b22d072020-10-07 22:45:595314checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
Jack Hueyecb8b9f2020-05-27 05:05:095315dependencies = [
5316 "lazy_static",
5317]
5318
5319[[package]]
Jack Hueyd66452c2020-08-04 22:35:375320name = "tracing-log"
5321version = "0.1.1"
5322source = "registry+https://github.com/rust-lang/crates.io-index"
5323checksum = "5e0f8c7178e13481ff6765bd169b33e8d554c5d2bbede5e32c356194be02b9b9"
5324dependencies = [
5325 "lazy_static",
5326 "log",
5327 "tracing-core",
5328]
5329
5330[[package]]
5331name = "tracing-serde"
Jack Huey23491082020-10-04 00:45:125332version = "0.1.2"
Jack Hueyd66452c2020-08-04 22:35:375333source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey23491082020-10-04 00:45:125334checksum = "fb65ea441fbb84f9f6748fd496cf7f63ec9af5bca94dd86456978d055e8eb28b"
Jack Hueyd66452c2020-08-04 22:35:375335dependencies = [
5336 "serde",
5337 "tracing-core",
5338]
5339
5340[[package]]
Oliver Schererec7230f2020-07-24 18:42:005341name = "tracing-subscriber"
Joshua Nelson8b22d072020-10-07 22:45:595342version = "0.2.13"
Oliver Schererec7230f2020-07-24 18:42:005343source = "registry+https://github.com/rust-lang/crates.io-index"
Joshua Nelson8b22d072020-10-07 22:45:595344checksum = "4ef0a5e15477aa303afbfac3a44cba9b6430fdaad52423b1e6c0dbbe28c3eedd"
Oliver Schererec7230f2020-07-24 18:42:005345dependencies = [
5346 "ansi_term 0.12.1",
Jack Hueyd66452c2020-08-04 22:35:375347 "chrono",
Oliver Schererec7230f2020-07-24 18:42:005348 "lazy_static",
5349 "matchers",
Yuki Okushi6275a292020-12-09 19:48:085350 "parking_lot 0.11.0",
Oliver Schererec7230f2020-07-24 18:42:005351 "regex",
Jack Hueyd66452c2020-08-04 22:35:375352 "serde",
5353 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:005354 "sharded-slab",
Mark Rousskov342d9562020-08-17 15:21:445355 "smallvec 1.4.2",
5356 "thread_local",
Joshua Nelson8b22d072020-10-07 22:45:595357 "tracing",
Oliver Schererec7230f2020-07-24 18:42:005358 "tracing-core",
Jack Hueyd66452c2020-08-04 22:35:375359 "tracing-log",
5360 "tracing-serde",
5361]
5362
5363[[package]]
5364name = "tracing-tree"
Oliver Scherer43c181b2020-08-04 11:48:055365version = "0.1.6"
Jack Hueyd66452c2020-08-04 22:35:375366source = "registry+https://github.com/rust-lang/crates.io-index"
Oliver Scherer43c181b2020-08-04 11:48:055367checksum = "43aac8afb493b08e1e1904956f7407c1e671b9c83b26a17e1bd83d6a3520e350"
Jack Hueyd66452c2020-08-04 22:35:375368dependencies = [
5369 "ansi_term 0.12.1",
5370 "atty",
5371 "chrono",
5372 "termcolor",
5373 "tracing",
5374 "tracing-subscriber",
Oliver Schererec7230f2020-07-24 18:42:005375]
5376
5377[[package]]
Eric Huss8c20add2018-12-03 01:33:205378name = "typenum"
Eric Hussc8443bb2020-05-18 22:41:575379version = "1.12.0"
Eric Huss8c20add2018-12-03 01:33:205380source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussc8443bb2020-05-18 22:41:575381checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
Eric Huss8c20add2018-12-03 01:33:205382
5383[[package]]
Mark Rousskov064f8882020-01-13 21:40:195384name = "ucd-parse"
Mark Rousskov342d9562020-08-17 15:21:445385version = "0.1.8"
Mark Rousskov064f8882020-01-13 21:40:195386source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445387checksum = "5269f8d35df6b8b60758343a6d742ecf09e4bca13faee32af5503aebd1e11b7c"
Mark Rousskov064f8882020-01-13 21:40:195388dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425389 "lazy_static",
Mark Rousskov064f8882020-01-13 21:40:195390 "regex",
5391]
5392
5393[[package]]
James Munnsde763692019-01-19 02:39:375394name = "ucd-trie"
Mark Rousskov342d9562020-08-17 15:21:445395version = "0.1.3"
James Munnsde763692019-01-19 02:39:375396source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445397checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
James Munnsde763692019-01-19 02:39:375398
5399[[package]]
Andy Russell30301642019-04-20 17:03:595400name = "unicase"
Guillaume Gomezd8589de2020-02-13 17:39:405401version = "2.6.0"
Andy Russell30301642019-04-20 17:03:595402source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezd8589de2020-02-13 17:39:405403checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
Andy Russell30301642019-04-20 17:03:595404dependencies = [
Guillaume Gomezd8589de2020-02-13 17:39:405405 "version_check",
Andy Russell30301642019-04-20 17:03:595406]
5407
5408[[package]]
Mark Rousskov064f8882020-01-13 21:40:195409name = "unicode-bdd"
5410version = "0.1.0"
5411dependencies = [
5412 "ucd-parse",
5413]
5414
5415[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585416name = "unicode-bidi"
steveklabnik4871dba2017-06-27 17:33:325417version = "0.3.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585418source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095419checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585420dependencies = [
Alex Crichton093ede22019-08-15 00:45:095421 "matches",
Tatsuyuki Ishi0e79b972017-04-29 23:11:585422]
5423
5424[[package]]
5425name = "unicode-normalization"
Mark Rousskov342d9562020-08-17 15:21:445426version = "0.1.13"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585427source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445428checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
Charles Lew0bcddfe2019-11-23 14:33:405429dependencies = [
Mark Rousskov342d9562020-08-17 15:21:445430 "tinyvec",
Charles Lew0bcddfe2019-11-23 14:33:405431]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585432
5433[[package]]
Charles Lew485e98a2020-01-02 12:02:225434name = "unicode-script"
Mark Rousskov342d9562020-08-17 15:21:445435version = "0.5.2"
Charles Lew485e98a2020-01-02 12:02:225436source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445437checksum = "79bf4d5fc96546fdb73f9827097810bbda93b11a6770ff3a54e1f445d4135787"
Charles Lew485e98a2020-01-02 12:02:225438
5439[[package]]
5440name = "unicode-security"
Charles Lew25e864e2020-06-23 11:45:135441version = "0.0.5"
Charles Lew485e98a2020-01-02 12:02:225442source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lew25e864e2020-06-23 11:45:135443checksum = "5d87c28edc5b263377e448d6cdcb935c06b95413d8013ba6fae470558ccab18f"
Charles Lew485e98a2020-01-02 12:02:225444dependencies = [
Charles Lewc05961c2020-04-25 01:38:315445 "unicode-normalization",
Charles Lew485e98a2020-01-02 12:02:225446 "unicode-script",
5447]
5448
5449[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585450name = "unicode-segmentation"
Eric Huss139477d2019-11-12 18:14:485451version = "1.6.0"
Steve Klabnika0769612017-02-07 23:13:575452source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss139477d2019-11-12 18:14:485453checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
Steve Klabnika0769612017-02-07 23:13:575454
5455[[package]]
5456name = "unicode-width"
Mark Rousskov342d9562020-08-17 15:21:445457version = "0.1.8"
Steve Klabnika0769612017-02-07 23:13:575458source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445459checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
Alex Crichtonb47c9692019-08-16 15:29:085460dependencies = [
5461 "compiler_builtins",
5462 "rustc-std-workspace-core",
5463 "rustc-std-workspace-std",
5464]
Steve Klabnika0769612017-02-07 23:13:575465
5466[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585467name = "unicode-xid"
Mark Rousskov342d9562020-08-17 15:21:445468version = "0.2.1"
Aleksey Kladova0c186c2019-07-21 11:50:395469source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445470checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
Aleksey Kladova0c186c2019-07-21 11:50:395471
5472[[package]]
flip19954c228cc2019-02-18 09:32:585473name = "unicode_categories"
5474version = "0.1.1"
5475source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095476checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
flip19954c228cc2019-02-18 09:32:585477
5478[[package]]
est31c2d59062017-06-12 19:35:475479name = "unstable-book-gen"
5480version = "0.1.0"
5481dependencies = [
Alex Crichton093ede22019-08-15 00:45:095482 "num-traits",
5483 "tidy",
est31c2d59062017-06-12 19:35:475484]
5485
5486[[package]]
Nick Cameron71a0be02017-09-25 04:13:295487name = "unwind"
5488version = "0.0.0"
5489dependencies = [
Alex Crichton093ede22019-08-15 00:45:095490 "cc",
Aaron Hill44fdfd62020-10-11 17:51:075491 "cfg-if 0.1.10",
Alex Crichton093ede22019-08-15 00:45:095492 "compiler_builtins",
5493 "core",
5494 "libc",
Nick Cameron71a0be02017-09-25 04:13:295495]
5496
5497[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585498name = "url"
Alex Crichtonb4110902018-12-08 11:06:545499version = "1.7.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585500source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095501checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585502dependencies = [
Alex Crichton093ede22019-08-15 00:45:095503 "idna 0.1.5",
5504 "matches",
5505 "percent-encoding 1.0.1",
Tatsuyuki Ishi0e79b972017-04-29 23:11:585506]
5507
5508[[package]]
Eric Hussf2428a62019-08-01 00:44:395509name = "url"
Mark Rousskov342d9562020-08-17 15:21:445510version = "2.1.1"
Eric Hussf2428a62019-08-01 00:44:395511source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445512checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
Eric Hussf2428a62019-08-01 00:44:395513dependencies = [
Alex Crichton093ede22019-08-15 00:45:095514 "idna 0.2.0",
5515 "matches",
Eric Huss139477d2019-11-12 18:14:485516 "percent-encoding 2.1.0",
Alex Crichton093ede22019-08-15 00:45:095517 "serde",
Eric Hussf2428a62019-08-01 00:44:395518]
5519
5520[[package]]
steveklabnikecfbaca2018-04-03 14:32:045521name = "utf-8"
Mark Rousskov342d9562020-08-17 15:21:445522version = "0.7.5"
steveklabnikecfbaca2018-04-03 14:32:045523source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445524checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
steveklabnikecfbaca2018-04-03 14:32:045525
5526[[package]]
Eric Hussd5e03532019-05-23 20:27:495527name = "utf8parse"
5528version = "0.1.1"
5529source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095530checksum = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
Eric Hussd5e03532019-05-23 20:27:495531
5532[[package]]
Alex Crichton1cede102017-06-15 02:33:065533name = "vcpkg"
Mark Rousskov342d9562020-08-17 15:21:445534version = "0.2.10"
Alex Crichton1cede102017-06-15 02:33:065535source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445536checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
Alex Crichton1cede102017-06-15 02:33:065537
5538[[package]]
Steve Klabnika0769612017-02-07 23:13:575539name = "vec_map"
Mark Rousskov342d9562020-08-17 15:21:445540version = "0.8.2"
Steve Klabnika0769612017-02-07 23:13:575541source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445542checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
Steve Klabnika0769612017-02-07 23:13:575543
5544[[package]]
Ralf Jung8d908b52018-09-17 07:20:035545name = "vergen"
Ralf Jung759e4952020-06-01 18:17:205546version = "3.1.0"
Ralf Jung8d908b52018-09-17 07:20:035547source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung759e4952020-06-01 18:17:205548checksum = "4ce50d8996df1f85af15f2cd8d33daae6e479575123ef4314a51a70a230739cb"
Ralf Jung8d908b52018-09-17 07:20:035549dependencies = [
Alex Crichton093ede22019-08-15 00:45:095550 "bitflags",
5551 "chrono",
Ralf Jung8d908b52018-09-17 07:20:035552]
5553
5554[[package]]
Alex Crichtonb4110902018-12-08 11:06:545555name = "version_check"
Jubilee Young25441fb2020-08-18 00:09:365556version = "0.9.1"
Eric Huss2b985322019-11-25 16:14:075557source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young25441fb2020-08-18 00:09:365558checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
Eric Huss2b985322019-11-25 16:14:075559
5560[[package]]
Eric Hussd5e03532019-05-23 20:27:495561name = "vte"
5562version = "0.3.3"
5563source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095564checksum = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf"
Eric Hussd5e03532019-05-23 20:27:495565dependencies = [
Alex Crichton093ede22019-08-15 00:45:095566 "utf8parse",
Eric Hussd5e03532019-05-23 20:27:495567]
5568
5569[[package]]
Josh Stone020c5ec2017-05-08 22:01:135570name = "walkdir"
Mark Rousskov342d9562020-08-17 15:21:445571version = "2.3.1"
Alex Crichton80d6ed22018-01-08 21:56:225572source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445573checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
Alex Crichton80d6ed22018-01-08 21:56:225574dependencies = [
Alex Crichton093ede22019-08-15 00:45:095575 "same-file",
Mark Rousskov342d9562020-08-17 15:21:445576 "winapi 0.3.9",
Alex Crichton093ede22019-08-15 00:45:095577 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:225578]
5579
5580[[package]]
newpavlov6374b842019-08-29 17:13:155581name = "wasi"
Alex Crichtonf3fb1c52019-11-25 17:27:255582version = "0.9.0+wasi-snapshot-preview1"
5583source = "registry+https://github.com/rust-lang/crates.io-index"
5584checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
newpavlov6374b842019-08-29 17:13:155585dependencies = [
5586 "compiler_builtins",
5587 "rustc-std-workspace-alloc",
5588 "rustc-std-workspace-core",
5589]
5590
5591[[package]]
Steve Klabnika0769612017-02-07 23:13:575592name = "winapi"
5593version = "0.2.8"
5594source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095595checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
Steve Klabnika0769612017-02-07 23:13:575596
5597[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225598name = "winapi"
Mark Rousskov342d9562020-08-17 15:21:445599version = "0.3.9"
Alex Crichton80d6ed22018-01-08 21:56:225600source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445601checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
Alex Crichton80d6ed22018-01-08 21:56:225602dependencies = [
Alex Crichton093ede22019-08-15 00:45:095603 "winapi-i686-pc-windows-gnu",
5604 "winapi-x86_64-pc-windows-gnu",
Alex Crichton80d6ed22018-01-08 21:56:225605]
5606
5607[[package]]
Steve Klabnika0769612017-02-07 23:13:575608name = "winapi-build"
5609version = "0.1.1"
5610source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095611checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
Steve Klabnika0769612017-02-07 23:13:575612
Josh Stone020c5ec2017-05-08 22:01:135613[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225614name = "winapi-i686-pc-windows-gnu"
5615version = "0.4.0"
5616source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095617checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
Alex Crichton80d6ed22018-01-08 21:56:225618
5619[[package]]
Alex Crichton2863b752018-08-21 17:23:475620name = "winapi-util"
Eric Huss89d79062020-07-29 18:02:055621version = "0.1.5"
Alex Crichton2863b752018-08-21 17:23:475622source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss89d79062020-07-29 18:02:055623checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
Alex Crichton2863b752018-08-21 17:23:475624dependencies = [
Mark Rousskov342d9562020-08-17 15:21:445625 "winapi 0.3.9",
Alex Crichton2863b752018-08-21 17:23:475626]
5627
5628[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225629name = "winapi-x86_64-pc-windows-gnu"
5630version = "0.4.0"
5631source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095632checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
Alex Crichton80d6ed22018-01-08 21:56:225633
5634[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435635name = "ws2_32-sys"
5636version = "0.2.1"
5637source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095638checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
Matthias Krüger696fb8f2019-01-21 15:32:435639dependencies = [
Alex Crichton093ede22019-08-15 00:45:095640 "winapi 0.2.8",
5641 "winapi-build",
Matthias Krüger696fb8f2019-01-21 15:32:435642]
5643
5644[[package]]
Josh Stone020c5ec2017-05-08 22:01:135645name = "xattr"
Alex Crichton52d7ee832018-07-17 16:04:225646version = "0.2.2"
Josh Stone020c5ec2017-05-08 22:01:135647source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095648checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
Josh Stone020c5ec2017-05-08 22:01:135649dependencies = [
Alex Crichton093ede22019-08-15 00:45:095650 "libc",
Josh Stone020c5ec2017-05-08 22:01:135651]
5652
5653[[package]]
Aaron Hill70ba4912020-08-01 14:11:155654name = "xml5ever"
5655version = "0.16.1"
5656source = "registry+https://github.com/rust-lang/crates.io-index"
5657checksum = "0b1b52e6e8614d4a58b8e70cf51ec0cc21b256ad8206708bcff8139b5bbd6a59"
5658dependencies = [
5659 "log",
5660 "mac",
5661 "markup5ever",
5662 "time",
5663]
5664
5665[[package]]
Josh Stone020c5ec2017-05-08 22:01:135666name = "xz2"
Mark Rousskov342d9562020-08-17 15:21:445667version = "0.1.6"
Josh Stone020c5ec2017-05-08 22:01:135668source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445669checksum = "c179869f34fc7c01830d3ce7ea2086bc3a07e0d35289b667d0a8bf910258926c"
Josh Stone020c5ec2017-05-08 22:01:135670dependencies = [
Alex Crichton093ede22019-08-15 00:45:095671 "lzma-sys",
Josh Stone020c5ec2017-05-08 22:01:135672]
5673
5674[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305675name = "yaml-merge-keys"
Mark Rousskov342d9562020-08-17 15:21:445676version = "0.4.1"
Pietro Albini9beb8f52019-11-26 11:06:305677source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445678checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004"
Pietro Albini9beb8f52019-11-26 11:06:305679dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425680 "lazy_static",
Pietro Albini9beb8f52019-11-26 11:06:305681 "thiserror",
Mark Rousskov342d9562020-08-17 15:21:445682 "yaml-rust 0.4.4",
Pietro Albini9beb8f52019-11-26 11:06:305683]
5684
5685[[package]]
Josh Stone020c5ec2017-05-08 22:01:135686name = "yaml-rust"
5687version = "0.3.5"
5688source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095689checksum = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"
Pietro Albini9beb8f52019-11-26 11:06:305690
5691[[package]]
5692name = "yaml-rust"
Mark Rousskov342d9562020-08-17 15:21:445693version = "0.4.4"
Pietro Albini9beb8f52019-11-26 11:06:305694source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445695checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
Pietro Albini9beb8f52019-11-26 11:06:305696dependencies = [
5697 "linked-hash-map",
5698]