]> nmode's Git Repositories - signal-cli/blob - client/Cargo.lock
aed17e7f7f83fca038fdb0c7fb5f951d4b5bc692
[signal-cli] / client / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 3
4
5 [[package]]
6 name = "addr2line"
7 version = "0.20.0"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3"
10 dependencies = [
11 "gimli",
12 ]
13
14 [[package]]
15 name = "adler"
16 version = "1.0.2"
17 source = "registry+https://github.com/rust-lang/crates.io-index"
18 checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
19
20 [[package]]
21 name = "aho-corasick"
22 version = "1.0.3"
23 source = "registry+https://github.com/rust-lang/crates.io-index"
24 checksum = "86b8f9420f797f2d9e935edf629310eb938a0d839f984e25327f3c7eed22300c"
25 dependencies = [
26 "memchr",
27 ]
28
29 [[package]]
30 name = "anstream"
31 version = "0.3.2"
32 source = "registry+https://github.com/rust-lang/crates.io-index"
33 checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
34 dependencies = [
35 "anstyle",
36 "anstyle-parse",
37 "anstyle-query",
38 "anstyle-wincon",
39 "colorchoice",
40 "is-terminal",
41 "utf8parse",
42 ]
43
44 [[package]]
45 name = "anstyle"
46 version = "1.0.1"
47 source = "registry+https://github.com/rust-lang/crates.io-index"
48 checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd"
49
50 [[package]]
51 name = "anstyle-parse"
52 version = "0.2.1"
53 source = "registry+https://github.com/rust-lang/crates.io-index"
54 checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
55 dependencies = [
56 "utf8parse",
57 ]
58
59 [[package]]
60 name = "anstyle-query"
61 version = "1.0.0"
62 source = "registry+https://github.com/rust-lang/crates.io-index"
63 checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
64 dependencies = [
65 "windows-sys",
66 ]
67
68 [[package]]
69 name = "anstyle-wincon"
70 version = "1.0.2"
71 source = "registry+https://github.com/rust-lang/crates.io-index"
72 checksum = "c677ab05e09154296dd37acecd46420c17b9713e8366facafa8fc0885167cf4c"
73 dependencies = [
74 "anstyle",
75 "windows-sys",
76 ]
77
78 [[package]]
79 name = "anyhow"
80 version = "1.0.72"
81 source = "registry+https://github.com/rust-lang/crates.io-index"
82 checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854"
83
84 [[package]]
85 name = "autocfg"
86 version = "1.1.0"
87 source = "registry+https://github.com/rust-lang/crates.io-index"
88 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
89
90 [[package]]
91 name = "backtrace"
92 version = "0.3.68"
93 source = "registry+https://github.com/rust-lang/crates.io-index"
94 checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12"
95 dependencies = [
96 "addr2line",
97 "cc",
98 "cfg-if",
99 "libc",
100 "miniz_oxide",
101 "object",
102 "rustc-demangle",
103 ]
104
105 [[package]]
106 name = "bitflags"
107 version = "1.3.2"
108 source = "registry+https://github.com/rust-lang/crates.io-index"
109 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
110
111 [[package]]
112 name = "bitflags"
113 version = "2.3.3"
114 source = "registry+https://github.com/rust-lang/crates.io-index"
115 checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
116
117 [[package]]
118 name = "bstr"
119 version = "1.6.0"
120 source = "registry+https://github.com/rust-lang/crates.io-index"
121 checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05"
122 dependencies = [
123 "memchr",
124 "serde",
125 ]
126
127 [[package]]
128 name = "bytes"
129 version = "1.4.0"
130 source = "registry+https://github.com/rust-lang/crates.io-index"
131 checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
132
133 [[package]]
134 name = "cc"
135 version = "1.0.82"
136 source = "registry+https://github.com/rust-lang/crates.io-index"
137 checksum = "305fe645edc1442a0fa8b6726ba61d422798d37a52e12eaecf4b022ebbb88f01"
138 dependencies = [
139 "libc",
140 ]
141
142 [[package]]
143 name = "cfg-if"
144 version = "1.0.0"
145 source = "registry+https://github.com/rust-lang/crates.io-index"
146 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
147
148 [[package]]
149 name = "clap"
150 version = "4.3.21"
151 source = "registry+https://github.com/rust-lang/crates.io-index"
152 checksum = "c27cdf28c0f604ba3f512b0c9a409f8de8513e4816705deb0498b627e7c3a3fd"
153 dependencies = [
154 "clap_builder",
155 "clap_derive",
156 "once_cell",
157 ]
158
159 [[package]]
160 name = "clap_builder"
161 version = "4.3.21"
162 source = "registry+https://github.com/rust-lang/crates.io-index"
163 checksum = "08a9f1ab5e9f01a9b81f202e8562eb9a10de70abf9eaeac1be465c28b75aa4aa"
164 dependencies = [
165 "anstream",
166 "anstyle",
167 "clap_lex",
168 "once_cell",
169 "strsim",
170 "terminal_size",
171 ]
172
173 [[package]]
174 name = "clap_derive"
175 version = "4.3.12"
176 source = "registry+https://github.com/rust-lang/crates.io-index"
177 checksum = "54a9bb5758fc5dfe728d1019941681eccaf0cf8a4189b692a0ee2f2ecf90a050"
178 dependencies = [
179 "heck",
180 "proc-macro2",
181 "quote",
182 "syn 2.0.28",
183 ]
184
185 [[package]]
186 name = "clap_lex"
187 version = "0.5.0"
188 source = "registry+https://github.com/rust-lang/crates.io-index"
189 checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
190
191 [[package]]
192 name = "colorchoice"
193 version = "1.0.0"
194 source = "registry+https://github.com/rust-lang/crates.io-index"
195 checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
196
197 [[package]]
198 name = "convert_case"
199 version = "0.4.0"
200 source = "registry+https://github.com/rust-lang/crates.io-index"
201 checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
202
203 [[package]]
204 name = "derive_more"
205 version = "0.99.17"
206 source = "registry+https://github.com/rust-lang/crates.io-index"
207 checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
208 dependencies = [
209 "convert_case",
210 "proc-macro2",
211 "quote",
212 "rustc_version",
213 "syn 1.0.109",
214 ]
215
216 [[package]]
217 name = "errno"
218 version = "0.3.2"
219 source = "registry+https://github.com/rust-lang/crates.io-index"
220 checksum = "6b30f669a7961ef1631673d2766cc92f52d64f7ef354d4fe0ddfd30ed52f0f4f"
221 dependencies = [
222 "errno-dragonfly",
223 "libc",
224 "windows-sys",
225 ]
226
227 [[package]]
228 name = "errno-dragonfly"
229 version = "0.1.2"
230 source = "registry+https://github.com/rust-lang/crates.io-index"
231 checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
232 dependencies = [
233 "cc",
234 "libc",
235 ]
236
237 [[package]]
238 name = "fnv"
239 version = "1.0.7"
240 source = "registry+https://github.com/rust-lang/crates.io-index"
241 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
242
243 [[package]]
244 name = "futures"
245 version = "0.1.31"
246 source = "registry+https://github.com/rust-lang/crates.io-index"
247 checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
248
249 [[package]]
250 name = "futures"
251 version = "0.3.28"
252 source = "registry+https://github.com/rust-lang/crates.io-index"
253 checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
254 dependencies = [
255 "futures-channel",
256 "futures-core",
257 "futures-executor",
258 "futures-io",
259 "futures-sink",
260 "futures-task",
261 "futures-util",
262 ]
263
264 [[package]]
265 name = "futures-channel"
266 version = "0.3.28"
267 source = "registry+https://github.com/rust-lang/crates.io-index"
268 checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
269 dependencies = [
270 "futures-core",
271 "futures-sink",
272 ]
273
274 [[package]]
275 name = "futures-core"
276 version = "0.3.28"
277 source = "registry+https://github.com/rust-lang/crates.io-index"
278 checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
279
280 [[package]]
281 name = "futures-executor"
282 version = "0.3.28"
283 source = "registry+https://github.com/rust-lang/crates.io-index"
284 checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
285 dependencies = [
286 "futures-core",
287 "futures-task",
288 "futures-util",
289 "num_cpus",
290 ]
291
292 [[package]]
293 name = "futures-io"
294 version = "0.3.28"
295 source = "registry+https://github.com/rust-lang/crates.io-index"
296 checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
297
298 [[package]]
299 name = "futures-macro"
300 version = "0.3.28"
301 source = "registry+https://github.com/rust-lang/crates.io-index"
302 checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
303 dependencies = [
304 "proc-macro2",
305 "quote",
306 "syn 2.0.28",
307 ]
308
309 [[package]]
310 name = "futures-sink"
311 version = "0.3.28"
312 source = "registry+https://github.com/rust-lang/crates.io-index"
313 checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
314
315 [[package]]
316 name = "futures-task"
317 version = "0.3.28"
318 source = "registry+https://github.com/rust-lang/crates.io-index"
319 checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
320
321 [[package]]
322 name = "futures-util"
323 version = "0.3.28"
324 source = "registry+https://github.com/rust-lang/crates.io-index"
325 checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
326 dependencies = [
327 "futures 0.1.31",
328 "futures-channel",
329 "futures-core",
330 "futures-io",
331 "futures-macro",
332 "futures-sink",
333 "futures-task",
334 "memchr",
335 "pin-project-lite",
336 "pin-utils",
337 "slab",
338 ]
339
340 [[package]]
341 name = "getrandom"
342 version = "0.1.16"
343 source = "registry+https://github.com/rust-lang/crates.io-index"
344 checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
345 dependencies = [
346 "cfg-if",
347 "libc",
348 "wasi 0.9.0+wasi-snapshot-preview1",
349 ]
350
351 [[package]]
352 name = "gimli"
353 version = "0.27.3"
354 source = "registry+https://github.com/rust-lang/crates.io-index"
355 checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
356
357 [[package]]
358 name = "globset"
359 version = "0.4.13"
360 source = "registry+https://github.com/rust-lang/crates.io-index"
361 checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d"
362 dependencies = [
363 "aho-corasick",
364 "bstr",
365 "fnv",
366 "log",
367 "regex",
368 ]
369
370 [[package]]
371 name = "heck"
372 version = "0.4.1"
373 source = "registry+https://github.com/rust-lang/crates.io-index"
374 checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
375
376 [[package]]
377 name = "hermit-abi"
378 version = "0.3.2"
379 source = "registry+https://github.com/rust-lang/crates.io-index"
380 checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
381
382 [[package]]
383 name = "instant"
384 version = "0.1.12"
385 source = "registry+https://github.com/rust-lang/crates.io-index"
386 checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
387 dependencies = [
388 "cfg-if",
389 ]
390
391 [[package]]
392 name = "io-lifetimes"
393 version = "1.0.11"
394 source = "registry+https://github.com/rust-lang/crates.io-index"
395 checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
396 dependencies = [
397 "hermit-abi",
398 "libc",
399 "windows-sys",
400 ]
401
402 [[package]]
403 name = "is-terminal"
404 version = "0.4.9"
405 source = "registry+https://github.com/rust-lang/crates.io-index"
406 checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
407 dependencies = [
408 "hermit-abi",
409 "rustix 0.38.7",
410 "windows-sys",
411 ]
412
413 [[package]]
414 name = "itoa"
415 version = "1.0.9"
416 source = "registry+https://github.com/rust-lang/crates.io-index"
417 checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
418
419 [[package]]
420 name = "jsonrpc-client-transports"
421 version = "18.0.0"
422 source = "git+https://github.com/AsamK/jsonrpc?branch=client_subscribe_named_params#8a68f95e202943fd338fd0c14da08c2dc8f6e6a6"
423 dependencies = [
424 "derive_more",
425 "futures 0.3.28",
426 "jsonrpc-core 18.0.0 (git+https://github.com/AsamK/jsonrpc?branch=client_subscribe_named_params)",
427 "jsonrpc-pubsub",
428 "jsonrpc-server-utils 18.0.0 (git+https://github.com/AsamK/jsonrpc?branch=client_subscribe_named_params)",
429 "log",
430 "parity-tokio-ipc",
431 "serde",
432 "serde_json",
433 "tokio",
434 ]
435
436 [[package]]
437 name = "jsonrpc-core"
438 version = "18.0.0"
439 source = "registry+https://github.com/rust-lang/crates.io-index"
440 checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"
441 dependencies = [
442 "futures 0.3.28",
443 "futures-executor",
444 "futures-util",
445 "log",
446 "serde",
447 "serde_derive",
448 "serde_json",
449 ]
450
451 [[package]]
452 name = "jsonrpc-core"
453 version = "18.0.0"
454 source = "git+https://github.com/AsamK/jsonrpc?branch=client_subscribe_named_params#8a68f95e202943fd338fd0c14da08c2dc8f6e6a6"
455 dependencies = [
456 "futures 0.3.28",
457 "futures-executor",
458 "futures-util",
459 "log",
460 "serde",
461 "serde_derive",
462 "serde_json",
463 ]
464
465 [[package]]
466 name = "jsonrpc-core-client"
467 version = "18.0.0"
468 source = "registry+https://github.com/rust-lang/crates.io-index"
469 checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"
470 dependencies = [
471 "futures 0.3.28",
472 "jsonrpc-client-transports",
473 ]
474
475 [[package]]
476 name = "jsonrpc-derive"
477 version = "18.0.0"
478 source = "git+https://github.com/AsamK/jsonrpc?branch=client_subscribe_named_params#8a68f95e202943fd338fd0c14da08c2dc8f6e6a6"
479 dependencies = [
480 "proc-macro-crate",
481 "proc-macro2",
482 "quote",
483 "syn 1.0.109",
484 ]
485
486 [[package]]
487 name = "jsonrpc-pubsub"
488 version = "18.0.0"
489 source = "git+https://github.com/AsamK/jsonrpc?branch=client_subscribe_named_params#8a68f95e202943fd338fd0c14da08c2dc8f6e6a6"
490 dependencies = [
491 "futures 0.3.28",
492 "jsonrpc-core 18.0.0 (git+https://github.com/AsamK/jsonrpc?branch=client_subscribe_named_params)",
493 "lazy_static",
494 "log",
495 "parking_lot",
496 "rand",
497 "serde",
498 ]
499
500 [[package]]
501 name = "jsonrpc-server-utils"
502 version = "18.0.0"
503 source = "registry+https://github.com/rust-lang/crates.io-index"
504 checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"
505 dependencies = [
506 "bytes",
507 "futures 0.3.28",
508 "globset",
509 "jsonrpc-core 18.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
510 "lazy_static",
511 "log",
512 "tokio",
513 "tokio-stream",
514 "tokio-util",
515 "unicase",
516 ]
517
518 [[package]]
519 name = "jsonrpc-server-utils"
520 version = "18.0.0"
521 source = "git+https://github.com/AsamK/jsonrpc?branch=client_subscribe_named_params#8a68f95e202943fd338fd0c14da08c2dc8f6e6a6"
522 dependencies = [
523 "bytes",
524 "futures 0.3.28",
525 "globset",
526 "jsonrpc-core 18.0.0 (git+https://github.com/AsamK/jsonrpc?branch=client_subscribe_named_params)",
527 "lazy_static",
528 "log",
529 "tokio",
530 "tokio-stream",
531 "tokio-util",
532 "unicase",
533 ]
534
535 [[package]]
536 name = "lazy_static"
537 version = "1.4.0"
538 source = "registry+https://github.com/rust-lang/crates.io-index"
539 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
540
541 [[package]]
542 name = "libc"
543 version = "0.2.147"
544 source = "registry+https://github.com/rust-lang/crates.io-index"
545 checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
546
547 [[package]]
548 name = "linux-raw-sys"
549 version = "0.3.8"
550 source = "registry+https://github.com/rust-lang/crates.io-index"
551 checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
552
553 [[package]]
554 name = "linux-raw-sys"
555 version = "0.4.5"
556 source = "registry+https://github.com/rust-lang/crates.io-index"
557 checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503"
558
559 [[package]]
560 name = "lock_api"
561 version = "0.4.10"
562 source = "registry+https://github.com/rust-lang/crates.io-index"
563 checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
564 dependencies = [
565 "autocfg",
566 "scopeguard",
567 ]
568
569 [[package]]
570 name = "log"
571 version = "0.4.19"
572 source = "registry+https://github.com/rust-lang/crates.io-index"
573 checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
574
575 [[package]]
576 name = "memchr"
577 version = "2.5.0"
578 source = "registry+https://github.com/rust-lang/crates.io-index"
579 checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
580
581 [[package]]
582 name = "miniz_oxide"
583 version = "0.7.1"
584 source = "registry+https://github.com/rust-lang/crates.io-index"
585 checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
586 dependencies = [
587 "adler",
588 ]
589
590 [[package]]
591 name = "mio"
592 version = "0.8.8"
593 source = "registry+https://github.com/rust-lang/crates.io-index"
594 checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
595 dependencies = [
596 "libc",
597 "wasi 0.11.0+wasi-snapshot-preview1",
598 "windows-sys",
599 ]
600
601 [[package]]
602 name = "num_cpus"
603 version = "1.16.0"
604 source = "registry+https://github.com/rust-lang/crates.io-index"
605 checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
606 dependencies = [
607 "hermit-abi",
608 "libc",
609 ]
610
611 [[package]]
612 name = "object"
613 version = "0.31.1"
614 source = "registry+https://github.com/rust-lang/crates.io-index"
615 checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
616 dependencies = [
617 "memchr",
618 ]
619
620 [[package]]
621 name = "once_cell"
622 version = "1.18.0"
623 source = "registry+https://github.com/rust-lang/crates.io-index"
624 checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
625
626 [[package]]
627 name = "parity-tokio-ipc"
628 version = "0.9.0"
629 source = "registry+https://github.com/rust-lang/crates.io-index"
630 checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
631 dependencies = [
632 "futures 0.3.28",
633 "libc",
634 "log",
635 "rand",
636 "tokio",
637 "winapi",
638 ]
639
640 [[package]]
641 name = "parking_lot"
642 version = "0.11.2"
643 source = "registry+https://github.com/rust-lang/crates.io-index"
644 checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
645 dependencies = [
646 "instant",
647 "lock_api",
648 "parking_lot_core",
649 ]
650
651 [[package]]
652 name = "parking_lot_core"
653 version = "0.8.6"
654 source = "registry+https://github.com/rust-lang/crates.io-index"
655 checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
656 dependencies = [
657 "cfg-if",
658 "instant",
659 "libc",
660 "redox_syscall",
661 "smallvec",
662 "winapi",
663 ]
664
665 [[package]]
666 name = "pin-project-lite"
667 version = "0.2.12"
668 source = "registry+https://github.com/rust-lang/crates.io-index"
669 checksum = "12cc1b0bf1727a77a54b6654e7b5f1af8604923edc8b81885f8ec92f9e3f0a05"
670
671 [[package]]
672 name = "pin-utils"
673 version = "0.1.0"
674 source = "registry+https://github.com/rust-lang/crates.io-index"
675 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
676
677 [[package]]
678 name = "ppv-lite86"
679 version = "0.2.17"
680 source = "registry+https://github.com/rust-lang/crates.io-index"
681 checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
682
683 [[package]]
684 name = "proc-macro-crate"
685 version = "0.1.5"
686 source = "registry+https://github.com/rust-lang/crates.io-index"
687 checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
688 dependencies = [
689 "toml",
690 ]
691
692 [[package]]
693 name = "proc-macro2"
694 version = "1.0.66"
695 source = "registry+https://github.com/rust-lang/crates.io-index"
696 checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
697 dependencies = [
698 "unicode-ident",
699 ]
700
701 [[package]]
702 name = "quote"
703 version = "1.0.32"
704 source = "registry+https://github.com/rust-lang/crates.io-index"
705 checksum = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965"
706 dependencies = [
707 "proc-macro2",
708 ]
709
710 [[package]]
711 name = "rand"
712 version = "0.7.3"
713 source = "registry+https://github.com/rust-lang/crates.io-index"
714 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
715 dependencies = [
716 "getrandom",
717 "libc",
718 "rand_chacha",
719 "rand_core",
720 "rand_hc",
721 ]
722
723 [[package]]
724 name = "rand_chacha"
725 version = "0.2.2"
726 source = "registry+https://github.com/rust-lang/crates.io-index"
727 checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
728 dependencies = [
729 "ppv-lite86",
730 "rand_core",
731 ]
732
733 [[package]]
734 name = "rand_core"
735 version = "0.5.1"
736 source = "registry+https://github.com/rust-lang/crates.io-index"
737 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
738 dependencies = [
739 "getrandom",
740 ]
741
742 [[package]]
743 name = "rand_hc"
744 version = "0.2.0"
745 source = "registry+https://github.com/rust-lang/crates.io-index"
746 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
747 dependencies = [
748 "rand_core",
749 ]
750
751 [[package]]
752 name = "redox_syscall"
753 version = "0.2.16"
754 source = "registry+https://github.com/rust-lang/crates.io-index"
755 checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
756 dependencies = [
757 "bitflags 1.3.2",
758 ]
759
760 [[package]]
761 name = "regex"
762 version = "1.9.3"
763 source = "registry+https://github.com/rust-lang/crates.io-index"
764 checksum = "81bc1d4caf89fac26a70747fe603c130093b53c773888797a6329091246d651a"
765 dependencies = [
766 "aho-corasick",
767 "memchr",
768 "regex-automata",
769 "regex-syntax",
770 ]
771
772 [[package]]
773 name = "regex-automata"
774 version = "0.3.6"
775 source = "registry+https://github.com/rust-lang/crates.io-index"
776 checksum = "fed1ceff11a1dddaee50c9dc8e4938bd106e9d89ae372f192311e7da498e3b69"
777 dependencies = [
778 "aho-corasick",
779 "memchr",
780 "regex-syntax",
781 ]
782
783 [[package]]
784 name = "regex-syntax"
785 version = "0.7.4"
786 source = "registry+https://github.com/rust-lang/crates.io-index"
787 checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
788
789 [[package]]
790 name = "rustc-demangle"
791 version = "0.1.23"
792 source = "registry+https://github.com/rust-lang/crates.io-index"
793 checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
794
795 [[package]]
796 name = "rustc_version"
797 version = "0.4.0"
798 source = "registry+https://github.com/rust-lang/crates.io-index"
799 checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
800 dependencies = [
801 "semver",
802 ]
803
804 [[package]]
805 name = "rustix"
806 version = "0.37.23"
807 source = "registry+https://github.com/rust-lang/crates.io-index"
808 checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
809 dependencies = [
810 "bitflags 1.3.2",
811 "errno",
812 "io-lifetimes",
813 "libc",
814 "linux-raw-sys 0.3.8",
815 "windows-sys",
816 ]
817
818 [[package]]
819 name = "rustix"
820 version = "0.38.7"
821 source = "registry+https://github.com/rust-lang/crates.io-index"
822 checksum = "172891ebdceb05aa0005f533a6cbfca599ddd7d966f6f5d4d9b2e70478e70399"
823 dependencies = [
824 "bitflags 2.3.3",
825 "errno",
826 "libc",
827 "linux-raw-sys 0.4.5",
828 "windows-sys",
829 ]
830
831 [[package]]
832 name = "ryu"
833 version = "1.0.15"
834 source = "registry+https://github.com/rust-lang/crates.io-index"
835 checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
836
837 [[package]]
838 name = "scopeguard"
839 version = "1.2.0"
840 source = "registry+https://github.com/rust-lang/crates.io-index"
841 checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
842
843 [[package]]
844 name = "semver"
845 version = "1.0.18"
846 source = "registry+https://github.com/rust-lang/crates.io-index"
847 checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
848
849 [[package]]
850 name = "serde"
851 version = "1.0.183"
852 source = "registry+https://github.com/rust-lang/crates.io-index"
853 checksum = "32ac8da02677876d532745a130fc9d8e6edfa81a269b107c5b00829b91d8eb3c"
854 dependencies = [
855 "serde_derive",
856 ]
857
858 [[package]]
859 name = "serde_derive"
860 version = "1.0.183"
861 source = "registry+https://github.com/rust-lang/crates.io-index"
862 checksum = "aafe972d60b0b9bee71a91b92fee2d4fb3c9d7e8f6b179aa99f27203d99a4816"
863 dependencies = [
864 "proc-macro2",
865 "quote",
866 "syn 2.0.28",
867 ]
868
869 [[package]]
870 name = "serde_json"
871 version = "1.0.104"
872 source = "registry+https://github.com/rust-lang/crates.io-index"
873 checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c"
874 dependencies = [
875 "itoa",
876 "ryu",
877 "serde",
878 ]
879
880 [[package]]
881 name = "signal-cli-client"
882 version = "0.0.1"
883 dependencies = [
884 "anyhow",
885 "clap",
886 "jsonrpc-client-transports",
887 "jsonrpc-core 18.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
888 "jsonrpc-core-client",
889 "jsonrpc-derive",
890 "jsonrpc-server-utils 18.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
891 "log",
892 "serde",
893 "serde_json",
894 "tokio",
895 ]
896
897 [[package]]
898 name = "slab"
899 version = "0.4.8"
900 source = "registry+https://github.com/rust-lang/crates.io-index"
901 checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
902 dependencies = [
903 "autocfg",
904 ]
905
906 [[package]]
907 name = "smallvec"
908 version = "1.11.0"
909 source = "registry+https://github.com/rust-lang/crates.io-index"
910 checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
911
912 [[package]]
913 name = "socket2"
914 version = "0.5.3"
915 source = "registry+https://github.com/rust-lang/crates.io-index"
916 checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877"
917 dependencies = [
918 "libc",
919 "windows-sys",
920 ]
921
922 [[package]]
923 name = "strsim"
924 version = "0.10.0"
925 source = "registry+https://github.com/rust-lang/crates.io-index"
926 checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
927
928 [[package]]
929 name = "syn"
930 version = "1.0.109"
931 source = "registry+https://github.com/rust-lang/crates.io-index"
932 checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
933 dependencies = [
934 "proc-macro2",
935 "quote",
936 "unicode-ident",
937 ]
938
939 [[package]]
940 name = "syn"
941 version = "2.0.28"
942 source = "registry+https://github.com/rust-lang/crates.io-index"
943 checksum = "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567"
944 dependencies = [
945 "proc-macro2",
946 "quote",
947 "unicode-ident",
948 ]
949
950 [[package]]
951 name = "terminal_size"
952 version = "0.2.6"
953 source = "registry+https://github.com/rust-lang/crates.io-index"
954 checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237"
955 dependencies = [
956 "rustix 0.37.23",
957 "windows-sys",
958 ]
959
960 [[package]]
961 name = "tokio"
962 version = "1.30.0"
963 source = "registry+https://github.com/rust-lang/crates.io-index"
964 checksum = "2d3ce25f50619af8b0aec2eb23deebe84249e19e2ddd393a6e16e3300a6dadfd"
965 dependencies = [
966 "backtrace",
967 "bytes",
968 "libc",
969 "mio",
970 "num_cpus",
971 "pin-project-lite",
972 "socket2",
973 "tokio-macros",
974 "windows-sys",
975 ]
976
977 [[package]]
978 name = "tokio-macros"
979 version = "2.1.0"
980 source = "registry+https://github.com/rust-lang/crates.io-index"
981 checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
982 dependencies = [
983 "proc-macro2",
984 "quote",
985 "syn 2.0.28",
986 ]
987
988 [[package]]
989 name = "tokio-stream"
990 version = "0.1.14"
991 source = "registry+https://github.com/rust-lang/crates.io-index"
992 checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
993 dependencies = [
994 "futures-core",
995 "pin-project-lite",
996 "tokio",
997 ]
998
999 [[package]]
1000 name = "tokio-util"
1001 version = "0.6.10"
1002 source = "registry+https://github.com/rust-lang/crates.io-index"
1003 checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
1004 dependencies = [
1005 "bytes",
1006 "futures-core",
1007 "futures-sink",
1008 "log",
1009 "pin-project-lite",
1010 "tokio",
1011 ]
1012
1013 [[package]]
1014 name = "toml"
1015 version = "0.5.11"
1016 source = "registry+https://github.com/rust-lang/crates.io-index"
1017 checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
1018 dependencies = [
1019 "serde",
1020 ]
1021
1022 [[package]]
1023 name = "unicase"
1024 version = "2.6.0"
1025 source = "registry+https://github.com/rust-lang/crates.io-index"
1026 checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
1027 dependencies = [
1028 "version_check",
1029 ]
1030
1031 [[package]]
1032 name = "unicode-ident"
1033 version = "1.0.11"
1034 source = "registry+https://github.com/rust-lang/crates.io-index"
1035 checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
1036
1037 [[package]]
1038 name = "utf8parse"
1039 version = "0.2.1"
1040 source = "registry+https://github.com/rust-lang/crates.io-index"
1041 checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
1042
1043 [[package]]
1044 name = "version_check"
1045 version = "0.9.4"
1046 source = "registry+https://github.com/rust-lang/crates.io-index"
1047 checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
1048
1049 [[package]]
1050 name = "wasi"
1051 version = "0.9.0+wasi-snapshot-preview1"
1052 source = "registry+https://github.com/rust-lang/crates.io-index"
1053 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
1054
1055 [[package]]
1056 name = "wasi"
1057 version = "0.11.0+wasi-snapshot-preview1"
1058 source = "registry+https://github.com/rust-lang/crates.io-index"
1059 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1060
1061 [[package]]
1062 name = "winapi"
1063 version = "0.3.9"
1064 source = "registry+https://github.com/rust-lang/crates.io-index"
1065 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1066 dependencies = [
1067 "winapi-i686-pc-windows-gnu",
1068 "winapi-x86_64-pc-windows-gnu",
1069 ]
1070
1071 [[package]]
1072 name = "winapi-i686-pc-windows-gnu"
1073 version = "0.4.0"
1074 source = "registry+https://github.com/rust-lang/crates.io-index"
1075 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1076
1077 [[package]]
1078 name = "winapi-x86_64-pc-windows-gnu"
1079 version = "0.4.0"
1080 source = "registry+https://github.com/rust-lang/crates.io-index"
1081 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1082
1083 [[package]]
1084 name = "windows-sys"
1085 version = "0.48.0"
1086 source = "registry+https://github.com/rust-lang/crates.io-index"
1087 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
1088 dependencies = [
1089 "windows-targets",
1090 ]
1091
1092 [[package]]
1093 name = "windows-targets"
1094 version = "0.48.1"
1095 source = "registry+https://github.com/rust-lang/crates.io-index"
1096 checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
1097 dependencies = [
1098 "windows_aarch64_gnullvm",
1099 "windows_aarch64_msvc",
1100 "windows_i686_gnu",
1101 "windows_i686_msvc",
1102 "windows_x86_64_gnu",
1103 "windows_x86_64_gnullvm",
1104 "windows_x86_64_msvc",
1105 ]
1106
1107 [[package]]
1108 name = "windows_aarch64_gnullvm"
1109 version = "0.48.0"
1110 source = "registry+https://github.com/rust-lang/crates.io-index"
1111 checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
1112
1113 [[package]]
1114 name = "windows_aarch64_msvc"
1115 version = "0.48.0"
1116 source = "registry+https://github.com/rust-lang/crates.io-index"
1117 checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
1118
1119 [[package]]
1120 name = "windows_i686_gnu"
1121 version = "0.48.0"
1122 source = "registry+https://github.com/rust-lang/crates.io-index"
1123 checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
1124
1125 [[package]]
1126 name = "windows_i686_msvc"
1127 version = "0.48.0"
1128 source = "registry+https://github.com/rust-lang/crates.io-index"
1129 checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
1130
1131 [[package]]
1132 name = "windows_x86_64_gnu"
1133 version = "0.48.0"
1134 source = "registry+https://github.com/rust-lang/crates.io-index"
1135 checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
1136
1137 [[package]]
1138 name = "windows_x86_64_gnullvm"
1139 version = "0.48.0"
1140 source = "registry+https://github.com/rust-lang/crates.io-index"
1141 checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
1142
1143 [[package]]
1144 name = "windows_x86_64_msvc"
1145 version = "0.48.0"
1146 source = "registry+https://github.com/rust-lang/crates.io-index"
1147 checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"