f52f94acd49d261e81f4924789bfb07630143f4c
[platform/upstream/gstreamer.git] / subprojects / gst-examples / webrtc / multiparty-sendrecv / gst-rust / 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 = "anyhow"
7 version = "1.0.68"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
10
11 [[package]]
12 name = "async-channel"
13 version = "1.8.0"
14 source = "registry+https://github.com/rust-lang/crates.io-index"
15 checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
16 dependencies = [
17  "concurrent-queue",
18  "event-listener",
19  "futures-core",
20 ]
21
22 [[package]]
23 name = "async-executor"
24 version = "1.5.0"
25 source = "registry+https://github.com/rust-lang/crates.io-index"
26 checksum = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b"
27 dependencies = [
28  "async-lock",
29  "async-task",
30  "concurrent-queue",
31  "fastrand",
32  "futures-lite",
33  "slab",
34 ]
35
36 [[package]]
37 name = "async-global-executor"
38 version = "2.3.1"
39 source = "registry+https://github.com/rust-lang/crates.io-index"
40 checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776"
41 dependencies = [
42  "async-channel",
43  "async-executor",
44  "async-io",
45  "async-lock",
46  "blocking",
47  "futures-lite",
48  "once_cell",
49 ]
50
51 [[package]]
52 name = "async-io"
53 version = "1.12.0"
54 source = "registry+https://github.com/rust-lang/crates.io-index"
55 checksum = "8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794"
56 dependencies = [
57  "async-lock",
58  "autocfg",
59  "concurrent-queue",
60  "futures-lite",
61  "libc",
62  "log",
63  "parking",
64  "polling",
65  "slab",
66  "socket2",
67  "waker-fn",
68  "windows-sys 0.42.0",
69 ]
70
71 [[package]]
72 name = "async-lock"
73 version = "2.6.0"
74 source = "registry+https://github.com/rust-lang/crates.io-index"
75 checksum = "c8101efe8695a6c17e02911402145357e718ac92d3ff88ae8419e84b1707b685"
76 dependencies = [
77  "event-listener",
78  "futures-lite",
79 ]
80
81 [[package]]
82 name = "async-native-tls"
83 version = "0.4.0"
84 source = "registry+https://github.com/rust-lang/crates.io-index"
85 checksum = "d57d4cec3c647232e1094dc013546c0b33ce785d8aeb251e1f20dfaf8a9a13fe"
86 dependencies = [
87  "futures-util",
88  "native-tls",
89  "thiserror",
90  "url",
91 ]
92
93 [[package]]
94 name = "async-std"
95 version = "1.12.0"
96 source = "registry+https://github.com/rust-lang/crates.io-index"
97 checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
98 dependencies = [
99  "async-channel",
100  "async-global-executor",
101  "async-io",
102  "async-lock",
103  "crossbeam-utils",
104  "futures-channel",
105  "futures-core",
106  "futures-io",
107  "futures-lite",
108  "gloo-timers",
109  "kv-log-macro",
110  "log",
111  "memchr",
112  "once_cell",
113  "pin-project-lite",
114  "pin-utils",
115  "slab",
116  "wasm-bindgen-futures",
117 ]
118
119 [[package]]
120 name = "async-task"
121 version = "4.3.0"
122 source = "registry+https://github.com/rust-lang/crates.io-index"
123 checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"
124
125 [[package]]
126 name = "async-tungstenite"
127 version = "0.19.0"
128 source = "registry+https://github.com/rust-lang/crates.io-index"
129 checksum = "8e6acf7e4a267eecbb127ed696bb2d50572c22ba7f586a646321e1798d8336a1"
130 dependencies = [
131  "async-native-tls",
132  "async-std",
133  "futures-io",
134  "futures-util",
135  "log",
136  "pin-project-lite",
137  "tungstenite",
138 ]
139
140 [[package]]
141 name = "atomic-waker"
142 version = "1.0.0"
143 source = "registry+https://github.com/rust-lang/crates.io-index"
144 checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
145
146 [[package]]
147 name = "autocfg"
148 version = "1.1.0"
149 source = "registry+https://github.com/rust-lang/crates.io-index"
150 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
151
152 [[package]]
153 name = "base64"
154 version = "0.13.1"
155 source = "registry+https://github.com/rust-lang/crates.io-index"
156 checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
157
158 [[package]]
159 name = "bitflags"
160 version = "1.3.2"
161 source = "registry+https://github.com/rust-lang/crates.io-index"
162 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
163
164 [[package]]
165 name = "block"
166 version = "0.1.6"
167 source = "registry+https://github.com/rust-lang/crates.io-index"
168 checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
169
170 [[package]]
171 name = "block-buffer"
172 version = "0.10.3"
173 source = "registry+https://github.com/rust-lang/crates.io-index"
174 checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
175 dependencies = [
176  "generic-array",
177 ]
178
179 [[package]]
180 name = "blocking"
181 version = "1.3.0"
182 source = "registry+https://github.com/rust-lang/crates.io-index"
183 checksum = "3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8"
184 dependencies = [
185  "async-channel",
186  "async-lock",
187  "async-task",
188  "atomic-waker",
189  "fastrand",
190  "futures-lite",
191 ]
192
193 [[package]]
194 name = "bumpalo"
195 version = "3.11.1"
196 source = "registry+https://github.com/rust-lang/crates.io-index"
197 checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
198
199 [[package]]
200 name = "byteorder"
201 version = "1.4.3"
202 source = "registry+https://github.com/rust-lang/crates.io-index"
203 checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
204
205 [[package]]
206 name = "bytes"
207 version = "1.3.0"
208 source = "registry+https://github.com/rust-lang/crates.io-index"
209 checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"
210
211 [[package]]
212 name = "cc"
213 version = "1.0.78"
214 source = "registry+https://github.com/rust-lang/crates.io-index"
215 checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
216
217 [[package]]
218 name = "cfg-expr"
219 version = "0.11.0"
220 source = "registry+https://github.com/rust-lang/crates.io-index"
221 checksum = "b0357a6402b295ca3a86bc148e84df46c02e41f41fef186bda662557ef6328aa"
222 dependencies = [
223  "smallvec",
224 ]
225
226 [[package]]
227 name = "cfg-if"
228 version = "1.0.0"
229 source = "registry+https://github.com/rust-lang/crates.io-index"
230 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
231
232 [[package]]
233 name = "clap"
234 version = "4.0.29"
235 source = "registry+https://github.com/rust-lang/crates.io-index"
236 checksum = "4d63b9e9c07271b9957ad22c173bae2a4d9a81127680962039296abcd2f8251d"
237 dependencies = [
238  "bitflags",
239  "clap_derive",
240  "clap_lex",
241  "is-terminal",
242  "once_cell",
243  "strsim",
244  "termcolor",
245 ]
246
247 [[package]]
248 name = "clap_derive"
249 version = "4.0.21"
250 source = "registry+https://github.com/rust-lang/crates.io-index"
251 checksum = "0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014"
252 dependencies = [
253  "heck",
254  "proc-macro-error",
255  "proc-macro2",
256  "quote",
257  "syn",
258 ]
259
260 [[package]]
261 name = "clap_lex"
262 version = "0.3.0"
263 source = "registry+https://github.com/rust-lang/crates.io-index"
264 checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8"
265 dependencies = [
266  "os_str_bytes",
267 ]
268
269 [[package]]
270 name = "cocoa"
271 version = "0.24.1"
272 source = "registry+https://github.com/rust-lang/crates.io-index"
273 checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a"
274 dependencies = [
275  "bitflags",
276  "block",
277  "cocoa-foundation",
278  "core-foundation",
279  "core-graphics",
280  "foreign-types",
281  "libc",
282  "objc",
283 ]
284
285 [[package]]
286 name = "cocoa-foundation"
287 version = "0.1.0"
288 source = "registry+https://github.com/rust-lang/crates.io-index"
289 checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318"
290 dependencies = [
291  "bitflags",
292  "block",
293  "core-foundation",
294  "core-graphics-types",
295  "foreign-types",
296  "libc",
297  "objc",
298 ]
299
300 [[package]]
301 name = "concurrent-queue"
302 version = "2.0.0"
303 source = "registry+https://github.com/rust-lang/crates.io-index"
304 checksum = "bd7bef69dc86e3c610e4e7aed41035e2a7ed12e72dd7530f61327a6579a4390b"
305 dependencies = [
306  "crossbeam-utils",
307 ]
308
309 [[package]]
310 name = "core-foundation"
311 version = "0.9.3"
312 source = "registry+https://github.com/rust-lang/crates.io-index"
313 checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
314 dependencies = [
315  "core-foundation-sys",
316  "libc",
317 ]
318
319 [[package]]
320 name = "core-foundation-sys"
321 version = "0.8.3"
322 source = "registry+https://github.com/rust-lang/crates.io-index"
323 checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
324
325 [[package]]
326 name = "core-graphics"
327 version = "0.22.3"
328 source = "registry+https://github.com/rust-lang/crates.io-index"
329 checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
330 dependencies = [
331  "bitflags",
332  "core-foundation",
333  "core-graphics-types",
334  "foreign-types",
335  "libc",
336 ]
337
338 [[package]]
339 name = "core-graphics-types"
340 version = "0.1.1"
341 source = "registry+https://github.com/rust-lang/crates.io-index"
342 checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
343 dependencies = [
344  "bitflags",
345  "core-foundation",
346  "foreign-types",
347  "libc",
348 ]
349
350 [[package]]
351 name = "cpufeatures"
352 version = "0.2.5"
353 source = "registry+https://github.com/rust-lang/crates.io-index"
354 checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
355 dependencies = [
356  "libc",
357 ]
358
359 [[package]]
360 name = "crossbeam-utils"
361 version = "0.8.14"
362 source = "registry+https://github.com/rust-lang/crates.io-index"
363 checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
364 dependencies = [
365  "cfg-if",
366 ]
367
368 [[package]]
369 name = "crypto-common"
370 version = "0.1.6"
371 source = "registry+https://github.com/rust-lang/crates.io-index"
372 checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
373 dependencies = [
374  "generic-array",
375  "typenum",
376 ]
377
378 [[package]]
379 name = "ctor"
380 version = "0.1.26"
381 source = "registry+https://github.com/rust-lang/crates.io-index"
382 checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
383 dependencies = [
384  "quote",
385  "syn",
386 ]
387
388 [[package]]
389 name = "digest"
390 version = "0.10.6"
391 source = "registry+https://github.com/rust-lang/crates.io-index"
392 checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
393 dependencies = [
394  "block-buffer",
395  "crypto-common",
396 ]
397
398 [[package]]
399 name = "errno"
400 version = "0.2.8"
401 source = "registry+https://github.com/rust-lang/crates.io-index"
402 checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
403 dependencies = [
404  "errno-dragonfly",
405  "libc",
406  "winapi",
407 ]
408
409 [[package]]
410 name = "errno-dragonfly"
411 version = "0.1.2"
412 source = "registry+https://github.com/rust-lang/crates.io-index"
413 checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
414 dependencies = [
415  "cc",
416  "libc",
417 ]
418
419 [[package]]
420 name = "event-listener"
421 version = "2.5.3"
422 source = "registry+https://github.com/rust-lang/crates.io-index"
423 checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
424
425 [[package]]
426 name = "fastrand"
427 version = "1.8.0"
428 source = "registry+https://github.com/rust-lang/crates.io-index"
429 checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
430 dependencies = [
431  "instant",
432 ]
433
434 [[package]]
435 name = "fnv"
436 version = "1.0.7"
437 source = "registry+https://github.com/rust-lang/crates.io-index"
438 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
439
440 [[package]]
441 name = "foreign-types"
442 version = "0.3.2"
443 source = "registry+https://github.com/rust-lang/crates.io-index"
444 checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
445 dependencies = [
446  "foreign-types-shared",
447 ]
448
449 [[package]]
450 name = "foreign-types-shared"
451 version = "0.1.1"
452 source = "registry+https://github.com/rust-lang/crates.io-index"
453 checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
454
455 [[package]]
456 name = "form_urlencoded"
457 version = "1.1.0"
458 source = "registry+https://github.com/rust-lang/crates.io-index"
459 checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
460 dependencies = [
461  "percent-encoding",
462 ]
463
464 [[package]]
465 name = "futures"
466 version = "0.3.25"
467 source = "registry+https://github.com/rust-lang/crates.io-index"
468 checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"
469 dependencies = [
470  "futures-channel",
471  "futures-core",
472  "futures-executor",
473  "futures-io",
474  "futures-sink",
475  "futures-task",
476  "futures-util",
477 ]
478
479 [[package]]
480 name = "futures-channel"
481 version = "0.3.25"
482 source = "registry+https://github.com/rust-lang/crates.io-index"
483 checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"
484 dependencies = [
485  "futures-core",
486  "futures-sink",
487 ]
488
489 [[package]]
490 name = "futures-core"
491 version = "0.3.25"
492 source = "registry+https://github.com/rust-lang/crates.io-index"
493 checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
494
495 [[package]]
496 name = "futures-executor"
497 version = "0.3.25"
498 source = "registry+https://github.com/rust-lang/crates.io-index"
499 checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"
500 dependencies = [
501  "futures-core",
502  "futures-task",
503  "futures-util",
504 ]
505
506 [[package]]
507 name = "futures-io"
508 version = "0.3.25"
509 source = "registry+https://github.com/rust-lang/crates.io-index"
510 checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
511
512 [[package]]
513 name = "futures-lite"
514 version = "1.12.0"
515 source = "registry+https://github.com/rust-lang/crates.io-index"
516 checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
517 dependencies = [
518  "fastrand",
519  "futures-core",
520  "futures-io",
521  "memchr",
522  "parking",
523  "pin-project-lite",
524  "waker-fn",
525 ]
526
527 [[package]]
528 name = "futures-macro"
529 version = "0.3.25"
530 source = "registry+https://github.com/rust-lang/crates.io-index"
531 checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"
532 dependencies = [
533  "proc-macro2",
534  "quote",
535  "syn",
536 ]
537
538 [[package]]
539 name = "futures-sink"
540 version = "0.3.25"
541 source = "registry+https://github.com/rust-lang/crates.io-index"
542 checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
543
544 [[package]]
545 name = "futures-task"
546 version = "0.3.25"
547 source = "registry+https://github.com/rust-lang/crates.io-index"
548 checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
549
550 [[package]]
551 name = "futures-util"
552 version = "0.3.25"
553 source = "registry+https://github.com/rust-lang/crates.io-index"
554 checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
555 dependencies = [
556  "futures-channel",
557  "futures-core",
558  "futures-io",
559  "futures-macro",
560  "futures-sink",
561  "futures-task",
562  "memchr",
563  "pin-project-lite",
564  "pin-utils",
565  "slab",
566 ]
567
568 [[package]]
569 name = "generic-array"
570 version = "0.14.6"
571 source = "registry+https://github.com/rust-lang/crates.io-index"
572 checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
573 dependencies = [
574  "typenum",
575  "version_check",
576 ]
577
578 [[package]]
579 name = "getrandom"
580 version = "0.2.8"
581 source = "registry+https://github.com/rust-lang/crates.io-index"
582 checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
583 dependencies = [
584  "cfg-if",
585  "libc",
586  "wasi",
587 ]
588
589 [[package]]
590 name = "gio-sys"
591 version = "0.16.3"
592 source = "registry+https://github.com/rust-lang/crates.io-index"
593 checksum = "e9b693b8e39d042a95547fc258a7b07349b1f0b48f4b2fa3108ba3c51c0b5229"
594 dependencies = [
595  "glib-sys",
596  "gobject-sys",
597  "libc",
598  "system-deps",
599  "winapi",
600 ]
601
602 [[package]]
603 name = "glib"
604 version = "0.16.7"
605 source = "registry+https://github.com/rust-lang/crates.io-index"
606 checksum = "ddd4df61a866ed7259d6189b8bcb1464989a77f1d85d25d002279bbe9dd38b2f"
607 dependencies = [
608  "bitflags",
609  "futures-channel",
610  "futures-core",
611  "futures-executor",
612  "futures-task",
613  "futures-util",
614  "gio-sys",
615  "glib-macros",
616  "glib-sys",
617  "gobject-sys",
618  "libc",
619  "once_cell",
620  "smallvec",
621  "thiserror",
622 ]
623
624 [[package]]
625 name = "glib-macros"
626 version = "0.16.3"
627 source = "registry+https://github.com/rust-lang/crates.io-index"
628 checksum = "e084807350b01348b6d9dbabb724d1a0bb987f47a2c85de200e98e12e30733bf"
629 dependencies = [
630  "anyhow",
631  "heck",
632  "proc-macro-crate",
633  "proc-macro-error",
634  "proc-macro2",
635  "quote",
636  "syn",
637 ]
638
639 [[package]]
640 name = "glib-sys"
641 version = "0.16.3"
642 source = "registry+https://github.com/rust-lang/crates.io-index"
643 checksum = "c61a4f46316d06bfa33a7ac22df6f0524c8be58e3db2d9ca99ccb1f357b62a65"
644 dependencies = [
645  "libc",
646  "system-deps",
647 ]
648
649 [[package]]
650 name = "gloo-timers"
651 version = "0.2.5"
652 source = "registry+https://github.com/rust-lang/crates.io-index"
653 checksum = "98c4a8d6391675c6b2ee1a6c8d06e8e2d03605c44cec1270675985a4c2a5500b"
654 dependencies = [
655  "futures-channel",
656  "futures-core",
657  "js-sys",
658  "wasm-bindgen",
659 ]
660
661 [[package]]
662 name = "gobject-sys"
663 version = "0.16.3"
664 source = "registry+https://github.com/rust-lang/crates.io-index"
665 checksum = "3520bb9c07ae2a12c7f2fbb24d4efc11231c8146a86956413fb1a79bb760a0f1"
666 dependencies = [
667  "glib-sys",
668  "libc",
669  "system-deps",
670 ]
671
672 [[package]]
673 name = "gstreamer"
674 version = "0.19.4"
675 source = "registry+https://github.com/rust-lang/crates.io-index"
676 checksum = "87a7570ad1d3c1cbf64561ada514fe0c03cf834f2076b85ffc616756c840b665"
677 dependencies = [
678  "bitflags",
679  "cfg-if",
680  "futures-channel",
681  "futures-core",
682  "futures-util",
683  "glib",
684  "gstreamer-sys",
685  "libc",
686  "muldiv",
687  "num-integer",
688  "num-rational",
689  "once_cell",
690  "option-operations",
691  "paste",
692  "pretty-hex",
693  "thiserror",
694 ]
695
696 [[package]]
697 name = "gstreamer-sdp"
698 version = "0.19.4"
699 source = "registry+https://github.com/rust-lang/crates.io-index"
700 checksum = "f485b6f3d222c8a3c885ddffb9ac42f5f1ba4592db0f10edcaa827b0573be752"
701 dependencies = [
702  "glib",
703  "gstreamer",
704  "gstreamer-sdp-sys",
705 ]
706
707 [[package]]
708 name = "gstreamer-sdp-sys"
709 version = "0.19.2"
710 source = "registry+https://github.com/rust-lang/crates.io-index"
711 checksum = "61745562c19858e0df4ce6ceaa906d72785561b52f91195838d4410945789757"
712 dependencies = [
713  "glib-sys",
714  "gstreamer-sys",
715  "libc",
716  "system-deps",
717 ]
718
719 [[package]]
720 name = "gstreamer-sys"
721 version = "0.19.4"
722 source = "registry+https://github.com/rust-lang/crates.io-index"
723 checksum = "545f52ad8a480732cc4290fd65dfe42952c8ae374fe581831ba15981fedf18a4"
724 dependencies = [
725  "glib-sys",
726  "gobject-sys",
727  "libc",
728  "system-deps",
729 ]
730
731 [[package]]
732 name = "gstreamer-webrtc"
733 version = "0.19.3"
734 source = "registry+https://github.com/rust-lang/crates.io-index"
735 checksum = "080dbbfb75d8b84ce5f1292513d12b5a15199a8fb6b4437cb7b2c776d6241a45"
736 dependencies = [
737  "glib",
738  "gstreamer",
739  "gstreamer-sdp",
740  "gstreamer-webrtc-sys",
741  "libc",
742 ]
743
744 [[package]]
745 name = "gstreamer-webrtc-sys"
746 version = "0.19.3"
747 source = "registry+https://github.com/rust-lang/crates.io-index"
748 checksum = "7d153022fd0de46e9c2640989ad354711bd9883119565a4ba89240ee2a2a435d"
749 dependencies = [
750  "glib-sys",
751  "gstreamer-sdp-sys",
752  "gstreamer-sys",
753  "libc",
754  "system-deps",
755 ]
756
757 [[package]]
758 name = "heck"
759 version = "0.4.0"
760 source = "registry+https://github.com/rust-lang/crates.io-index"
761 checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
762
763 [[package]]
764 name = "hermit-abi"
765 version = "0.2.6"
766 source = "registry+https://github.com/rust-lang/crates.io-index"
767 checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
768 dependencies = [
769  "libc",
770 ]
771
772 [[package]]
773 name = "http"
774 version = "0.2.8"
775 source = "registry+https://github.com/rust-lang/crates.io-index"
776 checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
777 dependencies = [
778  "bytes",
779  "fnv",
780  "itoa",
781 ]
782
783 [[package]]
784 name = "httparse"
785 version = "1.8.0"
786 source = "registry+https://github.com/rust-lang/crates.io-index"
787 checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
788
789 [[package]]
790 name = "idna"
791 version = "0.3.0"
792 source = "registry+https://github.com/rust-lang/crates.io-index"
793 checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
794 dependencies = [
795  "unicode-bidi",
796  "unicode-normalization",
797 ]
798
799 [[package]]
800 name = "instant"
801 version = "0.1.12"
802 source = "registry+https://github.com/rust-lang/crates.io-index"
803 checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
804 dependencies = [
805  "cfg-if",
806 ]
807
808 [[package]]
809 name = "io-lifetimes"
810 version = "1.0.3"
811 source = "registry+https://github.com/rust-lang/crates.io-index"
812 checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c"
813 dependencies = [
814  "libc",
815  "windows-sys 0.42.0",
816 ]
817
818 [[package]]
819 name = "is-terminal"
820 version = "0.4.1"
821 source = "registry+https://github.com/rust-lang/crates.io-index"
822 checksum = "927609f78c2913a6f6ac3c27a4fe87f43e2a35367c0c4b0f8265e8f49a104330"
823 dependencies = [
824  "hermit-abi",
825  "io-lifetimes",
826  "rustix",
827  "windows-sys 0.42.0",
828 ]
829
830 [[package]]
831 name = "itoa"
832 version = "1.0.5"
833 source = "registry+https://github.com/rust-lang/crates.io-index"
834 checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
835
836 [[package]]
837 name = "js-sys"
838 version = "0.3.60"
839 source = "registry+https://github.com/rust-lang/crates.io-index"
840 checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
841 dependencies = [
842  "wasm-bindgen",
843 ]
844
845 [[package]]
846 name = "kv-log-macro"
847 version = "1.0.7"
848 source = "registry+https://github.com/rust-lang/crates.io-index"
849 checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
850 dependencies = [
851  "log",
852 ]
853
854 [[package]]
855 name = "lazy_static"
856 version = "1.4.0"
857 source = "registry+https://github.com/rust-lang/crates.io-index"
858 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
859
860 [[package]]
861 name = "libc"
862 version = "0.2.138"
863 source = "registry+https://github.com/rust-lang/crates.io-index"
864 checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8"
865
866 [[package]]
867 name = "linux-raw-sys"
868 version = "0.1.4"
869 source = "registry+https://github.com/rust-lang/crates.io-index"
870 checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
871
872 [[package]]
873 name = "log"
874 version = "0.4.17"
875 source = "registry+https://github.com/rust-lang/crates.io-index"
876 checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
877 dependencies = [
878  "cfg-if",
879  "value-bag",
880 ]
881
882 [[package]]
883 name = "malloc_buf"
884 version = "0.0.6"
885 source = "registry+https://github.com/rust-lang/crates.io-index"
886 checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
887 dependencies = [
888  "libc",
889 ]
890
891 [[package]]
892 name = "memchr"
893 version = "2.5.0"
894 source = "registry+https://github.com/rust-lang/crates.io-index"
895 checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
896
897 [[package]]
898 name = "muldiv"
899 version = "1.0.1"
900 source = "registry+https://github.com/rust-lang/crates.io-index"
901 checksum = "956787520e75e9bd233246045d19f42fb73242759cc57fba9611d940ae96d4b0"
902
903 [[package]]
904 name = "native-tls"
905 version = "0.2.11"
906 source = "registry+https://github.com/rust-lang/crates.io-index"
907 checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
908 dependencies = [
909  "lazy_static",
910  "libc",
911  "log",
912  "openssl",
913  "openssl-probe",
914  "openssl-sys",
915  "schannel",
916  "security-framework",
917  "security-framework-sys",
918  "tempfile",
919 ]
920
921 [[package]]
922 name = "num-integer"
923 version = "0.1.45"
924 source = "registry+https://github.com/rust-lang/crates.io-index"
925 checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
926 dependencies = [
927  "autocfg",
928  "num-traits",
929 ]
930
931 [[package]]
932 name = "num-rational"
933 version = "0.4.1"
934 source = "registry+https://github.com/rust-lang/crates.io-index"
935 checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
936 dependencies = [
937  "autocfg",
938  "num-integer",
939  "num-traits",
940 ]
941
942 [[package]]
943 name = "num-traits"
944 version = "0.2.15"
945 source = "registry+https://github.com/rust-lang/crates.io-index"
946 checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
947 dependencies = [
948  "autocfg",
949 ]
950
951 [[package]]
952 name = "objc"
953 version = "0.2.7"
954 source = "registry+https://github.com/rust-lang/crates.io-index"
955 checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
956 dependencies = [
957  "malloc_buf",
958 ]
959
960 [[package]]
961 name = "once_cell"
962 version = "1.16.0"
963 source = "registry+https://github.com/rust-lang/crates.io-index"
964 checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
965
966 [[package]]
967 name = "openssl"
968 version = "0.10.44"
969 source = "registry+https://github.com/rust-lang/crates.io-index"
970 checksum = "29d971fd5722fec23977260f6e81aa67d2f22cadbdc2aa049f1022d9a3be1566"
971 dependencies = [
972  "bitflags",
973  "cfg-if",
974  "foreign-types",
975  "libc",
976  "once_cell",
977  "openssl-macros",
978  "openssl-sys",
979 ]
980
981 [[package]]
982 name = "openssl-macros"
983 version = "0.1.0"
984 source = "registry+https://github.com/rust-lang/crates.io-index"
985 checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
986 dependencies = [
987  "proc-macro2",
988  "quote",
989  "syn",
990 ]
991
992 [[package]]
993 name = "openssl-probe"
994 version = "0.1.5"
995 source = "registry+https://github.com/rust-lang/crates.io-index"
996 checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
997
998 [[package]]
999 name = "openssl-sys"
1000 version = "0.9.79"
1001 source = "registry+https://github.com/rust-lang/crates.io-index"
1002 checksum = "5454462c0eced1e97f2ec09036abc8da362e66802f66fd20f86854d9d8cbcbc4"
1003 dependencies = [
1004  "autocfg",
1005  "cc",
1006  "libc",
1007  "pkg-config",
1008  "vcpkg",
1009 ]
1010
1011 [[package]]
1012 name = "option-operations"
1013 version = "0.5.0"
1014 source = "registry+https://github.com/rust-lang/crates.io-index"
1015 checksum = "7c26d27bb1aeab65138e4bf7666045169d1717febcc9ff870166be8348b223d0"
1016 dependencies = [
1017  "paste",
1018 ]
1019
1020 [[package]]
1021 name = "os_str_bytes"
1022 version = "6.4.1"
1023 source = "registry+https://github.com/rust-lang/crates.io-index"
1024 checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
1025
1026 [[package]]
1027 name = "parking"
1028 version = "2.0.0"
1029 source = "registry+https://github.com/rust-lang/crates.io-index"
1030 checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
1031
1032 [[package]]
1033 name = "paste"
1034 version = "1.0.11"
1035 source = "registry+https://github.com/rust-lang/crates.io-index"
1036 checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba"
1037
1038 [[package]]
1039 name = "percent-encoding"
1040 version = "2.2.0"
1041 source = "registry+https://github.com/rust-lang/crates.io-index"
1042 checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
1043
1044 [[package]]
1045 name = "pin-project-lite"
1046 version = "0.2.9"
1047 source = "registry+https://github.com/rust-lang/crates.io-index"
1048 checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
1049
1050 [[package]]
1051 name = "pin-utils"
1052 version = "0.1.0"
1053 source = "registry+https://github.com/rust-lang/crates.io-index"
1054 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1055
1056 [[package]]
1057 name = "pkg-config"
1058 version = "0.3.26"
1059 source = "registry+https://github.com/rust-lang/crates.io-index"
1060 checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
1061
1062 [[package]]
1063 name = "polling"
1064 version = "2.5.2"
1065 source = "registry+https://github.com/rust-lang/crates.io-index"
1066 checksum = "22122d5ec4f9fe1b3916419b76be1e80bcb93f618d071d2edf841b137b2a2bd6"
1067 dependencies = [
1068  "autocfg",
1069  "cfg-if",
1070  "libc",
1071  "log",
1072  "wepoll-ffi",
1073  "windows-sys 0.42.0",
1074 ]
1075
1076 [[package]]
1077 name = "ppv-lite86"
1078 version = "0.2.17"
1079 source = "registry+https://github.com/rust-lang/crates.io-index"
1080 checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
1081
1082 [[package]]
1083 name = "pretty-hex"
1084 version = "0.3.0"
1085 source = "registry+https://github.com/rust-lang/crates.io-index"
1086 checksum = "c6fa0831dd7cc608c38a5e323422a0077678fa5744aa2be4ad91c4ece8eec8d5"
1087
1088 [[package]]
1089 name = "proc-macro-crate"
1090 version = "1.2.1"
1091 source = "registry+https://github.com/rust-lang/crates.io-index"
1092 checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"
1093 dependencies = [
1094  "once_cell",
1095  "thiserror",
1096  "toml",
1097 ]
1098
1099 [[package]]
1100 name = "proc-macro-error"
1101 version = "1.0.4"
1102 source = "registry+https://github.com/rust-lang/crates.io-index"
1103 checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
1104 dependencies = [
1105  "proc-macro-error-attr",
1106  "proc-macro2",
1107  "quote",
1108  "syn",
1109  "version_check",
1110 ]
1111
1112 [[package]]
1113 name = "proc-macro-error-attr"
1114 version = "1.0.4"
1115 source = "registry+https://github.com/rust-lang/crates.io-index"
1116 checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
1117 dependencies = [
1118  "proc-macro2",
1119  "quote",
1120  "version_check",
1121 ]
1122
1123 [[package]]
1124 name = "proc-macro2"
1125 version = "1.0.49"
1126 source = "registry+https://github.com/rust-lang/crates.io-index"
1127 checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
1128 dependencies = [
1129  "unicode-ident",
1130 ]
1131
1132 [[package]]
1133 name = "quote"
1134 version = "1.0.23"
1135 source = "registry+https://github.com/rust-lang/crates.io-index"
1136 checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
1137 dependencies = [
1138  "proc-macro2",
1139 ]
1140
1141 [[package]]
1142 name = "rand"
1143 version = "0.8.5"
1144 source = "registry+https://github.com/rust-lang/crates.io-index"
1145 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1146 dependencies = [
1147  "libc",
1148  "rand_chacha",
1149  "rand_core",
1150 ]
1151
1152 [[package]]
1153 name = "rand_chacha"
1154 version = "0.3.1"
1155 source = "registry+https://github.com/rust-lang/crates.io-index"
1156 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1157 dependencies = [
1158  "ppv-lite86",
1159  "rand_core",
1160 ]
1161
1162 [[package]]
1163 name = "rand_core"
1164 version = "0.6.4"
1165 source = "registry+https://github.com/rust-lang/crates.io-index"
1166 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1167 dependencies = [
1168  "getrandom",
1169 ]
1170
1171 [[package]]
1172 name = "redox_syscall"
1173 version = "0.2.16"
1174 source = "registry+https://github.com/rust-lang/crates.io-index"
1175 checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
1176 dependencies = [
1177  "bitflags",
1178 ]
1179
1180 [[package]]
1181 name = "remove_dir_all"
1182 version = "0.5.3"
1183 source = "registry+https://github.com/rust-lang/crates.io-index"
1184 checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
1185 dependencies = [
1186  "winapi",
1187 ]
1188
1189 [[package]]
1190 name = "rustix"
1191 version = "0.36.5"
1192 source = "registry+https://github.com/rust-lang/crates.io-index"
1193 checksum = "a3807b5d10909833d3e9acd1eb5fb988f79376ff10fce42937de71a449c4c588"
1194 dependencies = [
1195  "bitflags",
1196  "errno",
1197  "io-lifetimes",
1198  "libc",
1199  "linux-raw-sys",
1200  "windows-sys 0.42.0",
1201 ]
1202
1203 [[package]]
1204 name = "ryu"
1205 version = "1.0.12"
1206 source = "registry+https://github.com/rust-lang/crates.io-index"
1207 checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
1208
1209 [[package]]
1210 name = "schannel"
1211 version = "0.1.20"
1212 source = "registry+https://github.com/rust-lang/crates.io-index"
1213 checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
1214 dependencies = [
1215  "lazy_static",
1216  "windows-sys 0.36.1",
1217 ]
1218
1219 [[package]]
1220 name = "security-framework"
1221 version = "2.7.0"
1222 source = "registry+https://github.com/rust-lang/crates.io-index"
1223 checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"
1224 dependencies = [
1225  "bitflags",
1226  "core-foundation",
1227  "core-foundation-sys",
1228  "libc",
1229  "security-framework-sys",
1230 ]
1231
1232 [[package]]
1233 name = "security-framework-sys"
1234 version = "2.6.1"
1235 source = "registry+https://github.com/rust-lang/crates.io-index"
1236 checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
1237 dependencies = [
1238  "core-foundation-sys",
1239  "libc",
1240 ]
1241
1242 [[package]]
1243 name = "serde"
1244 version = "1.0.151"
1245 source = "registry+https://github.com/rust-lang/crates.io-index"
1246 checksum = "97fed41fc1a24994d044e6db6935e69511a1153b52c15eb42493b26fa87feba0"
1247
1248 [[package]]
1249 name = "serde_derive"
1250 version = "1.0.151"
1251 source = "registry+https://github.com/rust-lang/crates.io-index"
1252 checksum = "255abe9a125a985c05190d687b320c12f9b1f0b99445e608c21ba0782c719ad8"
1253 dependencies = [
1254  "proc-macro2",
1255  "quote",
1256  "syn",
1257 ]
1258
1259 [[package]]
1260 name = "serde_json"
1261 version = "1.0.91"
1262 source = "registry+https://github.com/rust-lang/crates.io-index"
1263 checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
1264 dependencies = [
1265  "itoa",
1266  "ryu",
1267  "serde",
1268 ]
1269
1270 [[package]]
1271 name = "sha1"
1272 version = "0.10.5"
1273 source = "registry+https://github.com/rust-lang/crates.io-index"
1274 checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
1275 dependencies = [
1276  "cfg-if",
1277  "cpufeatures",
1278  "digest",
1279 ]
1280
1281 [[package]]
1282 name = "slab"
1283 version = "0.4.7"
1284 source = "registry+https://github.com/rust-lang/crates.io-index"
1285 checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
1286 dependencies = [
1287  "autocfg",
1288 ]
1289
1290 [[package]]
1291 name = "smallvec"
1292 version = "1.10.0"
1293 source = "registry+https://github.com/rust-lang/crates.io-index"
1294 checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
1295
1296 [[package]]
1297 name = "socket2"
1298 version = "0.4.7"
1299 source = "registry+https://github.com/rust-lang/crates.io-index"
1300 checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
1301 dependencies = [
1302  "libc",
1303  "winapi",
1304 ]
1305
1306 [[package]]
1307 name = "strsim"
1308 version = "0.10.0"
1309 source = "registry+https://github.com/rust-lang/crates.io-index"
1310 checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
1311
1312 [[package]]
1313 name = "syn"
1314 version = "1.0.107"
1315 source = "registry+https://github.com/rust-lang/crates.io-index"
1316 checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
1317 dependencies = [
1318  "proc-macro2",
1319  "quote",
1320  "unicode-ident",
1321 ]
1322
1323 [[package]]
1324 name = "system-deps"
1325 version = "6.0.3"
1326 source = "registry+https://github.com/rust-lang/crates.io-index"
1327 checksum = "2955b1fe31e1fa2fbd1976b71cc69a606d7d4da16f6de3333d0c92d51419aeff"
1328 dependencies = [
1329  "cfg-expr",
1330  "heck",
1331  "pkg-config",
1332  "toml",
1333  "version-compare",
1334 ]
1335
1336 [[package]]
1337 name = "tempfile"
1338 version = "3.3.0"
1339 source = "registry+https://github.com/rust-lang/crates.io-index"
1340 checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
1341 dependencies = [
1342  "cfg-if",
1343  "fastrand",
1344  "libc",
1345  "redox_syscall",
1346  "remove_dir_all",
1347  "winapi",
1348 ]
1349
1350 [[package]]
1351 name = "termcolor"
1352 version = "1.1.3"
1353 source = "registry+https://github.com/rust-lang/crates.io-index"
1354 checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
1355 dependencies = [
1356  "winapi-util",
1357 ]
1358
1359 [[package]]
1360 name = "thiserror"
1361 version = "1.0.38"
1362 source = "registry+https://github.com/rust-lang/crates.io-index"
1363 checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
1364 dependencies = [
1365  "thiserror-impl",
1366 ]
1367
1368 [[package]]
1369 name = "thiserror-impl"
1370 version = "1.0.38"
1371 source = "registry+https://github.com/rust-lang/crates.io-index"
1372 checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
1373 dependencies = [
1374  "proc-macro2",
1375  "quote",
1376  "syn",
1377 ]
1378
1379 [[package]]
1380 name = "tinyvec"
1381 version = "1.6.0"
1382 source = "registry+https://github.com/rust-lang/crates.io-index"
1383 checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
1384 dependencies = [
1385  "tinyvec_macros",
1386 ]
1387
1388 [[package]]
1389 name = "tinyvec_macros"
1390 version = "0.1.0"
1391 source = "registry+https://github.com/rust-lang/crates.io-index"
1392 checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
1393
1394 [[package]]
1395 name = "toml"
1396 version = "0.5.10"
1397 source = "registry+https://github.com/rust-lang/crates.io-index"
1398 checksum = "1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f"
1399 dependencies = [
1400  "serde",
1401 ]
1402
1403 [[package]]
1404 name = "tungstenite"
1405 version = "0.18.0"
1406 source = "registry+https://github.com/rust-lang/crates.io-index"
1407 checksum = "30ee6ab729cd4cf0fd55218530c4522ed30b7b6081752839b68fcec8d0960788"
1408 dependencies = [
1409  "base64",
1410  "byteorder",
1411  "bytes",
1412  "http",
1413  "httparse",
1414  "log",
1415  "native-tls",
1416  "rand",
1417  "sha1",
1418  "thiserror",
1419  "url",
1420  "utf-8",
1421 ]
1422
1423 [[package]]
1424 name = "typenum"
1425 version = "1.16.0"
1426 source = "registry+https://github.com/rust-lang/crates.io-index"
1427 checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
1428
1429 [[package]]
1430 name = "unicode-bidi"
1431 version = "0.3.8"
1432 source = "registry+https://github.com/rust-lang/crates.io-index"
1433 checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
1434
1435 [[package]]
1436 name = "unicode-ident"
1437 version = "1.0.6"
1438 source = "registry+https://github.com/rust-lang/crates.io-index"
1439 checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
1440
1441 [[package]]
1442 name = "unicode-normalization"
1443 version = "0.1.22"
1444 source = "registry+https://github.com/rust-lang/crates.io-index"
1445 checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
1446 dependencies = [
1447  "tinyvec",
1448 ]
1449
1450 [[package]]
1451 name = "url"
1452 version = "2.3.1"
1453 source = "registry+https://github.com/rust-lang/crates.io-index"
1454 checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
1455 dependencies = [
1456  "form_urlencoded",
1457  "idna",
1458  "percent-encoding",
1459 ]
1460
1461 [[package]]
1462 name = "utf-8"
1463 version = "0.7.6"
1464 source = "registry+https://github.com/rust-lang/crates.io-index"
1465 checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
1466
1467 [[package]]
1468 name = "value-bag"
1469 version = "1.0.0-alpha.9"
1470 source = "registry+https://github.com/rust-lang/crates.io-index"
1471 checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"
1472 dependencies = [
1473  "ctor",
1474  "version_check",
1475 ]
1476
1477 [[package]]
1478 name = "vcpkg"
1479 version = "0.2.15"
1480 source = "registry+https://github.com/rust-lang/crates.io-index"
1481 checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1482
1483 [[package]]
1484 name = "version-compare"
1485 version = "0.1.1"
1486 source = "registry+https://github.com/rust-lang/crates.io-index"
1487 checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29"
1488
1489 [[package]]
1490 name = "version_check"
1491 version = "0.9.4"
1492 source = "registry+https://github.com/rust-lang/crates.io-index"
1493 checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
1494
1495 [[package]]
1496 name = "waker-fn"
1497 version = "1.1.0"
1498 source = "registry+https://github.com/rust-lang/crates.io-index"
1499 checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
1500
1501 [[package]]
1502 name = "wasi"
1503 version = "0.11.0+wasi-snapshot-preview1"
1504 source = "registry+https://github.com/rust-lang/crates.io-index"
1505 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1506
1507 [[package]]
1508 name = "wasm-bindgen"
1509 version = "0.2.83"
1510 source = "registry+https://github.com/rust-lang/crates.io-index"
1511 checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
1512 dependencies = [
1513  "cfg-if",
1514  "wasm-bindgen-macro",
1515 ]
1516
1517 [[package]]
1518 name = "wasm-bindgen-backend"
1519 version = "0.2.83"
1520 source = "registry+https://github.com/rust-lang/crates.io-index"
1521 checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
1522 dependencies = [
1523  "bumpalo",
1524  "log",
1525  "once_cell",
1526  "proc-macro2",
1527  "quote",
1528  "syn",
1529  "wasm-bindgen-shared",
1530 ]
1531
1532 [[package]]
1533 name = "wasm-bindgen-futures"
1534 version = "0.4.33"
1535 source = "registry+https://github.com/rust-lang/crates.io-index"
1536 checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"
1537 dependencies = [
1538  "cfg-if",
1539  "js-sys",
1540  "wasm-bindgen",
1541  "web-sys",
1542 ]
1543
1544 [[package]]
1545 name = "wasm-bindgen-macro"
1546 version = "0.2.83"
1547 source = "registry+https://github.com/rust-lang/crates.io-index"
1548 checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
1549 dependencies = [
1550  "quote",
1551  "wasm-bindgen-macro-support",
1552 ]
1553
1554 [[package]]
1555 name = "wasm-bindgen-macro-support"
1556 version = "0.2.83"
1557 source = "registry+https://github.com/rust-lang/crates.io-index"
1558 checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
1559 dependencies = [
1560  "proc-macro2",
1561  "quote",
1562  "syn",
1563  "wasm-bindgen-backend",
1564  "wasm-bindgen-shared",
1565 ]
1566
1567 [[package]]
1568 name = "wasm-bindgen-shared"
1569 version = "0.2.83"
1570 source = "registry+https://github.com/rust-lang/crates.io-index"
1571 checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
1572
1573 [[package]]
1574 name = "web-sys"
1575 version = "0.3.60"
1576 source = "registry+https://github.com/rust-lang/crates.io-index"
1577 checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
1578 dependencies = [
1579  "js-sys",
1580  "wasm-bindgen",
1581 ]
1582
1583 [[package]]
1584 name = "webrtc-app"
1585 version = "0.1.0"
1586 dependencies = [
1587  "anyhow",
1588  "async-std",
1589  "async-tungstenite",
1590  "clap",
1591  "cocoa",
1592  "futures",
1593  "gstreamer",
1594  "gstreamer-sdp",
1595  "gstreamer-webrtc",
1596  "rand",
1597  "serde",
1598  "serde_derive",
1599  "serde_json",
1600 ]
1601
1602 [[package]]
1603 name = "wepoll-ffi"
1604 version = "0.1.2"
1605 source = "registry+https://github.com/rust-lang/crates.io-index"
1606 checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
1607 dependencies = [
1608  "cc",
1609 ]
1610
1611 [[package]]
1612 name = "winapi"
1613 version = "0.3.9"
1614 source = "registry+https://github.com/rust-lang/crates.io-index"
1615 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1616 dependencies = [
1617  "winapi-i686-pc-windows-gnu",
1618  "winapi-x86_64-pc-windows-gnu",
1619 ]
1620
1621 [[package]]
1622 name = "winapi-i686-pc-windows-gnu"
1623 version = "0.4.0"
1624 source = "registry+https://github.com/rust-lang/crates.io-index"
1625 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1626
1627 [[package]]
1628 name = "winapi-util"
1629 version = "0.1.5"
1630 source = "registry+https://github.com/rust-lang/crates.io-index"
1631 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1632 dependencies = [
1633  "winapi",
1634 ]
1635
1636 [[package]]
1637 name = "winapi-x86_64-pc-windows-gnu"
1638 version = "0.4.0"
1639 source = "registry+https://github.com/rust-lang/crates.io-index"
1640 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1641
1642 [[package]]
1643 name = "windows-sys"
1644 version = "0.36.1"
1645 source = "registry+https://github.com/rust-lang/crates.io-index"
1646 checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
1647 dependencies = [
1648  "windows_aarch64_msvc 0.36.1",
1649  "windows_i686_gnu 0.36.1",
1650  "windows_i686_msvc 0.36.1",
1651  "windows_x86_64_gnu 0.36.1",
1652  "windows_x86_64_msvc 0.36.1",
1653 ]
1654
1655 [[package]]
1656 name = "windows-sys"
1657 version = "0.42.0"
1658 source = "registry+https://github.com/rust-lang/crates.io-index"
1659 checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
1660 dependencies = [
1661  "windows_aarch64_gnullvm",
1662  "windows_aarch64_msvc 0.42.0",
1663  "windows_i686_gnu 0.42.0",
1664  "windows_i686_msvc 0.42.0",
1665  "windows_x86_64_gnu 0.42.0",
1666  "windows_x86_64_gnullvm",
1667  "windows_x86_64_msvc 0.42.0",
1668 ]
1669
1670 [[package]]
1671 name = "windows_aarch64_gnullvm"
1672 version = "0.42.0"
1673 source = "registry+https://github.com/rust-lang/crates.io-index"
1674 checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
1675
1676 [[package]]
1677 name = "windows_aarch64_msvc"
1678 version = "0.36.1"
1679 source = "registry+https://github.com/rust-lang/crates.io-index"
1680 checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
1681
1682 [[package]]
1683 name = "windows_aarch64_msvc"
1684 version = "0.42.0"
1685 source = "registry+https://github.com/rust-lang/crates.io-index"
1686 checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
1687
1688 [[package]]
1689 name = "windows_i686_gnu"
1690 version = "0.36.1"
1691 source = "registry+https://github.com/rust-lang/crates.io-index"
1692 checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
1693
1694 [[package]]
1695 name = "windows_i686_gnu"
1696 version = "0.42.0"
1697 source = "registry+https://github.com/rust-lang/crates.io-index"
1698 checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
1699
1700 [[package]]
1701 name = "windows_i686_msvc"
1702 version = "0.36.1"
1703 source = "registry+https://github.com/rust-lang/crates.io-index"
1704 checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
1705
1706 [[package]]
1707 name = "windows_i686_msvc"
1708 version = "0.42.0"
1709 source = "registry+https://github.com/rust-lang/crates.io-index"
1710 checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
1711
1712 [[package]]
1713 name = "windows_x86_64_gnu"
1714 version = "0.36.1"
1715 source = "registry+https://github.com/rust-lang/crates.io-index"
1716 checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
1717
1718 [[package]]
1719 name = "windows_x86_64_gnu"
1720 version = "0.42.0"
1721 source = "registry+https://github.com/rust-lang/crates.io-index"
1722 checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
1723
1724 [[package]]
1725 name = "windows_x86_64_gnullvm"
1726 version = "0.42.0"
1727 source = "registry+https://github.com/rust-lang/crates.io-index"
1728 checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
1729
1730 [[package]]
1731 name = "windows_x86_64_msvc"
1732 version = "0.36.1"
1733 source = "registry+https://github.com/rust-lang/crates.io-index"
1734 checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
1735
1736 [[package]]
1737 name = "windows_x86_64_msvc"
1738 version = "0.42.0"
1739 source = "registry+https://github.com/rust-lang/crates.io-index"
1740 checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"