1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "aead"
7version = "0.3.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331"
10dependencies = [
11 "generic-array",
12]
13
14[[package]]
15name = "aead"
16version = "0.4.3"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"
19dependencies = [
20 "generic-array",
21 "rand_core",
22]
23
24[[package]]
25name = "aead"
26version = "0.5.2"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
29dependencies = [
30 "crypto-common",
31 "generic-array",
32]
33
34[[package]]
35name = "aes"
36version = "0.6.0"
37source = "registry+https://github.com/rust-lang/crates.io-index"
38checksum = "884391ef1066acaa41e766ba8f596341b96e93ce34f9a43e7d24bf0a0eaf0561"
39dependencies = [
40 "aes-soft",
41 "aesni",
42 "cipher 0.2.5",
43]
44
45[[package]]
46name = "aes"
47version = "0.7.5"
48source = "registry+https://github.com/rust-lang/crates.io-index"
49checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
50dependencies = [
51 "cfg-if",
52 "cipher 0.3.0",
53 "cpufeatures",
54 "opaque-debug",
55]
56
57[[package]]
58name = "aes"
59version = "0.8.2"
60source = "registry+https://github.com/rust-lang/crates.io-index"
61checksum = "433cfd6710c9986c576a25ca913c39d66a6474107b406f34f91d4a8923395241"
62dependencies = [
63 "cfg-if",
64 "cipher 0.4.4",
65 "cpufeatures",
66]
67
68[[package]]
69name = "aes-gcm"
70version = "0.10.2"
71source = "registry+https://github.com/rust-lang/crates.io-index"
72checksum = "209b47e8954a928e1d72e86eca7000ebb6655fe1436d33eefc2201cad027e237"
73dependencies = [
74 "aead 0.5.2",
75 "aes 0.8.2",
76 "cipher 0.4.4",
77 "ctr 0.9.2",
78 "ghash",
79 "subtle",
80]
81
82[[package]]
83name = "aes-soft"
84version = "0.6.4"
85source = "registry+https://github.com/rust-lang/crates.io-index"
86checksum = "be14c7498ea50828a38d0e24a765ed2effe92a705885b57d029cd67d45744072"
87dependencies = [
88 "cipher 0.2.5",
89 "opaque-debug",
90]
91
92[[package]]
93name = "aesni"
94version = "0.10.0"
95source = "registry+https://github.com/rust-lang/crates.io-index"
96checksum = "ea2e11f5e94c2f7d386164cc2aa1f97823fed6f259e486940a71c174dd01b0ce"
97dependencies = [
98 "cipher 0.2.5",
99 "opaque-debug",
100]
101
102[[package]]
103name = "aho-corasick"
104version = "1.0.1"
105source = "registry+https://github.com/rust-lang/crates.io-index"
106checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
107dependencies = [
108 "memchr",
109]
110
111[[package]]
112name = "android-tzdata"
113version = "0.1.1"
114source = "registry+https://github.com/rust-lang/crates.io-index"
115checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
116
117[[package]]
118name = "android_system_properties"
119version = "0.1.5"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
122dependencies = [
123 "libc",
124]
125
126[[package]]
127name = "anes"
128version = "0.1.6"
129source = "registry+https://github.com/rust-lang/crates.io-index"
130checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
131
132[[package]]
133name = "anyhow"
134version = "1.0.71"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
137
138[[package]]
139name = "arc-swap"
140version = "1.6.0"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
143
144[[package]]
145name = "asn1-rs"
146version = "0.3.1"
147source = "registry+https://github.com/rust-lang/crates.io-index"
148checksum = "30ff05a702273012438132f449575dbc804e27b2f3cbe3069aa237d26c98fa33"
149dependencies = [
150 "asn1-rs-derive 0.1.0",
151 "asn1-rs-impl",
152 "displaydoc",
153 "nom",
154 "num-traits",
155 "rusticata-macros",
156 "thiserror",
157 "time 0.3.21",
158]
159
160[[package]]
161name = "asn1-rs"
162version = "0.5.2"
163source = "registry+https://github.com/rust-lang/crates.io-index"
164checksum = "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0"
165dependencies = [
166 "asn1-rs-derive 0.4.0",
167 "asn1-rs-impl",
168 "displaydoc",
169 "nom",
170 "num-traits",
171 "rusticata-macros",
172 "thiserror",
173 "time 0.3.21",
174]
175
176[[package]]
177name = "asn1-rs-derive"
178version = "0.1.0"
179source = "registry+https://github.com/rust-lang/crates.io-index"
180checksum = "db8b7511298d5b7784b40b092d9e9dcd3a627a5707e4b5e507931ab0d44eeebf"
181dependencies = [
182 "proc-macro2",
183 "quote",
184 "syn 1.0.109",
185 "synstructure",
186]
187
188[[package]]
189name = "asn1-rs-derive"
190version = "0.4.0"
191source = "registry+https://github.com/rust-lang/crates.io-index"
192checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c"
193dependencies = [
194 "proc-macro2",
195 "quote",
196 "syn 1.0.109",
197 "synstructure",
198]
199
200[[package]]
201name = "asn1-rs-impl"
202version = "0.1.0"
203source = "registry+https://github.com/rust-lang/crates.io-index"
204checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed"
205dependencies = [
206 "proc-macro2",
207 "quote",
208 "syn 1.0.109",
209]
210
211[[package]]
212name = "async-channel"
213version = "1.8.0"
214source = "registry+https://github.com/rust-lang/crates.io-index"
215checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
216dependencies = [
217 "concurrent-queue",
218 "event-listener",
219 "futures-core",
220]
221
222[[package]]
223name = "async-executor"
224version = "1.5.1"
225source = "registry+https://github.com/rust-lang/crates.io-index"
226checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb"
227dependencies = [
228 "async-lock",
229 "async-task",
230 "concurrent-queue",
231 "fastrand",
232 "futures-lite",
233 "slab",
234]
235
236[[package]]
237name = "async-global-executor"
238version = "2.3.1"
239source = "registry+https://github.com/rust-lang/crates.io-index"
240checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776"
241dependencies = [
242 "async-channel",
243 "async-executor",
244 "async-io",
245 "async-lock",
246 "blocking",
247 "futures-lite",
248 "once_cell",
249]
250
251[[package]]
252name = "async-io"
253version = "1.13.0"
254source = "registry+https://github.com/rust-lang/crates.io-index"
255checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
256dependencies = [
257 "async-lock",
258 "autocfg",
259 "cfg-if",
260 "concurrent-queue",
261 "futures-lite",
262 "log",
263 "parking",
264 "polling",
265 "rustix",
266 "slab",
267 "socket2",
268 "waker-fn",
269]
270
271[[package]]
272name = "async-lock"
273version = "2.7.0"
274source = "registry+https://github.com/rust-lang/crates.io-index"
275checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7"
276dependencies = [
277 "event-listener",
278]
279
280[[package]]
281name = "async-stream"
282version = "0.3.5"
283source = "registry+https://github.com/rust-lang/crates.io-index"
284checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
285dependencies = [
286 "async-stream-impl",
287 "futures-core",
288 "pin-project-lite",
289]
290
291[[package]]
292name = "async-stream-impl"
293version = "0.3.5"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
296dependencies = [
297 "proc-macro2",
298 "quote",
299 "syn 2.0.18",
300]
301
302[[package]]
303name = "async-task"
304version = "4.4.0"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae"
307
308[[package]]
309name = "async-trait"
310version = "0.1.68"
311source = "registry+https://github.com/rust-lang/crates.io-index"
312checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
313dependencies = [
314 "proc-macro2",
315 "quote",
316 "syn 2.0.18",
317]
318
319[[package]]
320name = "atomic-waker"
321version = "1.1.1"
322source = "registry+https://github.com/rust-lang/crates.io-index"
323checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3"
324
325[[package]]
326name = "atty"
327version = "0.2.14"
328source = "registry+https://github.com/rust-lang/crates.io-index"
329checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
330dependencies = [
331 "hermit-abi 0.1.19",
332 "libc",
333 "winapi",
334]
335
336[[package]]
337name = "autocfg"
338version = "1.1.0"
339source = "registry+https://github.com/rust-lang/crates.io-index"
340checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
341
342[[package]]
343name = "base16ct"
344version = "0.1.1"
345source = "registry+https://github.com/rust-lang/crates.io-index"
346checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
347
348[[package]]
349name = "base64"
350version = "0.13.1"
351source = "registry+https://github.com/rust-lang/crates.io-index"
352checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
353
354[[package]]
355name = "base64ct"
356version = "1.6.0"
357source = "registry+https://github.com/rust-lang/crates.io-index"
358checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
359
360[[package]]
361name = "bincode"
362version = "1.3.3"
363source = "registry+https://github.com/rust-lang/crates.io-index"
364checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
365dependencies = [
366 "serde",
367]
368
369[[package]]
370name = "bitflags"
371version = "1.3.2"
372source = "registry+https://github.com/rust-lang/crates.io-index"
373checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
374
375[[package]]
376name = "block-buffer"
377version = "0.10.4"
378source = "registry+https://github.com/rust-lang/crates.io-index"
379checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
380dependencies = [
381 "generic-array",
382]
383
384[[package]]
385name = "block-modes"
386version = "0.7.0"
387source = "registry+https://github.com/rust-lang/crates.io-index"
388checksum = "57a0e8073e8baa88212fb5823574c02ebccb395136ba9a164ab89379ec6072f0"
389dependencies = [
390 "block-padding",
391 "cipher 0.2.5",
392]
393
394[[package]]
395name = "block-padding"
396version = "0.2.1"
397source = "registry+https://github.com/rust-lang/crates.io-index"
398checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"
399
400[[package]]
401name = "blocking"
402version = "1.3.1"
403source = "registry+https://github.com/rust-lang/crates.io-index"
404checksum = "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65"
405dependencies = [
406 "async-channel",
407 "async-lock",
408 "async-task",
409 "atomic-waker",
410 "fastrand",
411 "futures-lite",
412 "log",
413]
414
415[[package]]
416name = "bumpalo"
417version = "3.13.0"
418source = "registry+https://github.com/rust-lang/crates.io-index"
419checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
420
421[[package]]
422name = "byteorder"
423version = "1.4.3"
424source = "registry+https://github.com/rust-lang/crates.io-index"
425checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
426
427[[package]]
428name = "bytes"
429version = "1.4.0"
430source = "registry+https://github.com/rust-lang/crates.io-index"
431checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
432
433[[package]]
434name = "cast"
435version = "0.3.0"
436source = "registry+https://github.com/rust-lang/crates.io-index"
437checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
438
439[[package]]
440name = "cc"
441version = "1.0.79"
442source = "registry+https://github.com/rust-lang/crates.io-index"
443checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
444
445[[package]]
446name = "ccm"
447version = "0.3.0"
448source = "registry+https://github.com/rust-lang/crates.io-index"
449checksum = "5aca1a8fbc20b50ac9673ff014abfb2b5f4085ee1a850d408f14a159c5853ac7"
450dependencies = [
451 "aead 0.3.2",
452 "cipher 0.2.5",
453 "subtle",
454]
455
456[[package]]
457name = "cfg-if"
458version = "1.0.0"
459source = "registry+https://github.com/rust-lang/crates.io-index"
460checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
461
462[[package]]
463name = "chrono"
464version = "0.4.26"
465source = "registry+https://github.com/rust-lang/crates.io-index"
466checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
467dependencies = [
468 "android-tzdata",
469 "iana-time-zone",
470 "js-sys",
471 "num-traits",
472 "time 0.1.45",
473 "wasm-bindgen",
474 "winapi",
475]
476
477[[package]]
478name = "ciborium"
479version = "0.2.1"
480source = "registry+https://github.com/rust-lang/crates.io-index"
481checksum = "effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926"
482dependencies = [
483 "ciborium-io",
484 "ciborium-ll",
485 "serde",
486]
487
488[[package]]
489name = "ciborium-io"
490version = "0.2.1"
491source = "registry+https://github.com/rust-lang/crates.io-index"
492checksum = "cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656"
493
494[[package]]
495name = "ciborium-ll"
496version = "0.2.1"
497source = "registry+https://github.com/rust-lang/crates.io-index"
498checksum = "defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b"
499dependencies = [
500 "ciborium-io",
501 "half",
502]
503
504[[package]]
505name = "cipher"
506version = "0.2.5"
507source = "registry+https://github.com/rust-lang/crates.io-index"
508checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801"
509dependencies = [
510 "generic-array",
511]
512
513[[package]]
514name = "cipher"
515version = "0.3.0"
516source = "registry+https://github.com/rust-lang/crates.io-index"
517checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
518dependencies = [
519 "generic-array",
520]
521
522[[package]]
523name = "cipher"
524version = "0.4.4"
525source = "registry+https://github.com/rust-lang/crates.io-index"
526checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
527dependencies = [
528 "crypto-common",
529 "inout",
530]
531
532[[package]]
533name = "clap"
534version = "3.2.25"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
537dependencies = [
538 "atty",
539 "bitflags",
540 "clap_lex",
541 "indexmap",
542 "strsim",
543 "termcolor",
544 "textwrap",
545]
546
547[[package]]
548name = "clap_lex"
549version = "0.2.4"
550source = "registry+https://github.com/rust-lang/crates.io-index"
551checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
552dependencies = [
553 "os_str_bytes",
554]
555
556[[package]]
557name = "concurrent-queue"
558version = "2.2.0"
559source = "registry+https://github.com/rust-lang/crates.io-index"
560checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"
561dependencies = [
562 "crossbeam-utils",
563]
564
565[[package]]
566name = "const-oid"
567version = "0.9.2"
568source = "registry+https://github.com/rust-lang/crates.io-index"
569checksum = "520fbf3c07483f94e3e3ca9d0cfd913d7718ef2483d2cfd91c0d9e91474ab913"
570
571[[package]]
572name = "core-foundation-sys"
573version = "0.8.4"
574source = "registry+https://github.com/rust-lang/crates.io-index"
575checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
576
577[[package]]
578name = "cpufeatures"
579version = "0.2.7"
580source = "registry+https://github.com/rust-lang/crates.io-index"
581checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58"
582dependencies = [
583 "libc",
584]
585
586[[package]]
587name = "crc"
588version = "3.0.1"
589source = "registry+https://github.com/rust-lang/crates.io-index"
590checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe"
591dependencies = [
592 "crc-catalog",
593]
594
595[[package]]
596name = "crc-catalog"
597version = "2.2.0"
598source = "registry+https://github.com/rust-lang/crates.io-index"
599checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484"
600
601[[package]]
602name = "criterion"
603version = "0.4.0"
604source = "registry+https://github.com/rust-lang/crates.io-index"
605checksum = "e7c76e09c1aae2bc52b3d2f29e13c6572553b30c4aa1b8a49fd70de6412654cb"
606dependencies = [
607 "anes",
608 "atty",
609 "cast",
610 "ciborium",
611 "clap",
612 "criterion-plot",
613 "futures",
614 "itertools",
615 "lazy_static",
616 "num-traits",
617 "oorandom",
618 "plotters",
619 "rayon",
620 "regex",
621 "serde",
622 "serde_derive",
623 "serde_json",
624 "tinytemplate",
625 "walkdir",
626]
627
628[[package]]
629name = "criterion-plot"
630version = "0.5.0"
631source = "registry+https://github.com/rust-lang/crates.io-index"
632checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
633dependencies = [
634 "cast",
635 "itertools",
636]
637
638[[package]]
639name = "crossbeam-channel"
640version = "0.5.8"
641source = "registry+https://github.com/rust-lang/crates.io-index"
642checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
643dependencies = [
644 "cfg-if",
645 "crossbeam-utils",
646]
647
648[[package]]
649name = "crossbeam-deque"
650version = "0.8.3"
651source = "registry+https://github.com/rust-lang/crates.io-index"
652checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
653dependencies = [
654 "cfg-if",
655 "crossbeam-epoch",
656 "crossbeam-utils",
657]
658
659[[package]]
660name = "crossbeam-epoch"
661version = "0.9.14"
662source = "registry+https://github.com/rust-lang/crates.io-index"
663checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
664dependencies = [
665 "autocfg",
666 "cfg-if",
667 "crossbeam-utils",
668 "memoffset 0.8.0",
669 "scopeguard",
670]
671
672[[package]]
673name = "crossbeam-utils"
674version = "0.8.15"
675source = "registry+https://github.com/rust-lang/crates.io-index"
676checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
677dependencies = [
678 "cfg-if",
679]
680
681[[package]]
682name = "crypto-bigint"
683version = "0.4.9"
684source = "registry+https://github.com/rust-lang/crates.io-index"
685checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
686dependencies = [
687 "generic-array",
688 "rand_core",
689 "subtle",
690 "zeroize",
691]
692
693[[package]]
694name = "crypto-common"
695version = "0.1.6"
696source = "registry+https://github.com/rust-lang/crates.io-index"
697checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
698dependencies = [
699 "generic-array",
700 "rand_core",
701 "typenum",
702]
703
704[[package]]
705name = "ctr"
706version = "0.8.0"
707source = "registry+https://github.com/rust-lang/crates.io-index"
708checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"
709dependencies = [
710 "cipher 0.3.0",
711]
712
713[[package]]
714name = "ctr"
715version = "0.9.2"
716source = "registry+https://github.com/rust-lang/crates.io-index"
717checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
718dependencies = [
719 "cipher 0.4.4",
720]
721
722[[package]]
723name = "curve25519-dalek"
724version = "4.0.0-rc.2"
725source = "registry+https://github.com/rust-lang/crates.io-index"
726checksum = "03d928d978dbec61a1167414f5ec534f24bea0d7a0d24dd9b6233d3d8223e585"
727dependencies = [
728 "cfg-if",
729 "fiat-crypto",
730 "packed_simd_2",
731 "platforms",
732 "subtle",
733 "zeroize",
734]
735
736[[package]]
737name = "data-encoding"
738version = "2.4.0"
739source = "registry+https://github.com/rust-lang/crates.io-index"
740checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"
741
742[[package]]
743name = "der"
744version = "0.6.1"
745source = "registry+https://github.com/rust-lang/crates.io-index"
746checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
747dependencies = [
748 "const-oid",
749 "pem-rfc7468",
750 "zeroize",
751]
752
753[[package]]
754name = "der-parser"
755version = "7.0.0"
756source = "registry+https://github.com/rust-lang/crates.io-index"
757checksum = "fe398ac75057914d7d07307bf67dc7f3f574a26783b4fc7805a20ffa9f506e82"
758dependencies = [
759 "asn1-rs 0.3.1",
760 "displaydoc",
761 "nom",
762 "num-bigint",
763 "num-traits",
764 "rusticata-macros",
765]
766
767[[package]]
768name = "der-parser"
769version = "8.2.0"
770source = "registry+https://github.com/rust-lang/crates.io-index"
771checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e"
772dependencies = [
773 "asn1-rs 0.5.2",
774 "displaydoc",
775 "nom",
776 "num-bigint",
777 "num-traits",
778 "rusticata-macros",
779]
780
781[[package]]
782name = "digest"
783version = "0.10.7"
784source = "registry+https://github.com/rust-lang/crates.io-index"
785checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
786dependencies = [
787 "block-buffer",
788 "crypto-common",
789 "subtle",
790]
791
792[[package]]
793name = "displaydoc"
794version = "0.2.4"
795source = "registry+https://github.com/rust-lang/crates.io-index"
796checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
797dependencies = [
798 "proc-macro2",
799 "quote",
800 "syn 2.0.18",
801]
802
803[[package]]
804name = "ecdsa"
805version = "0.14.8"
806source = "registry+https://github.com/rust-lang/crates.io-index"
807checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
808dependencies = [
809 "der",
810 "elliptic-curve",
811 "rfc6979",
812 "signature",
813]
814
815[[package]]
816name = "either"
817version = "1.8.1"
818source = "registry+https://github.com/rust-lang/crates.io-index"
819checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
820
821[[package]]
822name = "elliptic-curve"
823version = "0.12.3"
824source = "registry+https://github.com/rust-lang/crates.io-index"
825checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
826dependencies = [
827 "base16ct",
828 "crypto-bigint",
829 "der",
830 "digest",
831 "ff",
832 "generic-array",
833 "group",
834 "hkdf",
835 "pem-rfc7468",
836 "pkcs8",
837 "rand_core",
838 "sec1",
839 "subtle",
840 "zeroize",
841]
842
843[[package]]
844name = "env_logger"
845version = "0.9.3"
846source = "registry+https://github.com/rust-lang/crates.io-index"
847checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
848dependencies = [
849 "atty",
850 "humantime",
851 "log",
852 "regex",
853 "termcolor",
854]
855
856[[package]]
857name = "errno"
858version = "0.3.1"
859source = "registry+https://github.com/rust-lang/crates.io-index"
860checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
861dependencies = [
862 "errno-dragonfly",
863 "libc",
864 "windows-sys 0.48.0",
865]
866
867[[package]]
868name = "errno-dragonfly"
869version = "0.1.2"
870source = "registry+https://github.com/rust-lang/crates.io-index"
871checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
872dependencies = [
873 "cc",
874 "libc",
875]
876
877[[package]]
878name = "event-listener"
879version = "2.5.3"
880source = "registry+https://github.com/rust-lang/crates.io-index"
881checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
882
883[[package]]
884name = "examples"
885version = "0.5.0"
886dependencies = [
887 "anyhow",
888 "bytes",
889 "chrono",
890 "clap",
891 "env_logger",
892 "hyper",
893 "lazy_static",
894 "log",
895 "rand",
896 "serde",
897 "serde_json",
898 "signal",
899 "tokio",
900 "tokio-util",
901 "webrtc",
902]
903
904[[package]]
905name = "fastrand"
906version = "1.9.0"
907source = "registry+https://github.com/rust-lang/crates.io-index"
908checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
909dependencies = [
910 "instant",
911]
912
913[[package]]
914name = "ff"
915version = "0.12.1"
916source = "registry+https://github.com/rust-lang/crates.io-index"
917checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
918dependencies = [
919 "rand_core",
920 "subtle",
921]
922
923[[package]]
924name = "fiat-crypto"
925version = "0.1.20"
926source = "registry+https://github.com/rust-lang/crates.io-index"
927checksum = "e825f6987101665dea6ec934c09ec6d721de7bc1bf92248e1d5810c8cd636b77"
928
929[[package]]
930name = "fnv"
931version = "1.0.7"
932source = "registry+https://github.com/rust-lang/crates.io-index"
933checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
934
935[[package]]
936name = "form_urlencoded"
937version = "1.1.0"
938source = "registry+https://github.com/rust-lang/crates.io-index"
939checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
940dependencies = [
941 "percent-encoding",
942]
943
944[[package]]
945name = "futures"
946version = "0.3.28"
947source = "registry+https://github.com/rust-lang/crates.io-index"
948checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
949dependencies = [
950 "futures-channel",
951 "futures-core",
952 "futures-executor",
953 "futures-io",
954 "futures-sink",
955 "futures-task",
956 "futures-util",
957]
958
959[[package]]
960name = "futures-channel"
961version = "0.3.28"
962source = "registry+https://github.com/rust-lang/crates.io-index"
963checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
964dependencies = [
965 "futures-core",
966 "futures-sink",
967]
968
969[[package]]
970name = "futures-core"
971version = "0.3.28"
972source = "registry+https://github.com/rust-lang/crates.io-index"
973checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
974
975[[package]]
976name = "futures-executor"
977version = "0.3.28"
978source = "registry+https://github.com/rust-lang/crates.io-index"
979checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
980dependencies = [
981 "futures-core",
982 "futures-task",
983 "futures-util",
984]
985
986[[package]]
987name = "futures-io"
988version = "0.3.28"
989source = "registry+https://github.com/rust-lang/crates.io-index"
990checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
991
992[[package]]
993name = "futures-lite"
994version = "1.13.0"
995source = "registry+https://github.com/rust-lang/crates.io-index"
996checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
997dependencies = [
998 "fastrand",
999 "futures-core",
1000 "futures-io",
1001 "memchr",
1002 "parking",
1003 "pin-project-lite",
1004 "waker-fn",
1005]
1006
1007[[package]]
1008name = "futures-macro"
1009version = "0.3.28"
1010source = "registry+https://github.com/rust-lang/crates.io-index"
1011checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
1012dependencies = [
1013 "proc-macro2",
1014 "quote",
1015 "syn 2.0.18",
1016]
1017
1018[[package]]
1019name = "futures-sink"
1020version = "0.3.28"
1021source = "registry+https://github.com/rust-lang/crates.io-index"
1022checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
1023
1024[[package]]
1025name = "futures-task"
1026version = "0.3.28"
1027source = "registry+https://github.com/rust-lang/crates.io-index"
1028checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
1029
1030[[package]]
1031name = "futures-util"
1032version = "0.3.28"
1033source = "registry+https://github.com/rust-lang/crates.io-index"
1034checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
1035dependencies = [
1036 "futures-channel",
1037 "futures-core",
1038 "futures-io",
1039 "futures-macro",
1040 "futures-sink",
1041 "futures-task",
1042 "memchr",
1043 "pin-project-lite",
1044 "pin-utils",
1045 "slab",
1046]
1047
1048[[package]]
1049name = "generic-array"
1050version = "0.14.7"
1051source = "registry+https://github.com/rust-lang/crates.io-index"
1052checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1053dependencies = [
1054 "typenum",
1055 "version_check",
1056]
1057
1058[[package]]
1059name = "getrandom"
1060version = "0.2.9"
1061source = "registry+https://github.com/rust-lang/crates.io-index"
1062checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
1063dependencies = [
1064 "cfg-if",
1065 "libc",
1066 "wasi 0.11.0+wasi-snapshot-preview1",
1067]
1068
1069[[package]]
1070name = "ghash"
1071version = "0.5.0"
1072source = "registry+https://github.com/rust-lang/crates.io-index"
1073checksum = "d930750de5717d2dd0b8c0d42c076c0e884c81a73e6cab859bbd2339c71e3e40"
1074dependencies = [
1075 "opaque-debug",
1076 "polyval",
1077]
1078
1079[[package]]
1080name = "group"
1081version = "0.12.1"
1082source = "registry+https://github.com/rust-lang/crates.io-index"
1083checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
1084dependencies = [
1085 "ff",
1086 "rand_core",
1087 "subtle",
1088]
1089
1090[[package]]
1091name = "h2"
1092version = "0.3.19"
1093source = "registry+https://github.com/rust-lang/crates.io-index"
1094checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782"
1095dependencies = [
1096 "bytes",
1097 "fnv",
1098 "futures-core",
1099 "futures-sink",
1100 "futures-util",
1101 "http",
1102 "indexmap",
1103 "slab",
1104 "tokio",
1105 "tokio-util",
1106 "tracing",
1107]
1108
1109[[package]]
1110name = "half"
1111version = "1.8.2"
1112source = "registry+https://github.com/rust-lang/crates.io-index"
1113checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
1114
1115[[package]]
1116name = "hashbrown"
1117version = "0.12.3"
1118source = "registry+https://github.com/rust-lang/crates.io-index"
1119checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1120
1121[[package]]
1122name = "hermit-abi"
1123version = "0.1.19"
1124source = "registry+https://github.com/rust-lang/crates.io-index"
1125checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
1126dependencies = [
1127 "libc",
1128]
1129
1130[[package]]
1131name = "hermit-abi"
1132version = "0.2.6"
1133source = "registry+https://github.com/rust-lang/crates.io-index"
1134checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
1135dependencies = [
1136 "libc",
1137]
1138
1139[[package]]
1140name = "hermit-abi"
1141version = "0.3.1"
1142source = "registry+https://github.com/rust-lang/crates.io-index"
1143checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
1144
1145[[package]]
1146name = "hex"
1147version = "0.4.3"
1148source = "registry+https://github.com/rust-lang/crates.io-index"
1149checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1150
1151[[package]]
1152name = "hkdf"
1153version = "0.12.3"
1154source = "registry+https://github.com/rust-lang/crates.io-index"
1155checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
1156dependencies = [
1157 "hmac",
1158]
1159
1160[[package]]
1161name = "hmac"
1162version = "0.12.1"
1163source = "registry+https://github.com/rust-lang/crates.io-index"
1164checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1165dependencies = [
1166 "digest",
1167]
1168
1169[[package]]
1170name = "http"
1171version = "0.2.9"
1172source = "registry+https://github.com/rust-lang/crates.io-index"
1173checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
1174dependencies = [
1175 "bytes",
1176 "fnv",
1177 "itoa",
1178]
1179
1180[[package]]
1181name = "http-body"
1182version = "0.4.5"
1183source = "registry+https://github.com/rust-lang/crates.io-index"
1184checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
1185dependencies = [
1186 "bytes",
1187 "http",
1188 "pin-project-lite",
1189]
1190
1191[[package]]
1192name = "httparse"
1193version = "1.8.0"
1194source = "registry+https://github.com/rust-lang/crates.io-index"
1195checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
1196
1197[[package]]
1198name = "httpdate"
1199version = "1.0.2"
1200source = "registry+https://github.com/rust-lang/crates.io-index"
1201checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
1202
1203[[package]]
1204name = "hub"
1205version = "0.1.0"
1206dependencies = [
1207 "rcgen",
1208 "rustls",
1209 "thiserror",
1210 "tokio",
1211 "webrtc-dtls",
1212 "webrtc-util",
1213]
1214
1215[[package]]
1216name = "humantime"
1217version = "2.1.0"
1218source = "registry+https://github.com/rust-lang/crates.io-index"
1219checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
1220
1221[[package]]
1222name = "hyper"
1223version = "0.14.26"
1224source = "registry+https://github.com/rust-lang/crates.io-index"
1225checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4"
1226dependencies = [
1227 "bytes",
1228 "futures-channel",
1229 "futures-core",
1230 "futures-util",
1231 "h2",
1232 "http",
1233 "http-body",
1234 "httparse",
1235 "httpdate",
1236 "itoa",
1237 "pin-project-lite",
1238 "socket2",
1239 "tokio",
1240 "tower-service",
1241 "tracing",
1242 "want",
1243]
1244
1245[[package]]
1246name = "iana-time-zone"
1247version = "0.1.56"
1248source = "registry+https://github.com/rust-lang/crates.io-index"
1249checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"
1250dependencies = [
1251 "android_system_properties",
1252 "core-foundation-sys",
1253 "iana-time-zone-haiku",
1254 "js-sys",
1255 "wasm-bindgen",
1256 "windows",
1257]
1258
1259[[package]]
1260name = "iana-time-zone-haiku"
1261version = "0.1.2"
1262source = "registry+https://github.com/rust-lang/crates.io-index"
1263checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1264dependencies = [
1265 "cc",
1266]
1267
1268[[package]]
1269name = "idna"
1270version = "0.3.0"
1271source = "registry+https://github.com/rust-lang/crates.io-index"
1272checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
1273dependencies = [
1274 "unicode-bidi",
1275 "unicode-normalization",
1276]
1277
1278[[package]]
1279name = "indexmap"
1280version = "1.9.3"
1281source = "registry+https://github.com/rust-lang/crates.io-index"
1282checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
1283dependencies = [
1284 "autocfg",
1285 "hashbrown",
1286 "serde",
1287]
1288
1289[[package]]
1290name = "inout"
1291version = "0.1.3"
1292source = "registry+https://github.com/rust-lang/crates.io-index"
1293checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
1294dependencies = [
1295 "generic-array",
1296]
1297
1298[[package]]
1299name = "instant"
1300version = "0.1.12"
1301source = "registry+https://github.com/rust-lang/crates.io-index"
1302checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
1303dependencies = [
1304 "cfg-if",
1305]
1306
1307[[package]]
1308name = "interceptor"
1309version = "0.8.2"
1310dependencies = [
1311 "async-trait",
1312 "bytes",
1313 "chrono",
1314 "log",
1315 "rand",
1316 "rtcp",
1317 "rtp",
1318 "thiserror",
1319 "tokio",
1320 "tokio-test",
1321 "waitgroup",
1322 "webrtc-srtp",
1323 "webrtc-util",
1324]
1325
1326[[package]]
1327name = "io-lifetimes"
1328version = "1.0.11"
1329source = "registry+https://github.com/rust-lang/crates.io-index"
1330checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
1331dependencies = [
1332 "hermit-abi 0.3.1",
1333 "libc",
1334 "windows-sys 0.48.0",
1335]
1336
1337[[package]]
1338name = "ipnet"
1339version = "2.7.2"
1340source = "registry+https://github.com/rust-lang/crates.io-index"
1341checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f"
1342
1343[[package]]
1344name = "itertools"
1345version = "0.10.5"
1346source = "registry+https://github.com/rust-lang/crates.io-index"
1347checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
1348dependencies = [
1349 "either",
1350]
1351
1352[[package]]
1353name = "itoa"
1354version = "1.0.6"
1355source = "registry+https://github.com/rust-lang/crates.io-index"
1356checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
1357
1358[[package]]
1359name = "js-sys"
1360version = "0.3.63"
1361source = "registry+https://github.com/rust-lang/crates.io-index"
1362checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790"
1363dependencies = [
1364 "wasm-bindgen",
1365]
1366
1367[[package]]
1368name = "lazy_static"
1369version = "1.4.0"
1370source = "registry+https://github.com/rust-lang/crates.io-index"
1371checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1372
1373[[package]]
1374name = "libc"
1375version = "0.2.144"
1376source = "registry+https://github.com/rust-lang/crates.io-index"
1377checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
1378
1379[[package]]
1380name = "libm"
1381version = "0.1.4"
1382source = "registry+https://github.com/rust-lang/crates.io-index"
1383checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"
1384
1385[[package]]
1386name = "linux-raw-sys"
1387version = "0.3.8"
1388source = "registry+https://github.com/rust-lang/crates.io-index"
1389checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
1390
1391[[package]]
1392name = "lock_api"
1393version = "0.4.9"
1394source = "registry+https://github.com/rust-lang/crates.io-index"
1395checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
1396dependencies = [
1397 "autocfg",
1398 "scopeguard",
1399]
1400
1401[[package]]
1402name = "log"
1403version = "0.4.18"
1404source = "registry+https://github.com/rust-lang/crates.io-index"
1405checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de"
1406
1407[[package]]
1408name = "md-5"
1409version = "0.10.5"
1410source = "registry+https://github.com/rust-lang/crates.io-index"
1411checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
1412dependencies = [
1413 "digest",
1414]
1415
1416[[package]]
1417name = "memchr"
1418version = "2.5.0"
1419source = "registry+https://github.com/rust-lang/crates.io-index"
1420checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
1421
1422[[package]]
1423name = "memoffset"
1424version = "0.7.1"
1425source = "registry+https://github.com/rust-lang/crates.io-index"
1426checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
1427dependencies = [
1428 "autocfg",
1429]
1430
1431[[package]]
1432name = "memoffset"
1433version = "0.8.0"
1434source = "registry+https://github.com/rust-lang/crates.io-index"
1435checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
1436dependencies = [
1437 "autocfg",
1438]
1439
1440[[package]]
1441name = "minimal-lexical"
1442version = "0.2.1"
1443source = "registry+https://github.com/rust-lang/crates.io-index"
1444checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1445
1446[[package]]
1447name = "mio"
1448version = "0.8.8"
1449source = "registry+https://github.com/rust-lang/crates.io-index"
1450checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
1451dependencies = [
1452 "libc",
1453 "wasi 0.11.0+wasi-snapshot-preview1",
1454 "windows-sys 0.48.0",
1455]
1456
1457[[package]]
1458name = "nearly_eq"
1459version = "0.2.4"
1460source = "registry+https://github.com/rust-lang/crates.io-index"
1461checksum = "a629868a433328c35d654e1e1fb4648a68a042e3c71de4e507a9bcf4602c5635"
1462
1463[[package]]
1464name = "nix"
1465version = "0.26.2"
1466source = "registry+https://github.com/rust-lang/crates.io-index"
1467checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
1468dependencies = [
1469 "bitflags",
1470 "cfg-if",
1471 "libc",
1472 "memoffset 0.7.1",
1473 "pin-utils",
1474 "static_assertions",
1475]
1476
1477[[package]]
1478name = "nom"
1479version = "7.1.3"
1480source = "registry+https://github.com/rust-lang/crates.io-index"
1481checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1482dependencies = [
1483 "memchr",
1484 "minimal-lexical",
1485]
1486
1487[[package]]
1488name = "num-bigint"
1489version = "0.4.3"
1490source = "registry+https://github.com/rust-lang/crates.io-index"
1491checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
1492dependencies = [
1493 "autocfg",
1494 "num-integer",
1495 "num-traits",
1496]
1497
1498[[package]]
1499name = "num-integer"
1500version = "0.1.45"
1501source = "registry+https://github.com/rust-lang/crates.io-index"
1502checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
1503dependencies = [
1504 "autocfg",
1505 "num-traits",
1506]
1507
1508[[package]]
1509name = "num-traits"
1510version = "0.2.15"
1511source = "registry+https://github.com/rust-lang/crates.io-index"
1512checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
1513dependencies = [
1514 "autocfg",
1515]
1516
1517[[package]]
1518name = "num_cpus"
1519version = "1.15.0"
1520source = "registry+https://github.com/rust-lang/crates.io-index"
1521checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
1522dependencies = [
1523 "hermit-abi 0.2.6",
1524 "libc",
1525]
1526
1527[[package]]
1528name = "oid-registry"
1529version = "0.4.0"
1530source = "registry+https://github.com/rust-lang/crates.io-index"
1531checksum = "38e20717fa0541f39bd146692035c37bedfa532b3e5071b35761082407546b2a"
1532dependencies = [
1533 "asn1-rs 0.3.1",
1534]
1535
1536[[package]]
1537name = "oid-registry"
1538version = "0.6.1"
1539source = "registry+https://github.com/rust-lang/crates.io-index"
1540checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff"
1541dependencies = [
1542 "asn1-rs 0.5.2",
1543]
1544
1545[[package]]
1546name = "once_cell"
1547version = "1.17.2"
1548source = "registry+https://github.com/rust-lang/crates.io-index"
1549checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b"
1550
1551[[package]]
1552name = "oorandom"
1553version = "11.1.3"
1554source = "registry+https://github.com/rust-lang/crates.io-index"
1555checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
1556
1557[[package]]
1558name = "opaque-debug"
1559version = "0.3.0"
1560source = "registry+https://github.com/rust-lang/crates.io-index"
1561checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
1562
1563[[package]]
1564name = "ordered-float"
1565version = "3.7.0"
1566source = "registry+https://github.com/rust-lang/crates.io-index"
1567checksum = "2fc2dbde8f8a79f2102cc474ceb0ad68e3b80b85289ea62389b60e66777e4213"
1568dependencies = [
1569 "num-traits",
1570]
1571
1572[[package]]
1573name = "os_str_bytes"
1574version = "6.5.0"
1575source = "registry+https://github.com/rust-lang/crates.io-index"
1576checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267"
1577
1578[[package]]
1579name = "p256"
1580version = "0.11.1"
1581source = "registry+https://github.com/rust-lang/crates.io-index"
1582checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
1583dependencies = [
1584 "ecdsa",
1585 "elliptic-curve",
1586 "sha2",
1587]
1588
1589[[package]]
1590name = "p384"
1591version = "0.11.2"
1592source = "registry+https://github.com/rust-lang/crates.io-index"
1593checksum = "dfc8c5bf642dde52bb9e87c0ecd8ca5a76faac2eeed98dedb7c717997e1080aa"
1594dependencies = [
1595 "ecdsa",
1596 "elliptic-curve",
1597 "sha2",
1598]
1599
1600[[package]]
1601name = "packed_simd_2"
1602version = "0.3.8"
1603source = "registry+https://github.com/rust-lang/crates.io-index"
1604checksum = "a1914cd452d8fccd6f9db48147b29fd4ae05bea9dc5d9ad578509f72415de282"
1605dependencies = [
1606 "cfg-if",
1607 "libm",
1608]
1609
1610[[package]]
1611name = "parking"
1612version = "2.1.0"
1613source = "registry+https://github.com/rust-lang/crates.io-index"
1614checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e"
1615
1616[[package]]
1617name = "parking_lot"
1618version = "0.12.1"
1619source = "registry+https://github.com/rust-lang/crates.io-index"
1620checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
1621dependencies = [
1622 "lock_api",
1623 "parking_lot_core",
1624]
1625
1626[[package]]
1627name = "parking_lot_core"
1628version = "0.9.7"
1629source = "registry+https://github.com/rust-lang/crates.io-index"
1630checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
1631dependencies = [
1632 "cfg-if",
1633 "libc",
1634 "redox_syscall",
1635 "smallvec",
1636 "windows-sys 0.45.0",
1637]
1638
1639[[package]]
1640name = "pem"
1641version = "1.1.1"
1642source = "registry+https://github.com/rust-lang/crates.io-index"
1643checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"
1644dependencies = [
1645 "base64",
1646]
1647
1648[[package]]
1649name = "pem-rfc7468"
1650version = "0.6.0"
1651source = "registry+https://github.com/rust-lang/crates.io-index"
1652checksum = "24d159833a9105500e0398934e205e0773f0b27529557134ecfc51c27646adac"
1653dependencies = [
1654 "base64ct",
1655]
1656
1657[[package]]
1658name = "percent-encoding"
1659version = "2.2.0"
1660source = "registry+https://github.com/rust-lang/crates.io-index"
1661checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
1662
1663[[package]]
1664name = "pin-project-lite"
1665version = "0.2.9"
1666source = "registry+https://github.com/rust-lang/crates.io-index"
1667checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
1668
1669[[package]]
1670name = "pin-utils"
1671version = "0.1.0"
1672source = "registry+https://github.com/rust-lang/crates.io-index"
1673checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1674
1675[[package]]
1676name = "pkcs8"
1677version = "0.9.0"
1678source = "registry+https://github.com/rust-lang/crates.io-index"
1679checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
1680dependencies = [
1681 "der",
1682 "spki",
1683]
1684
1685[[package]]
1686name = "platforms"
1687version = "3.0.2"
1688source = "registry+https://github.com/rust-lang/crates.io-index"
1689checksum = "e3d7ddaed09e0eb771a79ab0fd64609ba0afb0a8366421957936ad14cbd13630"
1690
1691[[package]]
1692name = "plotters"
1693version = "0.3.4"
1694source = "registry+https://github.com/rust-lang/crates.io-index"
1695checksum = "2538b639e642295546c50fcd545198c9d64ee2a38620a628724a3b266d5fbf97"
1696dependencies = [
1697 "num-traits",
1698 "plotters-backend",
1699 "plotters-svg",
1700 "wasm-bindgen",
1701 "web-sys",
1702]
1703
1704[[package]]
1705name = "plotters-backend"
1706version = "0.3.4"
1707source = "registry+https://github.com/rust-lang/crates.io-index"
1708checksum = "193228616381fecdc1224c62e96946dfbc73ff4384fba576e052ff8c1bea8142"
1709
1710[[package]]
1711name = "plotters-svg"
1712version = "0.3.3"
1713source = "registry+https://github.com/rust-lang/crates.io-index"
1714checksum = "f9a81d2759aae1dae668f783c308bc5c8ebd191ff4184aaa1b37f65a6ae5a56f"
1715dependencies = [
1716 "plotters-backend",
1717]
1718
1719[[package]]
1720name = "polling"
1721version = "2.8.0"
1722source = "registry+https://github.com/rust-lang/crates.io-index"
1723checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
1724dependencies = [
1725 "autocfg",
1726 "bitflags",
1727 "cfg-if",
1728 "concurrent-queue",
1729 "libc",
1730 "log",
1731 "pin-project-lite",
1732 "windows-sys 0.48.0",
1733]
1734
1735[[package]]
1736name = "polyval"
1737version = "0.6.0"
1738source = "registry+https://github.com/rust-lang/crates.io-index"
1739checksum = "7ef234e08c11dfcb2e56f79fd70f6f2eb7f025c0ce2333e82f4f0518ecad30c6"
1740dependencies = [
1741 "cfg-if",
1742 "cpufeatures",
1743 "opaque-debug",
1744 "universal-hash",
1745]
1746
1747[[package]]
1748name = "ppv-lite86"
1749version = "0.2.17"
1750source = "registry+https://github.com/rust-lang/crates.io-index"
1751checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
1752
1753[[package]]
1754name = "proc-macro2"
1755version = "1.0.59"
1756source = "registry+https://github.com/rust-lang/crates.io-index"
1757checksum = "6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b"
1758dependencies = [
1759 "unicode-ident",
1760]
1761
1762[[package]]
1763name = "quote"
1764version = "1.0.28"
1765source = "registry+https://github.com/rust-lang/crates.io-index"
1766checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
1767dependencies = [
1768 "proc-macro2",
1769]
1770
1771[[package]]
1772name = "rand"
1773version = "0.8.5"
1774source = "registry+https://github.com/rust-lang/crates.io-index"
1775checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1776dependencies = [
1777 "libc",
1778 "rand_chacha",
1779 "rand_core",
1780]
1781
1782[[package]]
1783name = "rand_chacha"
1784version = "0.3.1"
1785source = "registry+https://github.com/rust-lang/crates.io-index"
1786checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1787dependencies = [
1788 "ppv-lite86",
1789 "rand_core",
1790]
1791
1792[[package]]
1793name = "rand_core"
1794version = "0.6.4"
1795source = "registry+https://github.com/rust-lang/crates.io-index"
1796checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1797dependencies = [
1798 "getrandom",
1799]
1800
1801[[package]]
1802name = "rayon"
1803version = "1.7.0"
1804source = "registry+https://github.com/rust-lang/crates.io-index"
1805checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
1806dependencies = [
1807 "either",
1808 "rayon-core",
1809]
1810
1811[[package]]
1812name = "rayon-core"
1813version = "1.11.0"
1814source = "registry+https://github.com/rust-lang/crates.io-index"
1815checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
1816dependencies = [
1817 "crossbeam-channel",
1818 "crossbeam-deque",
1819 "crossbeam-utils",
1820 "num_cpus",
1821]
1822
1823[[package]]
1824name = "rcgen"
1825version = "0.10.0"
1826source = "registry+https://github.com/rust-lang/crates.io-index"
1827checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b"
1828dependencies = [
1829 "pem",
1830 "ring",
1831 "time 0.3.21",
1832 "x509-parser 0.14.0",
1833 "yasna",
1834]
1835
1836[[package]]
1837name = "redox_syscall"
1838version = "0.2.16"
1839source = "registry+https://github.com/rust-lang/crates.io-index"
1840checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
1841dependencies = [
1842 "bitflags",
1843]
1844
1845[[package]]
1846name = "regex"
1847version = "1.8.3"
1848source = "registry+https://github.com/rust-lang/crates.io-index"
1849checksum = "81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390"
1850dependencies = [
1851 "aho-corasick",
1852 "memchr",
1853 "regex-syntax",
1854]
1855
1856[[package]]
1857name = "regex-syntax"
1858version = "0.7.2"
1859source = "registry+https://github.com/rust-lang/crates.io-index"
1860checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
1861
1862[[package]]
1863name = "rfc6979"
1864version = "0.3.1"
1865source = "registry+https://github.com/rust-lang/crates.io-index"
1866checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
1867dependencies = [
1868 "crypto-bigint",
1869 "hmac",
1870 "zeroize",
1871]
1872
1873[[package]]
1874name = "ring"
1875version = "0.16.20"
1876source = "registry+https://github.com/rust-lang/crates.io-index"
1877checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
1878dependencies = [
1879 "cc",
1880 "libc",
1881 "once_cell",
1882 "spin",
1883 "untrusted",
1884 "web-sys",
1885 "winapi",
1886]
1887
1888[[package]]
1889name = "rtcp"
1890version = "0.8.0"
1891dependencies = [
1892 "bytes",
1893 "thiserror",
1894 "webrtc-util",
1895]
1896
1897[[package]]
1898name = "rtp"
1899version = "0.7.0"
1900dependencies = [
1901 "bytes",
1902 "chrono",
1903 "criterion",
1904 "rand",
1905 "serde",
1906 "thiserror",
1907 "webrtc-util",
1908]
1909
1910[[package]]
1911name = "rusticata-macros"
1912version = "4.1.0"
1913source = "registry+https://github.com/rust-lang/crates.io-index"
1914checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
1915dependencies = [
1916 "nom",
1917]
1918
1919[[package]]
1920name = "rustix"
1921version = "0.37.19"
1922source = "registry+https://github.com/rust-lang/crates.io-index"
1923checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
1924dependencies = [
1925 "bitflags",
1926 "errno",
1927 "io-lifetimes",
1928 "libc",
1929 "linux-raw-sys",
1930 "windows-sys 0.48.0",
1931]
1932
1933[[package]]
1934name = "rustls"
1935version = "0.19.1"
1936source = "registry+https://github.com/rust-lang/crates.io-index"
1937checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
1938dependencies = [
1939 "base64",
1940 "log",
1941 "ring",
1942 "sct",
1943 "webpki",
1944]
1945
1946[[package]]
1947name = "ryu"
1948version = "1.0.13"
1949source = "registry+https://github.com/rust-lang/crates.io-index"
1950checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
1951
1952[[package]]
1953name = "same-file"
1954version = "1.0.6"
1955source = "registry+https://github.com/rust-lang/crates.io-index"
1956checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1957dependencies = [
1958 "winapi-util",
1959]
1960
1961[[package]]
1962name = "scopeguard"
1963version = "1.1.0"
1964source = "registry+https://github.com/rust-lang/crates.io-index"
1965checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1966
1967[[package]]
1968name = "sct"
1969version = "0.6.1"
1970source = "registry+https://github.com/rust-lang/crates.io-index"
1971checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
1972dependencies = [
1973 "ring",
1974 "untrusted",
1975]
1976
1977[[package]]
1978name = "sdp"
1979version = "0.5.3"
1980dependencies = [
1981 "criterion",
1982 "rand",
1983 "substring",
1984 "thiserror",
1985 "url",
1986]
1987
1988[[package]]
1989name = "sec1"
1990version = "0.3.0"
1991source = "registry+https://github.com/rust-lang/crates.io-index"
1992checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
1993dependencies = [
1994 "base16ct",
1995 "der",
1996 "generic-array",
1997 "pkcs8",
1998 "subtle",
1999 "zeroize",
2000]
2001
2002[[package]]
2003name = "serde"
2004version = "1.0.163"
2005source = "registry+https://github.com/rust-lang/crates.io-index"
2006checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2"
2007dependencies = [
2008 "serde_derive",
2009]
2010
2011[[package]]
2012name = "serde_derive"
2013version = "1.0.163"
2014source = "registry+https://github.com/rust-lang/crates.io-index"
2015checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e"
2016dependencies = [
2017 "proc-macro2",
2018 "quote",
2019 "syn 2.0.18",
2020]
2021
2022[[package]]
2023name = "serde_json"
2024version = "1.0.96"
2025source = "registry+https://github.com/rust-lang/crates.io-index"
2026checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
2027dependencies = [
2028 "indexmap",
2029 "itoa",
2030 "ryu",
2031 "serde",
2032]
2033
2034[[package]]
2035name = "sha1"
2036version = "0.10.5"
2037source = "registry+https://github.com/rust-lang/crates.io-index"
2038checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
2039dependencies = [
2040 "cfg-if",
2041 "cpufeatures",
2042 "digest",
2043]
2044
2045[[package]]
2046name = "sha2"
2047version = "0.10.6"
2048source = "registry+https://github.com/rust-lang/crates.io-index"
2049checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
2050dependencies = [
2051 "cfg-if",
2052 "cpufeatures",
2053 "digest",
2054]
2055
2056[[package]]
2057name = "signal"
2058version = "0.1.0"
2059dependencies = [
2060 "anyhow",
2061 "base64",
2062 "hyper",
2063 "lazy_static",
2064 "tokio",
2065]
2066
2067[[package]]
2068name = "signal-hook-registry"
2069version = "1.4.1"
2070source = "registry+https://github.com/rust-lang/crates.io-index"
2071checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
2072dependencies = [
2073 "libc",
2074]
2075
2076[[package]]
2077name = "signature"
2078version = "1.6.4"
2079source = "registry+https://github.com/rust-lang/crates.io-index"
2080checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
2081dependencies = [
2082 "digest",
2083 "rand_core",
2084]
2085
2086[[package]]
2087name = "slab"
2088version = "0.4.8"
2089source = "registry+https://github.com/rust-lang/crates.io-index"
2090checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
2091dependencies = [
2092 "autocfg",
2093]
2094
2095[[package]]
2096name = "smallvec"
2097version = "1.10.0"
2098source = "registry+https://github.com/rust-lang/crates.io-index"
2099checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2100
2101[[package]]
2102name = "socket2"
2103version = "0.4.9"
2104source = "registry+https://github.com/rust-lang/crates.io-index"
2105checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
2106dependencies = [
2107 "libc",
2108 "winapi",
2109]
2110
2111[[package]]
2112name = "spin"
2113version = "0.5.2"
2114source = "registry+https://github.com/rust-lang/crates.io-index"
2115checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2116
2117[[package]]
2118name = "spki"
2119version = "0.6.0"
2120source = "registry+https://github.com/rust-lang/crates.io-index"
2121checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
2122dependencies = [
2123 "base64ct",
2124 "der",
2125]
2126
2127[[package]]
2128name = "static_assertions"
2129version = "1.1.0"
2130source = "registry+https://github.com/rust-lang/crates.io-index"
2131checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2132
2133[[package]]
2134name = "strsim"
2135version = "0.10.0"
2136source = "registry+https://github.com/rust-lang/crates.io-index"
2137checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2138
2139[[package]]
2140name = "stun"
2141version = "0.4.4"
2142dependencies = [
2143 "base64",
2144 "clap",
2145 "crc",
2146 "criterion",
2147 "lazy_static",
2148 "md-5",
2149 "rand",
2150 "ring",
2151 "subtle",
2152 "thiserror",
2153 "tokio",
2154 "tokio-test",
2155 "url",
2156 "webrtc-util",
2157]
2158
2159[[package]]
2160name = "substring"
2161version = "1.4.5"
2162source = "registry+https://github.com/rust-lang/crates.io-index"
2163checksum = "42ee6433ecef213b2e72f587ef64a2f5943e7cd16fbd82dbe8bc07486c534c86"
2164dependencies = [
2165 "autocfg",
2166]
2167
2168[[package]]
2169name = "subtle"
2170version = "2.5.0"
2171source = "registry+https://github.com/rust-lang/crates.io-index"
2172checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
2173
2174[[package]]
2175name = "syn"
2176version = "1.0.109"
2177source = "registry+https://github.com/rust-lang/crates.io-index"
2178checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2179dependencies = [
2180 "proc-macro2",
2181 "quote",
2182 "unicode-ident",
2183]
2184
2185[[package]]
2186name = "syn"
2187version = "2.0.18"
2188source = "registry+https://github.com/rust-lang/crates.io-index"
2189checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e"
2190dependencies = [
2191 "proc-macro2",
2192 "quote",
2193 "unicode-ident",
2194]
2195
2196[[package]]
2197name = "synstructure"
2198version = "0.12.6"
2199source = "registry+https://github.com/rust-lang/crates.io-index"
2200checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
2201dependencies = [
2202 "proc-macro2",
2203 "quote",
2204 "syn 1.0.109",
2205 "unicode-xid",
2206]
2207
2208[[package]]
2209name = "termcolor"
2210version = "1.2.0"
2211source = "registry+https://github.com/rust-lang/crates.io-index"
2212checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
2213dependencies = [
2214 "winapi-util",
2215]
2216
2217[[package]]
2218name = "textwrap"
2219version = "0.16.0"
2220source = "registry+https://github.com/rust-lang/crates.io-index"
2221checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
2222
2223[[package]]
2224name = "thiserror"
2225version = "1.0.40"
2226source = "registry+https://github.com/rust-lang/crates.io-index"
2227checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
2228dependencies = [
2229 "thiserror-impl",
2230]
2231
2232[[package]]
2233name = "thiserror-impl"
2234version = "1.0.40"
2235source = "registry+https://github.com/rust-lang/crates.io-index"
2236checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
2237dependencies = [
2238 "proc-macro2",
2239 "quote",
2240 "syn 2.0.18",
2241]
2242
2243[[package]]
2244name = "time"
2245version = "0.1.45"
2246source = "registry+https://github.com/rust-lang/crates.io-index"
2247checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
2248dependencies = [
2249 "libc",
2250 "wasi 0.10.0+wasi-snapshot-preview1",
2251 "winapi",
2252]
2253
2254[[package]]
2255name = "time"
2256version = "0.3.21"
2257source = "registry+https://github.com/rust-lang/crates.io-index"
2258checksum = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc"
2259dependencies = [
2260 "itoa",
2261 "serde",
2262 "time-core",
2263 "time-macros",
2264]
2265
2266[[package]]
2267name = "time-core"
2268version = "0.1.1"
2269source = "registry+https://github.com/rust-lang/crates.io-index"
2270checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
2271
2272[[package]]
2273name = "time-macros"
2274version = "0.2.9"
2275source = "registry+https://github.com/rust-lang/crates.io-index"
2276checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
2277dependencies = [
2278 "time-core",
2279]
2280
2281[[package]]
2282name = "tinytemplate"
2283version = "1.2.1"
2284source = "registry+https://github.com/rust-lang/crates.io-index"
2285checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
2286dependencies = [
2287 "serde",
2288 "serde_json",
2289]
2290
2291[[package]]
2292name = "tinyvec"
2293version = "1.6.0"
2294source = "registry+https://github.com/rust-lang/crates.io-index"
2295checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2296dependencies = [
2297 "tinyvec_macros",
2298]
2299
2300[[package]]
2301name = "tinyvec_macros"
2302version = "0.1.1"
2303source = "registry+https://github.com/rust-lang/crates.io-index"
2304checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2305
2306[[package]]
2307name = "tokio"
2308version = "1.28.2"
2309source = "registry+https://github.com/rust-lang/crates.io-index"
2310checksum = "94d7b1cfd2aa4011f2de74c2c4c63665e27a71006b0a192dcd2710272e73dfa2"
2311dependencies = [
2312 "autocfg",
2313 "bytes",
2314 "libc",
2315 "mio",
2316 "num_cpus",
2317 "parking_lot",
2318 "pin-project-lite",
2319 "signal-hook-registry",
2320 "socket2",
2321 "tokio-macros",
2322 "windows-sys 0.48.0",
2323]
2324
2325[[package]]
2326name = "tokio-macros"
2327version = "2.1.0"
2328source = "registry+https://github.com/rust-lang/crates.io-index"
2329checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
2330dependencies = [
2331 "proc-macro2",
2332 "quote",
2333 "syn 2.0.18",
2334]
2335
2336[[package]]
2337name = "tokio-stream"
2338version = "0.1.14"
2339source = "registry+https://github.com/rust-lang/crates.io-index"
2340checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
2341dependencies = [
2342 "futures-core",
2343 "pin-project-lite",
2344 "tokio",
2345]
2346
2347[[package]]
2348name = "tokio-test"
2349version = "0.4.2"
2350source = "registry+https://github.com/rust-lang/crates.io-index"
2351checksum = "53474327ae5e166530d17f2d956afcb4f8a004de581b3cae10f12006bc8163e3"
2352dependencies = [
2353 "async-stream",
2354 "bytes",
2355 "futures-core",
2356 "tokio",
2357 "tokio-stream",
2358]
2359
2360[[package]]
2361name = "tokio-util"
2362version = "0.7.8"
2363source = "registry+https://github.com/rust-lang/crates.io-index"
2364checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
2365dependencies = [
2366 "bytes",
2367 "futures-core",
2368 "futures-sink",
2369 "pin-project-lite",
2370 "tokio",
2371 "tracing",
2372]
2373
2374[[package]]
2375name = "tower-service"
2376version = "0.3.2"
2377source = "registry+https://github.com/rust-lang/crates.io-index"
2378checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2379
2380[[package]]
2381name = "tracing"
2382version = "0.1.37"
2383source = "registry+https://github.com/rust-lang/crates.io-index"
2384checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
2385dependencies = [
2386 "cfg-if",
2387 "pin-project-lite",
2388 "tracing-core",
2389]
2390
2391[[package]]
2392name = "tracing-core"
2393version = "0.1.31"
2394source = "registry+https://github.com/rust-lang/crates.io-index"
2395checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
2396dependencies = [
2397 "once_cell",
2398]
2399
2400[[package]]
2401name = "try-lock"
2402version = "0.2.4"
2403source = "registry+https://github.com/rust-lang/crates.io-index"
2404checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
2405
2406[[package]]
2407name = "turn"
2408version = "0.6.1"
2409dependencies = [
2410 "async-trait",
2411 "base64",
2412 "chrono",
2413 "clap",
2414 "criterion",
2415 "env_logger",
2416 "futures",
2417 "hex",
2418 "log",
2419 "md-5",
2420 "rand",
2421 "ring",
2422 "stun",
2423 "thiserror",
2424 "tokio",
2425 "tokio-test",
2426 "webrtc-util",
2427]
2428
2429[[package]]
2430name = "typenum"
2431version = "1.16.0"
2432source = "registry+https://github.com/rust-lang/crates.io-index"
2433checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2434
2435[[package]]
2436name = "unicode-bidi"
2437version = "0.3.13"
2438source = "registry+https://github.com/rust-lang/crates.io-index"
2439checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2440
2441[[package]]
2442name = "unicode-ident"
2443version = "1.0.9"
2444source = "registry+https://github.com/rust-lang/crates.io-index"
2445checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
2446
2447[[package]]
2448name = "unicode-normalization"
2449version = "0.1.22"
2450source = "registry+https://github.com/rust-lang/crates.io-index"
2451checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2452dependencies = [
2453 "tinyvec",
2454]
2455
2456[[package]]
2457name = "unicode-xid"
2458version = "0.2.4"
2459source = "registry+https://github.com/rust-lang/crates.io-index"
2460checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2461
2462[[package]]
2463name = "universal-hash"
2464version = "0.5.1"
2465source = "registry+https://github.com/rust-lang/crates.io-index"
2466checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
2467dependencies = [
2468 "crypto-common",
2469 "subtle",
2470]
2471
2472[[package]]
2473name = "untrusted"
2474version = "0.7.1"
2475source = "registry+https://github.com/rust-lang/crates.io-index"
2476checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2477
2478[[package]]
2479name = "url"
2480version = "2.3.1"
2481source = "registry+https://github.com/rust-lang/crates.io-index"
2482checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
2483dependencies = [
2484 "form_urlencoded",
2485 "idna",
2486 "percent-encoding",
2487]
2488
2489[[package]]
2490name = "uuid"
2491version = "1.3.3"
2492source = "registry+https://github.com/rust-lang/crates.io-index"
2493checksum = "345444e32442451b267fc254ae85a209c64be56d2890e601a0c37ff0c3c5ecd2"
2494dependencies = [
2495 "getrandom",
2496]
2497
2498[[package]]
2499name = "version_check"
2500version = "0.9.4"
2501source = "registry+https://github.com/rust-lang/crates.io-index"
2502checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2503
2504[[package]]
2505name = "waitgroup"
2506version = "0.1.2"
2507source = "registry+https://github.com/rust-lang/crates.io-index"
2508checksum = "d1f50000a783467e6c0200f9d10642f4bc424e39efc1b770203e88b488f79292"
2509dependencies = [
2510 "atomic-waker",
2511]
2512
2513[[package]]
2514name = "waker-fn"
2515version = "1.1.0"
2516source = "registry+https://github.com/rust-lang/crates.io-index"
2517checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
2518
2519[[package]]
2520name = "walkdir"
2521version = "2.3.3"
2522source = "registry+https://github.com/rust-lang/crates.io-index"
2523checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
2524dependencies = [
2525 "same-file",
2526 "winapi-util",
2527]
2528
2529[[package]]
2530name = "want"
2531version = "0.3.0"
2532source = "registry+https://github.com/rust-lang/crates.io-index"
2533checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
2534dependencies = [
2535 "log",
2536 "try-lock",
2537]
2538
2539[[package]]
2540name = "wasi"
2541version = "0.10.0+wasi-snapshot-preview1"
2542source = "registry+https://github.com/rust-lang/crates.io-index"
2543checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2544
2545[[package]]
2546name = "wasi"
2547version = "0.11.0+wasi-snapshot-preview1"
2548source = "registry+https://github.com/rust-lang/crates.io-index"
2549checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2550
2551[[package]]
2552name = "wasm-bindgen"
2553version = "0.2.86"
2554source = "registry+https://github.com/rust-lang/crates.io-index"
2555checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73"
2556dependencies = [
2557 "cfg-if",
2558 "wasm-bindgen-macro",
2559]
2560
2561[[package]]
2562name = "wasm-bindgen-backend"
2563version = "0.2.86"
2564source = "registry+https://github.com/rust-lang/crates.io-index"
2565checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb"
2566dependencies = [
2567 "bumpalo",
2568 "log",
2569 "once_cell",
2570 "proc-macro2",
2571 "quote",
2572 "syn 2.0.18",
2573 "wasm-bindgen-shared",
2574]
2575
2576[[package]]
2577name = "wasm-bindgen-macro"
2578version = "0.2.86"
2579source = "registry+https://github.com/rust-lang/crates.io-index"
2580checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258"
2581dependencies = [
2582 "quote",
2583 "wasm-bindgen-macro-support",
2584]
2585
2586[[package]]
2587name = "wasm-bindgen-macro-support"
2588version = "0.2.86"
2589source = "registry+https://github.com/rust-lang/crates.io-index"
2590checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8"
2591dependencies = [
2592 "proc-macro2",
2593 "quote",
2594 "syn 2.0.18",
2595 "wasm-bindgen-backend",
2596 "wasm-bindgen-shared",
2597]
2598
2599[[package]]
2600name = "wasm-bindgen-shared"
2601version = "0.2.86"
2602source = "registry+https://github.com/rust-lang/crates.io-index"
2603checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93"
2604
2605[[package]]
2606name = "web-sys"
2607version = "0.3.63"
2608source = "registry+https://github.com/rust-lang/crates.io-index"
2609checksum = "3bdd9ef4e984da1187bf8110c5cf5b845fbc87a23602cdf912386a76fcd3a7c2"
2610dependencies = [
2611 "js-sys",
2612 "wasm-bindgen",
2613]
2614
2615[[package]]
2616name = "webpki"
2617version = "0.21.4"
2618source = "registry+https://github.com/rust-lang/crates.io-index"
2619checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
2620dependencies = [
2621 "ring",
2622 "untrusted",
2623]
2624
2625[[package]]
2626name = "webrtc"
2627version = "0.7.3"
2628dependencies = [
2629 "arc-swap",
2630 "async-trait",
2631 "bytes",
2632 "env_logger",
2633 "hex",
2634 "interceptor",
2635 "lazy_static",
2636 "log",
2637 "pem",
2638 "rand",
2639 "rcgen",
2640 "regex",
2641 "ring",
2642 "rtcp",
2643 "rtp",
2644 "rustls",
2645 "sdp",
2646 "serde",
2647 "serde_json",
2648 "sha2",
2649 "stun",
2650 "thiserror",
2651 "time 0.3.21",
2652 "tokio",
2653 "tokio-test",
2654 "turn",
2655 "url",
2656 "waitgroup",
2657 "webrtc-data",
2658 "webrtc-dtls",
2659 "webrtc-ice",
2660 "webrtc-mdns",
2661 "webrtc-media",
2662 "webrtc-sctp",
2663 "webrtc-srtp",
2664 "webrtc-util",
2665]
2666
2667[[package]]
2668name = "webrtc-constraints"
2669version = "0.1.0"
2670dependencies = [
2671 "env_logger",
2672 "indexmap",
2673 "lazy_static",
2674 "ordered-float",
2675 "serde",
2676 "serde_json",
2677]
2678
2679[[package]]
2680name = "webrtc-data"
2681version = "0.7.0"
2682dependencies = [
2683 "bytes",
2684 "chrono",
2685 "env_logger",
2686 "log",
2687 "thiserror",
2688 "tokio",
2689 "tokio-test",
2690 "webrtc-sctp",
2691 "webrtc-util",
2692]
2693
2694[[package]]
2695name = "webrtc-dtls"
2696version = "0.7.2"
2697dependencies = [
2698 "aes 0.6.0",
2699 "aes-gcm",
2700 "async-trait",
2701 "bincode",
2702 "block-modes",
2703 "byteorder",
2704 "ccm",
2705 "chrono",
2706 "clap",
2707 "der-parser 8.2.0",
2708 "env_logger",
2709 "hkdf",
2710 "hmac",
2711 "hub",
2712 "log",
2713 "p256",
2714 "p384",
2715 "pem",
2716 "rand",
2717 "rand_core",
2718 "rcgen",
2719 "ring",
2720 "rustls",
2721 "sec1",
2722 "serde",
2723 "sha1",
2724 "sha2",
2725 "subtle",
2726 "thiserror",
2727 "tokio",
2728 "tokio-test",
2729 "webpki",
2730 "webrtc-util",
2731 "x25519-dalek",
2732 "x509-parser 0.13.2",
2733]
2734
2735[[package]]
2736name = "webrtc-ice"
2737version = "0.9.1"
2738dependencies = [
2739 "arc-swap",
2740 "async-trait",
2741 "chrono",
2742 "clap",
2743 "crc",
2744 "env_logger",
2745 "hyper",
2746 "ipnet",
2747 "lazy_static",
2748 "log",
2749 "rand",
2750 "regex",
2751 "serde",
2752 "serde_json",
2753 "sha1",
2754 "stun",
2755 "thiserror",
2756 "tokio",
2757 "tokio-test",
2758 "turn",
2759 "url",
2760 "uuid",
2761 "waitgroup",
2762 "webrtc-mdns",
2763 "webrtc-util",
2764]
2765
2766[[package]]
2767name = "webrtc-mdns"
2768version = "0.5.2"
2769dependencies = [
2770 "chrono",
2771 "clap",
2772 "env_logger",
2773 "log",
2774 "socket2",
2775 "thiserror",
2776 "tokio",
2777 "webrtc-util",
2778]
2779
2780[[package]]
2781name = "webrtc-media"
2782version = "0.6.0"
2783dependencies = [
2784 "byteorder",
2785 "bytes",
2786 "criterion",
2787 "nearly_eq",
2788 "rand",
2789 "rtp",
2790 "thiserror",
2791]
2792
2793[[package]]
2794name = "webrtc-sctp"
2795version = "0.8.0"
2796dependencies = [
2797 "arc-swap",
2798 "async-trait",
2799 "bytes",
2800 "chrono",
2801 "clap",
2802 "crc",
2803 "env_logger",
2804 "lazy_static",
2805 "log",
2806 "rand",
2807 "thiserror",
2808 "tokio",
2809 "tokio-test",
2810 "webrtc-util",
2811]
2812
2813[[package]]
2814name = "webrtc-srtp"
2815version = "0.9.1"
2816dependencies = [
2817 "aead 0.4.3",
2818 "aes 0.7.5",
2819 "aes-gcm",
2820 "byteorder",
2821 "bytes",
2822 "ctr 0.8.0",
2823 "hmac",
2824 "lazy_static",
2825 "log",
2826 "rtcp",
2827 "rtp",
2828 "sha1",
2829 "subtle",
2830 "thiserror",
2831 "tokio",
2832 "tokio-test",
2833 "webrtc-util",
2834]
2835
2836[[package]]
2837name = "webrtc-util"
2838version = "0.7.0"
2839dependencies = [
2840 "async-global-executor",
2841 "async-trait",
2842 "bitflags",
2843 "bytes",
2844 "cc",
2845 "chrono",
2846 "criterion",
2847 "env_logger",
2848 "ipnet",
2849 "lazy_static",
2850 "libc",
2851 "log",
2852 "nix",
2853 "rand",
2854 "thiserror",
2855 "tokio",
2856 "tokio-test",
2857 "winapi",
2858]
2859
2860[[package]]
2861name = "winapi"
2862version = "0.3.9"
2863source = "registry+https://github.com/rust-lang/crates.io-index"
2864checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2865dependencies = [
2866 "winapi-i686-pc-windows-gnu",
2867 "winapi-x86_64-pc-windows-gnu",
2868]
2869
2870[[package]]
2871name = "winapi-i686-pc-windows-gnu"
2872version = "0.4.0"
2873source = "registry+https://github.com/rust-lang/crates.io-index"
2874checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2875
2876[[package]]
2877name = "winapi-util"
2878version = "0.1.5"
2879source = "registry+https://github.com/rust-lang/crates.io-index"
2880checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2881dependencies = [
2882 "winapi",
2883]
2884
2885[[package]]
2886name = "winapi-x86_64-pc-windows-gnu"
2887version = "0.4.0"
2888source = "registry+https://github.com/rust-lang/crates.io-index"
2889checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2890
2891[[package]]
2892name = "windows"
2893version = "0.48.0"
2894source = "registry+https://github.com/rust-lang/crates.io-index"
2895checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
2896dependencies = [
2897 "windows-targets 0.48.0",
2898]
2899
2900[[package]]
2901name = "windows-sys"
2902version = "0.45.0"
2903source = "registry+https://github.com/rust-lang/crates.io-index"
2904checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
2905dependencies = [
2906 "windows-targets 0.42.2",
2907]
2908
2909[[package]]
2910name = "windows-sys"
2911version = "0.48.0"
2912source = "registry+https://github.com/rust-lang/crates.io-index"
2913checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2914dependencies = [
2915 "windows-targets 0.48.0",
2916]
2917
2918[[package]]
2919name = "windows-targets"
2920version = "0.42.2"
2921source = "registry+https://github.com/rust-lang/crates.io-index"
2922checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
2923dependencies = [
2924 "windows_aarch64_gnullvm 0.42.2",
2925 "windows_aarch64_msvc 0.42.2",
2926 "windows_i686_gnu 0.42.2",
2927 "windows_i686_msvc 0.42.2",
2928 "windows_x86_64_gnu 0.42.2",
2929 "windows_x86_64_gnullvm 0.42.2",
2930 "windows_x86_64_msvc 0.42.2",
2931]
2932
2933[[package]]
2934name = "windows-targets"
2935version = "0.48.0"
2936source = "registry+https://github.com/rust-lang/crates.io-index"
2937checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
2938dependencies = [
2939 "windows_aarch64_gnullvm 0.48.0",
2940 "windows_aarch64_msvc 0.48.0",
2941 "windows_i686_gnu 0.48.0",
2942 "windows_i686_msvc 0.48.0",
2943 "windows_x86_64_gnu 0.48.0",
2944 "windows_x86_64_gnullvm 0.48.0",
2945 "windows_x86_64_msvc 0.48.0",
2946]
2947
2948[[package]]
2949name = "windows_aarch64_gnullvm"
2950version = "0.42.2"
2951source = "registry+https://github.com/rust-lang/crates.io-index"
2952checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2953
2954[[package]]
2955name = "windows_aarch64_gnullvm"
2956version = "0.48.0"
2957source = "registry+https://github.com/rust-lang/crates.io-index"
2958checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
2959
2960[[package]]
2961name = "windows_aarch64_msvc"
2962version = "0.42.2"
2963source = "registry+https://github.com/rust-lang/crates.io-index"
2964checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2965
2966[[package]]
2967name = "windows_aarch64_msvc"
2968version = "0.48.0"
2969source = "registry+https://github.com/rust-lang/crates.io-index"
2970checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
2971
2972[[package]]
2973name = "windows_i686_gnu"
2974version = "0.42.2"
2975source = "registry+https://github.com/rust-lang/crates.io-index"
2976checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2977
2978[[package]]
2979name = "windows_i686_gnu"
2980version = "0.48.0"
2981source = "registry+https://github.com/rust-lang/crates.io-index"
2982checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
2983
2984[[package]]
2985name = "windows_i686_msvc"
2986version = "0.42.2"
2987source = "registry+https://github.com/rust-lang/crates.io-index"
2988checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2989
2990[[package]]
2991name = "windows_i686_msvc"
2992version = "0.48.0"
2993source = "registry+https://github.com/rust-lang/crates.io-index"
2994checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
2995
2996[[package]]
2997name = "windows_x86_64_gnu"
2998version = "0.42.2"
2999source = "registry+https://github.com/rust-lang/crates.io-index"
3000checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
3001
3002[[package]]
3003name = "windows_x86_64_gnu"
3004version = "0.48.0"
3005source = "registry+https://github.com/rust-lang/crates.io-index"
3006checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
3007
3008[[package]]
3009name = "windows_x86_64_gnullvm"
3010version = "0.42.2"
3011source = "registry+https://github.com/rust-lang/crates.io-index"
3012checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
3013
3014[[package]]
3015name = "windows_x86_64_gnullvm"
3016version = "0.48.0"
3017source = "registry+https://github.com/rust-lang/crates.io-index"
3018checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
3019
3020[[package]]
3021name = "windows_x86_64_msvc"
3022version = "0.42.2"
3023source = "registry+https://github.com/rust-lang/crates.io-index"
3024checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
3025
3026[[package]]
3027name = "windows_x86_64_msvc"
3028version = "0.48.0"
3029source = "registry+https://github.com/rust-lang/crates.io-index"
3030checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
3031
3032[[package]]
3033name = "x25519-dalek"
3034version = "2.0.0-rc.2"
3035source = "registry+https://github.com/rust-lang/crates.io-index"
3036checksum = "fabd6e16dd08033932fc3265ad4510cc2eab24656058a6dcb107ffe274abcc95"
3037dependencies = [
3038 "curve25519-dalek",
3039 "rand_core",
3040 "serde",
3041 "zeroize",
3042]
3043
3044[[package]]
3045name = "x509-parser"
3046version = "0.13.2"
3047source = "registry+https://github.com/rust-lang/crates.io-index"
3048checksum = "9fb9bace5b5589ffead1afb76e43e34cff39cd0f3ce7e170ae0c29e53b88eb1c"
3049dependencies = [
3050 "asn1-rs 0.3.1",
3051 "base64",
3052 "data-encoding",
3053 "der-parser 7.0.0",
3054 "lazy_static",
3055 "nom",
3056 "oid-registry 0.4.0",
3057 "rusticata-macros",
3058 "thiserror",
3059 "time 0.3.21",
3060]
3061
3062[[package]]
3063name = "x509-parser"
3064version = "0.14.0"
3065source = "registry+https://github.com/rust-lang/crates.io-index"
3066checksum = "e0ecbeb7b67ce215e40e3cc7f2ff902f94a223acf44995934763467e7b1febc8"
3067dependencies = [
3068 "asn1-rs 0.5.2",
3069 "base64",
3070 "data-encoding",
3071 "der-parser 8.2.0",
3072 "lazy_static",
3073 "nom",
3074 "oid-registry 0.6.1",
3075 "ring",
3076 "rusticata-macros",
3077 "thiserror",
3078 "time 0.3.21",
3079]
3080
3081[[package]]
3082name = "yasna"
3083version = "0.5.2"
3084source = "registry+https://github.com/rust-lang/crates.io-index"
3085checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
3086dependencies = [
3087 "time 0.3.21",
3088]
3089
3090[[package]]
3091name = "zeroize"
3092version = "1.6.0"
3093source = "registry+https://github.com/rust-lang/crates.io-index"
3094checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
3095dependencies = [
3096 "zeroize_derive",
3097]
3098
3099[[package]]
3100name = "zeroize_derive"
3101version = "1.4.2"
3102source = "registry+https://github.com/rust-lang/crates.io-index"
3103checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
3104dependencies = [
3105 "proc-macro2",
3106 "quote",
3107 "syn 2.0.18",
3108]
3109