blob: ded699e99733817391aaec32aa8781a693cab5a6 [file] [log] [blame]
Jakub Koturfc1672b2020-12-21 17:28:14 +01001# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
Joel Galenson0d440922021-04-01 15:34:31 -07003version = 3
4
Jakub Koturfc1672b2020-12-21 17:28:14 +01005[[package]]
David LeGare15f97022022-03-01 19:01:24 +00006name = "ansi_term"
7version = "0.12.1"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
10dependencies = [
11 "winapi",
12]
13
14[[package]]
Jakub Koturfc1672b2020-12-21 17:28:14 +010015name = "autocfg"
16version = "1.0.1"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
19
20[[package]]
Joel Galenson0d440922021-04-01 15:34:31 -070021name = "cc"
David LeGare15f97022022-03-01 19:01:24 +000022version = "1.0.72"
Jakub Koturfc1672b2020-12-21 17:28:14 +010023source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare15f97022022-03-01 19:01:24 +000024checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
Jakub Koturfc1672b2020-12-21 17:28:14 +010025
26[[package]]
27name = "cfg-if"
28version = "1.0.0"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
31
32[[package]]
33name = "const_fn"
David LeGare15f97022022-03-01 19:01:24 +000034version = "0.4.9"
Jakub Koturfc1672b2020-12-21 17:28:14 +010035source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare15f97022022-03-01 19:01:24 +000036checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935"
Jakub Koturfc1672b2020-12-21 17:28:14 +010037
38[[package]]
39name = "crossbeam-epoch"
David LeGare15f97022022-03-01 19:01:24 +000040version = "0.9.7"
Jakub Koturfc1672b2020-12-21 17:28:14 +010041dependencies = [
Joel Galenson0d440922021-04-01 15:34:31 -070042 "cfg-if",
Jakub Koturfc1672b2020-12-21 17:28:14 +010043 "const_fn",
44 "crossbeam-utils",
45 "lazy_static",
Joel Galenson0d440922021-04-01 15:34:31 -070046 "loom",
Jakub Koturfc1672b2020-12-21 17:28:14 +010047 "memoffset",
48 "rand",
49 "scopeguard",
50]
51
52[[package]]
53name = "crossbeam-utils"
David LeGare15f97022022-03-01 19:01:24 +000054version = "0.8.7"
Jakub Koturfc1672b2020-12-21 17:28:14 +010055source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare15f97022022-03-01 19:01:24 +000056checksum = "b5e5bed1f1c269533fa816a0a5492b3545209a205ca1a54842be180eb63a16a6"
Jakub Koturfc1672b2020-12-21 17:28:14 +010057dependencies = [
Joel Galenson0d440922021-04-01 15:34:31 -070058 "cfg-if",
Jakub Koturfc1672b2020-12-21 17:28:14 +010059 "lazy_static",
Joel Galenson0d440922021-04-01 15:34:31 -070060 "loom",
61]
62
63[[package]]
64name = "generator"
Joel Galenson08e1a732021-05-19 15:02:32 -070065version = "0.7.0"
Joel Galenson0d440922021-04-01 15:34:31 -070066source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson08e1a732021-05-19 15:02:32 -070067checksum = "c1d9279ca822891c1a4dae06d185612cf8fc6acfe5dff37781b41297811b12ee"
Joel Galenson0d440922021-04-01 15:34:31 -070068dependencies = [
69 "cc",
70 "libc",
71 "log",
72 "rustversion",
73 "winapi",
Jakub Koturfc1672b2020-12-21 17:28:14 +010074]
75
76[[package]]
77name = "getrandom"
David LeGare15f97022022-03-01 19:01:24 +000078version = "0.2.4"
Jakub Koturfc1672b2020-12-21 17:28:14 +010079source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare15f97022022-03-01 19:01:24 +000080checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c"
Jakub Koturfc1672b2020-12-21 17:28:14 +010081dependencies = [
Joel Galenson0d440922021-04-01 15:34:31 -070082 "cfg-if",
Jakub Koturfc1672b2020-12-21 17:28:14 +010083 "libc",
84 "wasi",
85]
86
87[[package]]
88name = "lazy_static"
89version = "1.4.0"
90source = "registry+https://github.com/rust-lang/crates.io-index"
91checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
92
93[[package]]
94name = "libc"
David LeGare15f97022022-03-01 19:01:24 +000095version = "0.2.117"
Jakub Koturfc1672b2020-12-21 17:28:14 +010096source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare15f97022022-03-01 19:01:24 +000097checksum = "e74d72e0f9b65b5b4ca49a346af3976df0f9c61d550727f349ecd559f251a26c"
Joel Galenson0d440922021-04-01 15:34:31 -070098
99[[package]]
100name = "log"
101version = "0.4.14"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
104dependencies = [
105 "cfg-if",
106]
107
108[[package]]
109name = "loom"
David LeGare15f97022022-03-01 19:01:24 +0000110version = "0.5.4"
Joel Galenson0d440922021-04-01 15:34:31 -0700111source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare15f97022022-03-01 19:01:24 +0000112checksum = "edc5c7d328e32cc4954e8e01193d7f0ef5ab257b5090b70a964e099a36034309"
Joel Galenson0d440922021-04-01 15:34:31 -0700113dependencies = [
114 "cfg-if",
115 "generator",
116 "scoped-tls",
David LeGare15f97022022-03-01 19:01:24 +0000117 "tracing",
118 "tracing-subscriber",
119]
120
121[[package]]
122name = "matchers"
123version = "0.1.0"
124source = "registry+https://github.com/rust-lang/crates.io-index"
125checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
126dependencies = [
127 "regex-automata",
Joel Galenson0d440922021-04-01 15:34:31 -0700128]
Jakub Koturfc1672b2020-12-21 17:28:14 +0100129
130[[package]]
131name = "memoffset"
David LeGare15f97022022-03-01 19:01:24 +0000132version = "0.6.5"
Jakub Koturfc1672b2020-12-21 17:28:14 +0100133source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare15f97022022-03-01 19:01:24 +0000134checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
Jakub Koturfc1672b2020-12-21 17:28:14 +0100135dependencies = [
136 "autocfg",
137]
138
139[[package]]
David LeGare15f97022022-03-01 19:01:24 +0000140name = "once_cell"
141version = "1.9.0"
Jakub Koturfc1672b2020-12-21 17:28:14 +0100142source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare15f97022022-03-01 19:01:24 +0000143checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
144
145[[package]]
146name = "pin-project-lite"
147version = "0.2.8"
148source = "registry+https://github.com/rust-lang/crates.io-index"
149checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
150
151[[package]]
152name = "ppv-lite86"
153version = "0.2.16"
154source = "registry+https://github.com/rust-lang/crates.io-index"
155checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
156
157[[package]]
158name = "proc-macro2"
159version = "1.0.36"
160source = "registry+https://github.com/rust-lang/crates.io-index"
161checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
162dependencies = [
163 "unicode-xid",
164]
165
166[[package]]
167name = "quote"
168version = "1.0.15"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"
171dependencies = [
172 "proc-macro2",
173]
Jakub Koturfc1672b2020-12-21 17:28:14 +0100174
175[[package]]
176name = "rand"
David LeGare15f97022022-03-01 19:01:24 +0000177version = "0.8.4"
Jakub Koturfc1672b2020-12-21 17:28:14 +0100178source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare15f97022022-03-01 19:01:24 +0000179checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
Jakub Koturfc1672b2020-12-21 17:28:14 +0100180dependencies = [
Jakub Koturfc1672b2020-12-21 17:28:14 +0100181 "libc",
182 "rand_chacha",
183 "rand_core",
184 "rand_hc",
185]
186
187[[package]]
188name = "rand_chacha"
David LeGare15f97022022-03-01 19:01:24 +0000189version = "0.3.1"
Jakub Koturfc1672b2020-12-21 17:28:14 +0100190source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare15f97022022-03-01 19:01:24 +0000191checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
Jakub Koturfc1672b2020-12-21 17:28:14 +0100192dependencies = [
193 "ppv-lite86",
194 "rand_core",
195]
196
197[[package]]
198name = "rand_core"
David LeGare15f97022022-03-01 19:01:24 +0000199version = "0.6.3"
Jakub Koturfc1672b2020-12-21 17:28:14 +0100200source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare15f97022022-03-01 19:01:24 +0000201checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
Jakub Koturfc1672b2020-12-21 17:28:14 +0100202dependencies = [
203 "getrandom",
204]
205
206[[package]]
207name = "rand_hc"
David LeGare15f97022022-03-01 19:01:24 +0000208version = "0.3.1"
Jakub Koturfc1672b2020-12-21 17:28:14 +0100209source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare15f97022022-03-01 19:01:24 +0000210checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
Jakub Koturfc1672b2020-12-21 17:28:14 +0100211dependencies = [
212 "rand_core",
213]
214
215[[package]]
David LeGare15f97022022-03-01 19:01:24 +0000216name = "regex"
217version = "1.5.4"
Joel Galenson0d440922021-04-01 15:34:31 -0700218source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare15f97022022-03-01 19:01:24 +0000219checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
220dependencies = [
221 "regex-syntax",
222]
223
224[[package]]
225name = "regex-automata"
226version = "0.1.10"
227source = "registry+https://github.com/rust-lang/crates.io-index"
228checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
229dependencies = [
230 "regex-syntax",
231]
232
233[[package]]
234name = "regex-syntax"
235version = "0.6.25"
236source = "registry+https://github.com/rust-lang/crates.io-index"
237checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
238
239[[package]]
240name = "rustversion"
241version = "1.0.6"
242source = "registry+https://github.com/rust-lang/crates.io-index"
243checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"
Joel Galenson0d440922021-04-01 15:34:31 -0700244
245[[package]]
246name = "scoped-tls"
247version = "1.0.0"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
250
251[[package]]
Jakub Koturfc1672b2020-12-21 17:28:14 +0100252name = "scopeguard"
253version = "1.1.0"
254source = "registry+https://github.com/rust-lang/crates.io-index"
255checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
256
257[[package]]
David LeGare15f97022022-03-01 19:01:24 +0000258name = "sharded-slab"
259version = "0.1.4"
260source = "registry+https://github.com/rust-lang/crates.io-index"
261checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
262dependencies = [
263 "lazy_static",
264]
265
266[[package]]
267name = "smallvec"
268version = "1.8.0"
269source = "registry+https://github.com/rust-lang/crates.io-index"
270checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
271
272[[package]]
273name = "syn"
274version = "1.0.86"
275source = "registry+https://github.com/rust-lang/crates.io-index"
276checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"
277dependencies = [
278 "proc-macro2",
279 "quote",
280 "unicode-xid",
281]
282
283[[package]]
284name = "thread_local"
285version = "1.1.4"
286source = "registry+https://github.com/rust-lang/crates.io-index"
287checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
288dependencies = [
289 "once_cell",
290]
291
292[[package]]
293name = "tracing"
294version = "0.1.30"
295source = "registry+https://github.com/rust-lang/crates.io-index"
296checksum = "2d8d93354fe2a8e50d5953f5ae2e47a3fc2ef03292e7ea46e3cc38f549525fb9"
297dependencies = [
298 "cfg-if",
299 "pin-project-lite",
300 "tracing-attributes",
301 "tracing-core",
302]
303
304[[package]]
305name = "tracing-attributes"
306version = "0.1.19"
307source = "registry+https://github.com/rust-lang/crates.io-index"
308checksum = "8276d9a4a3a558d7b7ad5303ad50b53d58264641b82914b7ada36bd762e7a716"
309dependencies = [
310 "proc-macro2",
311 "quote",
312 "syn",
313]
314
315[[package]]
316name = "tracing-core"
317version = "0.1.22"
318source = "registry+https://github.com/rust-lang/crates.io-index"
319checksum = "03cfcb51380632a72d3111cb8d3447a8d908e577d31beeac006f836383d29a23"
320dependencies = [
321 "lazy_static",
322 "valuable",
323]
324
325[[package]]
326name = "tracing-log"
327version = "0.1.2"
328source = "registry+https://github.com/rust-lang/crates.io-index"
329checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
330dependencies = [
331 "lazy_static",
332 "log",
333 "tracing-core",
334]
335
336[[package]]
337name = "tracing-subscriber"
338version = "0.3.8"
339source = "registry+https://github.com/rust-lang/crates.io-index"
340checksum = "74786ce43333fcf51efe947aed9718fbe46d5c7328ec3f1029e818083966d9aa"
341dependencies = [
342 "ansi_term",
343 "lazy_static",
344 "matchers",
345 "regex",
346 "sharded-slab",
347 "smallvec",
348 "thread_local",
349 "tracing",
350 "tracing-core",
351 "tracing-log",
352]
353
354[[package]]
355name = "unicode-xid"
356version = "0.2.2"
357source = "registry+https://github.com/rust-lang/crates.io-index"
358checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
359
360[[package]]
361name = "valuable"
362version = "0.1.0"
363source = "registry+https://github.com/rust-lang/crates.io-index"
364checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
365
366[[package]]
Jakub Koturfc1672b2020-12-21 17:28:14 +0100367name = "wasi"
Joel Galenson0d440922021-04-01 15:34:31 -0700368version = "0.10.2+wasi-snapshot-preview1"
Jakub Koturfc1672b2020-12-21 17:28:14 +0100369source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson0d440922021-04-01 15:34:31 -0700370checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
371
372[[package]]
373name = "winapi"
374version = "0.3.9"
375source = "registry+https://github.com/rust-lang/crates.io-index"
376checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
377dependencies = [
378 "winapi-i686-pc-windows-gnu",
379 "winapi-x86_64-pc-windows-gnu",
380]
381
382[[package]]
383name = "winapi-i686-pc-windows-gnu"
384version = "0.4.0"
385source = "registry+https://github.com/rust-lang/crates.io-index"
386checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
387
388[[package]]
389name = "winapi-x86_64-pc-windows-gnu"
390version = "0.4.0"
391source = "registry+https://github.com/rust-lang/crates.io-index"
392checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"