sundries

Assorted little morsels for your enjoyment

git clone https://code.pdelong.com/sundries.git

  1# This file is automatically @generated by Cargo.
  2# It is not intended for manual editing.
  3version = 4
  4
  5[[package]]
  6name = "aho-corasick"
  7version = "0.6.4"
  8source = "registry+https://github.com/rust-lang/crates.io-index"
  9checksum = "d6531d44de723825aa81398a6415283229725a00fa30713812ab9323faa82fc4"
 10dependencies = [
 11 "memchr",
 12]
 13
 14[[package]]
 15name = "ansi_term"
 16version = "0.11.0"
 17source = "registry+https://github.com/rust-lang/crates.io-index"
 18checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
 19dependencies = [
 20 "winapi",
 21]
 22
 23[[package]]
 24name = "arrayvec"
 25version = "0.4.7"
 26source = "registry+https://github.com/rust-lang/crates.io-index"
 27checksum = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef"
 28dependencies = [
 29 "nodrop",
 30]
 31
 32[[package]]
 33name = "atty"
 34version = "0.2.8"
 35source = "registry+https://github.com/rust-lang/crates.io-index"
 36checksum = "af80143d6f7608d746df1520709e5d141c96f240b0e62b0aa41bdfb53374d9d4"
 37dependencies = [
 38 "libc",
 39 "termion",
 40 "winapi",
 41]
 42
 43[[package]]
 44name = "backtrace"
 45version = "0.3.5"
 46source = "registry+https://github.com/rust-lang/crates.io-index"
 47checksum = "ebbbf59b1c43eefa8c3ede390fcc36820b4999f7914104015be25025e0d62af2"
 48dependencies = [
 49 "backtrace-sys",
 50 "cfg-if",
 51 "libc",
 52 "rustc-demangle",
 53 "winapi",
 54]
 55
 56[[package]]
 57name = "backtrace-sys"
 58version = "0.1.16"
 59source = "registry+https://github.com/rust-lang/crates.io-index"
 60checksum = "44585761d6161b0f57afc49482ab6bd067e4edef48c12a152c237eb0203f7661"
 61dependencies = [
 62 "cc",
 63 "libc",
 64]
 65
 66[[package]]
 67name = "bitflags"
 68version = "1.0.1"
 69source = "registry+https://github.com/rust-lang/crates.io-index"
 70checksum = "b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf"
 71
 72[[package]]
 73name = "brainfuck"
 74version = "0.1.0"
 75dependencies = [
 76 "quicli",
 77]
 78
 79[[package]]
 80name = "cc"
 81version = "1.0.5"
 82source = "registry+https://github.com/rust-lang/crates.io-index"
 83checksum = "9be26b24e988625409b19736d130f0c7d224f01d06454b5f81d8d23d6c1a618f"
 84
 85[[package]]
 86name = "cfg-if"
 87version = "0.1.2"
 88source = "registry+https://github.com/rust-lang/crates.io-index"
 89checksum = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
 90
 91[[package]]
 92name = "clap"
 93version = "2.31.1"
 94source = "registry+https://github.com/rust-lang/crates.io-index"
 95checksum = "5dc18f6f4005132120d9711636b32c46a233fad94df6217fa1d81c5e97a9f200"
 96dependencies = [
 97 "ansi_term",
 98 "atty",
 99 "bitflags",
100 "strsim",
101 "textwrap",
102 "unicode-width",
103 "vec_map",
104]
105
106[[package]]
107name = "crossbeam-deque"
108version = "0.2.0"
109source = "registry+https://github.com/rust-lang/crates.io-index"
110checksum = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3"
111dependencies = [
112 "crossbeam-epoch",
113 "crossbeam-utils",
114]
115
116[[package]]
117name = "crossbeam-epoch"
118version = "0.3.0"
119source = "registry+https://github.com/rust-lang/crates.io-index"
120checksum = "59796cc6cbbdc6bb319161349db0c3250ec73ec7fcb763a51065ec4e2e158552"
121dependencies = [
122 "arrayvec",
123 "cfg-if",
124 "crossbeam-utils",
125 "lazy_static 0.2.11",
126 "memoffset",
127 "nodrop",
128 "scopeguard",
129]
130
131[[package]]
132name = "crossbeam-utils"
133version = "0.2.2"
134source = "registry+https://github.com/rust-lang/crates.io-index"
135checksum = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9"
136dependencies = [
137 "cfg-if",
138]
139
140[[package]]
141name = "either"
142version = "1.4.0"
143source = "registry+https://github.com/rust-lang/crates.io-index"
144checksum = "740178ddf48b1a9e878e6d6509a1442a2d42fd2928aae8e7a6f8a36fb01981b3"
145
146[[package]]
147name = "env_logger"
148version = "0.5.4"
149source = "registry+https://github.com/rust-lang/crates.io-index"
150checksum = "f3cc21490995c841d68e00276eba02071ebb269ec24011d5728bd00eabd39e31"
151dependencies = [
152 "atty",
153 "humantime",
154 "log",
155 "regex",
156 "termcolor",
157]
158
159[[package]]
160name = "failure"
161version = "0.1.1"
162source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "934799b6c1de475a012a02dab0ace1ace43789ee4b99bcfbf1a2e3e8ced5de82"
164dependencies = [
165 "backtrace",
166 "failure_derive",
167]
168
169[[package]]
170name = "failure_derive"
171version = "0.1.1"
172source = "registry+https://github.com/rust-lang/crates.io-index"
173checksum = "c7cdda555bb90c9bb67a3b670a0f42de8e73f5981524123ad8578aafec8ddb8b"
174dependencies = [
175 "quote 0.3.15",
176 "syn 0.11.11",
177 "synstructure",
178]
179
180[[package]]
181name = "fuchsia-zircon"
182version = "0.3.3"
183source = "registry+https://github.com/rust-lang/crates.io-index"
184checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
185dependencies = [
186 "bitflags",
187 "fuchsia-zircon-sys",
188]
189
190[[package]]
191name = "fuchsia-zircon-sys"
192version = "0.3.3"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
195
196[[package]]
197name = "glob"
198version = "0.2.11"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
201
202[[package]]
203name = "humantime"
204version = "1.1.1"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "0484fda3e7007f2a4a0d9c3a703ca38c71c54c55602ce4660c419fd32e188c9e"
207dependencies = [
208 "quick-error",
209]
210
211[[package]]
212name = "lazy_static"
213version = "0.2.11"
214source = "registry+https://github.com/rust-lang/crates.io-index"
215checksum = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
216
217[[package]]
218name = "lazy_static"
219version = "1.0.0"
220source = "registry+https://github.com/rust-lang/crates.io-index"
221checksum = "c8f31047daa365f19be14b47c29df4f7c3b581832407daabe6ae77397619237d"
222
223[[package]]
224name = "libc"
225version = "0.2.39"
226source = "registry+https://github.com/rust-lang/crates.io-index"
227checksum = "f54263ad99207254cf58b5f701ecb432c717445ea2ee8af387334bdd1a03fdff"
228
229[[package]]
230name = "log"
231version = "0.4.1"
232source = "registry+https://github.com/rust-lang/crates.io-index"
233checksum = "89f010e843f2b1a31dbd316b3b8d443758bc634bed37aabade59c686d644e0a2"
234dependencies = [
235 "cfg-if",
236]
237
238[[package]]
239name = "memchr"
240version = "2.0.1"
241source = "registry+https://github.com/rust-lang/crates.io-index"
242checksum = "796fba70e76612589ed2ce7f45282f5af869e0fdd7cc6199fa1aa1f1d591ba9d"
243dependencies = [
244 "libc",
245]
246
247[[package]]
248name = "memoffset"
249version = "0.2.1"
250source = "registry+https://github.com/rust-lang/crates.io-index"
251checksum = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
252
253[[package]]
254name = "nodrop"
255version = "0.1.12"
256source = "registry+https://github.com/rust-lang/crates.io-index"
257checksum = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
258
259[[package]]
260name = "num_cpus"
261version = "1.8.0"
262source = "registry+https://github.com/rust-lang/crates.io-index"
263checksum = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30"
264dependencies = [
265 "libc",
266]
267
268[[package]]
269name = "proc-macro2"
270version = "0.2.3"
271source = "registry+https://github.com/rust-lang/crates.io-index"
272checksum = "cd07deb3c6d1d9ff827999c7f9b04cdfd66b1b17ae508e14fe47b620f2282ae0"
273dependencies = [
274 "unicode-xid 0.1.0",
275]
276
277[[package]]
278name = "quick-error"
279version = "1.2.1"
280source = "registry+https://github.com/rust-lang/crates.io-index"
281checksum = "eda5fe9b71976e62bc81b781206aaa076401769b2143379d3eb2118388babac4"
282
283[[package]]
284name = "quicli"
285version = "0.2.0"
286source = "registry+https://github.com/rust-lang/crates.io-index"
287checksum = "8b39e72e41703f8a10d864b6ab4c74f9568acca64142cd45bdbd0e755bef6522"
288dependencies = [
289 "env_logger",
290 "failure",
291 "failure_derive",
292 "glob",
293 "log",
294 "rayon",
295 "serde",
296 "serde_derive",
297 "structopt",
298 "structopt-derive",
299]
300
301[[package]]
302name = "quote"
303version = "0.3.15"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
306
307[[package]]
308name = "quote"
309version = "0.4.2"
310source = "registry+https://github.com/rust-lang/crates.io-index"
311checksum = "1eca14c727ad12702eb4b6bfb5a232287dcf8385cb8ca83a3eeaf6519c44c408"
312dependencies = [
313 "proc-macro2",
314]
315
316[[package]]
317name = "rand"
318version = "0.4.2"
319source = "registry+https://github.com/rust-lang/crates.io-index"
320checksum = "eba5f8cb59cc50ed56be8880a5c7b496bfd9bd26394e176bc67884094145c2c5"
321dependencies = [
322 "fuchsia-zircon",
323 "libc",
324 "winapi",
325]
326
327[[package]]
328name = "rayon"
329version = "0.9.0"
330source = "registry+https://github.com/rust-lang/crates.io-index"
331checksum = "ed02d09394c94ffbdfdc755ad62a132e94c3224a8354e78a1200ced34df12edf"
332dependencies = [
333 "either",
334 "rayon-core",
335]
336
337[[package]]
338name = "rayon-core"
339version = "1.4.0"
340source = "registry+https://github.com/rust-lang/crates.io-index"
341checksum = "9d24ad214285a7729b174ed6d3bcfcb80177807f959d95fafd5bfc5c4f201ac8"
342dependencies = [
343 "crossbeam-deque",
344 "lazy_static 1.0.0",
345 "libc",
346 "num_cpus",
347 "rand",
348]
349
350[[package]]
351name = "redox_syscall"
352version = "0.1.37"
353source = "registry+https://github.com/rust-lang/crates.io-index"
354checksum = "0d92eecebad22b767915e4d529f89f28ee96dbbf5a4810d2b844373f136417fd"
355
356[[package]]
357name = "redox_termios"
358version = "0.1.1"
359source = "registry+https://github.com/rust-lang/crates.io-index"
360checksum = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
361dependencies = [
362 "redox_syscall",
363]
364
365[[package]]
366name = "regex"
367version = "0.2.6"
368source = "registry+https://github.com/rust-lang/crates.io-index"
369checksum = "5be5347bde0c48cfd8c3fdc0766cdfe9d8a755ef84d620d6794c778c91de8b2b"
370dependencies = [
371 "aho-corasick",
372 "memchr",
373 "regex-syntax",
374 "thread_local",
375 "utf8-ranges",
376]
377
378[[package]]
379name = "regex-syntax"
380version = "0.4.2"
381source = "registry+https://github.com/rust-lang/crates.io-index"
382checksum = "8e931c58b93d86f080c734bfd2bce7dd0079ae2331235818133c8be7f422e20e"
383
384[[package]]
385name = "rustc-demangle"
386version = "0.1.7"
387source = "registry+https://github.com/rust-lang/crates.io-index"
388checksum = "11fb43a206a04116ffd7cfcf9bcb941f8eb6cc7ff667272246b0a1c74259a3cb"
389
390[[package]]
391name = "scopeguard"
392version = "0.3.3"
393source = "registry+https://github.com/rust-lang/crates.io-index"
394checksum = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
395
396[[package]]
397name = "serde"
398version = "1.0.27"
399source = "registry+https://github.com/rust-lang/crates.io-index"
400checksum = "db99f3919e20faa51bb2996057f5031d8685019b5a06139b1ce761da671b8526"
401
402[[package]]
403name = "serde_derive"
404version = "1.0.27"
405source = "registry+https://github.com/rust-lang/crates.io-index"
406checksum = "f4ba7591cfe93755e89eeecdbcc668885624829b020050e6aec99c2a03bd3fd0"
407dependencies = [
408 "quote 0.3.15",
409 "serde_derive_internals",
410 "syn 0.11.11",
411]
412
413[[package]]
414name = "serde_derive_internals"
415version = "0.19.0"
416source = "registry+https://github.com/rust-lang/crates.io-index"
417checksum = "6e03f1c9530c3fb0a0a5c9b826bdd9246a5921ae995d75f512ac917fc4dd55b5"
418dependencies = [
419 "syn 0.11.11",
420 "synom",
421]
422
423[[package]]
424name = "strsim"
425version = "0.7.0"
426source = "registry+https://github.com/rust-lang/crates.io-index"
427checksum = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
428
429[[package]]
430name = "structopt"
431version = "0.2.4"
432source = "registry+https://github.com/rust-lang/crates.io-index"
433checksum = "c21a0d725e17586ef03c8b234f386932d7a06eb3949e352d5f47eaa29fdb86b6"
434dependencies = [
435 "clap",
436 "structopt-derive",
437]
438
439[[package]]
440name = "structopt-derive"
441version = "0.2.4"
442source = "registry+https://github.com/rust-lang/crates.io-index"
443checksum = "4c85f096c5d549d18263eb92d492abba0d038c6d4e983e5fb02446ea7b4fb8c2"
444dependencies = [
445 "proc-macro2",
446 "quote 0.4.2",
447 "syn 0.12.13",
448]
449
450[[package]]
451name = "syn"
452version = "0.11.11"
453source = "registry+https://github.com/rust-lang/crates.io-index"
454checksum = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
455dependencies = [
456 "quote 0.3.15",
457 "synom",
458 "unicode-xid 0.0.4",
459]
460
461[[package]]
462name = "syn"
463version = "0.12.13"
464source = "registry+https://github.com/rust-lang/crates.io-index"
465checksum = "517f6da31bc53bf080b9a77b29fbd0ff8da2f5a2ebd24c73c2238274a94ac7cb"
466dependencies = [
467 "proc-macro2",
468 "quote 0.4.2",
469 "unicode-xid 0.1.0",
470]
471
472[[package]]
473name = "synom"
474version = "0.11.3"
475source = "registry+https://github.com/rust-lang/crates.io-index"
476checksum = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
477dependencies = [
478 "unicode-xid 0.0.4",
479]
480
481[[package]]
482name = "synstructure"
483version = "0.6.1"
484source = "registry+https://github.com/rust-lang/crates.io-index"
485checksum = "3a761d12e6d8dcb4dcf952a7a89b475e3a9d69e4a69307e01a470977642914bd"
486dependencies = [
487 "quote 0.3.15",
488 "syn 0.11.11",
489]
490
491[[package]]
492name = "termcolor"
493version = "0.3.5"
494source = "registry+https://github.com/rust-lang/crates.io-index"
495checksum = "56c456352e44f9f91f774ddeeed27c1ec60a2455ed66d692059acfb1d731bda1"
496dependencies = [
497 "wincolor",
498]
499
500[[package]]
501name = "termion"
502version = "1.5.1"
503source = "registry+https://github.com/rust-lang/crates.io-index"
504checksum = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
505dependencies = [
506 "libc",
507 "redox_syscall",
508 "redox_termios",
509]
510
511[[package]]
512name = "textwrap"
513version = "0.9.0"
514source = "registry+https://github.com/rust-lang/crates.io-index"
515checksum = "c0b59b6b4b44d867f1370ef1bd91bfb262bf07bf0ae65c202ea2fbc16153b693"
516dependencies = [
517 "unicode-width",
518]
519
520[[package]]
521name = "thread_local"
522version = "0.3.5"
523source = "registry+https://github.com/rust-lang/crates.io-index"
524checksum = "279ef31c19ededf577bfd12dfae728040a21f635b06a24cd670ff510edd38963"
525dependencies = [
526 "lazy_static 1.0.0",
527 "unreachable",
528]
529
530[[package]]
531name = "unicode-width"
532version = "0.1.4"
533source = "registry+https://github.com/rust-lang/crates.io-index"
534checksum = "bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f"
535
536[[package]]
537name = "unicode-xid"
538version = "0.0.4"
539source = "registry+https://github.com/rust-lang/crates.io-index"
540checksum = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
541
542[[package]]
543name = "unicode-xid"
544version = "0.1.0"
545source = "registry+https://github.com/rust-lang/crates.io-index"
546checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
547
548[[package]]
549name = "unreachable"
550version = "1.0.0"
551source = "registry+https://github.com/rust-lang/crates.io-index"
552checksum = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
553dependencies = [
554 "void",
555]
556
557[[package]]
558name = "utf8-ranges"
559version = "1.0.0"
560source = "registry+https://github.com/rust-lang/crates.io-index"
561checksum = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122"
562
563[[package]]
564name = "vec_map"
565version = "0.8.0"
566source = "registry+https://github.com/rust-lang/crates.io-index"
567checksum = "887b5b631c2ad01628bbbaa7dd4c869f80d3186688f8d0b6f58774fbe324988c"
568
569[[package]]
570name = "void"
571version = "1.0.2"
572source = "registry+https://github.com/rust-lang/crates.io-index"
573checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
574
575[[package]]
576name = "winapi"
577version = "0.3.4"
578source = "registry+https://github.com/rust-lang/crates.io-index"
579checksum = "04e3bd221fcbe8a271359c04f21a76db7d0c6028862d1bb5512d85e1e2eb5bb3"
580dependencies = [
581 "winapi-i686-pc-windows-gnu",
582 "winapi-x86_64-pc-windows-gnu",
583]
584
585[[package]]
586name = "winapi-i686-pc-windows-gnu"
587version = "0.4.0"
588source = "registry+https://github.com/rust-lang/crates.io-index"
589checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
590
591[[package]]
592name = "winapi-x86_64-pc-windows-gnu"
593version = "0.4.0"
594source = "registry+https://github.com/rust-lang/crates.io-index"
595checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
596
597[[package]]
598name = "wincolor"
599version = "0.1.6"
600source = "registry+https://github.com/rust-lang/crates.io-index"
601checksum = "eeb06499a3a4d44302791052df005d5232b927ed1a9658146d842165c4de7767"
602dependencies = [
603 "winapi",
604]