• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "autocfg"
7version = "1.1.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
10
11[[package]]
12name = "cc"
13version = "1.0.79"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
16
17[[package]]
18name = "cfg-if"
19version = "1.0.0"
20source = "registry+https://github.com/rust-lang/crates.io-index"
21checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
22
23[[package]]
24name = "crossbeam-epoch"
25version = "0.9.14"
26dependencies = [
27 "autocfg",
28 "cfg-if",
29 "crossbeam-utils",
30 "loom",
31 "memoffset",
32 "rand",
33 "rustversion",
34 "scopeguard",
35]
36
37[[package]]
38name = "crossbeam-utils"
39version = "0.8.15"
40source = "registry+https://github.com/rust-lang/crates.io-index"
41checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
42dependencies = [
43 "cfg-if",
44 "loom",
45]
46
47[[package]]
48name = "generator"
49version = "0.7.3"
50source = "registry+https://github.com/rust-lang/crates.io-index"
51checksum = "33a20a288a94683f5f4da0adecdbe095c94a77c295e514cc6484e9394dd8376e"
52dependencies = [
53 "cc",
54 "libc",
55 "log",
56 "rustversion",
57 "windows",
58]
59
60[[package]]
61name = "getrandom"
62version = "0.2.8"
63source = "registry+https://github.com/rust-lang/crates.io-index"
64checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
65dependencies = [
66 "cfg-if",
67 "libc",
68 "wasi",
69]
70
71[[package]]
72name = "lazy_static"
73version = "1.4.0"
74source = "registry+https://github.com/rust-lang/crates.io-index"
75checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
76
77[[package]]
78name = "libc"
79version = "0.2.139"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
82
83[[package]]
84name = "log"
85version = "0.4.17"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
88dependencies = [
89 "cfg-if",
90]
91
92[[package]]
93name = "loom"
94version = "0.5.6"
95source = "registry+https://github.com/rust-lang/crates.io-index"
96checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5"
97dependencies = [
98 "cfg-if",
99 "generator",
100 "scoped-tls",
101 "tracing",
102 "tracing-subscriber",
103]
104
105[[package]]
106name = "matchers"
107version = "0.1.0"
108source = "registry+https://github.com/rust-lang/crates.io-index"
109checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
110dependencies = [
111 "regex-automata",
112]
113
114[[package]]
115name = "memoffset"
116version = "0.8.0"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
119dependencies = [
120 "autocfg",
121]
122
123[[package]]
124name = "nu-ansi-term"
125version = "0.46.0"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
128dependencies = [
129 "overload",
130 "winapi",
131]
132
133[[package]]
134name = "once_cell"
135version = "1.17.1"
136source = "registry+https://github.com/rust-lang/crates.io-index"
137checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
138
139[[package]]
140name = "overload"
141version = "0.1.1"
142source = "registry+https://github.com/rust-lang/crates.io-index"
143checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
144
145[[package]]
146name = "pin-project-lite"
147version = "0.2.9"
148source = "registry+https://github.com/rust-lang/crates.io-index"
149checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
150
151[[package]]
152name = "ppv-lite86"
153version = "0.2.17"
154source = "registry+https://github.com/rust-lang/crates.io-index"
155checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
156
157[[package]]
158name = "proc-macro2"
159version = "1.0.51"
160source = "registry+https://github.com/rust-lang/crates.io-index"
161checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6"
162dependencies = [
163 "unicode-ident",
164]
165
166[[package]]
167name = "quote"
168version = "1.0.23"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
171dependencies = [
172 "proc-macro2",
173]
174
175[[package]]
176name = "rand"
177version = "0.8.5"
178source = "registry+https://github.com/rust-lang/crates.io-index"
179checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
180dependencies = [
181 "libc",
182 "rand_chacha",
183 "rand_core",
184]
185
186[[package]]
187name = "rand_chacha"
188version = "0.3.1"
189source = "registry+https://github.com/rust-lang/crates.io-index"
190checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
191dependencies = [
192 "ppv-lite86",
193 "rand_core",
194]
195
196[[package]]
197name = "rand_core"
198version = "0.6.4"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
201dependencies = [
202 "getrandom",
203]
204
205[[package]]
206name = "regex"
207version = "1.7.1"
208source = "registry+https://github.com/rust-lang/crates.io-index"
209checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
210dependencies = [
211 "regex-syntax",
212]
213
214[[package]]
215name = "regex-automata"
216version = "0.1.10"
217source = "registry+https://github.com/rust-lang/crates.io-index"
218checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
219dependencies = [
220 "regex-syntax",
221]
222
223[[package]]
224name = "regex-syntax"
225version = "0.6.28"
226source = "registry+https://github.com/rust-lang/crates.io-index"
227checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
228
229[[package]]
230name = "rustversion"
231version = "1.0.11"
232source = "registry+https://github.com/rust-lang/crates.io-index"
233checksum = "5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70"
234
235[[package]]
236name = "scoped-tls"
237version = "1.0.1"
238source = "registry+https://github.com/rust-lang/crates.io-index"
239checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
240
241[[package]]
242name = "scopeguard"
243version = "1.1.0"
244source = "registry+https://github.com/rust-lang/crates.io-index"
245checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
246
247[[package]]
248name = "sharded-slab"
249version = "0.1.4"
250source = "registry+https://github.com/rust-lang/crates.io-index"
251checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
252dependencies = [
253 "lazy_static",
254]
255
256[[package]]
257name = "smallvec"
258version = "1.10.0"
259source = "registry+https://github.com/rust-lang/crates.io-index"
260checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
261
262[[package]]
263name = "syn"
264version = "1.0.109"
265source = "registry+https://github.com/rust-lang/crates.io-index"
266checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
267dependencies = [
268 "proc-macro2",
269 "quote",
270 "unicode-ident",
271]
272
273[[package]]
274name = "thread_local"
275version = "1.1.7"
276source = "registry+https://github.com/rust-lang/crates.io-index"
277checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
278dependencies = [
279 "cfg-if",
280 "once_cell",
281]
282
283[[package]]
284name = "tracing"
285version = "0.1.37"
286source = "registry+https://github.com/rust-lang/crates.io-index"
287checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
288dependencies = [
289 "cfg-if",
290 "pin-project-lite",
291 "tracing-attributes",
292 "tracing-core",
293]
294
295[[package]]
296name = "tracing-attributes"
297version = "0.1.23"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
300dependencies = [
301 "proc-macro2",
302 "quote",
303 "syn",
304]
305
306[[package]]
307name = "tracing-core"
308version = "0.1.30"
309source = "registry+https://github.com/rust-lang/crates.io-index"
310checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
311dependencies = [
312 "once_cell",
313 "valuable",
314]
315
316[[package]]
317name = "tracing-log"
318version = "0.1.3"
319source = "registry+https://github.com/rust-lang/crates.io-index"
320checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
321dependencies = [
322 "lazy_static",
323 "log",
324 "tracing-core",
325]
326
327[[package]]
328name = "tracing-subscriber"
329version = "0.3.16"
330source = "registry+https://github.com/rust-lang/crates.io-index"
331checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70"
332dependencies = [
333 "matchers",
334 "nu-ansi-term",
335 "once_cell",
336 "regex",
337 "sharded-slab",
338 "smallvec",
339 "thread_local",
340 "tracing",
341 "tracing-core",
342 "tracing-log",
343]
344
345[[package]]
346name = "unicode-ident"
347version = "1.0.6"
348source = "registry+https://github.com/rust-lang/crates.io-index"
349checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
350
351[[package]]
352name = "valuable"
353version = "0.1.0"
354source = "registry+https://github.com/rust-lang/crates.io-index"
355checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
356
357[[package]]
358name = "wasi"
359version = "0.11.0+wasi-snapshot-preview1"
360source = "registry+https://github.com/rust-lang/crates.io-index"
361checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
362
363[[package]]
364name = "winapi"
365version = "0.3.9"
366source = "registry+https://github.com/rust-lang/crates.io-index"
367checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
368dependencies = [
369 "winapi-i686-pc-windows-gnu",
370 "winapi-x86_64-pc-windows-gnu",
371]
372
373[[package]]
374name = "winapi-i686-pc-windows-gnu"
375version = "0.4.0"
376source = "registry+https://github.com/rust-lang/crates.io-index"
377checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
378
379[[package]]
380name = "winapi-x86_64-pc-windows-gnu"
381version = "0.4.0"
382source = "registry+https://github.com/rust-lang/crates.io-index"
383checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
384
385[[package]]
386name = "windows"
387version = "0.44.0"
388source = "registry+https://github.com/rust-lang/crates.io-index"
389checksum = "9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b"
390dependencies = [
391 "windows-targets",
392]
393
394[[package]]
395name = "windows-targets"
396version = "0.42.1"
397source = "registry+https://github.com/rust-lang/crates.io-index"
398checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
399dependencies = [
400 "windows_aarch64_gnullvm",
401 "windows_aarch64_msvc",
402 "windows_i686_gnu",
403 "windows_i686_msvc",
404 "windows_x86_64_gnu",
405 "windows_x86_64_gnullvm",
406 "windows_x86_64_msvc",
407]
408
409[[package]]
410name = "windows_aarch64_gnullvm"
411version = "0.42.1"
412source = "registry+https://github.com/rust-lang/crates.io-index"
413checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
414
415[[package]]
416name = "windows_aarch64_msvc"
417version = "0.42.1"
418source = "registry+https://github.com/rust-lang/crates.io-index"
419checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
420
421[[package]]
422name = "windows_i686_gnu"
423version = "0.42.1"
424source = "registry+https://github.com/rust-lang/crates.io-index"
425checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
426
427[[package]]
428name = "windows_i686_msvc"
429version = "0.42.1"
430source = "registry+https://github.com/rust-lang/crates.io-index"
431checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
432
433[[package]]
434name = "windows_x86_64_gnu"
435version = "0.42.1"
436source = "registry+https://github.com/rust-lang/crates.io-index"
437checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
438
439[[package]]
440name = "windows_x86_64_gnullvm"
441version = "0.42.1"
442source = "registry+https://github.com/rust-lang/crates.io-index"
443checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
444
445[[package]]
446name = "windows_x86_64_msvc"
447version = "0.42.1"
448source = "registry+https://github.com/rust-lang/crates.io-index"
449checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
450