aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorKevin DeLorey <[email protected]>2020-02-09 16:25:47 +0000
committerKevin DeLorey <[email protected]>2020-02-09 16:37:43 +0000
commita957c473fdb79880c39b73dc9e0c923093cf16ac (patch)
treef998b548f530ce604651e0e6af314ed2ec74b3b5 /Cargo.lock
parent22caf982b99c54058e2e9200aeea0e61cada284a (diff)
parent1b9b13b4b4a75b5531c3f046ce6bf72d681f2732 (diff)
Merge branch 'master' into kdelorey/complete-trait-impl
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1474
1 files changed, 739 insertions, 735 deletions
diff --git a/Cargo.lock b/Cargo.lock
index db566fdb2..e29ff898d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2,863 +2,951 @@
2# It is not intended for manual editing. 2# It is not intended for manual editing.
3[[package]] 3[[package]]
4name = "aho-corasick" 4name = "aho-corasick"
5version = "0.7.6" 5version = "0.7.8"
6source = "registry+https://github.com/rust-lang/crates.io-index" 6source = "registry+https://github.com/rust-lang/crates.io-index"
7checksum = "743ad5a418686aad3b87fd14c43badd828cf26e214a00f92a384291cf22e1811"
7dependencies = [ 8dependencies = [
8 "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 9 "memchr",
9] 10]
10 11
11[[package]] 12[[package]]
12name = "anyhow" 13name = "anyhow"
13version = "1.0.26" 14version = "1.0.26"
14source = "registry+https://github.com/rust-lang/crates.io-index" 15source = "registry+https://github.com/rust-lang/crates.io-index"
16checksum = "7825f6833612eb2414095684fcf6c635becf3ce97fe48cf6421321e93bfbd53c"
15 17
16[[package]] 18[[package]]
17name = "anymap" 19name = "anymap"
18version = "0.12.1" 20version = "0.12.1"
19source = "registry+https://github.com/rust-lang/crates.io-index" 21source = "registry+https://github.com/rust-lang/crates.io-index"
22checksum = "33954243bd79057c2de7338850b85983a44588021f8a5fee574a8888c6de4344"
20 23
21[[package]] 24[[package]]
22name = "arrayvec" 25name = "arrayvec"
23version = "0.5.1" 26version = "0.5.1"
24source = "registry+https://github.com/rust-lang/crates.io-index" 27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
25 29
26[[package]] 30[[package]]
27name = "atty" 31name = "atty"
28version = "0.2.14" 32version = "0.2.14"
29source = "registry+https://github.com/rust-lang/crates.io-index" 33source = "registry+https://github.com/rust-lang/crates.io-index"
34checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
30dependencies = [ 35dependencies = [
31 "hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 36 "hermit-abi",
32 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 37 "libc",
33 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 38 "winapi 0.3.8",
34] 39]
35 40
36[[package]] 41[[package]]
37name = "autocfg" 42name = "autocfg"
38version = "0.1.7" 43version = "0.1.7"
39source = "registry+https://github.com/rust-lang/crates.io-index" 44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
40 46
41[[package]] 47[[package]]
42name = "autocfg" 48name = "autocfg"
43version = "1.0.0" 49version = "1.0.0"
44source = "registry+https://github.com/rust-lang/crates.io-index" 50source = "registry+https://github.com/rust-lang/crates.io-index"
51checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
45 52
46[[package]] 53[[package]]
47name = "backtrace" 54name = "backtrace"
48version = "0.3.42" 55version = "0.3.43"
49source = "registry+https://github.com/rust-lang/crates.io-index" 56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "7f80256bc78f67e7df7e36d77366f636ed976895d91fe2ab9efa3973e8fe8c4f"
50dependencies = [ 58dependencies = [
51 "backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", 59 "backtrace-sys",
52 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 60 "cfg-if",
53 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 61 "libc",
54 "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", 62 "rustc-demangle",
55] 63]
56 64
57[[package]] 65[[package]]
58name = "backtrace-sys" 66name = "backtrace-sys"
59version = "0.1.32" 67version = "0.1.32"
60source = "registry+https://github.com/rust-lang/crates.io-index" 68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491"
61dependencies = [ 70dependencies = [
62 "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", 71 "cc",
63 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 72 "libc",
64] 73]
65 74
66[[package]] 75[[package]]
67name = "base64" 76name = "base64"
68version = "0.11.0" 77version = "0.11.0"
69source = "registry+https://github.com/rust-lang/crates.io-index" 78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
70 80
71[[package]] 81[[package]]
72name = "bit-set" 82name = "bit-set"
73version = "0.5.1" 83version = "0.5.1"
74source = "registry+https://github.com/rust-lang/crates.io-index" 84source = "registry+https://github.com/rust-lang/crates.io-index"
85checksum = "e84c238982c4b1e1ee668d136c510c67a13465279c0cb367ea6baf6310620a80"
75dependencies = [ 86dependencies = [
76 "bit-vec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", 87 "bit-vec",
77] 88]
78 89
79[[package]] 90[[package]]
80name = "bit-vec" 91name = "bit-vec"
81version = "0.5.1" 92version = "0.5.1"
82source = "registry+https://github.com/rust-lang/crates.io-index" 93source = "registry+https://github.com/rust-lang/crates.io-index"
94checksum = "f59bbe95d4e52a6398ec21238d31577f2b28a9d86807f06ca59d191d8440d0bb"
83 95
84[[package]] 96[[package]]
85name = "bitflags" 97name = "bitflags"
86version = "1.2.1" 98version = "1.2.1"
87source = "registry+https://github.com/rust-lang/crates.io-index" 99source = "registry+https://github.com/rust-lang/crates.io-index"
100checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
88 101
89[[package]] 102[[package]]
90name = "bstr" 103name = "bstr"
91version = "0.2.10" 104version = "0.2.11"
92source = "registry+https://github.com/rust-lang/crates.io-index" 105source = "registry+https://github.com/rust-lang/crates.io-index"
106checksum = "502ae1441a0a5adb8fbd38a5955a6416b9493e92b465de5e4a9bde6a539c2c48"
93dependencies = [ 107dependencies = [
94 "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 108 "memchr",
95] 109]
96 110
97[[package]] 111[[package]]
98name = "byteorder" 112name = "byteorder"
99version = "1.3.2" 113version = "1.3.2"
100source = "registry+https://github.com/rust-lang/crates.io-index" 114source = "registry+https://github.com/rust-lang/crates.io-index"
115checksum = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
101 116
102[[package]] 117[[package]]
103name = "c2-chacha" 118name = "c2-chacha"
104version = "0.2.3" 119version = "0.2.3"
105source = "registry+https://github.com/rust-lang/crates.io-index" 120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb"
106dependencies = [ 122dependencies = [
107 "ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", 123 "ppv-lite86",
108] 124]
109 125
110[[package]] 126[[package]]
111name = "cargo_metadata" 127name = "cargo_metadata"
112version = "0.9.1" 128version = "0.9.1"
113source = "registry+https://github.com/rust-lang/crates.io-index" 129source = "registry+https://github.com/rust-lang/crates.io-index"
130checksum = "46e3374c604fb39d1a2f35ed5e4a4e30e60d01fab49446e08f1b3e9a90aef202"
114dependencies = [ 131dependencies = [
115 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", 132 "semver",
116 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", 133 "serde",
117 "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", 134 "serde_derive",
118 "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", 135 "serde_json",
119] 136]
120 137
121[[package]] 138[[package]]
122name = "cc" 139name = "cc"
123version = "1.0.50" 140version = "1.0.50"
124source = "registry+https://github.com/rust-lang/crates.io-index" 141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"
125 143
126[[package]] 144[[package]]
127name = "cfg-if" 145name = "cfg-if"
128version = "0.1.10" 146version = "0.1.10"
129source = "registry+https://github.com/rust-lang/crates.io-index" 147source = "registry+https://github.com/rust-lang/crates.io-index"
148checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
130 149
131[[package]] 150[[package]]
132name = "chalk-derive" 151name = "chalk-derive"
133version = "0.1.0" 152version = "0.1.0"
134source = "git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5#ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5" 153source = "git+https://github.com/rust-lang/chalk.git?rev=af48f302a1f571b3ca418f7c5aa639a144a34f75#af48f302a1f571b3ca418f7c5aa639a144a34f75"
135dependencies = [ 154dependencies = [
136 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", 155 "proc-macro2",
137 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 156 "quote",
138 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", 157 "syn",
139] 158]
140 159
141[[package]] 160[[package]]
142name = "chalk-engine" 161name = "chalk-engine"
143version = "0.9.0" 162version = "0.9.0"
144source = "git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5#ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5" 163source = "git+https://github.com/rust-lang/chalk.git?rev=af48f302a1f571b3ca418f7c5aa639a144a34f75#af48f302a1f571b3ca418f7c5aa639a144a34f75"
145dependencies = [ 164dependencies = [
146 "chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)", 165 "chalk-macros",
147 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 166 "rustc-hash",
148] 167]
149 168
150[[package]] 169[[package]]
151name = "chalk-ir" 170name = "chalk-ir"
152version = "0.1.0" 171version = "0.1.0"
153source = "git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5#ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5" 172source = "git+https://github.com/rust-lang/chalk.git?rev=af48f302a1f571b3ca418f7c5aa639a144a34f75#af48f302a1f571b3ca418f7c5aa639a144a34f75"
154dependencies = [ 173dependencies = [
155 "chalk-derive 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)", 174 "chalk-derive",
156 "chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)", 175 "chalk-engine",
157 "chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)", 176 "chalk-macros",
158 "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", 177 "lalrpop-intern",
159] 178]
160 179
161[[package]] 180[[package]]
162name = "chalk-macros" 181name = "chalk-macros"
163version = "0.1.1" 182version = "0.1.1"
164source = "git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5#ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5" 183source = "git+https://github.com/rust-lang/chalk.git?rev=af48f302a1f571b3ca418f7c5aa639a144a34f75#af48f302a1f571b3ca418f7c5aa639a144a34f75"
165dependencies = [ 184dependencies = [
166 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 185 "lazy_static",
167] 186]
168 187
169[[package]] 188[[package]]
170name = "chalk-rust-ir" 189name = "chalk-rust-ir"
171version = "0.1.0" 190version = "0.1.0"
172source = "git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5#ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5" 191source = "git+https://github.com/rust-lang/chalk.git?rev=af48f302a1f571b3ca418f7c5aa639a144a34f75#af48f302a1f571b3ca418f7c5aa639a144a34f75"
173dependencies = [ 192dependencies = [
174 "chalk-derive 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)", 193 "chalk-derive",
175 "chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)", 194 "chalk-engine",
176 "chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)", 195 "chalk-ir",
177 "chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)", 196 "chalk-macros",
178] 197]
179 198
180[[package]] 199[[package]]
181name = "chalk-solve" 200name = "chalk-solve"
182version = "0.1.0" 201version = "0.1.0"
183source = "git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5#ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5" 202source = "git+https://github.com/rust-lang/chalk.git?rev=af48f302a1f571b3ca418f7c5aa639a144a34f75#af48f302a1f571b3ca418f7c5aa639a144a34f75"
184dependencies = [ 203dependencies = [
185 "chalk-derive 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)", 204 "chalk-derive",
186 "chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)", 205 "chalk-engine",
187 "chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)", 206 "chalk-ir",
188 "chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)", 207 "chalk-macros",
189 "chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)", 208 "chalk-rust-ir",
190 "ena 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", 209 "ena",
191 "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", 210 "itertools",
192 "petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", 211 "petgraph",
193 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 212 "rustc-hash",
194] 213]
195 214
196[[package]] 215[[package]]
197name = "clicolors-control" 216name = "clicolors-control"
198version = "1.0.1" 217version = "1.0.1"
199source = "registry+https://github.com/rust-lang/crates.io-index" 218source = "registry+https://github.com/rust-lang/crates.io-index"
219checksum = "90082ee5dcdd64dc4e9e0d37fbf3ee325419e39c0092191e0393df65518f741e"
200dependencies = [ 220dependencies = [
201 "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", 221 "atty",
202 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 222 "lazy_static",
203 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 223 "libc",
204 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 224 "winapi 0.3.8",
205] 225]
206 226
207[[package]] 227[[package]]
208name = "cloudabi" 228name = "cloudabi"
209version = "0.0.3" 229version = "0.0.3"
210source = "registry+https://github.com/rust-lang/crates.io-index" 230source = "registry+https://github.com/rust-lang/crates.io-index"
231checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
211dependencies = [ 232dependencies = [
212 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 233 "bitflags",
213] 234]
214 235
215[[package]] 236[[package]]
216name = "console" 237name = "console"
217version = "0.9.1" 238version = "0.9.2"
218source = "registry+https://github.com/rust-lang/crates.io-index" 239source = "registry+https://github.com/rust-lang/crates.io-index"
240checksum = "45e0f3986890b3acbc782009e2629dfe2baa430ac091519ce3be26164a2ae6c0"
219dependencies = [ 241dependencies = [
220 "clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 242 "clicolors-control",
221 "encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", 243 "encode_unicode",
222 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 244 "lazy_static",
223 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 245 "libc",
224 "regex 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 246 "regex",
225 "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 247 "termios",
226 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 248 "winapi 0.3.8",
227] 249]
228 250
229[[package]] 251[[package]]
230name = "crossbeam" 252name = "crossbeam"
231version = "0.7.3" 253version = "0.7.3"
232source = "registry+https://github.com/rust-lang/crates.io-index" 254source = "registry+https://github.com/rust-lang/crates.io-index"
255checksum = "69323bff1fb41c635347b8ead484a5ca6c3f11914d784170b158d8449ab07f8e"
233dependencies = [ 256dependencies = [
234 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 257 "cfg-if",
235 "crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 258 "crossbeam-channel",
236 "crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", 259 "crossbeam-deque",
237 "crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 260 "crossbeam-epoch",
238 "crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 261 "crossbeam-queue",
239 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 262 "crossbeam-utils",
240] 263]
241 264
242[[package]] 265[[package]]
243name = "crossbeam-channel" 266name = "crossbeam-channel"
244version = "0.4.0" 267version = "0.4.0"
245source = "registry+https://github.com/rust-lang/crates.io-index" 268source = "registry+https://github.com/rust-lang/crates.io-index"
269checksum = "acec9a3b0b3559f15aee4f90746c4e5e293b701c0f7d3925d24e01645267b68c"
246dependencies = [ 270dependencies = [
247 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 271 "crossbeam-utils",
248] 272]
249 273
250[[package]] 274[[package]]
251name = "crossbeam-deque" 275name = "crossbeam-deque"
252version = "0.7.2" 276version = "0.7.2"
253source = "registry+https://github.com/rust-lang/crates.io-index" 277source = "registry+https://github.com/rust-lang/crates.io-index"
278checksum = "c3aa945d63861bfe624b55d153a39684da1e8c0bc8fba932f7ee3a3c16cea3ca"
254dependencies = [ 279dependencies = [
255 "crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 280 "crossbeam-epoch",
256 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 281 "crossbeam-utils",
257] 282]
258 283
259[[package]] 284[[package]]
260name = "crossbeam-epoch" 285name = "crossbeam-epoch"
261version = "0.8.0" 286version = "0.8.0"
262source = "registry+https://github.com/rust-lang/crates.io-index" 287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "5064ebdbf05ce3cb95e45c8b086f72263f4166b29b97f6baff7ef7fe047b55ac"
263dependencies = [ 289dependencies = [
264 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", 290 "autocfg 0.1.7",
265 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 291 "cfg-if",
266 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 292 "crossbeam-utils",
267 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 293 "lazy_static",
268 "memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", 294 "memoffset",
269 "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 295 "scopeguard",
270] 296]
271 297
272[[package]] 298[[package]]
273name = "crossbeam-queue" 299name = "crossbeam-queue"
274version = "0.2.1" 300version = "0.2.1"
275source = "registry+https://github.com/rust-lang/crates.io-index" 301source = "registry+https://github.com/rust-lang/crates.io-index"
302checksum = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db"
276dependencies = [ 303dependencies = [
277 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 304 "cfg-if",
278 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 305 "crossbeam-utils",
279] 306]
280 307
281[[package]] 308[[package]]
282name = "crossbeam-utils" 309name = "crossbeam-utils"
283version = "0.7.0" 310version = "0.7.0"
284source = "registry+https://github.com/rust-lang/crates.io-index" 311source = "registry+https://github.com/rust-lang/crates.io-index"
312checksum = "ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4"
285dependencies = [ 313dependencies = [
286 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", 314 "autocfg 0.1.7",
287 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 315 "cfg-if",
288 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 316 "lazy_static",
289] 317]
290 318
291[[package]] 319[[package]]
292name = "difference" 320name = "difference"
293version = "2.0.0" 321version = "2.0.0"
294source = "registry+https://github.com/rust-lang/crates.io-index" 322source = "registry+https://github.com/rust-lang/crates.io-index"
323checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
295 324
296[[package]] 325[[package]]
297name = "drop_bomb" 326name = "drop_bomb"
298version = "0.1.4" 327version = "0.1.4"
299source = "registry+https://github.com/rust-lang/crates.io-index" 328source = "registry+https://github.com/rust-lang/crates.io-index"
329checksum = "69b26e475fd29098530e709294e94e661974c851aed42512793f120fed4e199f"
300 330
301[[package]] 331[[package]]
302name = "dtoa" 332name = "dtoa"
303version = "0.4.4" 333version = "0.4.5"
304source = "registry+https://github.com/rust-lang/crates.io-index" 334source = "registry+https://github.com/rust-lang/crates.io-index"
335checksum = "4358a9e11b9a09cf52383b451b49a169e8d797b68aa02301ff586d70d9661ea3"
305 336
306[[package]] 337[[package]]
307name = "either" 338name = "either"
308version = "1.5.3" 339version = "1.5.3"
309source = "registry+https://github.com/rust-lang/crates.io-index" 340source = "registry+https://github.com/rust-lang/crates.io-index"
341checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
310 342
311[[package]] 343[[package]]
312name = "ena" 344name = "ena"
313version = "0.13.1" 345version = "0.13.1"
314source = "registry+https://github.com/rust-lang/crates.io-index" 346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "8944dc8fa28ce4a38f778bd46bf7d923fe73eed5a439398507246c8e017e6f36"
315dependencies = [ 348dependencies = [
316 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 349 "log",
317] 350]
318 351
319[[package]] 352[[package]]
320name = "encode_unicode" 353name = "encode_unicode"
321version = "0.3.6" 354version = "0.3.6"
322source = "registry+https://github.com/rust-lang/crates.io-index" 355source = "registry+https://github.com/rust-lang/crates.io-index"
356checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
323 357
324[[package]] 358[[package]]
325name = "env_logger" 359name = "env_logger"
326version = "0.7.1" 360version = "0.7.1"
327source = "registry+https://github.com/rust-lang/crates.io-index" 361source = "registry+https://github.com/rust-lang/crates.io-index"
362checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
328dependencies = [ 363dependencies = [
329 "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 364 "log",
330 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
331] 365]
332 366
333[[package]] 367[[package]]
334name = "filetime" 368name = "filetime"
335version = "0.2.8" 369version = "0.2.8"
336source = "registry+https://github.com/rust-lang/crates.io-index" 370source = "registry+https://github.com/rust-lang/crates.io-index"
371checksum = "1ff6d4dab0aa0c8e6346d46052e93b13a16cf847b54ed357087c35011048cc7d"
337dependencies = [ 372dependencies = [
338 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 373 "cfg-if",
339 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 374 "libc",
340 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", 375 "redox_syscall",
341 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 376 "winapi 0.3.8",
342] 377]
343 378
344[[package]] 379[[package]]
345name = "fixedbitset" 380name = "fixedbitset"
346version = "0.1.9" 381version = "0.1.9"
347source = "registry+https://github.com/rust-lang/crates.io-index" 382source = "registry+https://github.com/rust-lang/crates.io-index"
383checksum = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33"
348 384
349[[package]] 385[[package]]
350name = "fnv" 386name = "fnv"
351version = "1.0.6" 387version = "1.0.6"
352source = "registry+https://github.com/rust-lang/crates.io-index" 388source = "registry+https://github.com/rust-lang/crates.io-index"
389checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
353 390
354[[package]] 391[[package]]
355name = "format-buf" 392name = "format-buf"
356version = "1.0.0" 393version = "1.0.0"
357source = "registry+https://github.com/rust-lang/crates.io-index" 394source = "registry+https://github.com/rust-lang/crates.io-index"
395checksum = "f7aea5a5909a74969507051a3b17adc84737e31a5f910559892aedce026f4d53"
358 396
359[[package]] 397[[package]]
360name = "fs_extra" 398name = "fs_extra"
361version = "1.1.0" 399version = "1.1.0"
362source = "registry+https://github.com/rust-lang/crates.io-index" 400source = "registry+https://github.com/rust-lang/crates.io-index"
401checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
363 402
364[[package]] 403[[package]]
365name = "fsevent" 404name = "fsevent"
366version = "0.4.0" 405version = "0.4.0"
367source = "registry+https://github.com/rust-lang/crates.io-index" 406source = "registry+https://github.com/rust-lang/crates.io-index"
407checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6"
368dependencies = [ 408dependencies = [
369 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 409 "bitflags",
370 "fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 410 "fsevent-sys",
371] 411]
372 412
373[[package]] 413[[package]]
374name = "fsevent-sys" 414name = "fsevent-sys"
375version = "2.0.1" 415version = "2.0.1"
376source = "registry+https://github.com/rust-lang/crates.io-index" 416source = "registry+https://github.com/rust-lang/crates.io-index"
417checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0"
377dependencies = [ 418dependencies = [
378 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 419 "libc",
379] 420]
380 421
381[[package]] 422[[package]]
382name = "fst" 423name = "fst"
383version = "0.3.5" 424version = "0.3.5"
384source = "registry+https://github.com/rust-lang/crates.io-index" 425source = "registry+https://github.com/rust-lang/crates.io-index"
426checksum = "927fb434ff9f0115b215dc0efd2e4fbdd7448522a92a1aa37c77d6a2f8f1ebd6"
385dependencies = [ 427dependencies = [
386 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 428 "byteorder",
387] 429]
388 430
389[[package]] 431[[package]]
390name = "fuchsia-cprng" 432name = "fuchsia-cprng"
391version = "0.1.1" 433version = "0.1.1"
392source = "registry+https://github.com/rust-lang/crates.io-index" 434source = "registry+https://github.com/rust-lang/crates.io-index"
435checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
393 436
394[[package]] 437[[package]]
395name = "fuchsia-zircon" 438name = "fuchsia-zircon"
396version = "0.3.3" 439version = "0.3.3"
397source = "registry+https://github.com/rust-lang/crates.io-index" 440source = "registry+https://github.com/rust-lang/crates.io-index"
441checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
398dependencies = [ 442dependencies = [
399 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 443 "bitflags",
400 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 444 "fuchsia-zircon-sys",
401] 445]
402 446
403[[package]] 447[[package]]
404name = "fuchsia-zircon-sys" 448name = "fuchsia-zircon-sys"
405version = "0.3.3" 449version = "0.3.3"
406source = "registry+https://github.com/rust-lang/crates.io-index" 450source = "registry+https://github.com/rust-lang/crates.io-index"
451checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
407 452
408[[package]] 453[[package]]
409name = "getrandom" 454name = "getrandom"
410version = "0.1.14" 455version = "0.1.14"
411source = "registry+https://github.com/rust-lang/crates.io-index" 456source = "registry+https://github.com/rust-lang/crates.io-index"
457checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
412dependencies = [ 458dependencies = [
413 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 459 "cfg-if",
414 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 460 "libc",
415 "wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", 461 "wasi",
416] 462]
417 463
418[[package]] 464[[package]]
419name = "globset" 465name = "globset"
420version = "0.4.4" 466version = "0.4.4"
421source = "registry+https://github.com/rust-lang/crates.io-index" 467source = "registry+https://github.com/rust-lang/crates.io-index"
468checksum = "925aa2cac82d8834e2b2a4415b6f6879757fb5c0928fc445ae76461a12eed8f2"
422dependencies = [ 469dependencies = [
423 "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", 470 "aho-corasick",
424 "bstr 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", 471 "bstr",
425 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 472 "fnv",
426 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 473 "log",
427 "regex 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 474 "regex",
428] 475]
429 476
430[[package]] 477[[package]]
431name = "heck" 478name = "heck"
432version = "0.3.1" 479version = "0.3.1"
433source = "registry+https://github.com/rust-lang/crates.io-index" 480source = "registry+https://github.com/rust-lang/crates.io-index"
481checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
434dependencies = [ 482dependencies = [
435 "unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", 483 "unicode-segmentation",
436] 484]
437 485
438[[package]] 486[[package]]
439name = "hermit-abi" 487name = "hermit-abi"
440version = "0.1.6" 488version = "0.1.6"
441source = "registry+https://github.com/rust-lang/crates.io-index" 489source = "registry+https://github.com/rust-lang/crates.io-index"
490checksum = "eff2656d88f158ce120947499e971d743c05dbcbed62e5bd2f38f1698bbc3772"
442dependencies = [ 491dependencies = [
443 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 492 "libc",
444]
445
446[[package]]
447name = "humantime"
448version = "1.3.0"
449source = "registry+https://github.com/rust-lang/crates.io-index"
450dependencies = [
451 "quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
452] 493]
453 494
454[[package]] 495[[package]]
455name = "idna" 496name = "idna"
456version = "0.2.0" 497version = "0.2.0"
457source = "registry+https://github.com/rust-lang/crates.io-index" 498source = "registry+https://github.com/rust-lang/crates.io-index"
499checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
458dependencies = [ 500dependencies = [
459 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", 501 "matches",
460 "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", 502 "unicode-bidi",
461 "unicode-normalization 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", 503 "unicode-normalization",
462] 504]
463 505
464[[package]] 506[[package]]
465name = "indexmap" 507name = "indexmap"
466version = "1.3.1" 508version = "1.3.2"
467source = "registry+https://github.com/rust-lang/crates.io-index" 509source = "registry+https://github.com/rust-lang/crates.io-index"
510checksum = "076f042c5b7b98f31d205f1249267e12a6518c1481e9dae9764af19b707d2292"
468dependencies = [ 511dependencies = [
469 "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 512 "autocfg 1.0.0",
470] 513]
471 514
472[[package]] 515[[package]]
473name = "inotify" 516name = "inotify"
474version = "0.7.0" 517version = "0.7.0"
475source = "registry+https://github.com/rust-lang/crates.io-index" 518source = "registry+https://github.com/rust-lang/crates.io-index"
519checksum = "24e40d6fd5d64e2082e0c796495c8ef5ad667a96d03e5aaa0becfd9d47bcbfb8"
476dependencies = [ 520dependencies = [
477 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 521 "bitflags",
478 "inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 522 "inotify-sys",
479 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 523 "libc",
480] 524]
481 525
482[[package]] 526[[package]]
483name = "inotify-sys" 527name = "inotify-sys"
484version = "0.1.3" 528version = "0.1.3"
485source = "registry+https://github.com/rust-lang/crates.io-index" 529source = "registry+https://github.com/rust-lang/crates.io-index"
530checksum = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0"
486dependencies = [ 531dependencies = [
487 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 532 "libc",
488] 533]
489 534
490[[package]] 535[[package]]
491name = "insta" 536name = "insta"
492version = "0.12.0" 537version = "0.13.1"
493source = "registry+https://github.com/rust-lang/crates.io-index" 538source = "registry+https://github.com/rust-lang/crates.io-index"
539checksum = "8df742abee84dbf27d20869c9adf77b0d8f7ea3eead13c2c9e3998d136a97058"
494dependencies = [ 540dependencies = [
495 "console 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 541 "console",
496 "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 542 "difference",
497 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 543 "lazy_static",
498 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", 544 "serde",
499 "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", 545 "serde_json",
500 "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", 546 "serde_yaml",
501 "uuid 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
502] 547]
503 548
504[[package]] 549[[package]]
505name = "iovec" 550name = "iovec"
506version = "0.1.4" 551version = "0.1.4"
507source = "registry+https://github.com/rust-lang/crates.io-index" 552source = "registry+https://github.com/rust-lang/crates.io-index"
553checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
508dependencies = [ 554dependencies = [
509 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 555 "libc",
510] 556]
511 557
512[[package]] 558[[package]]
513name = "itertools" 559name = "itertools"
514version = "0.8.2" 560version = "0.8.2"
515source = "registry+https://github.com/rust-lang/crates.io-index" 561source = "registry+https://github.com/rust-lang/crates.io-index"
562checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
516dependencies = [ 563dependencies = [
517 "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", 564 "either",
518] 565]
519 566
520[[package]] 567[[package]]
521name = "itoa" 568name = "itoa"
522version = "0.4.4" 569version = "0.4.5"
523source = "registry+https://github.com/rust-lang/crates.io-index" 570source = "registry+https://github.com/rust-lang/crates.io-index"
571checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e"
524 572
525[[package]] 573[[package]]
526name = "jemalloc-ctl" 574name = "jemalloc-ctl"
527version = "0.3.3" 575version = "0.3.3"
528source = "registry+https://github.com/rust-lang/crates.io-index" 576source = "registry+https://github.com/rust-lang/crates.io-index"
577checksum = "c502a5ff9dd2924f1ed32ba96e3b65735d837b4bfd978d3161b1702e66aca4b7"
529dependencies = [ 578dependencies = [
530 "jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 579 "jemalloc-sys",
531 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 580 "libc",
532 "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 581 "paste",
533] 582]
534 583
535[[package]] 584[[package]]
536name = "jemalloc-sys" 585name = "jemalloc-sys"
537version = "0.3.2" 586version = "0.3.2"
538source = "registry+https://github.com/rust-lang/crates.io-index" 587source = "registry+https://github.com/rust-lang/crates.io-index"
588checksum = "0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45"
539dependencies = [ 589dependencies = [
540 "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", 590 "cc",
541 "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 591 "fs_extra",
542 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 592 "libc",
543] 593]
544 594
545[[package]] 595[[package]]
546name = "jemallocator" 596name = "jemallocator"
547version = "0.3.2" 597version = "0.3.2"
548source = "registry+https://github.com/rust-lang/crates.io-index" 598source = "registry+https://github.com/rust-lang/crates.io-index"
599checksum = "43ae63fcfc45e99ab3d1b29a46782ad679e98436c3169d15a167a1108a724b69"
549dependencies = [ 600dependencies = [
550 "jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 601 "jemalloc-sys",
551 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 602 "libc",
552] 603]
553 604
554[[package]] 605[[package]]
555name = "jod-thread" 606name = "jod-thread"
556version = "0.1.0" 607version = "0.1.0"
557source = "registry+https://github.com/rust-lang/crates.io-index" 608source = "registry+https://github.com/rust-lang/crates.io-index"
609checksum = "2f52a11f73b88fab829a0e4d9e13ea5982c7ac457c72eb3541d82a4afdfce4ff"
558 610
559[[package]] 611[[package]]
560name = "join_to_string" 612name = "join_to_string"
561version = "0.1.3" 613version = "0.1.3"
562source = "registry+https://github.com/rust-lang/crates.io-index" 614source = "registry+https://github.com/rust-lang/crates.io-index"
615checksum = "4dc7a5290e8c2606ce2be49f456d50f69173cb96d1541e4f66e34ac8b331a98f"
563 616
564[[package]] 617[[package]]
565name = "kernel32-sys" 618name = "kernel32-sys"
566version = "0.2.2" 619version = "0.2.2"
567source = "registry+https://github.com/rust-lang/crates.io-index" 620source = "registry+https://github.com/rust-lang/crates.io-index"
621checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
568dependencies = [ 622dependencies = [
569 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", 623 "winapi 0.2.8",
570 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 624 "winapi-build",
571] 625]
572 626
573[[package]] 627[[package]]
574name = "lalrpop-intern" 628name = "lalrpop-intern"
575version = "0.15.1" 629version = "0.15.1"
576source = "registry+https://github.com/rust-lang/crates.io-index" 630source = "registry+https://github.com/rust-lang/crates.io-index"
631checksum = "cc4fd87be4a815fd373e02773983940f0d75fb26fde8c098e9e45f7af03154c0"
577 632
578[[package]] 633[[package]]
579name = "lazy_static" 634name = "lazy_static"
580version = "1.4.0" 635version = "1.4.0"
581source = "registry+https://github.com/rust-lang/crates.io-index" 636source = "registry+https://github.com/rust-lang/crates.io-index"
637checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
582 638
583[[package]] 639[[package]]
584name = "lazycell" 640name = "lazycell"
585version = "1.2.1" 641version = "1.2.1"
586source = "registry+https://github.com/rust-lang/crates.io-index" 642source = "registry+https://github.com/rust-lang/crates.io-index"
643checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
587 644
588[[package]] 645[[package]]
589name = "libc" 646name = "libc"
590version = "0.2.66" 647version = "0.2.66"
591source = "registry+https://github.com/rust-lang/crates.io-index" 648source = "registry+https://github.com/rust-lang/crates.io-index"
649checksum = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"
592 650
593[[package]] 651[[package]]
594name = "linked-hash-map" 652name = "linked-hash-map"
595version = "0.5.2" 653version = "0.5.2"
596source = "registry+https://github.com/rust-lang/crates.io-index" 654source = "registry+https://github.com/rust-lang/crates.io-index"
655checksum = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83"
597 656
598[[package]] 657[[package]]
599name = "lock_api" 658name = "lock_api"
600version = "0.3.3" 659version = "0.3.3"
601source = "registry+https://github.com/rust-lang/crates.io-index" 660source = "registry+https://github.com/rust-lang/crates.io-index"
661checksum = "79b2de95ecb4691949fea4716ca53cdbcfccb2c612e19644a8bad05edcf9f47b"
602dependencies = [ 662dependencies = [
603 "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 663 "scopeguard",
604] 664]
605 665
606[[package]] 666[[package]]
607name = "log" 667name = "log"
608version = "0.4.8" 668version = "0.4.8"
609source = "registry+https://github.com/rust-lang/crates.io-index" 669source = "registry+https://github.com/rust-lang/crates.io-index"
670checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
610dependencies = [ 671dependencies = [
611 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 672 "cfg-if",
612] 673]
613 674
614[[package]] 675[[package]]
615name = "lsp-server" 676name = "lsp-server"
616version = "0.3.1" 677version = "0.3.1"
617source = "registry+https://github.com/rust-lang/crates.io-index" 678source = "registry+https://github.com/rust-lang/crates.io-index"
679checksum = "5383e043329615624bbf45e1ba27bd75c176762b2592855c659bc28ac580a06b"
618dependencies = [ 680dependencies = [
619 "crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 681 "crossbeam-channel",
620 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 682 "log",
621 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", 683 "serde",
622 "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", 684 "serde_json",
623] 685]
624 686
625[[package]] 687[[package]]
626name = "lsp-types" 688name = "lsp-types"
627version = "0.70.0" 689version = "0.70.1"
628source = "registry+https://github.com/rust-lang/crates.io-index" 690source = "registry+https://github.com/rust-lang/crates.io-index"
691checksum = "d267f222864db3db63cf7e18493a2a5c84edab1f4e3c7211c9390ce033365210"
629dependencies = [ 692dependencies = [
630 "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", 693 "base64",
631 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 694 "bitflags",
632 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", 695 "serde",
633 "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", 696 "serde_json",
634 "serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 697 "serde_repr",
635 "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 698 "url",
636] 699]
637 700
638[[package]] 701[[package]]
639name = "matches" 702name = "matches"
640version = "0.1.8" 703version = "0.1.8"
641source = "registry+https://github.com/rust-lang/crates.io-index" 704source = "registry+https://github.com/rust-lang/crates.io-index"
705checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
642 706
643[[package]] 707[[package]]
644name = "memchr" 708name = "memchr"
645version = "2.3.0" 709version = "2.3.0"
646source = "registry+https://github.com/rust-lang/crates.io-index" 710source = "registry+https://github.com/rust-lang/crates.io-index"
711checksum = "3197e20c7edb283f87c071ddfc7a2cca8f8e0b888c242959846a6fce03c72223"
647 712
648[[package]] 713[[package]]
649name = "memoffset" 714name = "memoffset"
650version = "0.5.3" 715version = "0.5.3"
651source = "registry+https://github.com/rust-lang/crates.io-index" 716source = "registry+https://github.com/rust-lang/crates.io-index"
717checksum = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9"
652dependencies = [ 718dependencies = [
653 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", 719 "rustc_version",
654] 720]
655 721
656[[package]] 722[[package]]
657name = "mio" 723name = "mio"
658version = "0.6.21" 724version = "0.6.21"
659source = "registry+https://github.com/rust-lang/crates.io-index" 725source = "registry+https://github.com/rust-lang/crates.io-index"
726checksum = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f"
660dependencies = [ 727dependencies = [
661 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 728 "cfg-if",
662 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 729 "fuchsia-zircon",
663 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 730 "fuchsia-zircon-sys",
664 "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 731 "iovec",
665 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", 732 "kernel32-sys",
666 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 733 "libc",
667 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 734 "log",
668 "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 735 "miow",
669 "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", 736 "net2",
670 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 737 "slab",
671 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", 738 "winapi 0.2.8",
672] 739]
673 740
674[[package]] 741[[package]]
675name = "mio-extras" 742name = "mio-extras"
676version = "2.0.6" 743version = "2.0.6"
677source = "registry+https://github.com/rust-lang/crates.io-index" 744source = "registry+https://github.com/rust-lang/crates.io-index"
745checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
678dependencies = [ 746dependencies = [
679 "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 747 "lazycell",
680 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 748 "log",
681 "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", 749 "mio",
682 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 750 "slab",
683] 751]
684 752
685[[package]] 753[[package]]
686name = "miow" 754name = "miow"
687version = "0.2.1" 755version = "0.2.1"
688source = "registry+https://github.com/rust-lang/crates.io-index" 756source = "registry+https://github.com/rust-lang/crates.io-index"
757checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
689dependencies = [ 758dependencies = [
690 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", 759 "kernel32-sys",
691 "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", 760 "net2",
692 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", 761 "winapi 0.2.8",
693 "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 762 "ws2_32-sys",
694] 763]
695 764
696[[package]] 765[[package]]
697name = "net2" 766name = "net2"
698version = "0.2.33" 767version = "0.2.33"
699source = "registry+https://github.com/rust-lang/crates.io-index" 768source = "registry+https://github.com/rust-lang/crates.io-index"
769checksum = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
700dependencies = [ 770dependencies = [
701 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 771 "cfg-if",
702 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 772 "libc",
703 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 773 "winapi 0.3.8",
704] 774]
705 775
706[[package]] 776[[package]]
707name = "notify" 777name = "notify"
708version = "4.0.15" 778version = "4.0.15"
709source = "registry+https://github.com/rust-lang/crates.io-index" 779source = "registry+https://github.com/rust-lang/crates.io-index"
780checksum = "80ae4a7688d1fab81c5bf19c64fc8db920be8d519ce6336ed4e7efe024724dbd"
710dependencies = [ 781dependencies = [
711 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 782 "bitflags",
712 "filetime 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", 783 "filetime",
713 "fsevent 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 784 "fsevent",
714 "fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 785 "fsevent-sys",
715 "inotify 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 786 "inotify",
716 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 787 "libc",
717 "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", 788 "mio",
718 "mio-extras 2.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 789 "mio-extras",
719 "walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 790 "walkdir",
720 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 791 "winapi 0.3.8",
721] 792]
722 793
723[[package]] 794[[package]]
724name = "num-traits" 795name = "num-traits"
725version = "0.2.11" 796version = "0.2.11"
726source = "registry+https://github.com/rust-lang/crates.io-index" 797source = "registry+https://github.com/rust-lang/crates.io-index"
798checksum = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
727dependencies = [ 799dependencies = [
728 "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 800 "autocfg 1.0.0",
729] 801]
730 802
731[[package]] 803[[package]]
732name = "num_cpus" 804name = "num_cpus"
733version = "1.12.0" 805version = "1.12.0"
734source = "registry+https://github.com/rust-lang/crates.io-index" 806source = "registry+https://github.com/rust-lang/crates.io-index"
807checksum = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6"
735dependencies = [ 808dependencies = [
736 "hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 809 "hermit-abi",
737 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 810 "libc",
738] 811]
739 812
740[[package]] 813[[package]]
741name = "once_cell" 814name = "once_cell"
742version = "1.3.1" 815version = "1.3.1"
743source = "registry+https://github.com/rust-lang/crates.io-index" 816source = "registry+https://github.com/rust-lang/crates.io-index"
817checksum = "b1c601810575c99596d4afc46f78a678c80105117c379eb3650cf99b8a21ce5b"
744 818
745[[package]] 819[[package]]
746name = "ordermap" 820name = "ordermap"
747version = "0.3.5" 821version = "0.3.5"
748source = "registry+https://github.com/rust-lang/crates.io-index" 822source = "registry+https://github.com/rust-lang/crates.io-index"
823checksum = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063"
749 824
750[[package]] 825[[package]]
751name = "parking_lot" 826name = "parking_lot"
752version = "0.10.0" 827version = "0.10.0"
753source = "registry+https://github.com/rust-lang/crates.io-index" 828source = "registry+https://github.com/rust-lang/crates.io-index"
829checksum = "92e98c49ab0b7ce5b222f2cc9193fc4efe11c6d0bd4f648e374684a6857b1cfc"
754dependencies = [ 830dependencies = [
755 "lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 831 "lock_api",
756 "parking_lot_core 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 832 "parking_lot_core",
757] 833]
758 834
759[[package]] 835[[package]]
760name = "parking_lot_core" 836name = "parking_lot_core"
761version = "0.7.0" 837version = "0.7.0"
762source = "registry+https://github.com/rust-lang/crates.io-index" 838source = "registry+https://github.com/rust-lang/crates.io-index"
839checksum = "7582838484df45743c8434fbff785e8edf260c28748353d44bc0da32e0ceabf1"
763dependencies = [ 840dependencies = [
764 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 841 "cfg-if",
765 "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", 842 "cloudabi",
766 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 843 "libc",
767 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", 844 "redox_syscall",
768 "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 845 "smallvec",
769 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 846 "winapi 0.3.8",
770] 847]
771 848
772[[package]] 849[[package]]
773name = "paste" 850name = "paste"
774version = "0.1.6" 851version = "0.1.6"
775source = "registry+https://github.com/rust-lang/crates.io-index" 852source = "registry+https://github.com/rust-lang/crates.io-index"
853checksum = "423a519e1c6e828f1e73b720f9d9ed2fa643dce8a7737fb43235ce0b41eeaa49"
776dependencies = [ 854dependencies = [
777 "paste-impl 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 855 "paste-impl",
778 "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", 856 "proc-macro-hack",
779] 857]
780 858
781[[package]] 859[[package]]
782name = "paste-impl" 860name = "paste-impl"
783version = "0.1.6" 861version = "0.1.6"
784source = "registry+https://github.com/rust-lang/crates.io-index" 862source = "registry+https://github.com/rust-lang/crates.io-index"
863checksum = "4214c9e912ef61bf42b81ba9a47e8aad1b2ffaf739ab162bf96d1e011f54e6c5"
785dependencies = [ 864dependencies = [
786 "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", 865 "proc-macro-hack",
787 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", 866 "proc-macro2",
788 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 867 "quote",
789 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", 868 "syn",
790] 869]
791 870
792[[package]] 871[[package]]
793name = "percent-encoding" 872name = "percent-encoding"
794version = "2.1.0" 873version = "2.1.0"
795source = "registry+https://github.com/rust-lang/crates.io-index" 874source = "registry+https://github.com/rust-lang/crates.io-index"
875checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
796 876
797[[package]] 877[[package]]
798name = "petgraph" 878name = "petgraph"
799version = "0.4.13" 879version = "0.4.13"
800source = "registry+https://github.com/rust-lang/crates.io-index" 880source = "registry+https://github.com/rust-lang/crates.io-index"
881checksum = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f"
801dependencies = [ 882dependencies = [
802 "fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 883 "fixedbitset",
803 "ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", 884 "ordermap",
804] 885]
805 886
806[[package]] 887[[package]]
807name = "pico-args" 888name = "pico-args"
808version = "0.3.1" 889version = "0.3.1"
809source = "registry+https://github.com/rust-lang/crates.io-index" 890source = "registry+https://github.com/rust-lang/crates.io-index"
891checksum = "3ad1f1b834a05d42dae330066e9699a173b28185b3bdc3dbf14ca239585de8cc"
810 892
811[[package]] 893[[package]]
812name = "ppv-lite86" 894name = "ppv-lite86"
813version = "0.2.6" 895version = "0.2.6"
814source = "registry+https://github.com/rust-lang/crates.io-index" 896source = "registry+https://github.com/rust-lang/crates.io-index"
897checksum = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
815 898
816[[package]] 899[[package]]
817name = "proc-macro-hack" 900name = "proc-macro-hack"
818version = "0.5.11" 901version = "0.5.11"
819source = "registry+https://github.com/rust-lang/crates.io-index" 902source = "registry+https://github.com/rust-lang/crates.io-index"
903checksum = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5"
820dependencies = [ 904dependencies = [
821 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", 905 "proc-macro2",
822 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 906 "quote",
823 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", 907 "syn",
824] 908]
825 909
826[[package]] 910[[package]]
827name = "proc-macro2" 911name = "proc-macro2"
828version = "1.0.8" 912version = "1.0.8"
829source = "registry+https://github.com/rust-lang/crates.io-index" 913source = "registry+https://github.com/rust-lang/crates.io-index"
914checksum = "3acb317c6ff86a4e579dfa00fc5e6cca91ecbb4e7eb2df0468805b674eb88548"
830dependencies = [ 915dependencies = [
831 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 916 "unicode-xid",
832] 917]
833 918
834[[package]] 919[[package]]
835name = "proptest" 920name = "proptest"
836version = "0.9.5" 921version = "0.9.5"
837source = "registry+https://github.com/rust-lang/crates.io-index" 922source = "registry+https://github.com/rust-lang/crates.io-index"
923checksum = "bf6147d103a7c9d7598f4105cf049b15c99e2ecd93179bf024f0fd349be5ada4"
838dependencies = [ 924dependencies = [
839 "bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", 925 "bit-set",
840 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 926 "bitflags",
841 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 927 "byteorder",
842 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 928 "lazy_static",
843 "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", 929 "num-traits",
844 "quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", 930 "quick-error",
845 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", 931 "rand 0.6.5",
846 "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 932 "rand_chacha 0.1.1",
847 "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 933 "rand_xorshift",
848 "regex-syntax 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", 934 "regex-syntax",
849] 935]
850 936
851[[package]] 937[[package]]
852name = "quick-error" 938name = "quick-error"
853version = "1.2.3" 939version = "1.2.3"
854source = "registry+https://github.com/rust-lang/crates.io-index" 940source = "registry+https://github.com/rust-lang/crates.io-index"
941checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
855 942
856[[package]] 943[[package]]
857name = "quote" 944name = "quote"
858version = "1.0.2" 945version = "1.0.2"
859source = "registry+https://github.com/rust-lang/crates.io-index" 946source = "registry+https://github.com/rust-lang/crates.io-index"
947checksum = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
860dependencies = [ 948dependencies = [
861 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", 949 "proc-macro2",
862] 950]
863 951
864[[package]] 952[[package]]
@@ -869,1083 +957,999 @@ version = "0.1.0"
869name = "ra_assists" 957name = "ra_assists"
870version = "0.1.0" 958version = "0.1.0"
871dependencies = [ 959dependencies = [
872 "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", 960 "either",
873 "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 961 "format-buf",
874 "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 962 "join_to_string",
875 "ra_db 0.1.0", 963 "ra_db",
876 "ra_fmt 0.1.0", 964 "ra_fmt",
877 "ra_hir 0.1.0", 965 "ra_hir",
878 "ra_syntax 0.1.0", 966 "ra_ide_db",
879 "ra_text_edit 0.1.0", 967 "ra_prof",
880 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 968 "ra_syntax",
881 "test_utils 0.1.0", 969 "ra_text_edit",
970 "rustc-hash",
971 "test_utils",
882] 972]
883 973
884[[package]] 974[[package]]
885name = "ra_batch" 975name = "ra_batch"
886version = "0.1.0" 976version = "0.1.0"
887dependencies = [ 977dependencies = [
888 "crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 978 "crossbeam-channel",
889 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 979 "log",
890 "ra_db 0.1.0", 980 "ra_db",
891 "ra_hir 0.1.0", 981 "ra_hir",
892 "ra_ide 0.1.0", 982 "ra_ide",
893 "ra_project_model 0.1.0", 983 "ra_project_model",
894 "ra_vfs 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", 984 "ra_vfs",
895 "ra_vfs_glob 0.1.0", 985 "ra_vfs_glob",
896 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 986 "rustc-hash",
897] 987]
898 988
899[[package]] 989[[package]]
900name = "ra_cargo_watch" 990name = "ra_cargo_watch"
901version = "0.1.0" 991version = "0.1.0"
902dependencies = [ 992dependencies = [
903 "cargo_metadata 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 993 "cargo_metadata",
904 "crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 994 "crossbeam-channel",
905 "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", 995 "insta",
906 "jod-thread 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 996 "jod-thread",
907 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 997 "log",
908 "lsp-types 0.70.0 (registry+https://github.com/rust-lang/crates.io-index)", 998 "lsp-types",
909 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", 999 "parking_lot",
910 "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", 1000 "serde_json",
911] 1001]
912 1002
913[[package]] 1003[[package]]
914name = "ra_cfg" 1004name = "ra_cfg"
915version = "0.1.0" 1005version = "0.1.0"
916dependencies = [ 1006dependencies = [
917 "ra_mbe 0.1.0", 1007 "ra_mbe",
918 "ra_syntax 0.1.0", 1008 "ra_syntax",
919 "ra_tt 0.1.0", 1009 "ra_tt",
920 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1010 "rustc-hash",
921] 1011]
922 1012
923[[package]] 1013[[package]]
924name = "ra_cli" 1014name = "ra_cli"
925version = "0.1.0" 1015version = "0.1.0"
926dependencies = [ 1016dependencies = [
927 "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 1017 "env_logger",
928 "pico-args 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 1018 "pico-args",
929 "ra_batch 0.1.0", 1019 "ra_batch",
930 "ra_db 0.1.0", 1020 "ra_db",
931 "ra_hir 0.1.0", 1021 "ra_hir",
932 "ra_hir_def 0.1.0", 1022 "ra_hir_def",
933 "ra_hir_ty 0.1.0", 1023 "ra_hir_ty",
934 "ra_ide 0.1.0", 1024 "ra_ide",
935 "ra_prof 0.1.0", 1025 "ra_prof",
936 "ra_syntax 0.1.0", 1026 "ra_syntax",
937] 1027]
938 1028
939[[package]] 1029[[package]]
940name = "ra_db" 1030name = "ra_db"
941version = "0.1.0" 1031version = "0.1.0"
942dependencies = [ 1032dependencies = [
943 "ra_cfg 0.1.0", 1033 "ra_cfg",
944 "ra_prof 0.1.0", 1034 "ra_prof",
945 "ra_syntax 0.1.0", 1035 "ra_syntax",
946 "relative-path 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 1036 "relative-path",
947 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1037 "rustc-hash",
948 "salsa 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", 1038 "salsa",
949 "test_utils 0.1.0", 1039 "test_utils",
950] 1040]
951 1041
952[[package]] 1042[[package]]
953name = "ra_fmt" 1043name = "ra_fmt"
954version = "0.1.0" 1044version = "0.1.0"
955dependencies = [ 1045dependencies = [
956 "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", 1046 "itertools",
957 "ra_syntax 0.1.0", 1047 "ra_syntax",
958] 1048]
959 1049
960[[package]] 1050[[package]]
961name = "ra_hir" 1051name = "ra_hir"
962version = "0.1.0" 1052version = "0.1.0"
963dependencies = [ 1053dependencies = [
964 "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", 1054 "either",
965 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1055 "log",
966 "ra_db 0.1.0", 1056 "ra_db",
967 "ra_hir_def 0.1.0", 1057 "ra_hir_def",
968 "ra_hir_expand 0.1.0", 1058 "ra_hir_expand",
969 "ra_hir_ty 0.1.0", 1059 "ra_hir_ty",
970 "ra_prof 0.1.0", 1060 "ra_prof",
971 "ra_syntax 0.1.0", 1061 "ra_syntax",
972 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1062 "rustc-hash",
973] 1063]
974 1064
975[[package]] 1065[[package]]
976name = "ra_hir_def" 1066name = "ra_hir_def"
977version = "0.1.0" 1067version = "0.1.0"
978dependencies = [ 1068dependencies = [
979 "anymap 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", 1069 "anymap",
980 "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 1070 "drop_bomb",
981 "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", 1071 "either",
982 "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", 1072 "insta",
983 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1073 "log",
984 "once_cell 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 1074 "once_cell",
985 "ra_arena 0.1.0", 1075 "ra_arena",
986 "ra_cfg 0.1.0", 1076 "ra_cfg",
987 "ra_db 0.1.0", 1077 "ra_db",
988 "ra_hir_expand 0.1.0", 1078 "ra_hir_expand",
989 "ra_mbe 0.1.0", 1079 "ra_mbe",
990 "ra_prof 0.1.0", 1080 "ra_prof",
991 "ra_syntax 0.1.0", 1081 "ra_syntax",
992 "ra_tt 0.1.0", 1082 "ra_tt",
993 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1083 "rustc-hash",
994 "test_utils 0.1.0", 1084 "test_utils",
995] 1085]
996 1086
997[[package]] 1087[[package]]
998name = "ra_hir_expand" 1088name = "ra_hir_expand"
999version = "0.1.0" 1089version = "0.1.0"
1000dependencies = [ 1090dependencies = [
1001 "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", 1091 "either",
1002 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1092 "log",
1003 "ra_arena 0.1.0", 1093 "ra_arena",
1004 "ra_db 0.1.0", 1094 "ra_db",
1005 "ra_mbe 0.1.0", 1095 "ra_mbe",
1006 "ra_parser 0.1.0", 1096 "ra_parser",
1007 "ra_prof 0.1.0", 1097 "ra_prof",
1008 "ra_syntax 0.1.0", 1098 "ra_syntax",
1009 "ra_tt 0.1.0", 1099 "ra_tt",
1010] 1100]
1011 1101
1012[[package]] 1102[[package]]
1013name = "ra_hir_ty" 1103name = "ra_hir_ty"
1014version = "0.1.0" 1104version = "0.1.0"
1015dependencies = [ 1105dependencies = [
1016 "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", 1106 "arrayvec",
1017 "chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)", 1107 "chalk-ir",
1018 "chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)", 1108 "chalk-rust-ir",
1019 "chalk-solve 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)", 1109 "chalk-solve",
1020 "ena 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", 1110 "ena",
1021 "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", 1111 "insta",
1022 "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", 1112 "lalrpop-intern",
1023 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1113 "log",
1024 "ra_arena 0.1.0", 1114 "ra_arena",
1025 "ra_db 0.1.0", 1115 "ra_db",
1026 "ra_hir_def 0.1.0", 1116 "ra_hir_def",
1027 "ra_hir_expand 0.1.0", 1117 "ra_hir_expand",
1028 "ra_prof 0.1.0", 1118 "ra_prof",
1029 "ra_syntax 0.1.0", 1119 "ra_syntax",
1030 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1120 "rustc-hash",
1031 "test_utils 0.1.0", 1121 "test_utils",
1032] 1122]
1033 1123
1034[[package]] 1124[[package]]
1035name = "ra_ide" 1125name = "ra_ide"
1036version = "0.1.0" 1126version = "0.1.0"
1037dependencies = [ 1127dependencies = [
1038 "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", 1128 "either",
1039 "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 1129 "format-buf",
1040 "fst 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", 1130 "fst",
1041 "indexmap 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 1131 "indexmap",
1042 "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", 1132 "insta",
1043 "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", 1133 "itertools",
1044 "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 1134 "join_to_string",
1045 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1135 "log",
1046 "once_cell 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 1136 "once_cell",
1047 "proptest 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)", 1137 "proptest",
1048 "ra_assists 0.1.0", 1138 "ra_assists",
1049 "ra_cfg 0.1.0", 1139 "ra_cfg",
1050 "ra_db 0.1.0", 1140 "ra_db",
1051 "ra_fmt 0.1.0", 1141 "ra_fmt",
1052 "ra_hir 0.1.0", 1142 "ra_hir",
1053 "ra_prof 0.1.0", 1143 "ra_ide_db",
1054 "ra_syntax 0.1.0", 1144 "ra_prof",
1055 "ra_text_edit 0.1.0", 1145 "ra_syntax",
1056 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", 1146 "ra_text_edit",
1057 "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 1147 "rand 0.7.3",
1058 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1148 "rayon",
1059 "superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 1149 "rustc-hash",
1060 "test_utils 0.1.0", 1150 "superslice",
1061 "unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)", 1151 "test_utils",
1152 "unicase",
1153]
1154
1155[[package]]
1156name = "ra_ide_db"
1157version = "0.1.0"
1158dependencies = [
1159 "either",
1160 "format-buf",
1161 "fst",
1162 "indexmap",
1163 "insta",
1164 "itertools",
1165 "join_to_string",
1166 "log",
1167 "once_cell",
1168 "proptest",
1169 "ra_cfg",
1170 "ra_db",
1171 "ra_fmt",
1172 "ra_hir",
1173 "ra_prof",
1174 "ra_syntax",
1175 "ra_text_edit",
1176 "rand 0.7.3",
1177 "rayon",
1178 "rustc-hash",
1179 "superslice",
1180 "test_utils",
1181 "unicase",
1062] 1182]
1063 1183
1064[[package]] 1184[[package]]
1065name = "ra_lsp_server" 1185name = "ra_lsp_server"
1066version = "0.1.0" 1186version = "0.1.0"
1067dependencies = [ 1187dependencies = [
1068 "crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1188 "crossbeam-channel",
1069 "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", 1189 "either",
1070 "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 1190 "env_logger",
1071 "jod-thread 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1191 "jod-thread",
1072 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1192 "log",
1073 "lsp-server 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 1193 "lsp-server",
1074 "lsp-types 0.70.0 (registry+https://github.com/rust-lang/crates.io-index)", 1194 "lsp-types",
1075 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", 1195 "parking_lot",
1076 "ra_cargo_watch 0.1.0", 1196 "ra_cargo_watch",
1077 "ra_ide 0.1.0", 1197 "ra_ide",
1078 "ra_prof 0.1.0", 1198 "ra_prof",
1079 "ra_project_model 0.1.0", 1199 "ra_project_model",
1080 "ra_syntax 0.1.0", 1200 "ra_syntax",
1081 "ra_text_edit 0.1.0", 1201 "ra_text_edit",
1082 "ra_vfs 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", 1202 "ra_vfs",
1083 "ra_vfs_glob 0.1.0", 1203 "ra_vfs_glob",
1084 "relative-path 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 1204 "relative-path",
1085 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1205 "rustc-hash",
1086 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", 1206 "serde",
1087 "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", 1207 "serde_json",
1088 "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1208 "tempfile",
1089 "test_utils 0.1.0", 1209 "test_utils",
1090 "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 1210 "threadpool",
1211 "winapi 0.3.8",
1091] 1212]
1092 1213
1093[[package]] 1214[[package]]
1094name = "ra_mbe" 1215name = "ra_mbe"
1095version = "0.1.0" 1216version = "0.1.0"
1096dependencies = [ 1217dependencies = [
1097 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1218 "log",
1098 "ra_parser 0.1.0", 1219 "ra_parser",
1099 "ra_syntax 0.1.0", 1220 "ra_syntax",
1100 "ra_tt 0.1.0", 1221 "ra_tt",
1101 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1222 "rustc-hash",
1102 "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1223 "smallvec",
1103 "test_utils 0.1.0", 1224 "test_utils",
1104] 1225]
1105 1226
1106[[package]] 1227[[package]]
1107name = "ra_parser" 1228name = "ra_parser"
1108version = "0.1.0" 1229version = "0.1.0"
1109dependencies = [ 1230dependencies = [
1110 "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 1231 "drop_bomb",
1111] 1232]
1112 1233
1113[[package]] 1234[[package]]
1114name = "ra_prof" 1235name = "ra_prof"
1115version = "0.1.0" 1236version = "0.1.0"
1116dependencies = [ 1237dependencies = [
1117 "backtrace 0.3.42 (registry+https://github.com/rust-lang/crates.io-index)", 1238 "backtrace",
1118 "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", 1239 "itertools",
1119 "jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 1240 "jemalloc-ctl",
1120 "jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 1241 "jemallocator",
1121 "once_cell 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 1242 "once_cell",
1122] 1243]
1123 1244
1124[[package]] 1245[[package]]
1125name = "ra_project_model" 1246name = "ra_project_model"
1126version = "0.1.0" 1247version = "0.1.0"
1127dependencies = [ 1248dependencies = [
1128 "cargo_metadata 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 1249 "cargo_metadata",
1129 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1250 "log",
1130 "ra_arena 0.1.0", 1251 "ra_arena",
1131 "ra_cfg 0.1.0", 1252 "ra_cfg",
1132 "ra_db 0.1.0", 1253 "ra_db",
1133 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1254 "rustc-hash",
1134 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", 1255 "serde",
1135 "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", 1256 "serde_json",
1136] 1257]
1137 1258
1138[[package]] 1259[[package]]
1139name = "ra_syntax" 1260name = "ra_syntax"
1140version = "0.1.0" 1261version = "0.1.0"
1141dependencies = [ 1262dependencies = [
1142 "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", 1263 "arrayvec",
1143 "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", 1264 "itertools",
1144 "once_cell 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 1265 "once_cell",
1145 "ra_parser 0.1.0", 1266 "ra_parser",
1146 "ra_text_edit 0.1.0", 1267 "ra_text_edit",
1147 "rowan 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", 1268 "rowan",
1148 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1269 "rustc-hash",
1149 "rustc_lexer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1270 "rustc_lexer",
1150 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", 1271 "serde",
1151 "smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", 1272 "smol_str",
1152 "test_utils 0.1.0", 1273 "test_utils",
1153 "walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 1274 "walkdir",
1154] 1275]
1155 1276
1156[[package]] 1277[[package]]
1157name = "ra_text_edit" 1278name = "ra_text_edit"
1158version = "0.1.0" 1279version = "0.1.0"
1159dependencies = [ 1280dependencies = [
1160 "proptest 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)", 1281 "proptest",
1161 "test_utils 0.1.0", 1282 "test_utils",
1162 "text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 1283 "text_unit",
1163] 1284]
1164 1285
1165[[package]] 1286[[package]]
1166name = "ra_tt" 1287name = "ra_tt"
1167version = "0.1.0" 1288version = "0.1.0"
1168dependencies = [ 1289dependencies = [
1169 "smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", 1290 "smol_str",
1170] 1291]
1171 1292
1172[[package]] 1293[[package]]
1173name = "ra_vfs" 1294name = "ra_vfs"
1174version = "0.5.2" 1295version = "0.5.2"
1175source = "registry+https://github.com/rust-lang/crates.io-index" 1296source = "registry+https://github.com/rust-lang/crates.io-index"
1297checksum = "bc898f237e4b4498959ae0100c688793a23e77624d44ef710ba70094217f98e0"
1176dependencies = [ 1298dependencies = [
1177 "crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1299 "crossbeam-channel",
1178 "jod-thread 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1300 "jod-thread",
1179 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1301 "log",
1180 "notify 4.0.15 (registry+https://github.com/rust-lang/crates.io-index)", 1302 "notify",
1181 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", 1303 "parking_lot",
1182 "relative-path 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 1304 "relative-path",
1183 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1305 "rustc-hash",
1184 "walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 1306 "walkdir",
1185] 1307]
1186 1308
1187[[package]] 1309[[package]]
1188name = "ra_vfs_glob" 1310name = "ra_vfs_glob"
1189version = "0.1.0" 1311version = "0.1.0"
1190dependencies = [ 1312dependencies = [
1191 "globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", 1313 "globset",
1192 "ra_vfs 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", 1314 "ra_vfs",
1193] 1315]
1194 1316
1195[[package]] 1317[[package]]
1196name = "rand" 1318name = "rand"
1197version = "0.6.5" 1319version = "0.6.5"
1198source = "registry+https://github.com/rust-lang/crates.io-index" 1320source = "registry+https://github.com/rust-lang/crates.io-index"
1321checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
1199dependencies = [ 1322dependencies = [
1200 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", 1323 "autocfg 0.1.7",
1201 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 1324 "libc",
1202 "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 1325 "rand_chacha 0.1.1",
1203 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 1326 "rand_core 0.4.2",
1204 "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1327 "rand_hc 0.1.0",
1205 "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 1328 "rand_isaac",
1206 "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 1329 "rand_jitter",
1207 "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 1330 "rand_os",
1208 "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", 1331 "rand_pcg 0.1.2",
1209 "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 1332 "rand_xorshift",
1210 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 1333 "winapi 0.3.8",
1211] 1334]
1212 1335
1213[[package]] 1336[[package]]
1214name = "rand" 1337name = "rand"
1215version = "0.7.3" 1338version = "0.7.3"
1216source = "registry+https://github.com/rust-lang/crates.io-index" 1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
1217dependencies = [ 1341dependencies = [
1218 "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", 1342 "getrandom",
1219 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 1343 "libc",
1220 "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 1344 "rand_chacha 0.2.1",
1221 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", 1345 "rand_core 0.5.1",
1222 "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 1346 "rand_hc 0.2.0",
1223 "rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 1347 "rand_pcg 0.2.1",
1224] 1348]
1225 1349
1226[[package]] 1350[[package]]
1227name = "rand_chacha" 1351name = "rand_chacha"
1228version = "0.1.1" 1352version = "0.1.1"
1229source = "registry+https://github.com/rust-lang/crates.io-index" 1353source = "registry+https://github.com/rust-lang/crates.io-index"
1354checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
1230dependencies = [ 1355dependencies = [
1231 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", 1356 "autocfg 0.1.7",
1232 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 1357 "rand_core 0.3.1",
1233] 1358]
1234 1359
1235[[package]] 1360[[package]]
1236name = "rand_chacha" 1361name = "rand_chacha"
1237version = "0.2.1" 1362version = "0.2.1"
1238source = "registry+https://github.com/rust-lang/crates.io-index" 1363source = "registry+https://github.com/rust-lang/crates.io-index"
1364checksum = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
1239dependencies = [ 1365dependencies = [
1240 "c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", 1366 "c2-chacha",
1241 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", 1367 "rand_core 0.5.1",
1242] 1368]
1243 1369
1244[[package]] 1370[[package]]
1245name = "rand_core" 1371name = "rand_core"
1246version = "0.3.1" 1372version = "0.3.1"
1247source = "registry+https://github.com/rust-lang/crates.io-index" 1373source = "registry+https://github.com/rust-lang/crates.io-index"
1374checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
1248dependencies = [ 1375dependencies = [
1249 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 1376 "rand_core 0.4.2",
1250] 1377]
1251 1378
1252[[package]] 1379[[package]]
1253name = "rand_core" 1380name = "rand_core"
1254version = "0.4.2" 1381version = "0.4.2"
1255source = "registry+https://github.com/rust-lang/crates.io-index" 1382source = "registry+https://github.com/rust-lang/crates.io-index"
1383checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
1256 1384
1257[[package]] 1385[[package]]
1258name = "rand_core" 1386name = "rand_core"
1259version = "0.5.1" 1387version = "0.5.1"
1260source = "registry+https://github.com/rust-lang/crates.io-index" 1388source = "registry+https://github.com/rust-lang/crates.io-index"
1389checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
1261dependencies = [ 1390dependencies = [
1262 "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", 1391 "getrandom",
1263] 1392]
1264 1393
1265[[package]] 1394[[package]]
1266name = "rand_hc" 1395name = "rand_hc"
1267version = "0.1.0" 1396version = "0.1.0"
1268source = "registry+https://github.com/rust-lang/crates.io-index" 1397source = "registry+https://github.com/rust-lang/crates.io-index"
1398checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
1269dependencies = [ 1399dependencies = [
1270 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 1400 "rand_core 0.3.1",
1271] 1401]
1272 1402
1273[[package]] 1403[[package]]
1274name = "rand_hc" 1404name = "rand_hc"
1275version = "0.2.0" 1405version = "0.2.0"
1276source = "registry+https://github.com/rust-lang/crates.io-index" 1406source = "registry+https://github.com/rust-lang/crates.io-index"
1407checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
1277dependencies = [ 1408dependencies = [
1278 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", 1409 "rand_core 0.5.1",
1279] 1410]
1280 1411
1281[[package]] 1412[[package]]
1282name = "rand_isaac" 1413name = "rand_isaac"
1283version = "0.1.1" 1414version = "0.1.1"
1284source = "registry+https://github.com/rust-lang/crates.io-index" 1415source = "registry+https://github.com/rust-lang/crates.io-index"
1416checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
1285dependencies = [ 1417dependencies = [
1286 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 1418 "rand_core 0.3.1",
1287] 1419]
1288 1420
1289[[package]] 1421[[package]]
1290name = "rand_jitter" 1422name = "rand_jitter"
1291version = "0.1.4" 1423version = "0.1.4"
1292source = "registry+https://github.com/rust-lang/crates.io-index" 1424source = "registry+https://github.com/rust-lang/crates.io-index"
1425checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
1293dependencies = [ 1426dependencies = [
1294 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 1427 "libc",
1295 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 1428 "rand_core 0.4.2",
1296 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 1429 "winapi 0.3.8",
1297] 1430]
1298 1431
1299[[package]] 1432[[package]]
1300name = "rand_os" 1433name = "rand_os"
1301version = "0.1.3" 1434version = "0.1.3"
1302source = "registry+https://github.com/rust-lang/crates.io-index" 1435source = "registry+https://github.com/rust-lang/crates.io-index"
1436checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
1303dependencies = [ 1437dependencies = [
1304 "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", 1438 "cloudabi",
1305 "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 1439 "fuchsia-cprng",
1306 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 1440 "libc",
1307 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 1441 "rand_core 0.4.2",
1308 "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1442 "rdrand",
1309 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 1443 "winapi 0.3.8",
1310] 1444]
1311 1445
1312[[package]] 1446[[package]]
1313name = "rand_pcg" 1447name = "rand_pcg"
1314version = "0.1.2" 1448version = "0.1.2"
1315source = "registry+https://github.com/rust-lang/crates.io-index" 1449source = "registry+https://github.com/rust-lang/crates.io-index"
1450checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
1316dependencies = [ 1451dependencies = [
1317 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", 1452 "autocfg 0.1.7",
1318 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 1453 "rand_core 0.4.2",
1319] 1454]
1320 1455
1321[[package]] 1456[[package]]
1322name = "rand_pcg" 1457name = "rand_pcg"
1323version = "0.2.1" 1458version = "0.2.1"
1324source = "registry+https://github.com/rust-lang/crates.io-index" 1459source = "registry+https://github.com/rust-lang/crates.io-index"
1460checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
1325dependencies = [ 1461dependencies = [
1326 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", 1462 "rand_core 0.5.1",
1327] 1463]
1328 1464
1329[[package]] 1465[[package]]
1330name = "rand_xorshift" 1466name = "rand_xorshift"
1331version = "0.1.1" 1467version = "0.1.1"
1332source = "registry+https://github.com/rust-lang/crates.io-index" 1468source = "registry+https://github.com/rust-lang/crates.io-index"
1469checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
1333dependencies = [ 1470dependencies = [
1334 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 1471 "rand_core 0.3.1",
1335] 1472]
1336 1473
1337[[package]] 1474[[package]]
1338name = "rayon" 1475name = "rayon"
1339version = "1.3.0" 1476version = "1.3.0"
1340source = "registry+https://github.com/rust-lang/crates.io-index" 1477source = "registry+https://github.com/rust-lang/crates.io-index"
1478checksum = "db6ce3297f9c85e16621bb8cca38a06779ffc31bb8184e1be4bed2be4678a098"
1341dependencies = [ 1479dependencies = [
1342 "crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", 1480 "crossbeam-deque",
1343 "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", 1481 "either",
1344 "rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 1482 "rayon-core",
1345] 1483]
1346 1484
1347[[package]] 1485[[package]]
1348name = "rayon-core" 1486name = "rayon-core"
1349version = "1.7.0" 1487version = "1.7.0"
1350source = "registry+https://github.com/rust-lang/crates.io-index" 1488source = "registry+https://github.com/rust-lang/crates.io-index"
1489checksum = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9"
1351dependencies = [ 1490dependencies = [
1352 "crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", 1491 "crossbeam-deque",
1353 "crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 1492 "crossbeam-queue",
1354 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 1493 "crossbeam-utils",
1355 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1494 "lazy_static",
1356 "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", 1495 "num_cpus",
1357] 1496]
1358 1497
1359[[package]] 1498[[package]]
1360name = "rdrand" 1499name = "rdrand"
1361version = "0.4.0" 1500version = "0.4.0"
1362source = "registry+https://github.com/rust-lang/crates.io-index" 1501source = "registry+https://github.com/rust-lang/crates.io-index"
1502checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
1363dependencies = [ 1503dependencies = [
1364 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 1504 "rand_core 0.3.1",
1365] 1505]
1366 1506
1367[[package]] 1507[[package]]
1368name = "redox_syscall" 1508name = "redox_syscall"
1369version = "0.1.56" 1509version = "0.1.56"
1370source = "registry+https://github.com/rust-lang/crates.io-index" 1510source = "registry+https://github.com/rust-lang/crates.io-index"
1511checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
1371 1512
1372[[package]] 1513[[package]]
1373name = "regex" 1514name = "regex"
1374version = "1.3.3" 1515version = "1.3.4"
1375source = "registry+https://github.com/rust-lang/crates.io-index" 1516source = "registry+https://github.com/rust-lang/crates.io-index"
1517checksum = "322cf97724bea3ee221b78fe25ac9c46114ebb51747ad5babd51a2fc6a8235a8"
1376dependencies = [ 1518dependencies = [
1377 "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", 1519 "aho-corasick",
1378 "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 1520 "memchr",
1379 "regex-syntax 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", 1521 "regex-syntax",
1380 "thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1522 "thread_local",
1381] 1523]
1382 1524
1383[[package]] 1525[[package]]
1384name = "regex-syntax" 1526name = "regex-syntax"
1385version = "0.6.13" 1527version = "0.6.14"
1386source = "registry+https://github.com/rust-lang/crates.io-index" 1528source = "registry+https://github.com/rust-lang/crates.io-index"
1529checksum = "b28dfe3fe9badec5dbf0a79a9cccad2cfc2ab5484bdb3e44cbd1ae8b3ba2be06"
1387 1530
1388[[package]] 1531[[package]]
1389name = "relative-path" 1532name = "relative-path"
1390version = "1.0.0" 1533version = "1.0.0"
1391source = "registry+https://github.com/rust-lang/crates.io-index" 1534source = "registry+https://github.com/rust-lang/crates.io-index"
1535checksum = "bedde000f40f2921ce439ea165c9c53fd629bfa115140c72e22aceacb4a21954"
1392 1536
1393[[package]] 1537[[package]]
1394name = "remove_dir_all" 1538name = "remove_dir_all"
1395version = "0.5.2" 1539version = "0.5.2"
1396source = "registry+https://github.com/rust-lang/crates.io-index" 1540source = "registry+https://github.com/rust-lang/crates.io-index"
1541checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
1397dependencies = [ 1542dependencies = [
1398 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 1543 "winapi 0.3.8",
1399] 1544]
1400 1545
1401[[package]] 1546[[package]]
1402name = "rowan" 1547name = "rowan"
1403version = "0.9.0" 1548version = "0.9.0"
1404source = "registry+https://github.com/rust-lang/crates.io-index" 1549source = "registry+https://github.com/rust-lang/crates.io-index"
1550checksum = "6d03d4eff7a4e8dcc362e4c06bb2b1b33af4bcd64336c7f40a31a05850336b6c"
1405dependencies = [ 1551dependencies = [
1406 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1552 "rustc-hash",
1407 "smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", 1553 "smol_str",
1408 "text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 1554 "text_unit",
1409 "thin-dst 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 1555 "thin-dst",
1410] 1556]
1411 1557
1412[[package]] 1558[[package]]
1413name = "rustc-demangle" 1559name = "rustc-demangle"
1414version = "0.1.16" 1560version = "0.1.16"
1415source = "registry+https://github.com/rust-lang/crates.io-index" 1561source = "registry+https://github.com/rust-lang/crates.io-index"
1562checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
1416 1563
1417[[package]] 1564[[package]]
1418name = "rustc-hash" 1565name = "rustc-hash"
1419version = "1.0.1" 1566version = "1.0.1"
1420source = "registry+https://github.com/rust-lang/crates.io-index" 1567source = "registry+https://github.com/rust-lang/crates.io-index"
1568checksum = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8"
1421dependencies = [ 1569dependencies = [
1422 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 1570 "byteorder",
1423] 1571]
1424 1572
1425[[package]] 1573[[package]]
1426name = "rustc_lexer" 1574name = "rustc_lexer"
1427version = "0.1.0" 1575version = "0.1.0"
1428source = "registry+https://github.com/rust-lang/crates.io-index" 1576source = "registry+https://github.com/rust-lang/crates.io-index"
1577checksum = "c86aae0c77166108c01305ee1a36a1e77289d7dc6ca0a3cd91ff4992de2d16a5"
1429dependencies = [ 1578dependencies = [
1430 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 1579 "unicode-xid",
1431] 1580]
1432 1581
1433[[package]] 1582[[package]]
1434name = "rustc_version" 1583name = "rustc_version"
1435version = "0.2.3" 1584version = "0.2.3"
1436source = "registry+https://github.com/rust-lang/crates.io-index" 1585source = "registry+https://github.com/rust-lang/crates.io-index"
1586checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
1437dependencies = [ 1587dependencies = [
1438 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", 1588 "semver",
1439] 1589]
1440 1590
1441[[package]] 1591[[package]]
1442name = "ryu" 1592name = "ryu"
1443version = "1.0.2" 1593version = "1.0.2"
1444source = "registry+https://github.com/rust-lang/crates.io-index" 1594source = "registry+https://github.com/rust-lang/crates.io-index"
1595checksum = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8"
1445 1596
1446[[package]] 1597[[package]]
1447name = "salsa" 1598name = "salsa"
1448version = "0.14.1" 1599version = "0.14.1"
1449source = "registry+https://github.com/rust-lang/crates.io-index" 1600source = "registry+https://github.com/rust-lang/crates.io-index"
1601checksum = "4a006c56096acaaa5e82e5974c28d05ff1e84aa70615f19c53fecf8a1afb2fd2"
1450dependencies = [ 1602dependencies = [
1451 "crossbeam 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", 1603 "crossbeam",
1452 "indexmap 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 1604 "indexmap",
1453 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1605 "log",
1454 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", 1606 "parking_lot",
1455 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", 1607 "rand 0.7.3",
1456 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1608 "rustc-hash",
1457 "salsa-macros 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", 1609 "salsa-macros",
1458 "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1610 "smallvec",
1459] 1611]
1460 1612
1461[[package]] 1613[[package]]
1462name = "salsa-macros" 1614name = "salsa-macros"
1463version = "0.14.1" 1615version = "0.14.1"
1464source = "registry+https://github.com/rust-lang/crates.io-index" 1616source = "registry+https://github.com/rust-lang/crates.io-index"
1617checksum = "038a09b6271446f1123f142fe7e5bef6d4687c4cf82e6986be574c2af3745530"
1465dependencies = [ 1618dependencies = [
1466 "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 1619 "heck",
1467 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", 1620 "proc-macro2",
1468 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 1621 "quote",
1469 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", 1622 "syn",
1470] 1623]
1471 1624
1472[[package]] 1625[[package]]
1473name = "same-file" 1626name = "same-file"
1474version = "1.0.6" 1627version = "1.0.6"
1475source = "registry+https://github.com/rust-lang/crates.io-index" 1628source = "registry+https://github.com/rust-lang/crates.io-index"
1629checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1476dependencies = [ 1630dependencies = [
1477 "winapi-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 1631 "winapi-util",
1478] 1632]
1479 1633
1480[[package]] 1634[[package]]
1481name = "scopeguard" 1635name = "scopeguard"
1482version = "1.0.0" 1636version = "1.0.0"
1483source = "registry+https://github.com/rust-lang/crates.io-index" 1637source = "registry+https://github.com/rust-lang/crates.io-index"
1638checksum = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
1484 1639
1485[[package]] 1640[[package]]
1486name = "semver" 1641name = "semver"
1487version = "0.9.0" 1642version = "0.9.0"
1488source = "registry+https://github.com/rust-lang/crates.io-index" 1643source = "registry+https://github.com/rust-lang/crates.io-index"
1644checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
1489dependencies = [ 1645dependencies = [
1490 "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 1646 "semver-parser",
1491 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", 1647 "serde",
1492] 1648]
1493 1649
1494[[package]] 1650[[package]]
1495name = "semver-parser" 1651name = "semver-parser"
1496version = "0.7.0" 1652version = "0.7.0"
1497source = "registry+https://github.com/rust-lang/crates.io-index" 1653source = "registry+https://github.com/rust-lang/crates.io-index"
1654checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
1498 1655
1499[[package]] 1656[[package]]
1500name = "serde" 1657name = "serde"
1501version = "1.0.104" 1658version = "1.0.104"
1502source = "registry+https://github.com/rust-lang/crates.io-index" 1659source = "registry+https://github.com/rust-lang/crates.io-index"
1660checksum = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449"
1503dependencies = [ 1661dependencies = [
1504 "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", 1662 "serde_derive",
1505] 1663]
1506 1664
1507[[package]] 1665[[package]]
1508name = "serde_derive" 1666name = "serde_derive"
1509version = "1.0.104" 1667version = "1.0.104"
1510source = "registry+https://github.com/rust-lang/crates.io-index" 1668source = "registry+https://github.com/rust-lang/crates.io-index"
1669checksum = "128f9e303a5a29922045a830221b8f78ec74a5f544944f3d5984f8ec3895ef64"
1511dependencies = [ 1670dependencies = [
1512 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", 1671 "proc-macro2",
1513 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 1672 "quote",
1514 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", 1673 "syn",
1515] 1674]
1516 1675
1517[[package]] 1676[[package]]
1518name = "serde_json" 1677name = "serde_json"
1519version = "1.0.44" 1678version = "1.0.46"
1520source = "registry+https://github.com/rust-lang/crates.io-index" 1679source = "registry+https://github.com/rust-lang/crates.io-index"
1680checksum = "21b01d7f0288608a01dca632cf1df859df6fd6ffa885300fc275ce2ba6221953"
1521dependencies = [ 1681dependencies = [
1522 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", 1682 "itoa",
1523 "ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 1683 "ryu",
1524 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", 1684 "serde",
1525] 1685]
1526 1686
1527[[package]] 1687[[package]]
1528name = "serde_repr" 1688name = "serde_repr"
1529version = "0.1.5" 1689version = "0.1.5"
1530source = "registry+https://github.com/rust-lang/crates.io-index" 1690source = "registry+https://github.com/rust-lang/crates.io-index"
1691checksum = "cd02c7587ec314570041b2754829f84d873ced14a96d1fd1823531e11db40573"
1531dependencies = [ 1692dependencies = [
1532 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", 1693 "proc-macro2",
1533 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 1694 "quote",
1534 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", 1695 "syn",
1535] 1696]
1536 1697
1537[[package]] 1698[[package]]
1538name = "serde_yaml" 1699name = "serde_yaml"
1539version = "0.8.11" 1700version = "0.8.11"
1540source = "registry+https://github.com/rust-lang/crates.io-index" 1701source = "registry+https://github.com/rust-lang/crates.io-index"
1702checksum = "691b17f19fc1ec9d94ec0b5864859290dff279dbd7b03f017afda54eb36c3c35"
1541dependencies = [ 1703dependencies = [
1542 "dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", 1704 "dtoa",
1543 "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", 1705 "linked-hash-map",
1544 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", 1706 "serde",
1545 "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", 1707 "yaml-rust",
1546] 1708]
1547 1709
1548[[package]] 1710[[package]]
1549name = "slab" 1711name = "slab"
1550version = "0.4.2" 1712version = "0.4.2"
1551source = "registry+https://github.com/rust-lang/crates.io-index" 1713source = "registry+https://github.com/rust-lang/crates.io-index"
1714checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
1552 1715
1553[[package]] 1716[[package]]
1554name = "smallvec" 1717name = "smallvec"
1555version = "1.1.0" 1718version = "1.2.0"
1556source = "registry+https://github.com/rust-lang/crates.io-index" 1719source = "registry+https://github.com/rust-lang/crates.io-index"
1720checksum = "5c2fb2ec9bcd216a5b0d0ccf31ab17b5ed1d627960edff65bbe95d3ce221cefc"
1557 1721
1558[[package]] 1722[[package]]
1559name = "smol_str" 1723name = "smol_str"
1560version = "0.1.15" 1724version = "0.1.15"
1561source = "registry+https://github.com/rust-lang/crates.io-index" 1725source = "registry+https://github.com/rust-lang/crates.io-index"
1726checksum = "34836c9a295c62c2ce3514471117c5cb269891e8421b2aafdd910050576c4d8b"
1562dependencies = [ 1727dependencies = [
1563 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", 1728 "serde",
1564] 1729]
1565 1730
1566[[package]] 1731[[package]]
1567name = "superslice" 1732name = "superslice"
1568version = "1.0.0" 1733version = "1.0.0"
1569source = "registry+https://github.com/rust-lang/crates.io-index" 1734source = "registry+https://github.com/rust-lang/crates.io-index"
1735checksum = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f"
1570 1736
1571[[package]] 1737[[package]]
1572name = "syn" 1738name = "syn"
1573version = "1.0.14" 1739version = "1.0.14"
1574source = "registry+https://github.com/rust-lang/crates.io-index" 1740source = "registry+https://github.com/rust-lang/crates.io-index"
1741checksum = "af6f3550d8dff9ef7dc34d384ac6f107e5d31c8f57d9f28e0081503f547ac8f5"
1575dependencies = [ 1742dependencies = [
1576 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", 1743 "proc-macro2",
1577 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 1744 "quote",
1578 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 1745 "unicode-xid",
1579] 1746]
1580 1747
1581[[package]] 1748[[package]]
1582name = "tempfile" 1749name = "tempfile"
1583version = "3.1.0" 1750version = "3.1.0"
1584source = "registry+https://github.com/rust-lang/crates.io-index" 1751source = "registry+https://github.com/rust-lang/crates.io-index"
1752checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
1585dependencies = [ 1753dependencies = [
1586 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 1754 "cfg-if",
1587 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 1755 "libc",
1588 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", 1756 "rand 0.7.3",
1589 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", 1757 "redox_syscall",
1590 "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", 1758 "remove_dir_all",
1591 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 1759 "winapi 0.3.8",
1592] 1760]
1593 1761
1594[[package]] 1762[[package]]
1595name = "termios" 1763name = "termios"
1596version = "0.3.1" 1764version = "0.3.1"
1597source = "registry+https://github.com/rust-lang/crates.io-index" 1765source = "registry+https://github.com/rust-lang/crates.io-index"
1766checksum = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625"
1598dependencies = [ 1767dependencies = [
1599 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 1768 "libc",
1600] 1769]
1601 1770
1602[[package]] 1771[[package]]
1603name = "test_utils" 1772name = "test_utils"
1604version = "0.1.0" 1773version = "0.1.0"
1605dependencies = [ 1774dependencies = [
1606 "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 1775 "difference",
1607 "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", 1776 "serde_json",
1608 "text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 1777 "text_unit",
1609] 1778]
1610 1779
1611[[package]] 1780[[package]]
1612name = "text_unit" 1781name = "text_unit"
1613version = "0.1.9" 1782version = "0.1.9"
1614source = "registry+https://github.com/rust-lang/crates.io-index" 1783source = "registry+https://github.com/rust-lang/crates.io-index"
1784checksum = "e08bbcb7a3adbda0eb23431206b653bdad3d8dea311e72d36bf2215e27a42579"
1615 1785
1616[[package]] 1786[[package]]
1617name = "thin-dst" 1787name = "thin-dst"
1618version = "1.0.0" 1788version = "1.0.0"
1619source = "registry+https://github.com/rust-lang/crates.io-index" 1789source = "registry+https://github.com/rust-lang/crates.io-index"
1790checksum = "c52fd98a9e4913c466d83381a59245691875d2f3e04611fca57f964bd8aa96e1"
1620 1791
1621[[package]] 1792[[package]]
1622name = "thread_local" 1793name = "thread_local"
1623version = "1.0.1" 1794version = "1.0.1"
1624source = "registry+https://github.com/rust-lang/crates.io-index" 1795source = "registry+https://github.com/rust-lang/crates.io-index"
1796checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
1625dependencies = [ 1797dependencies = [
1626 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1798 "lazy_static",
1627] 1799]
1628 1800
1629[[package]] 1801[[package]]
1630name = "threadpool" 1802name = "threadpool"
1631version = "1.7.1" 1803version = "1.7.1"
1632source = "registry+https://github.com/rust-lang/crates.io-index" 1804source = "registry+https://github.com/rust-lang/crates.io-index"
1805checksum = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865"
1633dependencies = [ 1806dependencies = [
1634 "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", 1807 "num_cpus",
1635] 1808]
1636 1809
1637[[package]] 1810[[package]]
1638name = "unicase" 1811name = "unicase"
1639version = "2.6.0" 1812version = "2.6.0"
1640source = "registry+https://github.com/rust-lang/crates.io-index" 1813source = "registry+https://github.com/rust-lang/crates.io-index"
1814checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
1641dependencies = [ 1815dependencies = [
1642 "version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 1816 "version_check",
1643] 1817]
1644 1818
1645[[package]] 1819[[package]]
1646name = "unicode-bidi" 1820name = "unicode-bidi"
1647version = "0.3.4" 1821version = "0.3.4"
1648source = "registry+https://github.com/rust-lang/crates.io-index" 1822source = "registry+https://github.com/rust-lang/crates.io-index"
1823checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
1649dependencies = [ 1824dependencies = [
1650 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", 1825 "matches",
1651] 1826]
1652 1827
1653[[package]] 1828[[package]]
1654name = "unicode-normalization" 1829name = "unicode-normalization"
1655version = "0.1.12" 1830version = "0.1.12"
1656source = "registry+https://github.com/rust-lang/crates.io-index" 1831source = "registry+https://github.com/rust-lang/crates.io-index"
1832checksum = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4"
1657dependencies = [ 1833dependencies = [
1658 "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1834 "smallvec",
1659] 1835]
1660 1836
1661[[package]] 1837[[package]]
1662name = "unicode-segmentation" 1838name = "unicode-segmentation"
1663version = "1.6.0" 1839version = "1.6.0"
1664source = "registry+https://github.com/rust-lang/crates.io-index" 1840source = "registry+https://github.com/rust-lang/crates.io-index"
1841checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
1665 1842
1666[[package]] 1843[[package]]
1667name = "unicode-xid" 1844name = "unicode-xid"
1668version = "0.2.0" 1845version = "0.2.0"
1669source = "registry+https://github.com/rust-lang/crates.io-index" 1846source = "registry+https://github.com/rust-lang/crates.io-index"
1847checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
1670 1848
1671[[package]] 1849[[package]]
1672name = "url" 1850name = "url"
1673version = "2.1.1" 1851version = "2.1.1"
1674source = "registry+https://github.com/rust-lang/crates.io-index" 1852source = "registry+https://github.com/rust-lang/crates.io-index"
1853checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
1675dependencies = [ 1854dependencies = [
1676 "idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 1855 "idna",
1677 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", 1856 "matches",
1678 "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1857 "percent-encoding",
1679 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", 1858 "serde",
1680]
1681
1682[[package]]
1683name = "uuid"
1684version = "0.8.1"
1685source = "registry+https://github.com/rust-lang/crates.io-index"
1686dependencies = [
1687 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
1688 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
1689] 1859]
1690 1860
1691[[package]] 1861[[package]]
1692name = "version_check" 1862name = "version_check"
1693version = "0.9.1" 1863version = "0.9.1"
1694source = "registry+https://github.com/rust-lang/crates.io-index" 1864source = "registry+https://github.com/rust-lang/crates.io-index"
1865checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
1695 1866
1696[[package]] 1867[[package]]
1697name = "walkdir" 1868name = "walkdir"
1698version = "2.3.1" 1869version = "2.3.1"
1699source = "registry+https://github.com/rust-lang/crates.io-index" 1870source = "registry+https://github.com/rust-lang/crates.io-index"
1871checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
1700dependencies = [ 1872dependencies = [
1701 "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 1873 "same-file",
1702 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 1874 "winapi 0.3.8",
1703 "winapi-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 1875 "winapi-util",
1704] 1876]
1705 1877
1706[[package]] 1878[[package]]
1707name = "wasi" 1879name = "wasi"
1708version = "0.9.0+wasi-snapshot-preview1" 1880version = "0.9.0+wasi-snapshot-preview1"
1709source = "registry+https://github.com/rust-lang/crates.io-index" 1881source = "registry+https://github.com/rust-lang/crates.io-index"
1882checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
1710 1883
1711[[package]] 1884[[package]]
1712name = "winapi" 1885name = "winapi"
1713version = "0.2.8" 1886version = "0.2.8"
1714source = "registry+https://github.com/rust-lang/crates.io-index" 1887source = "registry+https://github.com/rust-lang/crates.io-index"
1888checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
1715 1889
1716[[package]] 1890[[package]]
1717name = "winapi" 1891name = "winapi"
1718version = "0.3.8" 1892version = "0.3.8"
1719source = "registry+https://github.com/rust-lang/crates.io-index" 1893source = "registry+https://github.com/rust-lang/crates.io-index"
1894checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
1720dependencies = [ 1895dependencies = [
1721 "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1896 "winapi-i686-pc-windows-gnu",
1722 "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1897 "winapi-x86_64-pc-windows-gnu",
1723] 1898]
1724 1899
1725[[package]] 1900[[package]]
1726name = "winapi-build" 1901name = "winapi-build"
1727version = "0.1.1" 1902version = "0.1.1"
1728source = "registry+https://github.com/rust-lang/crates.io-index" 1903source = "registry+https://github.com/rust-lang/crates.io-index"
1904checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
1729 1905
1730[[package]] 1906[[package]]
1731name = "winapi-i686-pc-windows-gnu" 1907name = "winapi-i686-pc-windows-gnu"
1732version = "0.4.0" 1908version = "0.4.0"
1733source = "registry+https://github.com/rust-lang/crates.io-index" 1909source = "registry+https://github.com/rust-lang/crates.io-index"
1910checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1734 1911
1735[[package]] 1912[[package]]
1736name = "winapi-util" 1913name = "winapi-util"
1737version = "0.1.3" 1914version = "0.1.3"
1738source = "registry+https://github.com/rust-lang/crates.io-index" 1915source = "registry+https://github.com/rust-lang/crates.io-index"
1916checksum = "4ccfbf554c6ad11084fb7517daca16cfdcaccbdadba4fc336f032a8b12c2ad80"
1739dependencies = [ 1917dependencies = [
1740 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 1918 "winapi 0.3.8",
1741] 1919]
1742 1920
1743[[package]] 1921[[package]]
1744name = "winapi-x86_64-pc-windows-gnu" 1922name = "winapi-x86_64-pc-windows-gnu"
1745version = "0.4.0" 1923version = "0.4.0"
1746source = "registry+https://github.com/rust-lang/crates.io-index" 1924source = "registry+https://github.com/rust-lang/crates.io-index"
1925checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1747 1926
1748[[package]] 1927[[package]]
1749name = "ws2_32-sys" 1928name = "ws2_32-sys"
1750version = "0.2.1" 1929version = "0.2.1"
1751source = "registry+https://github.com/rust-lang/crates.io-index" 1930source = "registry+https://github.com/rust-lang/crates.io-index"
1931checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
1752dependencies = [ 1932dependencies = [
1753 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", 1933 "winapi 0.2.8",
1754 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 1934 "winapi-build",
1755] 1935]
1756 1936
1757[[package]] 1937[[package]]
1758name = "xtask" 1938name = "xtask"
1759version = "0.1.0" 1939version = "0.1.0"
1760dependencies = [ 1940dependencies = [
1761 "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", 1941 "anyhow",
1762 "pico-args 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 1942 "pico-args",
1763 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", 1943 "proc-macro2",
1764 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 1944 "quote",
1765 "walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 1945 "walkdir",
1766] 1946]
1767 1947
1768[[package]] 1948[[package]]
1769name = "yaml-rust" 1949name = "yaml-rust"
1770version = "0.4.3" 1950version = "0.4.3"
1771source = "registry+https://github.com/rust-lang/crates.io-index" 1951source = "registry+https://github.com/rust-lang/crates.io-index"
1952checksum = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d"
1772dependencies = [ 1953dependencies = [
1773 "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", 1954 "linked-hash-map",
1774] 1955]
1775
1776[metadata]
1777"checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d"
1778"checksum anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)" = "7825f6833612eb2414095684fcf6c635becf3ce97fe48cf6421321e93bfbd53c"
1779"checksum anymap 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "33954243bd79057c2de7338850b85983a44588021f8a5fee574a8888c6de4344"
1780"checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
1781"checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
1782"checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
1783"checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
1784"checksum backtrace 0.3.42 (registry+https://github.com/rust-lang/crates.io-index)" = "b4b1549d804b6c73f4817df2ba073709e96e426f12987127c48e6745568c350b"
1785"checksum backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491"
1786"checksum base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
1787"checksum bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e84c238982c4b1e1ee668d136c510c67a13465279c0cb367ea6baf6310620a80"
1788"checksum bit-vec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f59bbe95d4e52a6398ec21238d31577f2b28a9d86807f06ca59d191d8440d0bb"
1789"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
1790"checksum bstr 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "fe8a65814ca90dfc9705af76bb6ba3c6e2534489a72270e797e603783bb4990b"
1791"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
1792"checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb"
1793"checksum cargo_metadata 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "46e3374c604fb39d1a2f35ed5e4a4e30e60d01fab49446e08f1b3e9a90aef202"
1794"checksum cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)" = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"
1795"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
1796"checksum chalk-derive 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)" = "<none>"
1797"checksum chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)" = "<none>"
1798"checksum chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)" = "<none>"
1799"checksum chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)" = "<none>"
1800"checksum chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)" = "<none>"
1801"checksum chalk-solve 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)" = "<none>"
1802"checksum clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90082ee5dcdd64dc4e9e0d37fbf3ee325419e39c0092191e0393df65518f741e"
1803"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
1804"checksum console 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f5d540c2d34ac9dd0deb5f3b5f54c36c79efa78f6b3ad19106a554d07a7b5d9f"
1805"checksum crossbeam 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "69323bff1fb41c635347b8ead484a5ca6c3f11914d784170b158d8449ab07f8e"
1806"checksum crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "acec9a3b0b3559f15aee4f90746c4e5e293b701c0f7d3925d24e01645267b68c"
1807"checksum crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3aa945d63861bfe624b55d153a39684da1e8c0bc8fba932f7ee3a3c16cea3ca"
1808"checksum crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5064ebdbf05ce3cb95e45c8b086f72263f4166b29b97f6baff7ef7fe047b55ac"
1809"checksum crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db"
1810"checksum crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4"
1811"checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
1812"checksum drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "69b26e475fd29098530e709294e94e661974c851aed42512793f120fed4e199f"
1813"checksum dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e"
1814"checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
1815"checksum ena 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8944dc8fa28ce4a38f778bd46bf7d923fe73eed5a439398507246c8e017e6f36"
1816"checksum encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
1817"checksum env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
1818"checksum filetime 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1ff6d4dab0aa0c8e6346d46052e93b13a16cf847b54ed357087c35011048cc7d"
1819"checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33"
1820"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
1821"checksum format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f7aea5a5909a74969507051a3b17adc84737e31a5f910559892aedce026f4d53"
1822"checksum fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
1823"checksum fsevent 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6"
1824"checksum fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0"
1825"checksum fst 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "927fb434ff9f0115b215dc0efd2e4fbdd7448522a92a1aa37c77d6a2f8f1ebd6"
1826"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
1827"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
1828"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
1829"checksum getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
1830"checksum globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "925aa2cac82d8834e2b2a4415b6f6879757fb5c0928fc445ae76461a12eed8f2"
1831"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
1832"checksum hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eff2656d88f158ce120947499e971d743c05dbcbed62e5bd2f38f1698bbc3772"
1833"checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
1834"checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
1835"checksum indexmap 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b54058f0a6ff80b6803da8faf8997cde53872b38f4023728f6830b06cd3c0dc"
1836"checksum inotify 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "24e40d6fd5d64e2082e0c796495c8ef5ad667a96d03e5aaa0becfd9d47bcbfb8"
1837"checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0"
1838"checksum insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0d499dc062e841590a67230d853bce62d0abeb91304927871670b7c55c461349"
1839"checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
1840"checksum itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
1841"checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
1842"checksum jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c502a5ff9dd2924f1ed32ba96e3b65735d837b4bfd978d3161b1702e66aca4b7"
1843"checksum jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45"
1844"checksum jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "43ae63fcfc45e99ab3d1b29a46782ad679e98436c3169d15a167a1108a724b69"
1845"checksum jod-thread 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f52a11f73b88fab829a0e4d9e13ea5982c7ac457c72eb3541d82a4afdfce4ff"
1846"checksum join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4dc7a5290e8c2606ce2be49f456d50f69173cb96d1541e4f66e34ac8b331a98f"
1847"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
1848"checksum lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cc4fd87be4a815fd373e02773983940f0d75fb26fde8c098e9e45f7af03154c0"
1849"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1850"checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
1851"checksum libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"
1852"checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83"
1853"checksum lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "79b2de95ecb4691949fea4716ca53cdbcfccb2c612e19644a8bad05edcf9f47b"
1854"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
1855"checksum lsp-server 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5383e043329615624bbf45e1ba27bd75c176762b2592855c659bc28ac580a06b"
1856"checksum lsp-types 0.70.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef197b24cb3f12fc3984667a505691fec9d683204ddff56f12b2d1940e09a988"
1857"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
1858"checksum memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3197e20c7edb283f87c071ddfc7a2cca8f8e0b888c242959846a6fce03c72223"
1859"checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9"
1860"checksum mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f"
1861"checksum mio-extras 2.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
1862"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
1863"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
1864"checksum notify 4.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "80ae4a7688d1fab81c5bf19c64fc8db920be8d519ce6336ed4e7efe024724dbd"
1865"checksum num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
1866"checksum num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6"
1867"checksum once_cell 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b1c601810575c99596d4afc46f78a678c80105117c379eb3650cf99b8a21ce5b"
1868"checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063"
1869"checksum parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "92e98c49ab0b7ce5b222f2cc9193fc4efe11c6d0bd4f648e374684a6857b1cfc"
1870"checksum parking_lot_core 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7582838484df45743c8434fbff785e8edf260c28748353d44bc0da32e0ceabf1"
1871"checksum paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "423a519e1c6e828f1e73b720f9d9ed2fa643dce8a7737fb43235ce0b41eeaa49"
1872"checksum paste-impl 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "4214c9e912ef61bf42b81ba9a47e8aad1b2ffaf739ab162bf96d1e011f54e6c5"
1873"checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
1874"checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f"
1875"checksum pico-args 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3ad1f1b834a05d42dae330066e9699a173b28185b3bdc3dbf14ca239585de8cc"
1876"checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
1877"checksum proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)" = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5"
1878"checksum proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3acb317c6ff86a4e579dfa00fc5e6cca91ecbb4e7eb2df0468805b674eb88548"
1879"checksum proptest 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)" = "bf6147d103a7c9d7598f4105cf049b15c99e2ecd93179bf024f0fd349be5ada4"
1880"checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
1881"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
1882"checksum ra_vfs 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bc898f237e4b4498959ae0100c688793a23e77624d44ef710ba70094217f98e0"
1883"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
1884"checksum rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
1885"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
1886"checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
1887"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
1888"checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
1889"checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
1890"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
1891"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
1892"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
1893"checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
1894"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
1895"checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
1896"checksum rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
1897"checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
1898"checksum rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "db6ce3297f9c85e16621bb8cca38a06779ffc31bb8184e1be4bed2be4678a098"
1899"checksum rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9"
1900"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
1901"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
1902"checksum regex 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b5508c1941e4e7cb19965abef075d35a9a8b5cdf0846f30b4050e9b55dc55e87"
1903"checksum regex-syntax 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e734e891f5b408a29efbf8309e656876276f49ab6a6ac208600b4419bd893d90"
1904"checksum relative-path 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bedde000f40f2921ce439ea165c9c53fd629bfa115140c72e22aceacb4a21954"
1905"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
1906"checksum rowan 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6d03d4eff7a4e8dcc362e4c06bb2b1b33af4bcd64336c7f40a31a05850336b6c"
1907"checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
1908"checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8"
1909"checksum rustc_lexer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c86aae0c77166108c01305ee1a36a1e77289d7dc6ca0a3cd91ff4992de2d16a5"
1910"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
1911"checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8"
1912"checksum salsa 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4a006c56096acaaa5e82e5974c28d05ff1e84aa70615f19c53fecf8a1afb2fd2"
1913"checksum salsa-macros 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "038a09b6271446f1123f142fe7e5bef6d4687c4cf82e6986be574c2af3745530"
1914"checksum same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1915"checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
1916"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
1917"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
1918"checksum serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449"
1919"checksum serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "128f9e303a5a29922045a830221b8f78ec74a5f544944f3d5984f8ec3895ef64"
1920"checksum serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)" = "48c575e0cc52bdd09b47f330f646cf59afc586e9c4e3ccd6fc1f625b8ea1dad7"
1921"checksum serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "cd02c7587ec314570041b2754829f84d873ced14a96d1fd1823531e11db40573"
1922"checksum serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)" = "691b17f19fc1ec9d94ec0b5864859290dff279dbd7b03f017afda54eb36c3c35"
1923"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
1924"checksum smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44e59e0c9fa00817912ae6e4e6e3c4fe04455e75699d06eedc7d85917ed8e8f4"
1925"checksum smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34836c9a295c62c2ce3514471117c5cb269891e8421b2aafdd910050576c4d8b"
1926"checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f"
1927"checksum syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "af6f3550d8dff9ef7dc34d384ac6f107e5d31c8f57d9f28e0081503f547ac8f5"
1928"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
1929"checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625"
1930"checksum text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e08bbcb7a3adbda0eb23431206b653bdad3d8dea311e72d36bf2215e27a42579"
1931"checksum thin-dst 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c52fd98a9e4913c466d83381a59245691875d2f3e04611fca57f964bd8aa96e1"
1932"checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
1933"checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865"
1934"checksum unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
1935"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
1936"checksum unicode-normalization 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4"
1937"checksum unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
1938"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
1939"checksum url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
1940"checksum uuid 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9fde2f6a4bea1d6e007c4ad38c6839fa71cbb63b6dbf5b595aa38dc9b1093c11"
1941"checksum version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
1942"checksum walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
1943"checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
1944"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
1945"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
1946"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
1947"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1948"checksum winapi-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4ccfbf554c6ad11084fb7517daca16cfdcaccbdadba4fc336f032a8b12c2ad80"
1949"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1950"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
1951"checksum yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d"