macroblog.rs @ e7c5dc01cf3bf382c82dd6984808bd3ca21d33a5

  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 = "bitflags"
 13version = "1.3.2"
 14source = "registry+https://github.com/rust-lang/crates.io-index"
 15checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 16
 17[[package]]
 18name = "bytes"
 19version = "1.1.0"
 20source = "registry+https://github.com/rust-lang/crates.io-index"
 21checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
 22
 23[[package]]
 24name = "cfg-if"
 25version = "1.0.0"
 26source = "registry+https://github.com/rust-lang/crates.io-index"
 27checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 28
 29[[package]]
 30name = "filetime"
 31version = "0.2.16"
 32source = "registry+https://github.com/rust-lang/crates.io-index"
 33checksum = "c0408e2626025178a6a7f7ffc05a25bc47103229f19c113755de7bf63816290c"
 34dependencies = [
 35 "cfg-if",
 36 "libc",
 37 "redox_syscall",
 38 "winapi",
 39]
 40
 41[[package]]
 42name = "fnv"
 43version = "1.0.7"
 44source = "registry+https://github.com/rust-lang/crates.io-index"
 45checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 46
 47[[package]]
 48name = "futures-channel"
 49version = "0.3.21"
 50source = "registry+https://github.com/rust-lang/crates.io-index"
 51checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
 52dependencies = [
 53 "futures-core",
 54]
 55
 56[[package]]
 57name = "futures-core"
 58version = "0.3.21"
 59source = "registry+https://github.com/rust-lang/crates.io-index"
 60checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
 61
 62[[package]]
 63name = "futures-sink"
 64version = "0.3.21"
 65source = "registry+https://github.com/rust-lang/crates.io-index"
 66checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
 67
 68[[package]]
 69name = "futures-task"
 70version = "0.3.21"
 71source = "registry+https://github.com/rust-lang/crates.io-index"
 72checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
 73
 74[[package]]
 75name = "futures-util"
 76version = "0.3.21"
 77source = "registry+https://github.com/rust-lang/crates.io-index"
 78checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
 79dependencies = [
 80 "futures-core",
 81 "futures-task",
 82 "pin-project-lite",
 83 "pin-utils",
 84]
 85
 86[[package]]
 87name = "h2"
 88version = "0.3.13"
 89source = "registry+https://github.com/rust-lang/crates.io-index"
 90checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
 91dependencies = [
 92 "bytes",
 93 "fnv",
 94 "futures-core",
 95 "futures-sink",
 96 "futures-util",
 97 "http",
 98 "indexmap",
 99 "slab",
100 "tokio",
101 "tokio-util",
102 "tracing",
103]
104
105[[package]]
106name = "hashbrown"
107version = "0.11.2"
108source = "registry+https://github.com/rust-lang/crates.io-index"
109checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
110
111[[package]]
112name = "hermit-abi"
113version = "0.1.19"
114source = "registry+https://github.com/rust-lang/crates.io-index"
115checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
116dependencies = [
117 "libc",
118]
119
120[[package]]
121name = "home"
122version = "0.5.3"
123source = "registry+https://github.com/rust-lang/crates.io-index"
124checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
125dependencies = [
126 "winapi",
127]
128
129[[package]]
130name = "http"
131version = "0.2.7"
132source = "registry+https://github.com/rust-lang/crates.io-index"
133checksum = "ff8670570af52249509a86f5e3e18a08c60b177071826898fde8997cf5f6bfbb"
134dependencies = [
135 "bytes",
136 "fnv",
137 "itoa",
138]
139
140[[package]]
141name = "http-body"
142version = "0.4.4"
143source = "registry+https://github.com/rust-lang/crates.io-index"
144checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
145dependencies = [
146 "bytes",
147 "http",
148 "pin-project-lite",
149]
150
151[[package]]
152name = "httparse"
153version = "1.7.1"
154source = "registry+https://github.com/rust-lang/crates.io-index"
155checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
156
157[[package]]
158name = "httpdate"
159version = "1.0.2"
160source = "registry+https://github.com/rust-lang/crates.io-index"
161checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
162
163[[package]]
164name = "hyper"
165version = "0.14.18"
166source = "registry+https://github.com/rust-lang/crates.io-index"
167checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2"
168dependencies = [
169 "bytes",
170 "futures-channel",
171 "futures-core",
172 "futures-util",
173 "h2",
174 "http",
175 "http-body",
176 "httparse",
177 "httpdate",
178 "itoa",
179 "pin-project-lite",
180 "socket2",
181 "tokio",
182 "tower-service",
183 "tracing",
184 "want",
185]
186
187[[package]]
188name = "indexmap"
189version = "1.8.1"
190source = "registry+https://github.com/rust-lang/crates.io-index"
191checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"
192dependencies = [
193 "autocfg",
194 "hashbrown",
195]
196
197[[package]]
198name = "itoa"
199version = "1.0.1"
200source = "registry+https://github.com/rust-lang/crates.io-index"
201checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
202
203[[package]]
204name = "itoap"
205version = "1.0.1"
206source = "registry+https://github.com/rust-lang/crates.io-index"
207checksum = "9028f49264629065d057f340a86acb84867925865f73bbf8d47b4d149a7e88b8"
208
209[[package]]
210name = "lazy_static"
211version = "1.4.0"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
214
215[[package]]
216name = "libc"
217version = "0.2.125"
218source = "registry+https://github.com/rust-lang/crates.io-index"
219checksum = "5916d2ae698f6de9bfb891ad7a8d65c09d232dc58cc4ac433c7da3b2fd84bc2b"
220
221[[package]]
222name = "lock_api"
223version = "0.4.7"
224source = "registry+https://github.com/rust-lang/crates.io-index"
225checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
226dependencies = [
227 "autocfg",
228 "scopeguard",
229]
230
231[[package]]
232name = "log"
233version = "0.4.17"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
236dependencies = [
237 "cfg-if",
238]
239
240[[package]]
241name = "macroblog"
242version = "0.1.0"
243dependencies = [
244 "hyper",
245 "sailfish",
246 "tokio",
247]
248
249[[package]]
250name = "memchr"
251version = "2.5.0"
252source = "registry+https://github.com/rust-lang/crates.io-index"
253checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
254
255[[package]]
256name = "mio"
257version = "0.8.2"
258source = "registry+https://github.com/rust-lang/crates.io-index"
259checksum = "52da4364ffb0e4fe33a9841a98a3f3014fb964045ce4f7a45a398243c8d6b0c9"
260dependencies = [
261 "libc",
262 "log",
263 "miow",
264 "ntapi",
265 "wasi",
266 "winapi",
267]
268
269[[package]]
270name = "miow"
271version = "0.3.7"
272source = "registry+https://github.com/rust-lang/crates.io-index"
273checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
274dependencies = [
275 "winapi",
276]
277
278[[package]]
279name = "ntapi"
280version = "0.3.7"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
283dependencies = [
284 "winapi",
285]
286
287[[package]]
288name = "num_cpus"
289version = "1.13.1"
290source = "registry+https://github.com/rust-lang/crates.io-index"
291checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
292dependencies = [
293 "hermit-abi",
294 "libc",
295]
296
297[[package]]
298name = "once_cell"
299version = "1.10.0"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
302
303[[package]]
304name = "parking_lot"
305version = "0.12.0"
306source = "registry+https://github.com/rust-lang/crates.io-index"
307checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"
308dependencies = [
309 "lock_api",
310 "parking_lot_core",
311]
312
313[[package]]
314name = "parking_lot_core"
315version = "0.9.3"
316source = "registry+https://github.com/rust-lang/crates.io-index"
317checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
318dependencies = [
319 "cfg-if",
320 "libc",
321 "redox_syscall",
322 "smallvec",
323 "windows-sys",
324]
325
326[[package]]
327name = "pin-project-lite"
328version = "0.2.9"
329source = "registry+https://github.com/rust-lang/crates.io-index"
330checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
331
332[[package]]
333name = "pin-utils"
334version = "0.1.0"
335source = "registry+https://github.com/rust-lang/crates.io-index"
336checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
337
338[[package]]
339name = "proc-macro2"
340version = "1.0.36"
341source = "registry+https://github.com/rust-lang/crates.io-index"
342checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
343dependencies = [
344 "unicode-xid",
345]
346
347[[package]]
348name = "quote"
349version = "1.0.18"
350source = "registry+https://github.com/rust-lang/crates.io-index"
351checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
352dependencies = [
353 "proc-macro2",
354]
355
356[[package]]
357name = "redox_syscall"
358version = "0.2.13"
359source = "registry+https://github.com/rust-lang/crates.io-index"
360checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
361dependencies = [
362 "bitflags",
363]
364
365[[package]]
366name = "ryu"
367version = "1.0.9"
368source = "registry+https://github.com/rust-lang/crates.io-index"
369checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
370
371[[package]]
372name = "sailfish"
373version = "0.4.0"
374source = "registry+https://github.com/rust-lang/crates.io-index"
375checksum = "948a7edfc2f03d7c58a097dda25ed29440a72e8528894a6e182fe9171195fed1"
376dependencies = [
377 "itoap",
378 "ryu",
379 "sailfish-macros",
380 "version_check",
381]
382
383[[package]]
384name = "sailfish-compiler"
385version = "0.4.0"
386source = "registry+https://github.com/rust-lang/crates.io-index"
387checksum = "3f0a01133d6ce146020e6416ac6a823f813f1cbb30ff77548b4fa20749524947"
388dependencies = [
389 "filetime",
390 "home",
391 "memchr",
392 "proc-macro2",
393 "quote",
394 "serde",
395 "syn",
396 "toml",
397]
398
399[[package]]
400name = "sailfish-macros"
401version = "0.4.0"
402source = "registry+https://github.com/rust-lang/crates.io-index"
403checksum = "86326c1f1dce0b316e0a47071f683b185417dc64e1a704380b5c706b09e871b1"
404dependencies = [
405 "proc-macro2",
406 "sailfish-compiler",
407]
408
409[[package]]
410name = "scopeguard"
411version = "1.1.0"
412source = "registry+https://github.com/rust-lang/crates.io-index"
413checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
414
415[[package]]
416name = "serde"
417version = "1.0.137"
418source = "registry+https://github.com/rust-lang/crates.io-index"
419checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"
420dependencies = [
421 "serde_derive",
422]
423
424[[package]]
425name = "serde_derive"
426version = "1.0.137"
427source = "registry+https://github.com/rust-lang/crates.io-index"
428checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"
429dependencies = [
430 "proc-macro2",
431 "quote",
432 "syn",
433]
434
435[[package]]
436name = "signal-hook-registry"
437version = "1.4.0"
438source = "registry+https://github.com/rust-lang/crates.io-index"
439checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
440dependencies = [
441 "libc",
442]
443
444[[package]]
445name = "slab"
446version = "0.4.6"
447source = "registry+https://github.com/rust-lang/crates.io-index"
448checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
449
450[[package]]
451name = "smallvec"
452version = "1.8.0"
453source = "registry+https://github.com/rust-lang/crates.io-index"
454checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
455
456[[package]]
457name = "socket2"
458version = "0.4.4"
459source = "registry+https://github.com/rust-lang/crates.io-index"
460checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
461dependencies = [
462 "libc",
463 "winapi",
464]
465
466[[package]]
467name = "syn"
468version = "1.0.92"
469source = "registry+https://github.com/rust-lang/crates.io-index"
470checksum = "7ff7c592601f11445996a06f8ad0c27f094a58857c2f89e97974ab9235b92c52"
471dependencies = [
472 "proc-macro2",
473 "quote",
474 "unicode-xid",
475]
476
477[[package]]
478name = "tokio"
479version = "1.18.1"
480source = "registry+https://github.com/rust-lang/crates.io-index"
481checksum = "dce653fb475565de9f6fb0614b28bca8df2c430c0cf84bcd9c843f15de5414cc"
482dependencies = [
483 "bytes",
484 "libc",
485 "memchr",
486 "mio",
487 "num_cpus",
488 "once_cell",
489 "parking_lot",
490 "pin-project-lite",
491 "signal-hook-registry",
492 "socket2",
493 "tokio-macros",
494 "winapi",
495]
496
497[[package]]
498name = "tokio-macros"
499version = "1.7.0"
500source = "registry+https://github.com/rust-lang/crates.io-index"
501checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"
502dependencies = [
503 "proc-macro2",
504 "quote",
505 "syn",
506]
507
508[[package]]
509name = "tokio-util"
510version = "0.7.1"
511source = "registry+https://github.com/rust-lang/crates.io-index"
512checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764"
513dependencies = [
514 "bytes",
515 "futures-core",
516 "futures-sink",
517 "pin-project-lite",
518 "tokio",
519 "tracing",
520]
521
522[[package]]
523name = "toml"
524version = "0.5.9"
525source = "registry+https://github.com/rust-lang/crates.io-index"
526checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
527dependencies = [
528 "serde",
529]
530
531[[package]]
532name = "tower-service"
533version = "0.3.1"
534source = "registry+https://github.com/rust-lang/crates.io-index"
535checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
536
537[[package]]
538name = "tracing"
539version = "0.1.34"
540source = "registry+https://github.com/rust-lang/crates.io-index"
541checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"
542dependencies = [
543 "cfg-if",
544 "pin-project-lite",
545 "tracing-attributes",
546 "tracing-core",
547]
548
549[[package]]
550name = "tracing-attributes"
551version = "0.1.21"
552source = "registry+https://github.com/rust-lang/crates.io-index"
553checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c"
554dependencies = [
555 "proc-macro2",
556 "quote",
557 "syn",
558]
559
560[[package]]
561name = "tracing-core"
562version = "0.1.26"
563source = "registry+https://github.com/rust-lang/crates.io-index"
564checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"
565dependencies = [
566 "lazy_static",
567]
568
569[[package]]
570name = "try-lock"
571version = "0.2.3"
572source = "registry+https://github.com/rust-lang/crates.io-index"
573checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
574
575[[package]]
576name = "unicode-xid"
577version = "0.2.3"
578source = "registry+https://github.com/rust-lang/crates.io-index"
579checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"
580
581[[package]]
582name = "version_check"
583version = "0.9.4"
584source = "registry+https://github.com/rust-lang/crates.io-index"
585checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
586
587[[package]]
588name = "want"
589version = "0.3.0"
590source = "registry+https://github.com/rust-lang/crates.io-index"
591checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
592dependencies = [
593 "log",
594 "try-lock",
595]
596
597[[package]]
598name = "wasi"
599version = "0.11.0+wasi-snapshot-preview1"
600source = "registry+https://github.com/rust-lang/crates.io-index"
601checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
602
603[[package]]
604name = "winapi"
605version = "0.3.9"
606source = "registry+https://github.com/rust-lang/crates.io-index"
607checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
608dependencies = [
609 "winapi-i686-pc-windows-gnu",
610 "winapi-x86_64-pc-windows-gnu",
611]
612
613[[package]]
614name = "winapi-i686-pc-windows-gnu"
615version = "0.4.0"
616source = "registry+https://github.com/rust-lang/crates.io-index"
617checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
618
619[[package]]
620name = "winapi-x86_64-pc-windows-gnu"
621version = "0.4.0"
622source = "registry+https://github.com/rust-lang/crates.io-index"
623checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
624
625[[package]]
626name = "windows-sys"
627version = "0.36.1"
628source = "registry+https://github.com/rust-lang/crates.io-index"
629checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
630dependencies = [
631 "windows_aarch64_msvc",
632 "windows_i686_gnu",
633 "windows_i686_msvc",
634 "windows_x86_64_gnu",
635 "windows_x86_64_msvc",
636]
637
638[[package]]
639name = "windows_aarch64_msvc"
640version = "0.36.1"
641source = "registry+https://github.com/rust-lang/crates.io-index"
642checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
643
644[[package]]
645name = "windows_i686_gnu"
646version = "0.36.1"
647source = "registry+https://github.com/rust-lang/crates.io-index"
648checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
649
650[[package]]
651name = "windows_i686_msvc"
652version = "0.36.1"
653source = "registry+https://github.com/rust-lang/crates.io-index"
654checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
655
656[[package]]
657name = "windows_x86_64_gnu"
658version = "0.36.1"
659source = "registry+https://github.com/rust-lang/crates.io-index"
660checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
661
662[[package]]
663name = "windows_x86_64_msvc"
664version = "0.36.1"
665source = "registry+https://github.com/rust-lang/crates.io-index"
666checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"