macroblog.rs @ 1beb4d15d54f6900068f6029f561559a566101d4

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