nandi/jolt-nativepublic Fork 0
8cf1b3347ef6fa83297b6866dfd47d2728d4e339
Commits
Clone
git clone https://git.rickub.com/nandi/jolt-native.git
git clone ssh://git@rickub.com/nandi/jolt-native.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

Cargo.lock · 8416 lines · 198.3 KBGDScript3 Blame HistoryRaw
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago3version = 4
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago4
5[[package]]
6name = "ab_glyph"
7version = "0.2.32"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "01c0457472c38ea5bd1c3b5ada5e368271cb550be7a4ca4a0b4634e9913f6cc2"
10dependencies = [
11 "ab_glyph_rasterizer",
12 "owned_ttf_parser",
13]
14
15[[package]]
16name = "ab_glyph_rasterizer"
17version = "0.1.10"
18source = "registry+https://github.com/rust-lang/crates.io-index"
19checksum = "366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618"
20
21[[package]]
22name = "addr2line"
23version = "0.25.1"
24source = "registry+https://github.com/rust-lang/crates.io-index"
25checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
26dependencies = [
27 "gimli",
28]
29
30[[package]]
31name = "adler2"
32version = "2.0.1"
33source = "registry+https://github.com/rust-lang/crates.io-index"
34checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
35
36[[package]]
37name = "aead"
38version = "0.5.2"
39source = "registry+https://github.com/rust-lang/crates.io-index"
40checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
41dependencies = [
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago42 "crypto-common 0.1.6",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago43 "generic-array",
44]
45
46[[package]]
47name = "aes"
48version = "0.8.4"
49source = "registry+https://github.com/rust-lang/crates.io-index"
50checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
51dependencies = [
52 "cfg-if",
53 "cipher",
54 "cpufeatures 0.2.17",
55]
56
57[[package]]
58name = "aes-gcm"
59version = "0.10.3"
60source = "registry+https://github.com/rust-lang/crates.io-index"
61checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1"
62dependencies = [
63 "aead",
64 "aes",
65 "cipher",
66 "ctr",
67 "ghash",
68 "subtle",
69]
70
71[[package]]
72name = "ahash"
73version = "0.8.12"
74source = "registry+https://github.com/rust-lang/crates.io-index"
75checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
76dependencies = [
77 "cfg-if",
78 "getrandom 0.3.4",
79 "once_cell",
80 "version_check",
81 "zerocopy",
82]
83
84[[package]]
85name = "aho-corasick"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago86version = "1.1.4"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago87source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago88checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago89dependencies = [
90 "memchr",
91]
92
93[[package]]
94name = "allocator-api2"
95version = "0.2.21"
96source = "registry+https://github.com/rust-lang/crates.io-index"
97checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
98
99[[package]]
100name = "alsa"
101version = "0.11.0"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "812947049edcd670a82cd5c73c3661d2e58468577ba8489de58e1a73c04cbd5d"
104dependencies = [
105 "alsa-sys",
106 "bitflags 2.13.1",
107 "cfg-if",
108 "libc",
109]
110
111[[package]]
112name = "alsa-sys"
113version = "0.4.0"
114source = "registry+https://github.com/rust-lang/crates.io-index"
115checksum = "ad7569085a265dd3f607ebecce7458eaab2132a84393534c95b18dcbc3f31e04"
116dependencies = [
117 "libc",
118 "pkg-config",
119]
120
121[[package]]
122name = "android-activity"
123version = "0.6.1"
124source = "registry+https://github.com/rust-lang/crates.io-index"
125checksum = "0f2a1bb052857d5dd49572219344a7332b31b76405648eabac5bc68978251bcd"
126dependencies = [
127 "android-properties",
128 "bitflags 2.13.1",
129 "cc",
130 "jni 0.22.4",
131 "libc",
132 "log",
133 "ndk",
134 "ndk-context",
135 "ndk-sys",
136 "num_enum",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago137 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago138]
139
140[[package]]
141name = "android-properties"
142version = "0.2.2"
143source = "registry+https://github.com/rust-lang/crates.io-index"
144checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
145
146[[package]]
147name = "android_system_properties"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago148version = "0.1.5"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago149source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago150checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago151dependencies = [
152 "libc",
153]
154
155[[package]]
156name = "annotate-snippets"
157version = "0.11.5"
158source = "registry+https://github.com/rust-lang/crates.io-index"
159checksum = "710e8eae58854cdc1790fcb56cca04d712a17be849eeb81da2a724bf4bae2bc4"
160dependencies = [
161 "anstyle",
162 "unicode-width",
163]
164
165[[package]]
166name = "anstream"
167version = "0.6.21"
168source = "registry+https://github.com/rust-lang/crates.io-index"
169checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
170dependencies = [
171 "anstyle",
172 "anstyle-parse 0.2.7",
173 "anstyle-query",
174 "anstyle-wincon",
175 "colorchoice",
176 "is_terminal_polyfill",
177 "utf8parse",
178]
179
180[[package]]
181name = "anstream"
182version = "1.0.0"
183source = "registry+https://github.com/rust-lang/crates.io-index"
184checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
185dependencies = [
186 "anstyle",
187 "anstyle-parse 1.0.0",
188 "anstyle-query",
189 "anstyle-wincon",
190 "colorchoice",
191 "is_terminal_polyfill",
192 "utf8parse",
193]
194
195[[package]]
196name = "anstyle"
197version = "1.0.14"
198source = "registry+https://github.com/rust-lang/crates.io-index"
199checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
200
201[[package]]
202name = "anstyle-parse"
203version = "0.2.7"
204source = "registry+https://github.com/rust-lang/crates.io-index"
205checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
206dependencies = [
207 "utf8parse",
208]
209
210[[package]]
211name = "anstyle-parse"
212version = "1.0.0"
213source = "registry+https://github.com/rust-lang/crates.io-index"
214checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
215dependencies = [
216 "utf8parse",
217]
218
219[[package]]
220name = "anstyle-query"
221version = "1.1.5"
222source = "registry+https://github.com/rust-lang/crates.io-index"
223checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
224dependencies = [
225 "windows-sys 0.61.2",
226]
227
228[[package]]
229name = "anstyle-wincon"
230version = "3.0.11"
231source = "registry+https://github.com/rust-lang/crates.io-index"
232checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
233dependencies = [
234 "anstyle",
235 "once_cell_polyfill",
236 "windows-sys 0.61.2",
237]
238
239[[package]]
240name = "anyhow"
241version = "1.0.104"
242source = "registry+https://github.com/rust-lang/crates.io-index"
243checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470"
244
245[[package]]
246name = "arbitrary"
247version = "1.4.2"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
250dependencies = [
251 "derive_arbitrary",
252]
253
254[[package]]
255name = "arboard"
256version = "3.6.1"
257source = "registry+https://github.com/rust-lang/crates.io-index"
258checksum = "0348a1c054491f4bfe6ab86a7b6ab1e44e45d899005de92f58b3df180b36ddaf"
259dependencies = [
260 "clipboard-win",
261 "image",
262 "log",
263 "objc2 0.6.4",
264 "objc2-app-kit 0.3.2",
265 "objc2-core-foundation",
266 "objc2-core-graphics",
267 "objc2-foundation 0.3.2",
268 "parking_lot",
269 "percent-encoding",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago270 "windows-sys 0.59.0",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago271 "x11rb",
272]
273
274[[package]]
275name = "archery"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago276version = "1.2.2"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago277source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago278checksum = "70e0a5f99dfebb87bb342d0f53bb92c81842e100bbb915223e38349580e5441d"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago279dependencies = [
280 "triomphe",
281]
282
283[[package]]
284name = "arrayref"
285version = "0.3.9"
286source = "registry+https://github.com/rust-lang/crates.io-index"
287checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
288
289[[package]]
290name = "arrayvec"
291version = "0.7.8"
292source = "registry+https://github.com/rust-lang/crates.io-index"
293checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56"
294
295[[package]]
296name = "as-raw-xcb-connection"
297version = "1.0.1"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
300
301[[package]]
302name = "asio-sys"
303version = "0.3.0"
304dependencies = [
305 "bindgen 0.72.1",
306 "cc",
307 "num-derive",
308 "num-traits",
309 "parse_cfg",
310 "walkdir",
311]
312
313[[package]]
314name = "asn1-rs"
315version = "0.7.2"
316source = "registry+https://github.com/rust-lang/crates.io-index"
317checksum = "b7f43a50ac4fdca5df8e885c21b835997f0a1cdee65494a6847694a98652d9d8"
318dependencies = [
319 "asn1-rs-derive",
320 "asn1-rs-impl",
321 "displaydoc",
322 "nom 7.1.3",
323 "num-traits",
324 "rusticata-macros",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago325 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago326 "time",
327]
328
329[[package]]
330name = "asn1-rs-derive"
331version = "0.6.0"
332source = "registry+https://github.com/rust-lang/crates.io-index"
333checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c"
334dependencies = [
335 "proc-macro2",
336 "quote",
337 "syn 2.0.119",
338 "synstructure",
339]
340
341[[package]]
342name = "asn1-rs-impl"
343version = "0.2.0"
344source = "registry+https://github.com/rust-lang/crates.io-index"
345checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7"
346dependencies = [
347 "proc-macro2",
348 "quote",
349 "syn 2.0.119",
350]
351
352[[package]]
353name = "async-trait"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago354version = "0.1.91"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago355source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago356checksum = "ae36dc4177970ef04fde5178d3e2429882def40e57a451f919c098f72baa6cec"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago357dependencies = [
358 "proc-macro2",
359 "quote",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago360 "syn 3.0.3",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago361]
362
363[[package]]
364name = "async_io_stream"
365version = "0.3.3"
366source = "registry+https://github.com/rust-lang/crates.io-index"
367checksum = "b6d7b9decdf35d8908a7e3ef02f64c5e9b1695e230154c0e8de3969142d9b94c"
368dependencies = [
369 "futures",
370 "pharos",
371 "rustc_version",
372]
373
374[[package]]
375name = "atomic-polyfill"
376version = "1.0.3"
377source = "registry+https://github.com/rust-lang/crates.io-index"
378checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4"
379dependencies = [
380 "critical-section",
381]
382
383[[package]]
384name = "atomic-waker"
385version = "1.1.2"
386source = "registry+https://github.com/rust-lang/crates.io-index"
387checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
388
389[[package]]
390name = "attohttpc"
391version = "0.30.1"
392source = "registry+https://github.com/rust-lang/crates.io-index"
393checksum = "16e2cdb6d5ed835199484bb92bb8b3edd526effe995c61732580439c1a67e2e9"
394dependencies = [
395 "base64",
396 "http",
397 "log",
398 "url",
399]
400
401[[package]]
402name = "audio-core"
403version = "0.2.1"
404source = "registry+https://github.com/rust-lang/crates.io-index"
405checksum = "f93ebbf82d06013f4c41fe71303feb980cddd78496d904d06be627972de51a24"
406
407[[package]]
408name = "audio_thread_priority"
409version = "0.34.0"
410source = "registry+https://github.com/rust-lang/crates.io-index"
411checksum = "7203799cd8063907524460aa8b632a46baba80c50947295aa6b92d7793c26447"
412dependencies = [
413 "cfg-if",
414 "dbus",
415 "libc",
416 "log",
417 "mach2 0.4.3",
418 "windows-sys 0.52.0",
419]
420
421[[package]]
422name = "audioadapter"
423version = "2.0.1"
424source = "registry+https://github.com/rust-lang/crates.io-index"
425checksum = "98e72b98fa467adcb7a88c5d1b8b686193185c81b9bf9c3fa3ac3524180cd55c"
426dependencies = [
427 "audio-core",
428 "libm",
429 "num-traits",
430]
431
432[[package]]
433name = "audioadapter-buffers"
434version = "2.0.0"
435source = "registry+https://github.com/rust-lang/crates.io-index"
436checksum = "a6af89882334c4e501faa08992888593ada468f9e1ab211635c32f9ada7786e0"
437dependencies = [
438 "audioadapter",
439 "audioadapter-sample",
440 "num-traits",
441]
442
443[[package]]
444name = "audioadapter-sample"
445version = "2.0.0"
446source = "registry+https://github.com/rust-lang/crates.io-index"
447checksum = "4e9a3d502fec0b21aa420febe0b110875cf8a7057c49e83a0cace1df6a73e03e"
448dependencies = [
449 "audio-core",
450 "num-traits",
451]
452
453[[package]]
454name = "autocfg"
455version = "1.5.1"
456source = "registry+https://github.com/rust-lang/crates.io-index"
457checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
458
459[[package]]
460name = "aws-lc-rs"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago461version = "1.17.3"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago462source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago463checksum = "00bdb5da18dac48ca2cc7cd4a98e533e8635a58e2361d13a1a4ee3888e0d72f1"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago464dependencies = [
465 "aws-lc-sys",
466 "untrusted 0.7.1",
467 "zeroize",
468]
469
470[[package]]
471name = "aws-lc-sys"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago472version = "0.43.0"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago473source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago474checksum = "43103168cc76fe62678a375e722fc9cb3a0146159ac5828bc4f0dfd755c2224c"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago475dependencies = [
476 "cc",
477 "cmake",
478 "dunce",
479 "fs_extra",
480 "pkg-config",
481]
482
483[[package]]
484name = "backon"
485version = "1.6.0"
486source = "registry+https://github.com/rust-lang/crates.io-index"
487checksum = "cffb0e931875b666fc4fcb20fee52e9bbd1ef836fd9e9e04ec21555f9f85f7ef"
488dependencies = [
489 "fastrand",
490 "gloo-timers",
491 "tokio",
492]
493
494[[package]]
495name = "backtrace"
496version = "0.3.76"
497source = "registry+https://github.com/rust-lang/crates.io-index"
498checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
499dependencies = [
500 "addr2line",
501 "cfg-if",
502 "libc",
503 "miniz_oxide 0.8.9",
504 "object",
505 "rustc-demangle",
506 "windows-link",
507]
508
509[[package]]
510name = "base32"
511version = "0.5.1"
512source = "registry+https://github.com/rust-lang/crates.io-index"
513checksum = "022dfe9eb35f19ebbcb51e0b40a5ab759f46ad60cadf7297e0bd085afb50e076"
514
515[[package]]
516name = "base64"
517version = "0.22.1"
518source = "registry+https://github.com/rust-lang/crates.io-index"
519checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
520
521[[package]]
522name = "base64ct"
523version = "1.8.3"
524source = "registry+https://github.com/rust-lang/crates.io-index"
525checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
526
527[[package]]
528name = "bindgen"
529version = "0.70.1"
530source = "registry+https://github.com/rust-lang/crates.io-index"
531checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
532dependencies = [
533 "bitflags 2.13.1",
534 "cexpr",
535 "clang-sys",
536 "itertools",
537 "log",
538 "prettyplease",
539 "proc-macro2",
540 "quote",
541 "regex",
542 "rustc-hash 1.1.0",
543 "shlex 1.3.0",
544 "syn 2.0.119",
545]
546
547[[package]]
548name = "bindgen"
549version = "0.72.1"
550source = "registry+https://github.com/rust-lang/crates.io-index"
551checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
552dependencies = [
553 "annotate-snippets",
554 "bitflags 2.13.1",
555 "cexpr",
556 "clang-sys",
557 "itertools",
558 "log",
559 "prettyplease",
560 "proc-macro2",
561 "quote",
562 "regex",
563 "rustc-hash 2.1.3",
564 "shlex 1.3.0",
565 "syn 2.0.119",
566]
567
568[[package]]
569name = "bit-vec"
570version = "0.9.1"
571source = "registry+https://github.com/rust-lang/crates.io-index"
572checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
573dependencies = [
574 "serde",
575]
576
577[[package]]
578name = "bitflags"
579version = "1.3.2"
580source = "registry+https://github.com/rust-lang/crates.io-index"
581checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
582
583[[package]]
584name = "bitflags"
585version = "2.13.1"
586source = "registry+https://github.com/rust-lang/crates.io-index"
587checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
588
589[[package]]
590name = "blake3"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago591version = "1.8.5"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago592source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago593checksum = "0aa83c34e62843d924f905e0f5c866eb1dd6545fc4d719e803d9ba6030371fce"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago594dependencies = [
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago595 "arrayref",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago596 "arrayvec",
597 "cc",
598 "cfg-if",
599 "constant_time_eq",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago600 "cpufeatures 0.3.0",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago601]
602
603[[package]]
604name = "block-buffer"
605version = "0.10.4"
606source = "registry+https://github.com/rust-lang/crates.io-index"
607checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
608dependencies = [
609 "generic-array",
610]
611
612[[package]]
613name = "block-buffer"
614version = "0.11.0"
615source = "registry+https://github.com/rust-lang/crates.io-index"
616checksum = "96eb4cdd6cf1b31d671e9efe75c5d1ec614776856cefbe109ca373554a6d514f"
617dependencies = [
618 "hybrid-array",
619]
620
621[[package]]
622name = "block2"
623version = "0.5.1"
624source = "registry+https://github.com/rust-lang/crates.io-index"
625checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
626dependencies = [
627 "objc2 0.5.2",
628]
629
630[[package]]
631name = "block2"
632version = "0.6.2"
633source = "registry+https://github.com/rust-lang/crates.io-index"
634checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
635dependencies = [
636 "objc2 0.6.4",
637]
638
639[[package]]
640name = "bs58"
641version = "0.5.1"
642source = "registry+https://github.com/rust-lang/crates.io-index"
643checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
644dependencies = [
645 "tinyvec",
646]
647
648[[package]]
649name = "buf-list"
650version = "1.1.2"
651source = "registry+https://github.com/rust-lang/crates.io-index"
652checksum = "a6b175f9cf8fffedd4c4b18bcfef092356e952b81f596e148f18e98280994593"
653dependencies = [
654 "bytes",
655]
656
657[[package]]
658name = "bumpalo"
659version = "3.20.3"
660source = "registry+https://github.com/rust-lang/crates.io-index"
661checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
662
663[[package]]
664name = "bytemuck"
665version = "1.25.2"
666source = "registry+https://github.com/rust-lang/crates.io-index"
667checksum = "95832e849adfb21180ccb6826a99da14e5d266ae5c2e668e1602cf234f153797"
668dependencies = [
669 "bytemuck_derive",
670]
671
672[[package]]
673name = "bytemuck_derive"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago674version = "1.11.0"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago675source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago676checksum = "f65693059b6b9c588b9f62fed1cedbf0a8b805631457ea162d68f0de186f3de5"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago677dependencies = [
678 "proc-macro2",
679 "quote",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago680 "syn 2.0.119",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago681]
682
683[[package]]
684name = "byteorder"
685version = "1.5.0"
686source = "registry+https://github.com/rust-lang/crates.io-index"
687checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
688
689[[package]]
690name = "byteorder-lite"
691version = "0.1.0"
692source = "registry+https://github.com/rust-lang/crates.io-index"
693checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
694
695[[package]]
696name = "bytes"
697version = "1.12.1"
698source = "registry+https://github.com/rust-lang/crates.io-index"
699checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
700dependencies = [
701 "serde",
702]
703
704[[package]]
705name = "calloop"
706version = "0.13.0"
707source = "registry+https://github.com/rust-lang/crates.io-index"
708checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
709dependencies = [
710 "bitflags 2.13.1",
711 "log",
712 "polling",
713 "rustix 0.38.44",
714 "slab",
715 "thiserror 1.0.69",
716]
717
718[[package]]
719name = "calloop"
720version = "0.14.4"
721source = "registry+https://github.com/rust-lang/crates.io-index"
722checksum = "4dbf9978365bac10f54d1d4b04f7ce4427e51f71d61f2fe15e3fed5166474df7"
723dependencies = [
724 "bitflags 2.13.1",
725 "polling",
726 "rustix 1.1.4",
727 "slab",
728 "tracing",
729]
730
731[[package]]
732name = "calloop-wayland-source"
733version = "0.3.0"
734source = "registry+https://github.com/rust-lang/crates.io-index"
735checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
736dependencies = [
737 "calloop 0.13.0",
738 "rustix 0.38.44",
739 "wayland-backend",
740 "wayland-client",
741]
742
743[[package]]
744name = "calloop-wayland-source"
745version = "0.4.1"
746source = "registry+https://github.com/rust-lang/crates.io-index"
747checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
748dependencies = [
749 "calloop 0.14.4",
750 "rustix 1.1.4",
751 "wayland-backend",
752 "wayland-client",
753]
754
755[[package]]
756name = "cc"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago757version = "1.4.0"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago758source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago759checksum = "5add81bb678e6cb321aff7fa0dc7689ad82b112dbc032cea19f91d6b8e3582b9"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago760dependencies = [
761 "find-msvc-tools",
762 "jobserver",
763 "libc",
764 "shlex 2.0.1",
765]
766
767[[package]]
768name = "cesu8"
769version = "1.1.0"
770source = "registry+https://github.com/rust-lang/crates.io-index"
771checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
772
773[[package]]
774name = "cexpr"
775version = "0.6.0"
776source = "registry+https://github.com/rust-lang/crates.io-index"
777checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
778dependencies = [
779 "nom 7.1.3",
780]
781
782[[package]]
783name = "cfg-expr"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago784version = "0.20.8"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago785source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago786checksum = "fb693542bcafa528e198be0ebd9d3632ca5b7c93dbe7237460e199910835997c"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago787dependencies = [
788 "smallvec",
789 "target-lexicon",
790]
791
792[[package]]
793name = "cfg-if"
794version = "1.0.4"
795source = "registry+https://github.com/rust-lang/crates.io-index"
796checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
797
798[[package]]
799name = "cfg_aliases"
800version = "0.1.1"
801source = "registry+https://github.com/rust-lang/crates.io-index"
802checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
803
804[[package]]
805name = "cfg_aliases"
806version = "0.2.2"
807source = "registry+https://github.com/rust-lang/crates.io-index"
808checksum = "f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527"
809
810[[package]]
811name = "cgl"
812version = "0.3.2"
813source = "registry+https://github.com/rust-lang/crates.io-index"
814checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
815dependencies = [
816 "libc",
817]
818
819[[package]]
820name = "chacha20"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago821version = "0.10.1"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago822source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago823checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago824dependencies = [
825 "cfg-if",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago826 "cpufeatures 0.3.0",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago827 "rand_core 0.10.1",
828]
829
830[[package]]
831name = "chrono"
832version = "0.4.45"
833source = "registry+https://github.com/rust-lang/crates.io-index"
834checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
835dependencies = [
836 "iana-time-zone",
837 "num-traits",
838 "serde",
839 "windows-link",
840]
841
842[[package]]
843name = "cipher"
844version = "0.4.4"
845source = "registry+https://github.com/rust-lang/crates.io-index"
846checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
847dependencies = [
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago848 "crypto-common 0.1.6",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago849 "inout",
850]
851
852[[package]]
853name = "clang-sys"
854version = "1.9.1"
855source = "registry+https://github.com/rust-lang/crates.io-index"
856checksum = "157a8ba7b480713b56f4c09fd13fc3e0a22a5dfab8097ba61cbc5feef950788a"
857dependencies = [
858 "glob",
859 "libc",
860 "libloading 0.8.9",
861]
862
863[[package]]
864name = "clap"
865version = "4.5.57"
866source = "registry+https://github.com/rust-lang/crates.io-index"
867checksum = "6899ea499e3fb9305a65d5ebf6e3d2248c5fab291f300ad0a704fbe142eae31a"
868dependencies = [
869 "clap_builder",
870 "clap_derive",
871]
872
873[[package]]
874name = "clap_builder"
875version = "4.5.57"
876source = "registry+https://github.com/rust-lang/crates.io-index"
877checksum = "7b12c8b680195a62a8364d16b8447b01b6c2c8f9aaf68bee653be34d4245e238"
878dependencies = [
879 "anstream 0.6.21",
880 "anstyle",
881 "clap_lex",
882 "strsim",
883]
884
885[[package]]
886name = "clap_derive"
887version = "4.5.55"
888source = "registry+https://github.com/rust-lang/crates.io-index"
889checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5"
890dependencies = [
891 "heck",
892 "proc-macro2",
893 "quote",
894 "syn 2.0.119",
895]
896
897[[package]]
898name = "clap_lex"
899version = "0.7.7"
900source = "registry+https://github.com/rust-lang/crates.io-index"
901checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
902
903[[package]]
904name = "clipboard-win"
905version = "5.4.1"
906source = "registry+https://github.com/rust-lang/crates.io-index"
907checksum = "bde03770d3df201d4fb868f2c9c59e66a3e4e2bd06692a0fe701e7103c7e84d4"
908dependencies = [
909 "error-code",
910]
911
912[[package]]
913name = "cmake"
914version = "0.1.58"
915source = "registry+https://github.com/rust-lang/crates.io-index"
916checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678"
917dependencies = [
918 "cc",
919]
920
921[[package]]
922name = "cmov"
923version = "0.5.4"
924source = "registry+https://github.com/rust-lang/crates.io-index"
925checksum = "0c9ea0ac24bc397ab3c98583a3c9ba74fa56b09a4449bbe172b9b1ddb016027a"
926
927[[package]]
928name = "cobs"
929version = "0.3.0"
930source = "registry+https://github.com/rust-lang/crates.io-index"
931checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
932dependencies = [
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago933 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago934]
935
936[[package]]
937name = "colorchoice"
938version = "1.0.5"
939source = "registry+https://github.com/rust-lang/crates.io-index"
940checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
941
942[[package]]
943name = "colorutils-rs"
944version = "0.7.6"
945source = "registry+https://github.com/rust-lang/crates.io-index"
946checksum = "6e2fc25857fa523662de5cae84225b0e7bfb24a2a3f9ed8802fecf03df7252b1"
947dependencies = [
948 "erydanos",
949 "half",
950 "num-traits",
951 "rayon",
952]
953
954[[package]]
955name = "combine"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago956version = "4.6.7"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago957source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago958checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago959dependencies = [
960 "bytes",
961 "memchr",
962]
963
964[[package]]
965name = "concurrent-queue"
966version = "2.5.0"
967source = "registry+https://github.com/rust-lang/crates.io-index"
968checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
969dependencies = [
970 "crossbeam-utils",
971]
972
973[[package]]
974name = "conducer"
975version = "0.3.1"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago976source = "git+https://github.com/Frando/moq?branch=deps%2Firoh-main#53fe78d8ad05aba94d03043d8a20a2b95669baec"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago977
978[[package]]
979name = "const-oid"
980version = "0.10.2"
981source = "registry+https://github.com/rust-lang/crates.io-index"
982checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c"
983
984[[package]]
985name = "constant_time_eq"
986version = "0.4.2"
987source = "registry+https://github.com/rust-lang/crates.io-index"
988checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b"
989
990[[package]]
991name = "convert_case"
992version = "0.8.0"
993source = "registry+https://github.com/rust-lang/crates.io-index"
994checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
995dependencies = [
996 "unicode-segmentation",
997]
998
999[[package]]
1000name = "convert_case"
1001version = "0.10.0"
1002source = "registry+https://github.com/rust-lang/crates.io-index"
1003checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
1004dependencies = [
1005 "unicode-segmentation",
1006]
1007
1008[[package]]
1009name = "cookie-factory"
1010version = "0.3.3"
1011source = "registry+https://github.com/rust-lang/crates.io-index"
1012checksum = "9885fa71e26b8ab7855e2ec7cae6e9b380edff76cd052e07c683a0319d51b3a2"
1013
1014[[package]]
1015name = "cordyceps"
1016version = "0.3.5"
1017source = "registry+https://github.com/rust-lang/crates.io-index"
1018checksum = "5b9ab7e0ca1d179628fa0172b2b97203c7fa0cd81be2448bd446fb9559ca9261"
1019dependencies = [
1020 "loom",
1021 "tracing",
1022]
1023
1024[[package]]
1025name = "core-foundation"
1026version = "0.9.4"
1027source = "registry+https://github.com/rust-lang/crates.io-index"
1028checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
1029dependencies = [
1030 "core-foundation-sys",
1031 "libc",
1032]
1033
1034[[package]]
1035name = "core-foundation"
1036version = "0.10.1"
1037source = "registry+https://github.com/rust-lang/crates.io-index"
1038checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
1039dependencies = [
1040 "core-foundation-sys",
1041 "libc",
1042]
1043
1044[[package]]
1045name = "core-foundation-sys"
1046version = "0.8.7"
1047source = "registry+https://github.com/rust-lang/crates.io-index"
1048checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
1049
1050[[package]]
1051name = "core-graphics"
1052version = "0.23.2"
1053source = "registry+https://github.com/rust-lang/crates.io-index"
1054checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
1055dependencies = [
1056 "bitflags 1.3.2",
1057 "core-foundation 0.9.4",
1058 "core-graphics-types",
1059 "foreign-types",
1060 "libc",
1061]
1062
1063[[package]]
1064name = "core-graphics-types"
1065version = "0.1.3"
1066source = "registry+https://github.com/rust-lang/crates.io-index"
1067checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
1068dependencies = [
1069 "bitflags 1.3.2",
1070 "core-foundation 0.9.4",
1071 "libc",
1072]
1073
1074[[package]]
1075name = "core_affinity"
1076version = "0.8.3"
1077source = "registry+https://github.com/rust-lang/crates.io-index"
1078checksum = "a034b3a7b624016c6e13f5df875747cc25f884156aad2abd12b6c46797971342"
1079dependencies = [
1080 "libc",
1081 "num_cpus",
1082 "winapi",
1083]
1084
1085[[package]]
1086name = "coreaudio-rs"
1087version = "0.14.2"
1088source = "registry+https://github.com/rust-lang/crates.io-index"
1089checksum = "7d5d7dca3ebcf65a035582c9ad4385371a9d9ee6537474d2a278f4e1e475bb58"
1090dependencies = [
1091 "bitflags 2.13.1",
1092 "libc",
1093 "objc2-audio-toolbox",
1094 "objc2-core-audio",
1095 "objc2-core-audio-types",
1096 "objc2-core-foundation",
1097]
1098
1099[[package]]
1100name = "cpal"
1101version = "0.18.0"
1102dependencies = [
1103 "alsa",
1104 "anyhow",
1105 "asio-sys",
1106 "audio_thread_priority",
1107 "clap",
1108 "coreaudio-rs",
1109 "dasp_sample",
1110 "futures",
1111 "hound",
1112 "jack",
1113 "jni 0.21.1",
1114 "js-sys",
1115 "libc",
1116 "mach2 0.5.0",
1117 "ndk",
1118 "ndk-context",
1119 "num-derive",
1120 "num-traits",
1121 "objc2 0.6.4",
1122 "objc2-audio-toolbox",
1123 "objc2-avf-audio",
1124 "objc2-core-audio",
1125 "objc2-core-audio-types",
1126 "objc2-core-foundation",
1127 "objc2-foundation 0.3.2",
1128 "pipewire",
1129 "pulseaudio",
1130 "ringbuf",
1131 "wasm-bindgen",
1132 "wasm-bindgen-futures",
1133 "web-sys",
1134 "windows",
1135]
1136
1137[[package]]
1138name = "cpufeatures"
1139version = "0.2.17"
1140source = "registry+https://github.com/rust-lang/crates.io-index"
1141checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
1142dependencies = [
1143 "libc",
1144]
1145
1146[[package]]
1147name = "cpufeatures"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago1148version = "0.3.0"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago1149source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago1150checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago1151dependencies = [
1152 "libc",
1153]
1154
1155[[package]]
1156name = "crc32fast"
1157version = "1.5.1"
1158source = "registry+https://github.com/rust-lang/crates.io-index"
1159checksum = "8498c871161e1742aaa9d52551b2d6ebdd4c3d45a3be423e3728f33b955be550"
1160dependencies = [
1161 "cfg-if",
1162]
1163
1164[[package]]
1165name = "critical-section"
1166version = "1.2.0"
1167source = "registry+https://github.com/rust-lang/crates.io-index"
1168checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
1169
1170[[package]]
1171name = "crossbeam-channel"
1172version = "0.5.16"
1173source = "registry+https://github.com/rust-lang/crates.io-index"
1174checksum = "d85363c37faeca707aef026efa9f3b34d077bce547e48f770770625c6013679e"
1175dependencies = [
1176 "crossbeam-utils",
1177]
1178
1179[[package]]
1180name = "crossbeam-deque"
1181version = "0.8.7"
1182source = "registry+https://github.com/rust-lang/crates.io-index"
1183checksum = "5181e0de7b61eb03a81e347d6dd8797bae9da5146707b51077e2d71a54ec0ceb"
1184dependencies = [
1185 "crossbeam-epoch",
1186 "crossbeam-utils",
1187]
1188
1189[[package]]
1190name = "crossbeam-epoch"
1191version = "0.9.20"
1192source = "registry+https://github.com/rust-lang/crates.io-index"
1193checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f"
1194dependencies = [
1195 "crossbeam-utils",
1196]
1197
1198[[package]]
1199name = "crossbeam-utils"
1200version = "0.8.22"
1201source = "registry+https://github.com/rust-lang/crates.io-index"
1202checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17"
1203
1204[[package]]
1205name = "crunchy"
1206version = "0.2.4"
1207source = "registry+https://github.com/rust-lang/crates.io-index"
1208checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
1209
1210[[package]]
1211name = "crypto-common"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago1212version = "0.1.6"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago1213source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago1214checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago1215dependencies = [
1216 "generic-array",
1217 "typenum",
1218]
1219
1220[[package]]
1221name = "crypto-common"
1222version = "0.2.2"
1223source = "registry+https://github.com/rust-lang/crates.io-index"
1224checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453"
1225dependencies = [
1226 "hybrid-array",
1227]
1228
1229[[package]]
1230name = "ctr"
1231version = "0.9.2"
1232source = "registry+https://github.com/rust-lang/crates.io-index"
1233checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
1234dependencies = [
1235 "cipher",
1236]
1237
1238[[package]]
1239name = "ctutils"
1240version = "0.4.2"
1241source = "registry+https://github.com/rust-lang/crates.io-index"
1242checksum = "7d5515a3834141de9eafb9717ad39eea8247b5674e6066c404e8c4b365d2a29e"
1243dependencies = [
1244 "cmov",
1245]
1246
1247[[package]]
1248name = "cursor-icon"
1249version = "1.2.0"
1250source = "registry+https://github.com/rust-lang/crates.io-index"
1251checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
1252
1253[[package]]
1254name = "curve25519-dalek"
1255version = "5.0.0-pre.1"
1256source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "6f9200d1d13637f15a6acb71e758f64624048d85b31a5fdbfd8eca1e2687d0b7"
1258dependencies = [
1259 "cfg-if",
1260 "cpufeatures 0.2.17",
1261 "curve25519-dalek-derive",
1262 "digest 0.11.0-rc.10",
1263 "fiat-crypto",
1264 "rand_core 0.9.5",
1265 "rustc_version",
1266 "serde",
1267 "subtle",
1268 "zeroize",
1269]
1270
1271[[package]]
1272name = "curve25519-dalek-derive"
1273version = "0.1.1"
1274source = "registry+https://github.com/rust-lang/crates.io-index"
1275checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
1276dependencies = [
1277 "proc-macro2",
1278 "quote",
1279 "syn 2.0.119",
1280]
1281
1282[[package]]
1283name = "darling"
1284version = "0.20.11"
1285source = "registry+https://github.com/rust-lang/crates.io-index"
1286checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
1287dependencies = [
1288 "darling_core 0.20.11",
1289 "darling_macro 0.20.11",
1290]
1291
1292[[package]]
1293name = "darling"
1294version = "0.23.0"
1295source = "registry+https://github.com/rust-lang/crates.io-index"
1296checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
1297dependencies = [
1298 "darling_core 0.23.0",
1299 "darling_macro 0.23.0",
1300]
1301
1302[[package]]
1303name = "darling_core"
1304version = "0.20.11"
1305source = "registry+https://github.com/rust-lang/crates.io-index"
1306checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
1307dependencies = [
1308 "fnv",
1309 "ident_case",
1310 "proc-macro2",
1311 "quote",
1312 "strsim",
1313 "syn 2.0.119",
1314]
1315
1316[[package]]
1317name = "darling_core"
1318version = "0.23.0"
1319source = "registry+https://github.com/rust-lang/crates.io-index"
1320checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
1321dependencies = [
1322 "ident_case",
1323 "proc-macro2",
1324 "quote",
1325 "strsim",
1326 "syn 2.0.119",
1327]
1328
1329[[package]]
1330name = "darling_macro"
1331version = "0.20.11"
1332source = "registry+https://github.com/rust-lang/crates.io-index"
1333checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
1334dependencies = [
1335 "darling_core 0.20.11",
1336 "quote",
1337 "syn 2.0.119",
1338]
1339
1340[[package]]
1341name = "darling_macro"
1342version = "0.23.0"
1343source = "registry+https://github.com/rust-lang/crates.io-index"
1344checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
1345dependencies = [
1346 "darling_core 0.23.0",
1347 "quote",
1348 "syn 2.0.119",
1349]
1350
1351[[package]]
1352name = "dasp_sample"
1353version = "0.11.0"
1354source = "registry+https://github.com/rust-lang/crates.io-index"
1355checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
1356
1357[[package]]
1358name = "data-encoding"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago1359version = "2.11.0"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago1360source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago1361checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago1362
1363[[package]]
1364name = "dbus"
1365version = "0.6.5"
1366source = "registry+https://github.com/rust-lang/crates.io-index"
1367checksum = "48b5f0f36f1eebe901b0e6bee369a77ed3396334bf3f09abd46454a576f71819"
1368dependencies = [
1369 "libc",
1370 "libdbus-sys",
1371]
1372
1373[[package]]
1374name = "defmt"
1375version = "1.1.1"
1376source = "registry+https://github.com/rust-lang/crates.io-index"
1377checksum = "e2953bfe4f93bbd20cc71198842756f77d161884c99ebbabc41d80231ded88d1"
1378dependencies = [
1379 "bitflags 1.3.2",
1380 "defmt-macros",
1381]
1382
1383[[package]]
1384name = "defmt-macros"
1385version = "1.1.1"
1386source = "registry+https://github.com/rust-lang/crates.io-index"
1387checksum = "bad9c72e7ca2137e0dc3813245a0d282fd6daad32fd800af018306a9169b5fe8"
1388dependencies = [
1389 "defmt-parser",
1390 "proc-macro2",
1391 "quote",
1392 "syn 2.0.119",
1393]
1394
1395[[package]]
1396name = "defmt-parser"
1397version = "1.0.0"
1398source = "registry+https://github.com/rust-lang/crates.io-index"
1399checksum = "10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e"
1400dependencies = [
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago1401 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago1402]
1403
1404[[package]]
1405name = "der"
1406version = "0.8.1"
1407source = "registry+https://github.com/rust-lang/crates.io-index"
1408checksum = "a69dedd701da44b0536442edf09c81a64b0ab97a7a4a5e3d1971f00027cbc63d"
1409dependencies = [
1410 "const-oid",
1411 "pem-rfc7468",
1412 "zeroize",
1413]
1414
1415[[package]]
1416name = "der-parser"
1417version = "10.0.0"
1418source = "registry+https://github.com/rust-lang/crates.io-index"
1419checksum = "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6"
1420dependencies = [
1421 "asn1-rs",
1422 "displaydoc",
1423 "nom 7.1.3",
1424 "num-bigint",
1425 "num-traits",
1426 "rusticata-macros",
1427]
1428
1429[[package]]
1430name = "deranged"
1431version = "0.5.8"
1432source = "registry+https://github.com/rust-lang/crates.io-index"
1433checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
1434dependencies = [
1435 "serde_core",
1436]
1437
1438[[package]]
1439name = "derive_arbitrary"
1440version = "1.4.2"
1441source = "registry+https://github.com/rust-lang/crates.io-index"
1442checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
1443dependencies = [
1444 "proc-macro2",
1445 "quote",
1446 "syn 2.0.119",
1447]
1448
1449[[package]]
1450name = "derive_builder"
1451version = "0.20.2"
1452source = "registry+https://github.com/rust-lang/crates.io-index"
1453checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
1454dependencies = [
1455 "derive_builder_macro",
1456]
1457
1458[[package]]
1459name = "derive_builder_core"
1460version = "0.20.2"
1461source = "registry+https://github.com/rust-lang/crates.io-index"
1462checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
1463dependencies = [
1464 "darling 0.20.11",
1465 "proc-macro2",
1466 "quote",
1467 "syn 2.0.119",
1468]
1469
1470[[package]]
1471name = "derive_builder_macro"
1472version = "0.20.2"
1473source = "registry+https://github.com/rust-lang/crates.io-index"
1474checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
1475dependencies = [
1476 "derive_builder_core",
1477 "syn 2.0.119",
1478]
1479
1480[[package]]
1481name = "derive_more"
1482version = "2.1.1"
1483source = "registry+https://github.com/rust-lang/crates.io-index"
1484checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
1485dependencies = [
1486 "derive_more-impl",
1487]
1488
1489[[package]]
1490name = "derive_more-impl"
1491version = "2.1.1"
1492source = "registry+https://github.com/rust-lang/crates.io-index"
1493checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
1494dependencies = [
1495 "convert_case 0.10.0",
1496 "proc-macro2",
1497 "quote",
1498 "rustc_version",
1499 "syn 2.0.119",
1500 "unicode-xid",
1501]
1502
1503[[package]]
1504name = "diatomic-waker"
1505version = "0.2.3"
1506source = "registry+https://github.com/rust-lang/crates.io-index"
1507checksum = "ab03c107fafeb3ee9f5925686dbb7a73bc76e3932abb0d2b365cb64b169cf04c"
1508
1509[[package]]
1510name = "digest"
1511version = "0.10.7"
1512source = "registry+https://github.com/rust-lang/crates.io-index"
1513checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
1514dependencies = [
1515 "block-buffer 0.10.4",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago1516 "crypto-common 0.1.6",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago1517]
1518
1519[[package]]
1520name = "digest"
1521version = "0.11.0-rc.10"
1522source = "registry+https://github.com/rust-lang/crates.io-index"
1523checksum = "afa94b64bfc6549e6e4b5a3216f22593224174083da7a90db47e951c4fb31725"
1524dependencies = [
1525 "block-buffer 0.11.0",
1526 "const-oid",
1527 "crypto-common 0.2.2",
1528]
1529
1530[[package]]
1531name = "dispatch"
1532version = "0.2.0"
1533source = "registry+https://github.com/rust-lang/crates.io-index"
1534checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
1535
1536[[package]]
1537name = "dispatch2"
1538version = "0.3.1"
1539source = "registry+https://github.com/rust-lang/crates.io-index"
1540checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
1541dependencies = [
1542 "bitflags 2.13.1",
1543 "block2 0.6.2",
1544 "libc",
1545 "objc2 0.6.4",
1546]
1547
1548[[package]]
1549name = "displaydoc"
1550version = "0.2.7"
1551source = "registry+https://github.com/rust-lang/crates.io-index"
1552checksum = "c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8"
1553dependencies = [
1554 "proc-macro2",
1555 "quote",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago1556 "syn 3.0.3",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago1557]
1558
1559[[package]]
1560name = "dlib"
1561version = "0.5.3"
1562source = "registry+https://github.com/rust-lang/crates.io-index"
1563checksum = "ab8ecd87370524b461f8557c119c405552c396ed91fc0a8eec68679eab26f94a"
1564dependencies = [
1565 "libloading 0.8.9",
1566]
1567
1568[[package]]
1569name = "dlopen2"
1570version = "0.5.0"
1571source = "registry+https://github.com/rust-lang/crates.io-index"
1572checksum = "09b4f5f101177ff01b8ec4ecc81eead416a8aa42819a2869311b3420fa114ffa"
1573dependencies = [
1574 "libc",
1575 "once_cell",
1576 "winapi",
1577]
1578
1579[[package]]
1580name = "document-features"
1581version = "0.2.12"
1582source = "registry+https://github.com/rust-lang/crates.io-index"
1583checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
1584dependencies = [
1585 "litrs",
1586]
1587
1588[[package]]
1589name = "downcast-rs"
1590version = "1.2.1"
1591source = "registry+https://github.com/rust-lang/crates.io-index"
1592checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
1593
1594[[package]]
1595name = "dpi"
1596version = "0.1.2"
1597source = "registry+https://github.com/rust-lang/crates.io-index"
1598checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76"
1599
1600[[package]]
1601name = "dunce"
1602version = "1.0.5"
1603source = "registry+https://github.com/rust-lang/crates.io-index"
1604checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
1605
1606[[package]]
1607name = "dyn-clone"
1608version = "1.0.20"
1609source = "registry+https://github.com/rust-lang/crates.io-index"
1610checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
1611
1612[[package]]
1613name = "ecolor"
1614version = "0.31.1"
1615source = "registry+https://github.com/rust-lang/crates.io-index"
1616checksum = "bc4feb366740ded31a004a0e4452fbf84e80ef432ecf8314c485210229672fd1"
1617dependencies = [
1618 "bytemuck",
1619 "emath",
1620]
1621
1622[[package]]
1623name = "ed25519"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago1624version = "3.0.0-rc.4"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago1625source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago1626checksum = "c6e914c7c52decb085cea910552e24c63ac019e3ab8bf001ff736da9a9d9d890"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago1627dependencies = [
1628 "pkcs8",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago1629 "serde",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago1630 "signature",
1631]
1632
1633[[package]]
1634name = "ed25519-dalek"
1635version = "3.0.0-pre.1"
1636source = "registry+https://github.com/rust-lang/crates.io-index"
1637checksum = "ad207ed88a133091f83224265eac21109930db09bedcad05d5252f2af2de20a1"
1638dependencies = [
1639 "curve25519-dalek",
1640 "ed25519",
1641 "rand_core 0.9.5",
1642 "serde",
1643 "sha2",
1644 "signature",
1645 "subtle",
1646 "zeroize",
1647]
1648
1649[[package]]
1650name = "egui"
1651version = "0.31.1"
1652source = "registry+https://github.com/rust-lang/crates.io-index"
1653checksum = "25dd34cec49ab55d85ebf70139cb1ccd29c977ef6b6ba4fe85489d6877ee9ef3"
1654dependencies = [
1655 "ahash",
1656 "bitflags 2.13.1",
1657 "emath",
1658 "epaint",
1659 "log",
1660 "nohash-hasher",
1661 "profiling",
1662]
1663
1664[[package]]
1665name = "egui-winit"
1666version = "0.31.1"
1667source = "registry+https://github.com/rust-lang/crates.io-index"
1668checksum = "7d9dfbb78fe4eb9c3a39ad528b90ee5915c252e77bbab9d4ebc576541ab67e13"
1669dependencies = [
1670 "ahash",
1671 "arboard",
1672 "bytemuck",
1673 "egui",
1674 "log",
1675 "profiling",
1676 "raw-window-handle",
1677 "smithay-clipboard",
1678 "web-time",
1679 "webbrowser",
1680 "winit",
1681]
1682
1683[[package]]
1684name = "egui_glow"
1685version = "0.31.1"
1686source = "registry+https://github.com/rust-lang/crates.io-index"
1687checksum = "910906e3f042ea6d2378ec12a6fd07698e14ddae68aed2d819ffe944a73aab9e"
1688dependencies = [
1689 "ahash",
1690 "bytemuck",
1691 "egui",
1692 "glow",
1693 "log",
1694 "memoffset",
1695 "profiling",
1696 "wasm-bindgen",
1697 "web-sys",
1698]
1699
1700[[package]]
1701name = "either"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago1702version = "1.17.0"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago1703source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago1704checksum = "9e5e8f6c15a24b9a3ee5efec809ccd006d3b30e8b3bb63c39af737c7f87daa1d"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago1705
1706[[package]]
1707name = "emath"
1708version = "0.31.1"
1709source = "registry+https://github.com/rust-lang/crates.io-index"
1710checksum = "9e4cadcff7a5353ba72b7fea76bf2122b5ebdbc68e8155aa56dfdea90083fe1b"
1711dependencies = [
1712 "bytemuck",
1713]
1714
1715[[package]]
1716name = "embedded-io"
1717version = "0.4.0"
1718source = "registry+https://github.com/rust-lang/crates.io-index"
1719checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
1720
1721[[package]]
1722name = "embedded-io"
1723version = "0.6.1"
1724source = "registry+https://github.com/rust-lang/crates.io-index"
1725checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
1726
1727[[package]]
1728name = "encoding_rs"
1729version = "0.8.35"
1730source = "registry+https://github.com/rust-lang/crates.io-index"
1731checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
1732dependencies = [
1733 "cfg-if",
1734]
1735
1736[[package]]
1737name = "enum-as-inner"
1738version = "0.6.1"
1739source = "registry+https://github.com/rust-lang/crates.io-index"
1740checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
1741dependencies = [
1742 "heck",
1743 "proc-macro2",
1744 "quote",
1745 "syn 2.0.119",
1746]
1747
1748[[package]]
1749name = "enum-assoc"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago1750version = "1.3.0"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago1751source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago1752checksum = "3ed8956bd5c1f0415200516e78ff07ec9e16415ade83c056c230d7b7ea0d55b7"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago1753dependencies = [
1754 "proc-macro2",
1755 "quote",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago1756 "syn 2.0.119",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago1757]
1758
1759[[package]]
1760name = "enum-primitive-derive"
1761version = "0.3.0"
1762source = "registry+https://github.com/rust-lang/crates.io-index"
1763checksum = "ba7795da175654fe16979af73f81f26a8ea27638d8d9823d317016888a63dc4c"
1764dependencies = [
1765 "num-traits",
1766 "quote",
1767 "syn 2.0.119",
1768]
1769
1770[[package]]
1771name = "enumn"
1772version = "0.1.14"
1773source = "registry+https://github.com/rust-lang/crates.io-index"
1774checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38"
1775dependencies = [
1776 "proc-macro2",
1777 "quote",
1778 "syn 2.0.119",
1779]
1780
1781[[package]]
1782name = "env_filter"
1783version = "2.0.0"
1784source = "registry+https://github.com/rust-lang/crates.io-index"
1785checksum = "900d271a03799a1ee8d1ca9b19893b48ca674a9284fefcfb85f05e74ed314217"
1786dependencies = [
1787 "log",
1788 "regex",
1789]
1790
1791[[package]]
1792name = "env_logger"
1793version = "0.11.11"
1794source = "registry+https://github.com/rust-lang/crates.io-index"
1795checksum = "de671bd27a75a797dc9ae289ba1e77276e75e2026408aab65185384e2d5cd3f6"
1796dependencies = [
1797 "anstream 1.0.0",
1798 "anstyle",
1799 "env_filter",
1800 "jiff",
1801 "log",
1802]
1803
1804[[package]]
1805name = "epaint"
1806version = "0.31.1"
1807source = "registry+https://github.com/rust-lang/crates.io-index"
1808checksum = "41fcc0f5a7c613afd2dee5e4b30c3e6acafb8ad6f0edb06068811f708a67c562"
1809dependencies = [
1810 "ab_glyph",
1811 "ahash",
1812 "bytemuck",
1813 "ecolor",
1814 "emath",
1815 "epaint_default_fonts",
1816 "log",
1817 "nohash-hasher",
1818 "parking_lot",
1819 "profiling",
1820]
1821
1822[[package]]
1823name = "epaint_default_fonts"
1824version = "0.31.1"
1825source = "registry+https://github.com/rust-lang/crates.io-index"
1826checksum = "fc7e7a64c02cf7a5b51e745a9e45f60660a286f151c238b9d397b3e923f5082f"
1827
1828[[package]]
1829name = "equivalent"
1830version = "1.0.2"
1831source = "registry+https://github.com/rust-lang/crates.io-index"
1832checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
1833
1834[[package]]
1835name = "errno"
1836version = "0.3.14"
1837source = "registry+https://github.com/rust-lang/crates.io-index"
1838checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
1839dependencies = [
1840 "libc",
1841 "windows-sys 0.61.2",
1842]
1843
1844[[package]]
1845name = "error-code"
1846version = "3.4.0"
1847source = "registry+https://github.com/rust-lang/crates.io-index"
1848checksum = "0b5343afd4a8365a643ac588dab4cf234a190c7f6c88c9f6dd6ffe00837661b7"
1849
1850[[package]]
1851name = "erydanos"
1852version = "0.2.18"
1853source = "registry+https://github.com/rust-lang/crates.io-index"
1854checksum = "8cbdc4987ed8e9ece64845393c2d53596b3a4ccbfb3948d799d58f6450e89fb1"
1855dependencies = [
1856 "num-traits",
1857]
1858
1859[[package]]
1860name = "extended"
1861version = "0.1.0"
1862source = "registry+https://github.com/rust-lang/crates.io-index"
1863checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
1864
1865[[package]]
1866name = "fast-interleave"
1867version = "0.1.3"
1868source = "registry+https://github.com/rust-lang/crates.io-index"
1869checksum = "a0a5ab837f0983c0a9210d7847931f64e3be67fcb0ab93d625f7845a0132c825"
1870
1871[[package]]
1872name = "fastbloom"
1873version = "0.17.0"
1874source = "registry+https://github.com/rust-lang/crates.io-index"
1875checksum = "ef975e30683b2d965054bb0a836f8973857c4ebf6acf274fe46617cd285060d8"
1876dependencies = [
1877 "foldhash",
1878 "libm",
1879 "portable-atomic",
1880 "siphasher",
1881]
1882
1883[[package]]
1884name = "fastrand"
1885version = "2.5.0"
1886source = "registry+https://github.com/rust-lang/crates.io-index"
1887checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
1888
1889[[package]]
1890name = "fax"
1891version = "0.2.7"
1892source = "registry+https://github.com/rust-lang/crates.io-index"
1893checksum = "caf1079563223d5d59d83c85886a56e586cfd5c1a26292e971a0fa266531ac5a"
1894
1895[[package]]
1896name = "fdeflate"
1897version = "0.3.7"
1898source = "registry+https://github.com/rust-lang/crates.io-index"
1899checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
1900dependencies = [
1901 "simd-adler32",
1902]
1903
1904[[package]]
1905name = "fiat-crypto"
1906version = "0.3.0"
1907source = "registry+https://github.com/rust-lang/crates.io-index"
1908checksum = "64cd1e32ddd350061ae6edb1b082d7c54915b5c672c389143b9a63403a109f24"
1909
1910[[package]]
1911name = "find-msvc-tools"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago1912version = "0.1.9"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago1913source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago1914checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago1915
1916[[package]]
1917name = "fixed-resample"
1918version = "0.9.2"
1919source = "registry+https://github.com/rust-lang/crates.io-index"
1920checksum = "3e548b80c8a294b230847d73ae8e53d1b2d5b407a1a9ec51c9698a761c4610b1"
1921dependencies = [
1922 "arrayvec",
1923 "fast-interleave",
1924 "ringbuf",
1925 "rubato 0.16.2",
1926]
1927
1928[[package]]
1929name = "fixedbitset"
1930version = "0.4.2"
1931source = "registry+https://github.com/rust-lang/crates.io-index"
1932checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
1933
1934[[package]]
1935name = "fixedbitset"
1936version = "0.5.7"
1937source = "registry+https://github.com/rust-lang/crates.io-index"
1938checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
1939
1940[[package]]
1941name = "flate2"
1942version = "1.1.10"
1943source = "registry+https://github.com/rust-lang/crates.io-index"
1944checksum = "6e634e2e0ebac1ee034020da1ca582e17ffe4e0f5e985823721e168928136dcb"
1945dependencies = [
1946 "crc32fast",
1947 "miniz_oxide 0.9.1",
1948 "zlib-rs",
1949]
1950
1951[[package]]
1952name = "fnv"
1953version = "1.0.7"
1954source = "registry+https://github.com/rust-lang/crates.io-index"
1955checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1956
1957[[package]]
1958name = "foldhash"
1959version = "0.2.0"
1960source = "registry+https://github.com/rust-lang/crates.io-index"
1961checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
1962
1963[[package]]
1964name = "foreign-types"
1965version = "0.5.0"
1966source = "registry+https://github.com/rust-lang/crates.io-index"
1967checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
1968dependencies = [
1969 "foreign-types-macros",
1970 "foreign-types-shared",
1971]
1972
1973[[package]]
1974name = "foreign-types-macros"
1975version = "0.2.4"
1976source = "registry+https://github.com/rust-lang/crates.io-index"
1977checksum = "ea5190182e6915eb873ddbc16e23b711b6eb1f9c00a0d0a3a91b5f6228475225"
1978dependencies = [
1979 "proc-macro2",
1980 "quote",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago1981 "syn 3.0.3",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago1982]
1983
1984[[package]]
1985name = "foreign-types-shared"
1986version = "0.3.1"
1987source = "registry+https://github.com/rust-lang/crates.io-index"
1988checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
1989
1990[[package]]
1991name = "form_urlencoded"
1992version = "1.2.2"
1993source = "registry+https://github.com/rust-lang/crates.io-index"
1994checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
1995dependencies = [
1996 "percent-encoding",
1997]
1998
1999[[package]]
2000name = "fs_extra"
2001version = "1.3.0"
2002source = "registry+https://github.com/rust-lang/crates.io-index"
2003checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
2004
2005[[package]]
2006name = "futures"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2007version = "0.3.33"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2008source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2009checksum = "a88cf1f829d945f548cf8fec32c61b1f202b6d93b45848602fc02af4b12ad218"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2010dependencies = [
2011 "futures-channel",
2012 "futures-core",
2013 "futures-executor",
2014 "futures-io",
2015 "futures-sink",
2016 "futures-task",
2017 "futures-util",
2018]
2019
2020[[package]]
2021name = "futures-buffered"
2022version = "0.2.13"
2023source = "registry+https://github.com/rust-lang/crates.io-index"
2024checksum = "4421cb78ee172b6b06080093479d3c50f058e7c81b7d577bbb8d118d551d4cd5"
2025dependencies = [
2026 "cordyceps",
2027 "diatomic-waker",
2028 "futures-core",
2029 "pin-project-lite",
2030 "spin 0.10.1",
2031]
2032
2033[[package]]
2034name = "futures-channel"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2035version = "0.3.33"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2036source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2037checksum = "262590f4fe6afeb0bc83be1daa64e52657fe185690a958af7f3ad0e92085c5ae"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2038dependencies = [
2039 "futures-core",
2040 "futures-sink",
2041]
2042
2043[[package]]
2044name = "futures-concurrency"
2045version = "7.7.1"
2046source = "registry+https://github.com/rust-lang/crates.io-index"
2047checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
2048dependencies = [
2049 "fixedbitset 0.5.7",
2050 "futures-core",
2051 "futures-lite",
2052 "pin-project",
2053 "smallvec",
2054]
2055
2056[[package]]
2057name = "futures-core"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2058version = "0.3.33"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2059source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2060checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2061
2062[[package]]
2063name = "futures-executor"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2064version = "0.3.33"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2065source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2066checksum = "6754879cc9f2c66f88c6e5c35344bb0bdb0708b0352b1201815667c7eabc7458"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2067dependencies = [
2068 "futures-core",
2069 "futures-task",
2070 "futures-util",
2071]
2072
2073[[package]]
2074name = "futures-io"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2075version = "0.3.33"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2076source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2077checksum = "4577ecaa3c4f96589d473f679a71b596316f6641bc350038b962a5daf0085d7a"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2078
2079[[package]]
2080name = "futures-lite"
2081version = "2.6.1"
2082source = "registry+https://github.com/rust-lang/crates.io-index"
2083checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
2084dependencies = [
2085 "fastrand",
2086 "futures-core",
2087 "futures-io",
2088 "parking",
2089 "pin-project-lite",
2090]
2091
2092[[package]]
2093name = "futures-macro"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2094version = "0.3.33"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2095source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2096checksum = "2d6d3cde68c518367be28956066ddfef33813991b77a55005a69dae04bf3b10b"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2097dependencies = [
2098 "proc-macro2",
2099 "quote",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2100 "syn 2.0.119",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2101]
2102
2103[[package]]
2104name = "futures-sink"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2105version = "0.3.33"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2106source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2107checksum = "e34418ac499d6305c2fb5ad0ed2f6ac998c5f8ca209b4510f7f94242c647e307"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2108
2109[[package]]
2110name = "futures-task"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2111version = "0.3.33"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2112source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2113checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2114
2115[[package]]
2116name = "futures-util"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2117version = "0.3.33"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2118source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2119checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2120dependencies = [
2121 "futures-channel",
2122 "futures-core",
2123 "futures-io",
2124 "futures-macro",
2125 "futures-sink",
2126 "futures-task",
2127 "memchr",
2128 "pin-project-lite",
2129 "slab",
2130]
2131
2132[[package]]
2133name = "generator"
2134version = "0.8.9"
2135source = "registry+https://github.com/rust-lang/crates.io-index"
2136checksum = "b3b854b0e584ead1a33f18b2fcad7cf7be18b3875c78816b753639aa501513ae"
2137dependencies = [
2138 "cc",
2139 "cfg-if",
2140 "libc",
2141 "log",
2142 "rustversion",
2143 "windows-link",
2144 "windows-result",
2145]
2146
2147[[package]]
2148name = "generic-array"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2149version = "0.14.9"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2150source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2151checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2152dependencies = [
2153 "typenum",
2154 "version_check",
2155]
2156
2157[[package]]
2158name = "gethostname"
2159version = "1.1.0"
2160source = "registry+https://github.com/rust-lang/crates.io-index"
2161checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
2162dependencies = [
2163 "rustix 1.1.4",
2164 "windows-link",
2165]
2166
2167[[package]]
2168name = "getrandom"
2169version = "0.2.17"
2170source = "registry+https://github.com/rust-lang/crates.io-index"
2171checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
2172dependencies = [
2173 "cfg-if",
2174 "js-sys",
2175 "libc",
2176 "wasi",
2177 "wasm-bindgen",
2178]
2179
2180[[package]]
2181name = "getrandom"
2182version = "0.3.4"
2183source = "registry+https://github.com/rust-lang/crates.io-index"
2184checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
2185dependencies = [
2186 "cfg-if",
2187 "js-sys",
2188 "libc",
2189 "r-efi 5.3.0",
2190 "wasip2",
2191 "wasm-bindgen",
2192]
2193
2194[[package]]
2195name = "getrandom"
2196version = "0.4.3"
2197source = "registry+https://github.com/rust-lang/crates.io-index"
2198checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
2199dependencies = [
2200 "cfg-if",
2201 "js-sys",
2202 "libc",
2203 "r-efi 6.0.0",
2204 "rand_core 0.10.1",
2205 "wasm-bindgen",
2206]
2207
2208[[package]]
2209name = "ghash"
2210version = "0.5.1"
2211source = "registry+https://github.com/rust-lang/crates.io-index"
2212checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1"
2213dependencies = [
2214 "opaque-debug",
2215 "polyval",
2216]
2217
2218[[package]]
2219name = "gimli"
2220version = "0.32.3"
2221source = "registry+https://github.com/rust-lang/crates.io-index"
2222checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
2223
2224[[package]]
2225name = "gl_generator"
2226version = "0.14.0"
2227source = "registry+https://github.com/rust-lang/crates.io-index"
2228checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
2229dependencies = [
2230 "khronos_api",
2231 "log",
2232 "xml-rs",
2233]
2234
2235[[package]]
2236name = "glob"
2237version = "0.3.4"
2238source = "registry+https://github.com/rust-lang/crates.io-index"
2239checksum = "e4eba85ea1d0a966a983acd07deee566e67395d2d96b6fb39e62b5a833f1eb0b"
2240
2241[[package]]
2242name = "gloo-timers"
2243version = "0.3.0"
2244source = "registry+https://github.com/rust-lang/crates.io-index"
2245checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
2246dependencies = [
2247 "futures-channel",
2248 "futures-core",
2249 "js-sys",
2250 "wasm-bindgen",
2251]
2252
2253[[package]]
2254name = "glow"
2255version = "0.16.0"
2256source = "registry+https://github.com/rust-lang/crates.io-index"
2257checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08"
2258dependencies = [
2259 "js-sys",
2260 "slotmap",
2261 "wasm-bindgen",
2262 "web-sys",
2263]
2264
2265[[package]]
2266name = "glutin"
2267version = "0.32.3"
2268source = "registry+https://github.com/rust-lang/crates.io-index"
2269checksum = "12124de845cacfebedff80e877bb37b5b75c34c5a4c89e47e1cdd67fb6041325"
2270dependencies = [
2271 "bitflags 2.13.1",
2272 "cfg_aliases 0.2.2",
2273 "cgl",
2274 "dispatch2",
2275 "glutin_egl_sys",
2276 "glutin_glx_sys",
2277 "glutin_wgl_sys",
2278 "libloading 0.8.9",
2279 "objc2 0.6.4",
2280 "objc2-app-kit 0.3.2",
2281 "objc2-core-foundation",
2282 "objc2-foundation 0.3.2",
2283 "once_cell",
2284 "raw-window-handle",
2285 "wayland-sys",
2286 "windows-sys 0.52.0",
2287 "x11-dl",
2288]
2289
2290[[package]]
2291name = "glutin-winit"
2292version = "0.5.0"
2293source = "registry+https://github.com/rust-lang/crates.io-index"
2294checksum = "85edca7075f8fc728f28cb8fbb111a96c3b89e930574369e3e9c27eb75d3788f"
2295dependencies = [
2296 "cfg_aliases 0.2.2",
2297 "glutin",
2298 "raw-window-handle",
2299 "winit",
2300]
2301
2302[[package]]
2303name = "glutin_egl_sys"
2304version = "0.7.1"
2305source = "registry+https://github.com/rust-lang/crates.io-index"
2306checksum = "4c4680ba6195f424febdc3ba46e7a42a0e58743f2edb115297b86d7f8ecc02d2"
2307dependencies = [
2308 "gl_generator",
2309 "windows-sys 0.52.0",
2310]
2311
2312[[package]]
2313name = "glutin_glx_sys"
2314version = "0.6.1"
2315source = "registry+https://github.com/rust-lang/crates.io-index"
2316checksum = "8a7bb2938045a88b612499fbcba375a77198e01306f52272e692f8c1f3751185"
2317dependencies = [
2318 "gl_generator",
2319 "x11-dl",
2320]
2321
2322[[package]]
2323name = "glutin_wgl_sys"
2324version = "0.6.1"
2325source = "registry+https://github.com/rust-lang/crates.io-index"
2326checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
2327dependencies = [
2328 "gl_generator",
2329]
2330
2331[[package]]
2332name = "h2"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2333version = "0.4.15"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2334source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2335checksum = "6cb093c84e8bd9b188d4c4a8cb6579fc016968d14c99882163cd3ff402a4f155"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2336dependencies = [
2337 "atomic-waker",
2338 "bytes",
2339 "fnv",
2340 "futures-core",
2341 "futures-sink",
2342 "http",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2343 "indexmap 2.14.0",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2344 "slab",
2345 "tokio",
2346 "tokio-util",
2347 "tracing",
2348]
2349
2350[[package]]
2351name = "half"
2352version = "2.7.1"
2353source = "registry+https://github.com/rust-lang/crates.io-index"
2354checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
2355dependencies = [
2356 "cfg-if",
2357 "crunchy",
2358 "zerocopy",
2359]
2360
2361[[package]]
2362name = "hang"
2363version = "0.15.4"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2364source = "git+https://github.com/Frando/moq?branch=deps%2Firoh-main#53fe78d8ad05aba94d03043d8a20a2b95669baec"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2365dependencies = [
2366 "buf-list",
2367 "bytes",
2368 "conducer",
2369 "derive_more",
2370 "hex",
2371 "lazy_static",
2372 "moq-lite",
2373 "regex",
2374 "serde",
2375 "serde_json",
2376 "serde_with",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2377 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2378 "tokio",
2379 "tracing",
2380 "url",
2381]
2382
2383[[package]]
2384name = "hash32"
2385version = "0.2.1"
2386source = "registry+https://github.com/rust-lang/crates.io-index"
2387checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
2388dependencies = [
2389 "byteorder",
2390]
2391
2392[[package]]
2393name = "hashbrown"
2394version = "0.12.3"
2395source = "registry+https://github.com/rust-lang/crates.io-index"
2396checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2397
2398[[package]]
2399name = "hashbrown"
2400version = "0.16.1"
2401source = "registry+https://github.com/rust-lang/crates.io-index"
2402checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
2403dependencies = [
2404 "allocator-api2",
2405 "equivalent",
2406 "foldhash",
2407]
2408
2409[[package]]
2410name = "hashbrown"
2411version = "0.17.1"
2412source = "registry+https://github.com/rust-lang/crates.io-index"
2413checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
2414
2415[[package]]
2416name = "heapless"
2417version = "0.7.17"
2418source = "registry+https://github.com/rust-lang/crates.io-index"
2419checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f"
2420dependencies = [
2421 "atomic-polyfill",
2422 "hash32",
2423 "rustc_version",
2424 "serde",
2425 "spin 0.9.9",
2426 "stable_deref_trait",
2427]
2428
2429[[package]]
2430name = "heck"
2431version = "0.5.0"
2432source = "registry+https://github.com/rust-lang/crates.io-index"
2433checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2434
2435[[package]]
2436name = "hermit-abi"
2437version = "0.5.2"
2438source = "registry+https://github.com/rust-lang/crates.io-index"
2439checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
2440
2441[[package]]
2442name = "hex"
2443version = "0.4.3"
2444source = "registry+https://github.com/rust-lang/crates.io-index"
2445checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2446
2447[[package]]
2448name = "hickory-proto"
2449version = "0.25.2"
2450source = "registry+https://github.com/rust-lang/crates.io-index"
2451checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502"
2452dependencies = [
2453 "async-trait",
2454 "bytes",
2455 "cfg-if",
2456 "data-encoding",
2457 "enum-as-inner",
2458 "futures-channel",
2459 "futures-io",
2460 "futures-util",
2461 "h2",
2462 "http",
2463 "idna",
2464 "ipnet",
2465 "once_cell",
2466 "rand 0.9.5",
2467 "ring",
2468 "rustls",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2469 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2470 "tinyvec",
2471 "tokio",
2472 "tokio-rustls",
2473 "tracing",
2474 "url",
2475]
2476
2477[[package]]
2478name = "hickory-resolver"
2479version = "0.25.2"
2480source = "registry+https://github.com/rust-lang/crates.io-index"
2481checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a"
2482dependencies = [
2483 "cfg-if",
2484 "futures-util",
2485 "hickory-proto",
2486 "ipconfig",
2487 "moka",
2488 "once_cell",
2489 "parking_lot",
2490 "rand 0.9.5",
2491 "resolv-conf",
2492 "rustls",
2493 "smallvec",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2494 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2495 "tokio",
2496 "tokio-rustls",
2497 "tracing",
2498]
2499
2500[[package]]
2501name = "hound"
2502version = "3.5.1"
2503source = "registry+https://github.com/rust-lang/crates.io-index"
2504checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
2505
2506[[package]]
2507name = "http"
2508version = "1.5.0"
2509source = "registry+https://github.com/rust-lang/crates.io-index"
2510checksum = "918d3568bebf352712bc2ef3d46a8bcf1a75b373be6539de198e9105cbbf9ce0"
2511dependencies = [
2512 "bytes",
2513 "itoa",
2514]
2515
2516[[package]]
2517name = "http-body"
2518version = "1.1.0"
2519source = "registry+https://github.com/rust-lang/crates.io-index"
2520checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c"
2521dependencies = [
2522 "bytes",
2523 "http",
2524]
2525
2526[[package]]
2527name = "http-body-util"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2528version = "0.1.4"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2529source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2530checksum = "e9f41fd6a08e4d4ec69df65976da761afd5ad5e58a9d4acb46bd1c953a9e3ff2"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2531dependencies = [
2532 "bytes",
2533 "futures-core",
2534 "http",
2535 "http-body",
2536 "pin-project-lite",
2537]
2538
2539[[package]]
2540name = "httparse"
2541version = "1.10.1"
2542source = "registry+https://github.com/rust-lang/crates.io-index"
2543checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
2544
2545[[package]]
2546name = "httpdate"
2547version = "1.0.3"
2548source = "registry+https://github.com/rust-lang/crates.io-index"
2549checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2550
2551[[package]]
2552name = "humantime"
2553version = "2.4.0"
2554source = "registry+https://github.com/rust-lang/crates.io-index"
2555checksum = "15cdd26707701c53297e2fa6afb323d55fbc1d0810c3aec078ae3ef0424c3c15"
2556
2557[[package]]
2558name = "humantime-serde"
2559version = "1.1.1"
2560source = "registry+https://github.com/rust-lang/crates.io-index"
2561checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c"
2562dependencies = [
2563 "humantime",
2564 "serde",
2565]
2566
2567[[package]]
2568name = "hybrid-array"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2569version = "0.4.13"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2570source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2571checksum = "818356c5132c1fede50f837ca96afbe78ff42413047f4abb886217845e1b6c8c"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2572dependencies = [
2573 "typenum",
2574]
2575
2576[[package]]
2577name = "hyper"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2578version = "1.11.0"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2579source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2580checksum = "d22053281f852e11534f5198498373cbb59295120a20771d90f7ed1897490a72"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2581dependencies = [
2582 "atomic-waker",
2583 "bytes",
2584 "futures-channel",
2585 "futures-core",
2586 "h2",
2587 "http",
2588 "http-body",
2589 "httparse",
2590 "httpdate",
2591 "itoa",
2592 "pin-project-lite",
2593 "smallvec",
2594 "tokio",
2595 "want",
2596]
2597
2598[[package]]
2599name = "hyper-rustls"
2600version = "0.27.9"
2601source = "registry+https://github.com/rust-lang/crates.io-index"
2602checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
2603dependencies = [
2604 "http",
2605 "hyper",
2606 "hyper-util",
2607 "rustls",
2608 "tokio",
2609 "tokio-rustls",
2610 "tower-service",
2611]
2612
2613[[package]]
2614name = "hyper-util"
2615version = "0.1.20"
2616source = "registry+https://github.com/rust-lang/crates.io-index"
2617checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
2618dependencies = [
2619 "base64",
2620 "bytes",
2621 "futures-channel",
2622 "futures-util",
2623 "http",
2624 "http-body",
2625 "hyper",
2626 "ipnet",
2627 "libc",
2628 "percent-encoding",
2629 "pin-project-lite",
2630 "socket2",
2631 "tokio",
2632 "tower-service",
2633 "tracing",
2634]
2635
2636[[package]]
2637name = "iana-time-zone"
2638version = "0.1.65"
2639source = "registry+https://github.com/rust-lang/crates.io-index"
2640checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
2641dependencies = [
2642 "android_system_properties",
2643 "core-foundation-sys",
2644 "iana-time-zone-haiku",
2645 "js-sys",
2646 "log",
2647 "wasm-bindgen",
2648 "windows-core",
2649]
2650
2651[[package]]
2652name = "iana-time-zone-haiku"
2653version = "0.1.2"
2654source = "registry+https://github.com/rust-lang/crates.io-index"
2655checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2656dependencies = [
2657 "cc",
2658]
2659
2660[[package]]
2661name = "icu_collections"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2662version = "2.2.0"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2663source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2664checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2665dependencies = [
2666 "displaydoc",
2667 "potential_utf",
2668 "utf8_iter",
2669 "yoke",
2670 "zerofrom",
2671 "zerovec",
2672]
2673
2674[[package]]
2675name = "icu_locale_core"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2676version = "2.2.0"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2677source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2678checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2679dependencies = [
2680 "displaydoc",
2681 "litemap",
2682 "tinystr",
2683 "writeable",
2684 "zerovec",
2685]
2686
2687[[package]]
2688name = "icu_normalizer"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2689version = "2.2.0"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2690source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2691checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2692dependencies = [
2693 "icu_collections",
2694 "icu_normalizer_data",
2695 "icu_properties",
2696 "icu_provider",
2697 "smallvec",
2698 "zerovec",
2699]
2700
2701[[package]]
2702name = "icu_normalizer_data"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2703version = "2.2.0"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2704source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2705checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2706
2707[[package]]
2708name = "icu_properties"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2709version = "2.2.0"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2710source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2711checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2712dependencies = [
2713 "icu_collections",
2714 "icu_locale_core",
2715 "icu_properties_data",
2716 "icu_provider",
2717 "zerotrie",
2718 "zerovec",
2719]
2720
2721[[package]]
2722name = "icu_properties_data"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2723version = "2.2.0"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2724source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2725checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2726
2727[[package]]
2728name = "icu_provider"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2729version = "2.2.0"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2730source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2731checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2732dependencies = [
2733 "displaydoc",
2734 "icu_locale_core",
2735 "writeable",
2736 "yoke",
2737 "zerofrom",
2738 "zerotrie",
2739 "zerovec",
2740]
2741
2742[[package]]
2743name = "ident_case"
2744version = "1.0.1"
2745source = "registry+https://github.com/rust-lang/crates.io-index"
2746checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2747
2748[[package]]
2749name = "identity-hash"
2750version = "0.1.0"
2751source = "registry+https://github.com/rust-lang/crates.io-index"
2752checksum = "dfdd7caa900436d8f13b2346fe10257e0c05c1f1f9e351f4f5d57c03bd5f45da"
2753
2754[[package]]
2755name = "idna"
2756version = "1.1.0"
2757source = "registry+https://github.com/rust-lang/crates.io-index"
2758checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
2759dependencies = [
2760 "idna_adapter",
2761 "smallvec",
2762 "utf8_iter",
2763]
2764
2765[[package]]
2766name = "idna_adapter"
2767version = "1.2.2"
2768source = "registry+https://github.com/rust-lang/crates.io-index"
2769checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
2770dependencies = [
2771 "icu_normalizer",
2772 "icu_properties",
2773]
2774
2775[[package]]
2776name = "igd-next"
2777version = "0.16.2"
2778source = "registry+https://github.com/rust-lang/crates.io-index"
2779checksum = "516893339c97f6011282d5825ac94fc1c7aad5cad26bdc2d0cee068c0bf97f97"
2780dependencies = [
2781 "async-trait",
2782 "attohttpc",
2783 "bytes",
2784 "futures",
2785 "http",
2786 "http-body-util",
2787 "hyper",
2788 "hyper-util",
2789 "log",
2790 "rand 0.9.5",
2791 "tokio",
2792 "url",
2793 "xmltree",
2794]
2795
2796[[package]]
2797name = "image"
2798version = "0.25.10"
2799source = "registry+https://github.com/rust-lang/crates.io-index"
2800checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104"
2801dependencies = [
2802 "bytemuck",
2803 "byteorder-lite",
2804 "moxcms",
2805 "num-traits",
2806 "png 0.18.1",
2807 "tiff",
2808 "zune-core",
2809 "zune-jpeg",
2810]
2811
2812[[package]]
2813name = "indexmap"
2814version = "1.9.3"
2815source = "registry+https://github.com/rust-lang/crates.io-index"
2816checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2817dependencies = [
2818 "autocfg",
2819 "hashbrown 0.12.3",
2820 "serde",
2821]
2822
2823[[package]]
2824name = "indexmap"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2825version = "2.14.0"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2826source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2827checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2828dependencies = [
2829 "equivalent",
2830 "hashbrown 0.17.1",
2831 "serde",
2832 "serde_core",
2833]
2834
2835[[package]]
2836name = "inout"
2837version = "0.1.4"
2838source = "registry+https://github.com/rust-lang/crates.io-index"
2839checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
2840dependencies = [
2841 "generic-array",
2842]
2843
2844[[package]]
2845name = "ipconfig"
2846version = "0.3.4"
2847source = "registry+https://github.com/rust-lang/crates.io-index"
2848checksum = "4d40460c0ce33d6ce4b0630ad68ff63d6661961c48b6dba35e5a4d81cfb48222"
2849dependencies = [
2850 "socket2",
2851 "widestring",
2852 "windows-registry",
2853 "windows-result",
2854 "windows-sys 0.61.2",
2855]
2856
2857[[package]]
2858name = "ipnet"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2859version = "2.12.0"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2860source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2861checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2862
2863[[package]]
2864name = "iroh"
2865version = "0.97.0"
2866source = "git+https://github.com/n0-computer/iroh?rev=8af8370b#8af8370b567d9e9a89aaf25929b327a6a5b96de1"
2867dependencies = [
2868 "backon",
2869 "blake3",
2870 "bytes",
2871 "cfg_aliases 0.2.2",
2872 "ctutils",
2873 "data-encoding",
2874 "derive_more",
2875 "ed25519-dalek",
2876 "futures-util",
2877 "getrandom 0.3.4",
2878 "hickory-resolver",
2879 "http",
2880 "ipnet",
2881 "iroh-base",
2882 "iroh-metrics",
2883 "iroh-relay",
2884 "n0-error",
2885 "n0-future",
2886 "n0-watcher",
2887 "netwatch",
2888 "noq",
2889 "noq-proto",
2890 "noq-udp",
2891 "papaya",
2892 "pin-project",
2893 "pkarr",
2894 "pkcs8",
2895 "portable-atomic",
2896 "portmapper",
2897 "rand 0.9.5",
2898 "reqwest 0.13.4",
2899 "rustc-hash 2.1.3",
2900 "rustls",
2901 "rustls-pki-types",
2902 "rustls-webpki",
2903 "serde",
2904 "smallvec",
2905 "strum",
2906 "sync_wrapper",
2907 "time",
2908 "tokio",
2909 "tokio-stream",
2910 "tokio-util",
2911 "tracing",
2912 "url",
2913 "wasm-bindgen-futures",
2914 "webpki-roots",
2915]
2916
2917[[package]]
2918name = "iroh-base"
2919version = "0.97.0"
2920source = "git+https://github.com/n0-computer/iroh?rev=8af8370b#8af8370b567d9e9a89aaf25929b327a6a5b96de1"
2921dependencies = [
2922 "curve25519-dalek",
2923 "data-encoding",
2924 "derive_more",
2925 "digest 0.11.0-rc.10",
2926 "ed25519-dalek",
2927 "n0-error",
2928 "rand_core 0.9.5",
2929 "serde",
2930 "sha2",
2931 "url",
2932 "zeroize",
2933 "zeroize_derive",
2934]
2935
2936[[package]]
2937name = "iroh-gossip"
2938version = "0.97.0"
2939source = "git+https://github.com/n0-computer/iroh-gossip?rev=1038f721#1038f721663ffddc526359e33757ba998046ff2d"
2940dependencies = [
2941 "blake3",
2942 "bytes",
2943 "data-encoding",
2944 "derive_more",
2945 "ed25519-dalek",
2946 "futures-concurrency",
2947 "futures-lite",
2948 "futures-util",
2949 "hex",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago2950 "indexmap 2.14.0",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago2951 "iroh",
2952 "iroh-base",
2953 "iroh-metrics",
2954 "irpc",
2955 "n0-error",
2956 "n0-future",
2957 "postcard",
2958 "rand 0.9.5",
2959 "serde",
2960 "tokio",
2961 "tokio-util",
2962 "tracing",
2963]
2964
2965[[package]]
2966name = "iroh-live"
2967version = "0.1.0"
2968source = "git+https://github.com/n0-computer/iroh-live?rev=edd9bcc530a615f3ab3a6919e96790a077905376#edd9bcc530a615f3ab3a6919e96790a077905376"
2969dependencies = [
2970 "anyhow",
2971 "bytes",
2972 "data-encoding",
2973 "derive_more",
2974 "hang",
2975 "iroh",
2976 "iroh-gossip",
2977 "iroh-moq",
2978 "iroh-smol-kv",
2979 "iroh-tickets",
2980 "moq-lite",
2981 "moq-media",
2982 "n0-error",
2983 "n0-future",
2984 "n0-watcher",
2985 "postcard",
2986 "rand 0.9.5",
2987 "serde",
2988 "strum",
2989 "throttled-tracing",
2990 "tokio",
2991 "tokio-util",
2992 "tracing",
2993]
2994
2995[[package]]
2996name = "iroh-metrics"
2997version = "0.38.3"
2998source = "registry+https://github.com/rust-lang/crates.io-index"
2999checksum = "761b45ba046134b11eb3e432fa501616b45c4bf3a30c21717578bc07aa6461dd"
3000dependencies = [
3001 "iroh-metrics-derive",
3002 "itoa",
3003 "n0-error",
3004 "portable-atomic",
3005 "postcard",
3006 "ryu",
3007 "serde",
3008 "tracing",
3009]
3010
3011[[package]]
3012name = "iroh-metrics-derive"
3013version = "0.4.1"
3014source = "registry+https://github.com/rust-lang/crates.io-index"
3015checksum = "cab063c2bfd6c3d5a33a913d4fdb5252f140db29ec67c704f20f3da7e8f92dbf"
3016dependencies = [
3017 "heck",
3018 "proc-macro2",
3019 "quote",
3020 "syn 2.0.119",
3021]
3022
3023[[package]]
3024name = "iroh-moq"
3025version = "0.1.0"
3026source = "git+https://github.com/n0-computer/iroh-live?rev=edd9bcc530a615f3ab3a6919e96790a077905376#edd9bcc530a615f3ab3a6919e96790a077905376"
3027dependencies = [
3028 "iroh",
3029 "moq-lite",
3030 "n0-error",
3031 "n0-future",
3032 "tokio",
3033 "tokio-util",
3034 "tracing",
3035 "url",
3036 "web-transport-iroh",
3037]
3038
3039[[package]]
3040name = "iroh-relay"
3041version = "0.97.0"
3042source = "git+https://github.com/n0-computer/iroh?rev=8af8370b#8af8370b567d9e9a89aaf25929b327a6a5b96de1"
3043dependencies = [
3044 "blake3",
3045 "bytes",
3046 "cfg_aliases 0.2.2",
3047 "data-encoding",
3048 "derive_more",
3049 "getrandom 0.3.4",
3050 "hickory-resolver",
3051 "http",
3052 "http-body-util",
3053 "hyper",
3054 "hyper-util",
3055 "iroh-base",
3056 "iroh-metrics",
3057 "lru",
3058 "n0-error",
3059 "n0-future",
3060 "noq",
3061 "noq-proto",
3062 "num_enum",
3063 "pin-project",
3064 "pkarr",
3065 "postcard",
3066 "rand 0.9.5",
3067 "reqwest 0.13.4",
3068 "rustls",
3069 "rustls-pki-types",
3070 "serde",
3071 "serde_bytes",
3072 "strum",
3073 "tokio",
3074 "tokio-rustls",
3075 "tokio-util",
3076 "tokio-websockets",
3077 "tracing",
3078 "url",
3079 "vergen-gitcl",
3080 "webpki-roots",
3081 "ws_stream_wasm",
3082 "z32",
3083]
3084
3085[[package]]
3086name = "iroh-smol-kv"
3087version = "0.3.1"
3088source = "git+https://github.com/n0-computer/iroh-smol-kv?branch=iroh-097#e6685227ff12af9acfe676aa7272f91edeb56514"
3089dependencies = [
3090 "bytes",
3091 "ed25519-dalek",
3092 "hex",
3093 "iroh",
3094 "iroh-gossip",
3095 "irpc",
3096 "n0-error",
3097 "n0-future",
3098 "postcard",
3099 "rand 0.9.5",
3100 "rpds",
3101 "serde",
3102 "serde-big-array",
3103 "sync_wrapper",
3104 "tokio",
3105 "tracing",
3106]
3107
3108[[package]]
3109name = "iroh-tickets"
3110version = "0.4.0"
3111source = "registry+https://github.com/rust-lang/crates.io-index"
3112checksum = "ab64bac4bb573b9cfd2142bd2876ed65ca792efbc4398361a4ee51a0f9afbed6"
3113dependencies = [
3114 "data-encoding",
3115 "derive_more",
3116 "iroh-base",
3117 "n0-error",
3118 "postcard",
3119 "serde",
3120]
3121
3122[[package]]
3123name = "irpc"
3124version = "0.13.0"
3125source = "registry+https://github.com/rust-lang/crates.io-index"
3126checksum = "4f47b7c52662d673df377b5ac40c121c7ff56eb764e520fae6543686132f7957"
3127dependencies = [
3128 "futures-util",
3129 "irpc-derive",
3130 "n0-error",
3131 "n0-future",
3132 "noq",
3133 "postcard",
3134 "serde",
3135 "smallvec",
3136 "tokio",
3137 "tokio-util",
3138 "tracing",
3139]
3140
3141[[package]]
3142name = "irpc-derive"
3143version = "0.10.0"
3144source = "registry+https://github.com/rust-lang/crates.io-index"
3145checksum = "83c1a4b460634aeed6dc01236a0047867de70e30562d91a0ad031dcb3ac33fb4"
3146dependencies = [
3147 "proc-macro2",
3148 "quote",
3149 "syn 2.0.119",
3150]
3151
3152[[package]]
3153name = "is_terminal_polyfill"
3154version = "1.70.2"
3155source = "registry+https://github.com/rust-lang/crates.io-index"
3156checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
3157
3158[[package]]
3159name = "itertools"
3160version = "0.13.0"
3161source = "registry+https://github.com/rust-lang/crates.io-index"
3162checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
3163dependencies = [
3164 "either",
3165]
3166
3167[[package]]
3168name = "itoa"
3169version = "1.0.18"
3170source = "registry+https://github.com/rust-lang/crates.io-index"
3171checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
3172
3173[[package]]
3174name = "jack"
3175version = "0.13.5"
3176source = "registry+https://github.com/rust-lang/crates.io-index"
3177checksum = "f7811b07bcac5dafabf814ab52c4b0ca9b7948aa1e279f572f03aa6544d47d27"
3178dependencies = [
3179 "bitflags 2.13.1",
3180 "jack-sys",
3181 "lazy_static",
3182 "libc",
3183 "log",
3184]
3185
3186[[package]]
3187name = "jack-sys"
3188version = "0.5.1"
3189source = "registry+https://github.com/rust-lang/crates.io-index"
3190checksum = "6013b7619b95a22b576dfb43296faa4ecbe40abbdb97dfd22ead520775fc86ab"
3191dependencies = [
3192 "bitflags 1.3.2",
3193 "lazy_static",
3194 "libc",
3195 "libloading 0.7.4",
3196 "log",
3197 "pkg-config",
3198]
3199
3200[[package]]
3201name = "jiff"
3202version = "0.2.35"
3203source = "registry+https://github.com/rust-lang/crates.io-index"
3204checksum = "668b7183bd07af9a4885f5c35b0cc5c83c4607a913c16b7e17291832910d2dcc"
3205dependencies = [
3206 "defmt",
3207 "jiff-core",
3208 "jiff-static",
3209 "log",
3210 "portable-atomic",
3211 "portable-atomic-util",
3212 "serde_core",
3213]
3214
3215[[package]]
3216name = "jiff-core"
3217version = "0.1.0"
3218source = "registry+https://github.com/rust-lang/crates.io-index"
3219checksum = "7feca88439efe53da3754500c1851dedf3cb36c524dd5cf8225cc0794de95d09"
3220dependencies = [
3221 "defmt",
3222]
3223
3224[[package]]
3225name = "jiff-static"
3226version = "0.2.35"
3227source = "registry+https://github.com/rust-lang/crates.io-index"
3228checksum = "3a69dcb3a21cfb32ce1cd056169337ca284af0766dd766e7878819b251a49204"
3229dependencies = [
3230 "jiff-core",
3231 "proc-macro2",
3232 "quote",
3233 "syn 2.0.119",
3234]
3235
3236[[package]]
3237name = "jni"
3238version = "0.21.1"
3239source = "registry+https://github.com/rust-lang/crates.io-index"
3240checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
3241dependencies = [
3242 "cesu8",
3243 "cfg-if",
3244 "combine",
3245 "jni-sys 0.3.1",
3246 "log",
3247 "thiserror 1.0.69",
3248 "walkdir",
3249 "windows-sys 0.45.0",
3250]
3251
3252[[package]]
3253name = "jni"
3254version = "0.22.4"
3255source = "registry+https://github.com/rust-lang/crates.io-index"
3256checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498"
3257dependencies = [
3258 "cfg-if",
3259 "combine",
3260 "jni-macros",
3261 "jni-sys 0.4.1",
3262 "log",
3263 "simd_cesu8",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago3264 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago3265 "walkdir",
3266 "windows-link",
3267]
3268
3269[[package]]
3270name = "jni-macros"
3271version = "0.22.4"
3272source = "registry+https://github.com/rust-lang/crates.io-index"
3273checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3"
3274dependencies = [
3275 "proc-macro2",
3276 "quote",
3277 "rustc_version",
3278 "simd_cesu8",
3279 "syn 2.0.119",
3280]
3281
3282[[package]]
3283name = "jni-sys"
3284version = "0.3.1"
3285source = "registry+https://github.com/rust-lang/crates.io-index"
3286checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258"
3287dependencies = [
3288 "jni-sys 0.4.1",
3289]
3290
3291[[package]]
3292name = "jni-sys"
3293version = "0.4.1"
3294source = "registry+https://github.com/rust-lang/crates.io-index"
3295checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
3296dependencies = [
3297 "jni-sys-macros",
3298]
3299
3300[[package]]
3301name = "jni-sys-macros"
3302version = "0.4.1"
3303source = "registry+https://github.com/rust-lang/crates.io-index"
3304checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
3305dependencies = [
3306 "quote",
3307 "syn 2.0.119",
3308]
3309
3310[[package]]
3311name = "jobserver"
3312version = "0.1.35"
3313source = "registry+https://github.com/rust-lang/crates.io-index"
3314checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3"
3315dependencies = [
3316 "getrandom 0.4.3",
3317 "libc",
3318]
3319
3320[[package]]
3321name = "jolt-native-third-party"
3322version = "0.0.0"
3323dependencies = [
3324 "alsa",
3325 "anyhow",
3326 "arboard",
3327 "coreaudio-rs",
3328 "cpal",
3329 "dasp_sample",
3330 "egui",
3331 "egui-winit",
3332 "egui_glow",
3333 "env_logger",
3334 "glow",
3335 "glutin",
3336 "glutin-winit",
3337 "image",
3338 "iroh-live",
3339 "libc",
3340 "log",
3341 "mach2 0.5.0",
3342 "moq-lite",
3343 "moq-native",
3344 "mp4",
3345 "n0-future",
3346 "objc2 0.6.4",
3347 "objc2-audio-toolbox",
3348 "objc2-core-audio",
3349 "objc2-core-audio-types",
3350 "objc2-core-foundation",
3351 "objc2-foundation 0.3.2",
3352 "openh264",
3353 "png 0.17.16",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago3354 "rand 0.8.7",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago3355 "rustls",
3356 "tokio",
3357 "url",
3358 "urlencoding",
3359 "v4l2r",
3360 "winit",
3361 "zip",
3362]
3363
3364[[package]]
3365name = "js-sys"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago3366version = "0.3.103"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago3367source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago3368checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago3369dependencies = [
3370 "cfg-if",
3371 "futures-util",
3372 "wasm-bindgen",
3373]
3374
3375[[package]]
3376name = "khronos_api"
3377version = "3.1.0"
3378source = "registry+https://github.com/rust-lang/crates.io-index"
3379checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
3380
3381[[package]]
3382name = "lazy_static"
3383version = "1.5.0"
3384source = "registry+https://github.com/rust-lang/crates.io-index"
3385checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
3386
3387[[package]]
3388name = "libc"
3389version = "0.2.189"
3390source = "registry+https://github.com/rust-lang/crates.io-index"
3391checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
3392
3393[[package]]
3394name = "libdbus-sys"
3395version = "0.2.7"
3396source = "registry+https://github.com/rust-lang/crates.io-index"
3397checksum = "328c4789d42200f1eeec05bd86c9c13c7f091d2ba9a6ea35acdf51f31bc0f043"
3398dependencies = [
3399 "pkg-config",
3400]
3401
3402[[package]]
3403name = "libloading"
3404version = "0.7.4"
3405source = "registry+https://github.com/rust-lang/crates.io-index"
3406checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
3407dependencies = [
3408 "cfg-if",
3409 "winapi",
3410]
3411
3412[[package]]
3413name = "libloading"
3414version = "0.8.9"
3415source = "registry+https://github.com/rust-lang/crates.io-index"
3416checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
3417dependencies = [
3418 "cfg-if",
3419 "windows-link",
3420]
3421
3422[[package]]
3423name = "libm"
3424version = "0.2.16"
3425source = "registry+https://github.com/rust-lang/crates.io-index"
3426checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
3427
3428[[package]]
3429name = "libredox"
3430version = "0.1.21"
3431source = "registry+https://github.com/rust-lang/crates.io-index"
3432checksum = "d7955dfc218a8afb29dfeffd540e3a6e96baeb94fe7138228dd7cc6937fbbf96"
3433dependencies = [
3434 "bitflags 2.13.1",
3435 "libc",
3436 "plain",
3437 "redox_syscall 0.9.3",
3438]
3439
3440[[package]]
3441name = "libspa"
3442version = "0.9.2"
3443source = "registry+https://github.com/rust-lang/crates.io-index"
3444checksum = "b6b8cfa2a7656627b4c92c6b9ef929433acd673d5ab3708cda1b18478ac00df4"
3445dependencies = [
3446 "bitflags 2.13.1",
3447 "cc",
3448 "convert_case 0.8.0",
3449 "cookie-factory",
3450 "libc",
3451 "libspa-sys",
3452 "nix 0.30.1",
3453 "nom 8.0.0",
3454 "system-deps",
3455]
3456
3457[[package]]
3458name = "libspa-sys"
3459version = "0.9.2"
3460source = "registry+https://github.com/rust-lang/crates.io-index"
3461checksum = "901049455d2eb6decf9058235d745237952f4804bc584c5fcb41412e6adcc6e0"
3462dependencies = [
3463 "bindgen 0.72.1",
3464 "cc",
3465 "system-deps",
3466]
3467
3468[[package]]
3469name = "linux-raw-sys"
3470version = "0.4.15"
3471source = "registry+https://github.com/rust-lang/crates.io-index"
3472checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
3473
3474[[package]]
3475name = "linux-raw-sys"
3476version = "0.12.1"
3477source = "registry+https://github.com/rust-lang/crates.io-index"
3478checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
3479
3480[[package]]
3481name = "litemap"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago3482version = "0.8.2"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago3483source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago3484checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago3485
3486[[package]]
3487name = "litrs"
3488version = "1.0.0"
3489source = "registry+https://github.com/rust-lang/crates.io-index"
3490checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
3491
3492[[package]]
3493name = "lock_api"
3494version = "0.4.14"
3495source = "registry+https://github.com/rust-lang/crates.io-index"
3496checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
3497dependencies = [
3498 "scopeguard",
3499]
3500
3501[[package]]
3502name = "log"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago3503version = "0.4.33"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago3504source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago3505checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago3506
3507[[package]]
3508name = "loom"
3509version = "0.7.2"
3510source = "registry+https://github.com/rust-lang/crates.io-index"
3511checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
3512dependencies = [
3513 "cfg-if",
3514 "generator",
3515 "scoped-tls",
3516 "tracing",
3517 "tracing-subscriber",
3518]
3519
3520[[package]]
3521name = "lru"
3522version = "0.16.4"
3523source = "registry+https://github.com/rust-lang/crates.io-index"
3524checksum = "7f66e8d5d03f609abc3a39e6f08e4164ebf1447a732906d39eb9b99b7919ef39"
3525dependencies = [
3526 "hashbrown 0.16.1",
3527]
3528
3529[[package]]
3530name = "lru-slab"
3531version = "0.1.2"
3532source = "registry+https://github.com/rust-lang/crates.io-index"
3533checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
3534
3535[[package]]
3536name = "mac-addr"
3537version = "0.3.0"
3538source = "registry+https://github.com/rust-lang/crates.io-index"
3539checksum = "d3d25b0e0b648a86960ac23b7ad4abb9717601dec6f66c165f5b037f3f03065f"
3540
3541[[package]]
3542name = "mach2"
3543version = "0.4.3"
3544source = "registry+https://github.com/rust-lang/crates.io-index"
3545checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
3546dependencies = [
3547 "libc",
3548]
3549
3550[[package]]
3551name = "mach2"
3552version = "0.5.0"
3553source = "registry+https://github.com/rust-lang/crates.io-index"
3554checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
3555dependencies = [
3556 "libc",
3557]
3558
3559[[package]]
3560name = "matchers"
3561version = "0.2.0"
3562source = "registry+https://github.com/rust-lang/crates.io-index"
3563checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
3564dependencies = [
3565 "regex-automata",
3566]
3567
3568[[package]]
3569name = "memchr"
3570version = "2.8.3"
3571source = "registry+https://github.com/rust-lang/crates.io-index"
3572checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
3573
3574[[package]]
3575name = "memmap2"
3576version = "0.9.11"
3577source = "registry+https://github.com/rust-lang/crates.io-index"
3578checksum = "d1219ed1b7f229ee7104d281dd01d6802fe28bb6e95d292942c4daacdeb798c0"
3579dependencies = [
3580 "libc",
3581]
3582
3583[[package]]
3584name = "memoffset"
3585version = "0.9.1"
3586source = "registry+https://github.com/rust-lang/crates.io-index"
3587checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
3588dependencies = [
3589 "autocfg",
3590]
3591
3592[[package]]
3593name = "minimal-lexical"
3594version = "0.2.1"
3595source = "registry+https://github.com/rust-lang/crates.io-index"
3596checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
3597
3598[[package]]
3599name = "miniz_oxide"
3600version = "0.8.9"
3601source = "registry+https://github.com/rust-lang/crates.io-index"
3602checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
3603dependencies = [
3604 "adler2",
3605 "simd-adler32",
3606]
3607
3608[[package]]
3609name = "miniz_oxide"
3610version = "0.9.1"
3611source = "registry+https://github.com/rust-lang/crates.io-index"
3612checksum = "b63fbc4a50860e98e7b2aa7804ded1db5cbc3aff9193adaff57a6931bf7c4b4c"
3613dependencies = [
3614 "adler2",
3615 "simd-adler32",
3616]
3617
3618[[package]]
3619name = "mio"
3620version = "1.2.2"
3621source = "registry+https://github.com/rust-lang/crates.io-index"
3622checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427"
3623dependencies = [
3624 "libc",
3625 "log",
3626 "wasi",
3627 "windows-sys 0.61.2",
3628]
3629
3630[[package]]
3631name = "moka"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago3632version = "0.12.15"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago3633source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago3634checksum = "957228ad12042ee839f93c8f257b62b4c0ab5eaae1d4fa60de53b27c9d7c5046"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago3635dependencies = [
3636 "crossbeam-channel",
3637 "crossbeam-epoch",
3638 "crossbeam-utils",
3639 "equivalent",
3640 "parking_lot",
3641 "portable-atomic",
3642 "smallvec",
3643 "tagptr",
3644 "uuid",
3645]
3646
3647[[package]]
3648name = "moq-lite"
3649version = "0.15.5"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago3650source = "git+https://github.com/Frando/moq?branch=deps%2Firoh-main#53fe78d8ad05aba94d03043d8a20a2b95669baec"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago3651dependencies = [
3652 "bytes",
3653 "conducer",
3654 "futures",
3655 "num_enum",
3656 "rand 0.9.5",
3657 "serde",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago3658 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago3659 "tokio",
3660 "tracing",
3661 "web-async",
3662 "web-transport-trait",
3663]
3664
3665[[package]]
3666name = "moq-media"
3667version = "0.1.0"
3668source = "git+https://github.com/n0-computer/iroh-live?rev=edd9bcc530a615f3ab3a6919e96790a077905376#edd9bcc530a615f3ab3a6919e96790a077905376"
3669dependencies = [
3670 "anyhow",
3671 "audioadapter-buffers",
3672 "bytes",
3673 "cpal",
3674 "derive_more",
3675 "fixed-resample",
3676 "hang",
3677 "image",
3678 "moq-lite",
3679 "n0-error",
3680 "n0-future",
3681 "n0-watcher",
3682 "ringbuf",
3683 "rubato 1.0.1",
3684 "rusty-capture",
3685 "rusty-codecs",
3686 "sonora",
3687 "strum",
3688 "symphonia",
3689 "throttled-tracing",
3690 "tokio",
3691 "tokio-util",
3692 "tracing",
3693]
3694
3695[[package]]
3696name = "moq-native"
3697version = "0.13.6"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago3698source = "git+https://github.com/Frando/moq?branch=deps%2Firoh-main#53fe78d8ad05aba94d03043d8a20a2b95669baec"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago3699dependencies = [
3700 "anyhow",
3701 "clap",
3702 "futures",
3703 "hex",
3704 "humantime",
3705 "humantime-serde",
3706 "moq-lite",
3707 "parking_lot",
3708 "qmux",
3709 "quinn",
3710 "rand 0.9.5",
3711 "rcgen",
3712 "reqwest 0.12.28",
3713 "rustls",
3714 "rustls-native-certs",
3715 "rustls-pemfile",
3716 "rustls-webpki",
3717 "serde",
3718 "serde_with",
3719 "time",
3720 "tokio",
3721 "tracing",
3722 "tracing-subscriber",
3723 "url",
3724 "web-transport-noq",
3725]
3726
3727[[package]]
3728name = "moxcms"
3729version = "0.8.1"
3730source = "registry+https://github.com/rust-lang/crates.io-index"
3731checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b"
3732dependencies = [
3733 "num-traits",
3734 "pxfm",
3735]
3736
3737[[package]]
3738name = "mp4"
3739version = "0.14.0"
3740source = "registry+https://github.com/rust-lang/crates.io-index"
3741checksum = "c9ef834d5ed55e494a2ae350220314dc4aacd1c43a9498b00e320e0ea352a5c3"
3742dependencies = [
3743 "byteorder",
3744 "bytes",
3745 "num-rational",
3746 "serde",
3747 "serde_json",
3748 "thiserror 1.0.69",
3749]
3750
3751[[package]]
3752name = "n0-error"
3753version = "0.1.3"
3754source = "registry+https://github.com/rust-lang/crates.io-index"
3755checksum = "af4782b4baf92d686d161c15460c83d16ebcfd215918763903e9619842665cae"
3756dependencies = [
3757 "anyhow",
3758 "n0-error-macros",
3759 "spez",
3760]
3761
3762[[package]]
3763name = "n0-error-macros"
3764version = "0.1.3"
3765source = "registry+https://github.com/rust-lang/crates.io-index"
3766checksum = "03755949235714b2b307e5ae89dd8c1c2531fb127d9b8b7b4adf9c876cd3ed18"
3767dependencies = [
3768 "proc-macro2",
3769 "quote",
3770 "syn 2.0.119",
3771]
3772
3773[[package]]
3774name = "n0-future"
3775version = "0.3.2"
3776source = "registry+https://github.com/rust-lang/crates.io-index"
3777checksum = "e2ab99dfb861450e68853d34ae665243a88b8c493d01ba957321a1e9b2312bbe"
3778dependencies = [
3779 "cfg_aliases 0.2.2",
3780 "derive_more",
3781 "futures-buffered",
3782 "futures-lite",
3783 "futures-util",
3784 "js-sys",
3785 "pin-project",
3786 "send_wrapper",
3787 "tokio",
3788 "tokio-util",
3789 "wasm-bindgen",
3790 "wasm-bindgen-futures",
3791 "web-time",
3792]
3793
3794[[package]]
3795name = "n0-watcher"
3796version = "0.6.1"
3797source = "registry+https://github.com/rust-lang/crates.io-index"
3798checksum = "38795f7932e6e9d1c6e989270ef5b3ff24ebb910e2c9d4bed2d28d8bae3007dc"
3799dependencies = [
3800 "derive_more",
3801 "n0-error",
3802 "n0-future",
3803]
3804
3805[[package]]
3806name = "nasm-rs"
3807version = "0.3.2"
3808source = "registry+https://github.com/rust-lang/crates.io-index"
3809checksum = "706bf8a5e8c8ddb99128c3291d31bd21f4bcde17f0f4c20ec678d85c74faa149"
3810dependencies = [
3811 "log",
3812]
3813
3814[[package]]
3815name = "ndk"
3816version = "0.9.0"
3817source = "registry+https://github.com/rust-lang/crates.io-index"
3818checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
3819dependencies = [
3820 "bitflags 2.13.1",
3821 "jni-sys 0.3.1",
3822 "log",
3823 "ndk-sys",
3824 "num_enum",
3825 "raw-window-handle",
3826 "thiserror 1.0.69",
3827]
3828
3829[[package]]
3830name = "ndk-context"
3831version = "0.1.1"
3832source = "registry+https://github.com/rust-lang/crates.io-index"
3833checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
3834
3835[[package]]
3836name = "ndk-sys"
3837version = "0.6.0+11769913"
3838source = "registry+https://github.com/rust-lang/crates.io-index"
3839checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
3840dependencies = [
3841 "jni-sys 0.3.1",
3842]
3843
3844[[package]]
3845name = "netdev"
3846version = "0.40.1"
3847source = "registry+https://github.com/rust-lang/crates.io-index"
3848checksum = "1b0a0096d9613ee878dba89bbe595f079d373e3f1960d882e4f2f78ff9c30a0a"
3849dependencies = [
3850 "block2 0.6.2",
3851 "dispatch2",
3852 "dlopen2",
3853 "ipnet",
3854 "libc",
3855 "mac-addr",
3856 "netlink-packet-core",
3857 "netlink-packet-route",
3858 "netlink-sys",
3859 "objc2-core-foundation",
3860 "objc2-system-configuration",
3861 "once_cell",
3862 "plist",
3863 "windows-sys 0.59.0",
3864]
3865
3866[[package]]
3867name = "netlink-packet-core"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago3868version = "0.8.1"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago3869source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago3870checksum = "3463cbb78394cb0141e2c926b93fc2197e473394b761986eca3b9da2c63ae0f4"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago3871dependencies = [
3872 "paste",
3873]
3874
3875[[package]]
3876name = "netlink-packet-route"
3877version = "0.29.0"
3878source = "registry+https://github.com/rust-lang/crates.io-index"
3879checksum = "df9854ea6ad14e3f4698a7f03b65bce0833dd2d81d594a0e4a984170537146b6"
3880dependencies = [
3881 "bitflags 2.13.1",
3882 "libc",
3883 "log",
3884 "netlink-packet-core",
3885]
3886
3887[[package]]
3888name = "netlink-proto"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago3889version = "0.12.1"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago3890source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago3891checksum = "e6f7398dddf5f152d2a91a2921a134c6097056e292c0d4b9906007855e7cece6"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago3892dependencies = [
3893 "bytes",
3894 "futures-channel",
3895 "futures-util",
3896 "log",
3897 "netlink-packet-core",
3898 "netlink-sys",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago3899 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago3900]
3901
3902[[package]]
3903name = "netlink-sys"
3904version = "0.8.8"
3905source = "registry+https://github.com/rust-lang/crates.io-index"
3906checksum = "cd6c30ed10fa69cc491d491b85cc971f6bdeb8e7367b7cde2ee6cc878d583fae"
3907dependencies = [
3908 "bytes",
3909 "futures-util",
3910 "libc",
3911 "log",
3912 "tokio",
3913]
3914
3915[[package]]
3916name = "netwatch"
3917version = "0.15.0"
3918source = "registry+https://github.com/rust-lang/crates.io-index"
3919checksum = "3b1b27babe89ef9f2237bc6c028bea24fa84163a1b6f8f17ff93573ebd7d861f"
3920dependencies = [
3921 "atomic-waker",
3922 "bytes",
3923 "cfg_aliases 0.2.2",
3924 "derive_more",
3925 "js-sys",
3926 "libc",
3927 "n0-error",
3928 "n0-future",
3929 "n0-watcher",
3930 "netdev",
3931 "netlink-packet-core",
3932 "netlink-packet-route",
3933 "netlink-proto",
3934 "netlink-sys",
3935 "noq-udp",
3936 "objc2-core-foundation",
3937 "objc2-system-configuration",
3938 "pin-project-lite",
3939 "serde",
3940 "socket2",
3941 "time",
3942 "tokio",
3943 "tokio-util",
3944 "tracing",
3945 "web-sys",
3946 "windows",
3947 "windows-result",
3948 "wmi",
3949]
3950
3951[[package]]
3952name = "nix"
3953version = "0.28.0"
3954source = "registry+https://github.com/rust-lang/crates.io-index"
3955checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
3956dependencies = [
3957 "bitflags 2.13.1",
3958 "cfg-if",
3959 "cfg_aliases 0.1.1",
3960 "libc",
3961]
3962
3963[[package]]
3964name = "nix"
3965version = "0.30.1"
3966source = "registry+https://github.com/rust-lang/crates.io-index"
3967checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
3968dependencies = [
3969 "bitflags 2.13.1",
3970 "cfg-if",
3971 "cfg_aliases 0.2.2",
3972 "libc",
3973]
3974
3975[[package]]
3976name = "nohash-hasher"
3977version = "0.2.0"
3978source = "registry+https://github.com/rust-lang/crates.io-index"
3979checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
3980
3981[[package]]
3982name = "nom"
3983version = "7.1.3"
3984source = "registry+https://github.com/rust-lang/crates.io-index"
3985checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
3986dependencies = [
3987 "memchr",
3988 "minimal-lexical",
3989]
3990
3991[[package]]
3992name = "nom"
3993version = "8.0.0"
3994source = "registry+https://github.com/rust-lang/crates.io-index"
3995checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
3996dependencies = [
3997 "memchr",
3998]
3999
4000[[package]]
4001name = "noq"
4002version = "0.17.0"
4003source = "git+https://github.com/n0-computer/noq?rev=ab042ea7e3f7bae1e43eaba2ac9dba47ddb52e69#ab042ea7e3f7bae1e43eaba2ac9dba47ddb52e69"
4004dependencies = [
4005 "bytes",
4006 "cfg_aliases 0.2.2",
4007 "derive_more",
4008 "noq-proto",
4009 "noq-udp",
4010 "pin-project-lite",
4011 "rustc-hash 2.1.3",
4012 "rustls",
4013 "socket2",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago4014 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago4015 "tokio",
4016 "tokio-stream",
4017 "tracing",
4018 "web-time",
4019]
4020
4021[[package]]
4022name = "noq-proto"
4023version = "0.16.0"
4024source = "git+https://github.com/n0-computer/noq?rev=ab042ea7e3f7bae1e43eaba2ac9dba47ddb52e69#ab042ea7e3f7bae1e43eaba2ac9dba47ddb52e69"
4025dependencies = [
4026 "aes-gcm",
4027 "aws-lc-rs",
4028 "bytes",
4029 "derive_more",
4030 "enum-assoc",
4031 "fastbloom",
4032 "getrandom 0.4.3",
4033 "identity-hash",
4034 "lru-slab",
4035 "rand 0.10.2",
4036 "rustc-hash 2.1.3",
4037 "rustls",
4038 "rustls-pki-types",
4039 "rustls-platform-verifier 0.6.2",
4040 "slab",
4041 "sorted-index-buffer",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago4042 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago4043 "tinyvec",
4044 "tracing",
4045 "web-time",
4046]
4047
4048[[package]]
4049name = "noq-udp"
4050version = "0.9.0"
4051source = "git+https://github.com/n0-computer/noq?rev=ab042ea7e3f7bae1e43eaba2ac9dba47ddb52e69#ab042ea7e3f7bae1e43eaba2ac9dba47ddb52e69"
4052dependencies = [
4053 "cfg_aliases 0.2.2",
4054 "libc",
4055 "socket2",
4056 "tracing",
4057 "windows-sys 0.61.2",
4058]
4059
4060[[package]]
4061name = "novtb"
4062version = "0.1.13"
4063source = "registry+https://github.com/rust-lang/crates.io-index"
4064checksum = "75c0ea7569466bbce2394c0e5654b1e283c28ef7c70799e6f07b32029cca6d74"
4065dependencies = [
4066 "core_affinity",
4067]
4068
4069[[package]]
4070name = "ntimestamp"
4071version = "1.0.0"
4072source = "registry+https://github.com/rust-lang/crates.io-index"
4073checksum = "c50f94c405726d3e0095e89e72f75ce7f6587b94a8bd8dc8054b73f65c0fd68c"
4074dependencies = [
4075 "base32",
4076 "document-features",
4077 "getrandom 0.2.17",
4078 "httpdate",
4079 "js-sys",
4080 "once_cell",
4081 "serde",
4082]
4083
4084[[package]]
4085name = "nu-ansi-term"
4086version = "0.50.3"
4087source = "registry+https://github.com/rust-lang/crates.io-index"
4088checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
4089dependencies = [
4090 "windows-sys 0.61.2",
4091]
4092
4093[[package]]
4094name = "num-bigint"
4095version = "0.4.8"
4096source = "registry+https://github.com/rust-lang/crates.io-index"
4097checksum = "c89e69e7e0f03bea5ef08013795c25018e101932225a656383bd384495ecc367"
4098dependencies = [
4099 "num-integer",
4100 "num-traits",
4101]
4102
4103[[package]]
4104name = "num-complex"
4105version = "0.4.6"
4106source = "registry+https://github.com/rust-lang/crates.io-index"
4107checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
4108dependencies = [
4109 "num-traits",
4110]
4111
4112[[package]]
4113name = "num-conv"
4114version = "0.2.2"
4115source = "registry+https://github.com/rust-lang/crates.io-index"
4116checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
4117
4118[[package]]
4119name = "num-derive"
4120version = "0.4.2"
4121source = "registry+https://github.com/rust-lang/crates.io-index"
4122checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
4123dependencies = [
4124 "proc-macro2",
4125 "quote",
4126 "syn 2.0.119",
4127]
4128
4129[[package]]
4130name = "num-integer"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago4131version = "0.1.46"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago4132source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago4133checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago4134dependencies = [
4135 "num-traits",
4136]
4137
4138[[package]]
4139name = "num-rational"
4140version = "0.4.2"
4141source = "registry+https://github.com/rust-lang/crates.io-index"
4142checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
4143dependencies = [
4144 "num-bigint",
4145 "num-integer",
4146 "num-traits",
4147 "serde",
4148]
4149
4150[[package]]
4151name = "num-traits"
4152version = "0.2.19"
4153source = "registry+https://github.com/rust-lang/crates.io-index"
4154checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
4155dependencies = [
4156 "autocfg",
4157]
4158
4159[[package]]
4160name = "num_cpus"
4161version = "1.17.0"
4162source = "registry+https://github.com/rust-lang/crates.io-index"
4163checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
4164dependencies = [
4165 "hermit-abi",
4166 "libc",
4167]
4168
4169[[package]]
4170name = "num_enum"
4171version = "0.7.6"
4172source = "registry+https://github.com/rust-lang/crates.io-index"
4173checksum = "5d0bca838442ec211fa11de3a8b0e0e8f3a4522575b5c4c06ed722e005036f26"
4174dependencies = [
4175 "num_enum_derive",
4176 "rustversion",
4177]
4178
4179[[package]]
4180name = "num_enum_derive"
4181version = "0.7.6"
4182source = "registry+https://github.com/rust-lang/crates.io-index"
4183checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8"
4184dependencies = [
4185 "proc-macro-crate",
4186 "proc-macro2",
4187 "quote",
4188 "syn 2.0.119",
4189]
4190
4191[[package]]
4192name = "num_threads"
4193version = "0.1.7"
4194source = "registry+https://github.com/rust-lang/crates.io-index"
4195checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
4196dependencies = [
4197 "libc",
4198]
4199
4200[[package]]
4201name = "objc-sys"
4202version = "0.3.5"
4203source = "registry+https://github.com/rust-lang/crates.io-index"
4204checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
4205
4206[[package]]
4207name = "objc2"
4208version = "0.5.2"
4209source = "registry+https://github.com/rust-lang/crates.io-index"
4210checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
4211dependencies = [
4212 "objc-sys",
4213 "objc2-encode",
4214]
4215
4216[[package]]
4217name = "objc2"
4218version = "0.6.4"
4219source = "registry+https://github.com/rust-lang/crates.io-index"
4220checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f"
4221dependencies = [
4222 "objc2-encode",
4223]
4224
4225[[package]]
4226name = "objc2-app-kit"
4227version = "0.2.2"
4228source = "registry+https://github.com/rust-lang/crates.io-index"
4229checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
4230dependencies = [
4231 "bitflags 2.13.1",
4232 "block2 0.5.1",
4233 "libc",
4234 "objc2 0.5.2",
4235 "objc2-core-data",
4236 "objc2-core-image 0.2.2",
4237 "objc2-foundation 0.2.2",
4238 "objc2-quartz-core 0.2.2",
4239]
4240
4241[[package]]
4242name = "objc2-app-kit"
4243version = "0.3.2"
4244source = "registry+https://github.com/rust-lang/crates.io-index"
4245checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c"
4246dependencies = [
4247 "bitflags 2.13.1",
4248 "objc2 0.6.4",
4249 "objc2-core-foundation",
4250 "objc2-core-graphics",
4251 "objc2-foundation 0.3.2",
4252]
4253
4254[[package]]
4255name = "objc2-audio-toolbox"
4256version = "0.3.2"
4257source = "registry+https://github.com/rust-lang/crates.io-index"
4258checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
4259dependencies = [
4260 "bitflags 2.13.1",
4261 "libc",
4262 "objc2 0.6.4",
4263 "objc2-core-audio",
4264 "objc2-core-audio-types",
4265 "objc2-core-foundation",
4266 "objc2-foundation 0.3.2",
4267]
4268
4269[[package]]
4270name = "objc2-av-foundation"
4271version = "0.3.2"
4272source = "registry+https://github.com/rust-lang/crates.io-index"
4273checksum = "478ae33fcac9df0a18db8302387c666b8ef08a3e2d62b510ca4fc278a384b6c0"
4274dependencies = [
4275 "bitflags 2.13.1",
4276 "block2 0.6.2",
4277 "dispatch2",
4278 "objc2 0.6.4",
4279 "objc2-avf-audio",
4280 "objc2-core-audio-types",
4281 "objc2-core-foundation",
4282 "objc2-core-graphics",
4283 "objc2-core-image 0.3.2",
4284 "objc2-core-video",
4285 "objc2-foundation 0.3.2",
4286 "objc2-image-io",
4287 "objc2-media-toolbox",
4288 "objc2-quartz-core 0.3.2",
4289]
4290
4291[[package]]
4292name = "objc2-avf-audio"
4293version = "0.3.2"
4294source = "registry+https://github.com/rust-lang/crates.io-index"
4295checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
4296dependencies = [
4297 "objc2 0.6.4",
4298 "objc2-foundation 0.3.2",
4299]
4300
4301[[package]]
4302name = "objc2-cloud-kit"
4303version = "0.2.2"
4304source = "registry+https://github.com/rust-lang/crates.io-index"
4305checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
4306dependencies = [
4307 "bitflags 2.13.1",
4308 "block2 0.5.1",
4309 "objc2 0.5.2",
4310 "objc2-core-location",
4311 "objc2-foundation 0.2.2",
4312]
4313
4314[[package]]
4315name = "objc2-contacts"
4316version = "0.2.2"
4317source = "registry+https://github.com/rust-lang/crates.io-index"
4318checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
4319dependencies = [
4320 "block2 0.5.1",
4321 "objc2 0.5.2",
4322 "objc2-foundation 0.2.2",
4323]
4324
4325[[package]]
4326name = "objc2-core-audio"
4327version = "0.3.2"
4328source = "registry+https://github.com/rust-lang/crates.io-index"
4329checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
4330dependencies = [
4331 "dispatch2",
4332 "objc2 0.6.4",
4333 "objc2-core-audio-types",
4334 "objc2-core-foundation",
4335 "objc2-foundation 0.3.2",
4336]
4337
4338[[package]]
4339name = "objc2-core-audio-types"
4340version = "0.3.2"
4341source = "registry+https://github.com/rust-lang/crates.io-index"
4342checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
4343dependencies = [
4344 "bitflags 2.13.1",
4345 "objc2 0.6.4",
4346]
4347
4348[[package]]
4349name = "objc2-core-data"
4350version = "0.2.2"
4351source = "registry+https://github.com/rust-lang/crates.io-index"
4352checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
4353dependencies = [
4354 "bitflags 2.13.1",
4355 "block2 0.5.1",
4356 "objc2 0.5.2",
4357 "objc2-foundation 0.2.2",
4358]
4359
4360[[package]]
4361name = "objc2-core-foundation"
4362version = "0.3.2"
4363source = "registry+https://github.com/rust-lang/crates.io-index"
4364checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
4365dependencies = [
4366 "bitflags 2.13.1",
4367 "block2 0.6.2",
4368 "dispatch2",
4369 "libc",
4370 "objc2 0.6.4",
4371]
4372
4373[[package]]
4374name = "objc2-core-graphics"
4375version = "0.3.2"
4376source = "registry+https://github.com/rust-lang/crates.io-index"
4377checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807"
4378dependencies = [
4379 "bitflags 2.13.1",
4380 "dispatch2",
4381 "objc2 0.6.4",
4382 "objc2-core-foundation",
4383 "objc2-io-surface",
4384]
4385
4386[[package]]
4387name = "objc2-core-image"
4388version = "0.2.2"
4389source = "registry+https://github.com/rust-lang/crates.io-index"
4390checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
4391dependencies = [
4392 "block2 0.5.1",
4393 "objc2 0.5.2",
4394 "objc2-foundation 0.2.2",
4395 "objc2-metal 0.2.2",
4396]
4397
4398[[package]]
4399name = "objc2-core-image"
4400version = "0.3.2"
4401source = "registry+https://github.com/rust-lang/crates.io-index"
4402checksum = "e5d563b38d2b97209f8e861173de434bd0214cf020e3423a52624cd1d989f006"
4403dependencies = [
4404 "objc2 0.6.4",
4405 "objc2-foundation 0.3.2",
4406]
4407
4408[[package]]
4409name = "objc2-core-location"
4410version = "0.2.2"
4411source = "registry+https://github.com/rust-lang/crates.io-index"
4412checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
4413dependencies = [
4414 "block2 0.5.1",
4415 "objc2 0.5.2",
4416 "objc2-contacts",
4417 "objc2-foundation 0.2.2",
4418]
4419
4420[[package]]
4421name = "objc2-core-media"
4422version = "0.3.2"
4423source = "registry+https://github.com/rust-lang/crates.io-index"
4424checksum = "05ec576860167a15dd9fce7fbee7512beb4e31f532159d3482d1f9c6caedf31d"
4425dependencies = [
4426 "bitflags 2.13.1",
4427 "block2 0.6.2",
4428 "dispatch2",
4429 "objc2 0.6.4",
4430 "objc2-core-audio",
4431 "objc2-core-audio-types",
4432 "objc2-core-foundation",
4433 "objc2-core-video",
4434]
4435
4436[[package]]
4437name = "objc2-core-video"
4438version = "0.3.2"
4439source = "registry+https://github.com/rust-lang/crates.io-index"
4440checksum = "d425caf1df73233f29fd8a5c3e5edbc30d2d4307870f802d18f00d83dc5141a6"
4441dependencies = [
4442 "bitflags 2.13.1",
4443 "block2 0.6.2",
4444 "objc2 0.6.4",
4445 "objc2-core-foundation",
4446 "objc2-core-graphics",
4447 "objc2-io-surface",
4448 "objc2-metal 0.3.2",
4449]
4450
4451[[package]]
4452name = "objc2-encode"
4453version = "4.1.0"
4454source = "registry+https://github.com/rust-lang/crates.io-index"
4455checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
4456
4457[[package]]
4458name = "objc2-foundation"
4459version = "0.2.2"
4460source = "registry+https://github.com/rust-lang/crates.io-index"
4461checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
4462dependencies = [
4463 "bitflags 2.13.1",
4464 "block2 0.5.1",
4465 "dispatch",
4466 "libc",
4467 "objc2 0.5.2",
4468]
4469
4470[[package]]
4471name = "objc2-foundation"
4472version = "0.3.2"
4473source = "registry+https://github.com/rust-lang/crates.io-index"
4474checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
4475dependencies = [
4476 "bitflags 2.13.1",
4477 "block2 0.6.2",
4478 "libc",
4479 "objc2 0.6.4",
4480 "objc2-core-foundation",
4481]
4482
4483[[package]]
4484name = "objc2-image-io"
4485version = "0.3.2"
4486source = "registry+https://github.com/rust-lang/crates.io-index"
4487checksum = "32b0446e98cf4a784cc7a0177715ff317eeaa8463841c616cfc78aa4f953c4ea"
4488dependencies = [
4489 "objc2 0.6.4",
4490 "objc2-core-foundation",
4491 "objc2-core-graphics",
4492]
4493
4494[[package]]
4495name = "objc2-io-surface"
4496version = "0.3.2"
4497source = "registry+https://github.com/rust-lang/crates.io-index"
4498checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d"
4499dependencies = [
4500 "bitflags 2.13.1",
4501 "objc2 0.6.4",
4502 "objc2-core-foundation",
4503]
4504
4505[[package]]
4506name = "objc2-link-presentation"
4507version = "0.2.2"
4508source = "registry+https://github.com/rust-lang/crates.io-index"
4509checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
4510dependencies = [
4511 "block2 0.5.1",
4512 "objc2 0.5.2",
4513 "objc2-app-kit 0.2.2",
4514 "objc2-foundation 0.2.2",
4515]
4516
4517[[package]]
4518name = "objc2-media-toolbox"
4519version = "0.3.2"
4520source = "registry+https://github.com/rust-lang/crates.io-index"
4521checksum = "edd9fdde720df3da7046bb9097811000c1e7ab5cd579fa89d96b27d56781fb30"
4522dependencies = [
4523 "objc2 0.6.4",
4524 "objc2-core-audio-types",
4525 "objc2-core-foundation",
4526 "objc2-core-media",
4527]
4528
4529[[package]]
4530name = "objc2-metal"
4531version = "0.2.2"
4532source = "registry+https://github.com/rust-lang/crates.io-index"
4533checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
4534dependencies = [
4535 "bitflags 2.13.1",
4536 "block2 0.5.1",
4537 "objc2 0.5.2",
4538 "objc2-foundation 0.2.2",
4539]
4540
4541[[package]]
4542name = "objc2-metal"
4543version = "0.3.2"
4544source = "registry+https://github.com/rust-lang/crates.io-index"
4545checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
4546dependencies = [
4547 "bitflags 2.13.1",
4548 "objc2 0.6.4",
4549 "objc2-foundation 0.3.2",
4550]
4551
4552[[package]]
4553name = "objc2-quartz-core"
4554version = "0.2.2"
4555source = "registry+https://github.com/rust-lang/crates.io-index"
4556checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
4557dependencies = [
4558 "bitflags 2.13.1",
4559 "block2 0.5.1",
4560 "objc2 0.5.2",
4561 "objc2-foundation 0.2.2",
4562 "objc2-metal 0.2.2",
4563]
4564
4565[[package]]
4566name = "objc2-quartz-core"
4567version = "0.3.2"
4568source = "registry+https://github.com/rust-lang/crates.io-index"
4569checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
4570dependencies = [
4571 "bitflags 2.13.1",
4572 "objc2 0.6.4",
4573 "objc2-foundation 0.3.2",
4574]
4575
4576[[package]]
4577name = "objc2-security"
4578version = "0.3.2"
4579source = "registry+https://github.com/rust-lang/crates.io-index"
4580checksum = "709fe137109bd1e8b5a99390f77a7d8b2961dafc1a1c5db8f2e60329ad6d895a"
4581dependencies = [
4582 "bitflags 2.13.1",
4583 "objc2 0.6.4",
4584 "objc2-core-foundation",
4585]
4586
4587[[package]]
4588name = "objc2-symbols"
4589version = "0.2.2"
4590source = "registry+https://github.com/rust-lang/crates.io-index"
4591checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
4592dependencies = [
4593 "objc2 0.5.2",
4594 "objc2-foundation 0.2.2",
4595]
4596
4597[[package]]
4598name = "objc2-system-configuration"
4599version = "0.3.2"
4600source = "registry+https://github.com/rust-lang/crates.io-index"
4601checksum = "7216bd11cbda54ccabcab84d523dc93b858ec75ecfb3a7d89513fa22464da396"
4602dependencies = [
4603 "bitflags 2.13.1",
4604 "dispatch2",
4605 "libc",
4606 "objc2 0.6.4",
4607 "objc2-core-foundation",
4608 "objc2-security",
4609]
4610
4611[[package]]
4612name = "objc2-ui-kit"
4613version = "0.2.2"
4614source = "registry+https://github.com/rust-lang/crates.io-index"
4615checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
4616dependencies = [
4617 "bitflags 2.13.1",
4618 "block2 0.5.1",
4619 "objc2 0.5.2",
4620 "objc2-cloud-kit",
4621 "objc2-core-data",
4622 "objc2-core-image 0.2.2",
4623 "objc2-core-location",
4624 "objc2-foundation 0.2.2",
4625 "objc2-link-presentation",
4626 "objc2-quartz-core 0.2.2",
4627 "objc2-symbols",
4628 "objc2-uniform-type-identifiers",
4629 "objc2-user-notifications",
4630]
4631
4632[[package]]
4633name = "objc2-uniform-type-identifiers"
4634version = "0.2.2"
4635source = "registry+https://github.com/rust-lang/crates.io-index"
4636checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
4637dependencies = [
4638 "block2 0.5.1",
4639 "objc2 0.5.2",
4640 "objc2-foundation 0.2.2",
4641]
4642
4643[[package]]
4644name = "objc2-user-notifications"
4645version = "0.2.2"
4646source = "registry+https://github.com/rust-lang/crates.io-index"
4647checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
4648dependencies = [
4649 "bitflags 2.13.1",
4650 "block2 0.5.1",
4651 "objc2 0.5.2",
4652 "objc2-core-location",
4653 "objc2-foundation 0.2.2",
4654]
4655
4656[[package]]
4657name = "object"
4658version = "0.37.3"
4659source = "registry+https://github.com/rust-lang/crates.io-index"
4660checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
4661dependencies = [
4662 "memchr",
4663]
4664
4665[[package]]
4666name = "oid-registry"
4667version = "0.8.1"
4668source = "registry+https://github.com/rust-lang/crates.io-index"
4669checksum = "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7"
4670dependencies = [
4671 "asn1-rs",
4672]
4673
4674[[package]]
4675name = "once_cell"
4676version = "1.21.4"
4677source = "registry+https://github.com/rust-lang/crates.io-index"
4678checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
4679dependencies = [
4680 "critical-section",
4681 "portable-atomic",
4682]
4683
4684[[package]]
4685name = "once_cell_polyfill"
4686version = "1.70.2"
4687source = "registry+https://github.com/rust-lang/crates.io-index"
4688checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
4689
4690[[package]]
4691name = "opaque-debug"
4692version = "0.3.1"
4693source = "registry+https://github.com/rust-lang/crates.io-index"
4694checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
4695
4696[[package]]
4697name = "openh264"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago4698version = "0.9.7"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago4699source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago4700checksum = "e6b2b561d2103303e233779545da757ecd35bad82188d619a6d8901f3007e1ff"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago4701dependencies = [
4702 "openh264-sys2",
4703 "wide",
4704]
4705
4706[[package]]
4707name = "openh264-sys2"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago4708version = "0.9.7"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago4709source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago4710checksum = "75a8867e48183bbd9147380227448c065fe456eb30b0ebc68929809c36c30985"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago4711dependencies = [
4712 "cc",
4713 "nasm-rs",
4714 "walkdir",
4715]
4716
4717[[package]]
4718name = "openssl-probe"
4719version = "0.2.1"
4720source = "registry+https://github.com/rust-lang/crates.io-index"
4721checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
4722
4723[[package]]
4724name = "orbclient"
4725version = "0.3.55"
4726source = "registry+https://github.com/rust-lang/crates.io-index"
4727checksum = "5df339f526ea9a60e371768d50efc2f2508c7203290731565d1f7a6f71d21747"
4728dependencies = [
4729 "libc",
4730 "libredox",
4731]
4732
4733[[package]]
4734name = "owned_ttf_parser"
4735version = "0.25.1"
4736source = "registry+https://github.com/rust-lang/crates.io-index"
4737checksum = "36820e9051aca1014ddc75770aab4d68bc1e9e632f0f5627c4086bc216fb583b"
4738dependencies = [
4739 "ttf-parser",
4740]
4741
4742[[package]]
4743name = "papaya"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago4744version = "0.2.4"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago4745source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago4746checksum = "997ee03cd38c01469a7046643714f0ad28880bcb9e6679ff0666e24817ca19b7"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago4747dependencies = [
4748 "equivalent",
4749 "seize",
4750]
4751
4752[[package]]
4753name = "parking"
4754version = "2.2.1"
4755source = "registry+https://github.com/rust-lang/crates.io-index"
4756checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
4757
4758[[package]]
4759name = "parking_lot"
4760version = "0.12.5"
4761source = "registry+https://github.com/rust-lang/crates.io-index"
4762checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
4763dependencies = [
4764 "lock_api",
4765 "parking_lot_core",
4766]
4767
4768[[package]]
4769name = "parking_lot_core"
4770version = "0.9.12"
4771source = "registry+https://github.com/rust-lang/crates.io-index"
4772checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
4773dependencies = [
4774 "backtrace",
4775 "cfg-if",
4776 "libc",
4777 "petgraph",
4778 "redox_syscall 0.5.18",
4779 "smallvec",
4780 "windows-link",
4781]
4782
4783[[package]]
4784name = "parse_cfg"
4785version = "4.1.1"
4786source = "registry+https://github.com/rust-lang/crates.io-index"
4787checksum = "905787a434a2c721408e7c9a252e85f3d93ca0f118a5283022636c0e05a7ea49"
4788dependencies = [
4789 "nom 7.1.3",
4790]
4791
4792[[package]]
4793name = "paste"
4794version = "1.0.15"
4795source = "registry+https://github.com/rust-lang/crates.io-index"
4796checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
4797
4798[[package]]
4799name = "pem-rfc7468"
4800version = "1.0.0"
4801source = "registry+https://github.com/rust-lang/crates.io-index"
4802checksum = "a6305423e0e7738146434843d1694d621cce767262b2a86910beab705e4493d9"
4803dependencies = [
4804 "base64ct",
4805]
4806
4807[[package]]
4808name = "percent-encoding"
4809version = "2.3.2"
4810source = "registry+https://github.com/rust-lang/crates.io-index"
4811checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
4812
4813[[package]]
4814name = "petgraph"
4815version = "0.6.5"
4816source = "registry+https://github.com/rust-lang/crates.io-index"
4817checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
4818dependencies = [
4819 "fixedbitset 0.4.2",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago4820 "indexmap 2.14.0",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago4821]
4822
4823[[package]]
4824name = "pharos"
4825version = "0.5.3"
4826source = "registry+https://github.com/rust-lang/crates.io-index"
4827checksum = "e9567389417feee6ce15dd6527a8a1ecac205ef62c2932bcf3d9f6fc5b78b414"
4828dependencies = [
4829 "futures",
4830 "rustc_version",
4831]
4832
4833[[package]]
4834name = "pic-scale"
4835version = "0.6.15"
4836source = "registry+https://github.com/rust-lang/crates.io-index"
4837checksum = "ff95ed1aee2a9952d6e292e3408024d212c4a2443174413f60480f2991a99727"
4838dependencies = [
4839 "colorutils-rs",
4840 "novtb",
4841 "num-traits",
4842 "pxfm",
4843 "rayon",
4844]
4845
4846[[package]]
4847name = "pin-project"
4848version = "1.1.13"
4849source = "registry+https://github.com/rust-lang/crates.io-index"
4850checksum = "2466b2336ed02bcdca6b294417127b90ec92038d1d5c4fbeac971a922e0e0924"
4851dependencies = [
4852 "pin-project-internal",
4853]
4854
4855[[package]]
4856name = "pin-project-internal"
4857version = "1.1.13"
4858source = "registry+https://github.com/rust-lang/crates.io-index"
4859checksum = "c96395f0a926bc13b1c17622aaddda1ecb55d49c8f1bf9777e4d877800a43f8b"
4860dependencies = [
4861 "proc-macro2",
4862 "quote",
4863 "syn 2.0.119",
4864]
4865
4866[[package]]
4867name = "pin-project-lite"
4868version = "0.2.17"
4869source = "registry+https://github.com/rust-lang/crates.io-index"
4870checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
4871
4872[[package]]
4873name = "pin-utils"
4874version = "0.1.0"
4875source = "registry+https://github.com/rust-lang/crates.io-index"
4876checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
4877
4878[[package]]
4879name = "pipewire"
4880version = "0.9.2"
4881source = "registry+https://github.com/rust-lang/crates.io-index"
4882checksum = "9688b89abf11d756499f7c6190711d6dbe5a3acdb30c8fbf001d6596d06a8d44"
4883dependencies = [
4884 "anyhow",
4885 "bitflags 2.13.1",
4886 "libc",
4887 "libspa",
4888 "libspa-sys",
4889 "nix 0.30.1",
4890 "once_cell",
4891 "pipewire-sys",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago4892 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago4893]
4894
4895[[package]]
4896name = "pipewire-sys"
4897version = "0.9.2"
4898source = "registry+https://github.com/rust-lang/crates.io-index"
4899checksum = "cb028afee0d6ca17020b090e3b8fa2d7de23305aef975c7e5192a5050246ea36"
4900dependencies = [
4901 "bindgen 0.72.1",
4902 "libspa-sys",
4903 "system-deps",
4904]
4905
4906[[package]]
4907name = "pkarr"
4908version = "5.0.3"
4909source = "registry+https://github.com/rust-lang/crates.io-index"
4910checksum = "2f950360d31be432c0c9467fba5024a94f55128e7f32bc9d32db140369f24c77"
4911dependencies = [
4912 "base32",
4913 "bytes",
4914 "cfg_aliases 0.2.2",
4915 "document-features",
4916 "ed25519-dalek",
4917 "getrandom 0.4.3",
4918 "ntimestamp",
4919 "self_cell",
4920 "serde",
4921 "simple-dns",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago4922 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago4923]
4924
4925[[package]]
4926name = "pkcs8"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago4927version = "0.11.0-rc.11"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago4928source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago4929checksum = "12922b6296c06eb741b02d7b5161e3aaa22864af38dfa025a1a3ba3f68c84577"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago4930dependencies = [
4931 "der",
4932 "spki",
4933]
4934
4935[[package]]
4936name = "pkg-config"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago4937version = "0.3.33"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago4938source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago4939checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago4940
4941[[package]]
4942name = "plain"
4943version = "0.2.3"
4944source = "registry+https://github.com/rust-lang/crates.io-index"
4945checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
4946
4947[[package]]
4948name = "plist"
4949version = "1.10.0"
4950source = "registry+https://github.com/rust-lang/crates.io-index"
4951checksum = "7da1d65da6dd5d1e44199ac0f58712d241c0f439f80adea8924d832384087f85"
4952dependencies = [
4953 "base64",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago4954 "indexmap 2.14.0",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago4955 "quick-xml",
4956 "serde",
4957 "time",
4958]
4959
4960[[package]]
4961name = "png"
4962version = "0.17.16"
4963source = "registry+https://github.com/rust-lang/crates.io-index"
4964checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
4965dependencies = [
4966 "bitflags 1.3.2",
4967 "crc32fast",
4968 "fdeflate",
4969 "flate2",
4970 "miniz_oxide 0.8.9",
4971]
4972
4973[[package]]
4974name = "png"
4975version = "0.18.1"
4976source = "registry+https://github.com/rust-lang/crates.io-index"
4977checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61"
4978dependencies = [
4979 "bitflags 2.13.1",
4980 "crc32fast",
4981 "fdeflate",
4982 "flate2",
4983 "miniz_oxide 0.8.9",
4984]
4985
4986[[package]]
4987name = "polling"
4988version = "3.11.0"
4989source = "registry+https://github.com/rust-lang/crates.io-index"
4990checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
4991dependencies = [
4992 "cfg-if",
4993 "concurrent-queue",
4994 "hermit-abi",
4995 "pin-project-lite",
4996 "rustix 1.1.4",
4997 "windows-sys 0.61.2",
4998]
4999
5000[[package]]
5001name = "polyval"
5002version = "0.6.2"
5003source = "registry+https://github.com/rust-lang/crates.io-index"
5004checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25"
5005dependencies = [
5006 "cfg-if",
5007 "cpufeatures 0.2.17",
5008 "opaque-debug",
5009 "universal-hash",
5010]
5011
5012[[package]]
5013name = "portable-atomic"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5014version = "1.14.0"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5015source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5016checksum = "3d20d5497ef88037a52ff98267d066e7f11fcc5e99bbfbd58a42336193aacec3"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5017dependencies = [
5018 "serde",
5019]
5020
5021[[package]]
5022name = "portable-atomic-util"
5023version = "0.2.7"
5024source = "registry+https://github.com/rust-lang/crates.io-index"
5025checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618"
5026dependencies = [
5027 "portable-atomic",
5028]
5029
5030[[package]]
5031name = "portmapper"
5032version = "0.15.0"
5033source = "registry+https://github.com/rust-lang/crates.io-index"
5034checksum = "74748bc706fa6b6aebac6bbe0bbe0de806b384cb5c557ea974f771360a4e3858"
5035dependencies = [
5036 "base64",
5037 "bytes",
5038 "derive_more",
5039 "futures-lite",
5040 "futures-util",
5041 "hyper-util",
5042 "igd-next",
5043 "iroh-metrics",
5044 "libc",
5045 "n0-error",
5046 "netwatch",
5047 "num_enum",
5048 "rand 0.9.5",
5049 "serde",
5050 "smallvec",
5051 "socket2",
5052 "time",
5053 "tokio",
5054 "tokio-util",
5055 "tower-layer",
5056 "tracing",
5057 "url",
5058]
5059
5060[[package]]
5061name = "postcard"
5062version = "1.1.3"
5063source = "registry+https://github.com/rust-lang/crates.io-index"
5064checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
5065dependencies = [
5066 "cobs",
5067 "embedded-io 0.4.0",
5068 "embedded-io 0.6.1",
5069 "heapless",
5070 "postcard-derive",
5071 "serde",
5072]
5073
5074[[package]]
5075name = "postcard-derive"
5076version = "0.2.2"
5077source = "registry+https://github.com/rust-lang/crates.io-index"
5078checksum = "e0232bd009a197ceec9cc881ba46f727fcd8060a2d8d6a9dde7a69030a6fe2bb"
5079dependencies = [
5080 "proc-macro2",
5081 "quote",
5082 "syn 2.0.119",
5083]
5084
5085[[package]]
5086name = "potential_utf"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5087version = "0.1.5"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5088source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5089checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5090dependencies = [
5091 "zerovec",
5092]
5093
5094[[package]]
5095name = "powerfmt"
5096version = "0.2.0"
5097source = "registry+https://github.com/rust-lang/crates.io-index"
5098checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
5099
5100[[package]]
5101name = "ppv-lite86"
5102version = "0.2.21"
5103source = "registry+https://github.com/rust-lang/crates.io-index"
5104checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
5105dependencies = [
5106 "zerocopy",
5107]
5108
5109[[package]]
5110name = "prettyplease"
5111version = "0.2.37"
5112source = "registry+https://github.com/rust-lang/crates.io-index"
5113checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
5114dependencies = [
5115 "proc-macro2",
5116 "syn 2.0.119",
5117]
5118
5119[[package]]
5120name = "primal-check"
5121version = "0.3.4"
5122source = "registry+https://github.com/rust-lang/crates.io-index"
5123checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
5124dependencies = [
5125 "num-integer",
5126]
5127
5128[[package]]
5129name = "proc-macro-crate"
5130version = "3.5.0"
5131source = "registry+https://github.com/rust-lang/crates.io-index"
5132checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f"
5133dependencies = [
5134 "toml_edit",
5135]
5136
5137[[package]]
5138name = "proc-macro2"
5139version = "1.0.107"
5140source = "registry+https://github.com/rust-lang/crates.io-index"
5141checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
5142dependencies = [
5143 "unicode-ident",
5144]
5145
5146[[package]]
5147name = "profiling"
5148version = "1.0.18"
5149source = "registry+https://github.com/rust-lang/crates.io-index"
5150checksum = "3d595e54a326bc53c1c197b32d295e14b169e3cfeaa8dc82b529f947fba6bcf5"
5151
5152[[package]]
5153name = "pulseaudio"
5154version = "0.3.1"
5155source = "registry+https://github.com/rust-lang/crates.io-index"
5156checksum = "d70623bd7967a9ca4c2ae0e807fc380b291f98480fc037042305ec643a4d3373"
5157dependencies = [
5158 "bitflags 2.13.1",
5159 "byteorder",
5160 "enum-primitive-derive",
5161 "futures",
5162 "log",
5163 "mio",
5164 "num-traits",
5165 "thiserror 1.0.69",
5166]
5167
5168[[package]]
5169name = "pxfm"
5170version = "0.1.30"
5171source = "registry+https://github.com/rust-lang/crates.io-index"
5172checksum = "d55d956fa96f5ec02be2e13af0e20391a5aa83d6a074e3ad368959d0fab299ea"
5173
5174[[package]]
5175name = "qmux"
5176version = "0.0.5"
5177source = "registry+https://github.com/rust-lang/crates.io-index"
5178checksum = "32a87859012c43a1e38dda29f2464e0ee39b0e96d0f95f870a73610bc6f2c3c2"
5179dependencies = [
5180 "bytes",
5181 "futures",
5182 "rustls",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5183 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5184 "tokio",
5185 "tokio-rustls",
5186 "tokio-tungstenite",
5187 "tracing",
5188 "web-transport-proto",
5189 "web-transport-trait",
5190]
5191
5192[[package]]
5193name = "quick-error"
5194version = "2.0.1"
5195source = "registry+https://github.com/rust-lang/crates.io-index"
5196checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
5197
5198[[package]]
5199name = "quick-xml"
5200version = "0.41.0"
5201source = "registry+https://github.com/rust-lang/crates.io-index"
5202checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1"
5203dependencies = [
5204 "memchr",
5205]
5206
5207[[package]]
5208name = "quinn"
5209version = "0.11.11"
5210source = "registry+https://github.com/rust-lang/crates.io-index"
5211checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8"
5212dependencies = [
5213 "bytes",
5214 "cfg_aliases 0.2.2",
5215 "pin-project-lite",
5216 "quinn-proto",
5217 "quinn-udp",
5218 "rustc-hash 2.1.3",
5219 "rustls",
5220 "socket2",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5221 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5222 "tokio",
5223 "tracing",
5224 "web-time",
5225]
5226
5227[[package]]
5228name = "quinn-proto"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5229version = "0.11.16"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5230source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5231checksum = "2f4bfc015262b9df63c8845072ce59068853ff5872180c2ce2f13038b970e560"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5232dependencies = [
5233 "aws-lc-rs",
5234 "bytes",
5235 "fastbloom",
5236 "getrandom 0.4.3",
5237 "lru-slab",
5238 "rand 0.10.2",
5239 "rand_pcg",
5240 "ring",
5241 "rustc-hash 2.1.3",
5242 "rustls",
5243 "rustls-pki-types",
5244 "rustls-platform-verifier 0.7.0",
5245 "slab",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5246 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5247 "tinyvec",
5248 "tracing",
5249 "web-time",
5250]
5251
5252[[package]]
5253name = "quinn-udp"
5254version = "0.5.15"
5255source = "registry+https://github.com/rust-lang/crates.io-index"
5256checksum = "35a133f956daabe89a61a685c2649f13d82d5aa4bd5d12d1277e1072a21c0694"
5257dependencies = [
5258 "cfg_aliases 0.2.2",
5259 "libc",
5260 "once_cell",
5261 "socket2",
5262 "tracing",
5263 "windows-sys 0.61.2",
5264]
5265
5266[[package]]
5267name = "quote"
5268version = "1.0.47"
5269source = "registry+https://github.com/rust-lang/crates.io-index"
5270checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
5271dependencies = [
5272 "proc-macro2",
5273]
5274
5275[[package]]
5276name = "r-efi"
5277version = "5.3.0"
5278source = "registry+https://github.com/rust-lang/crates.io-index"
5279checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
5280
5281[[package]]
5282name = "r-efi"
5283version = "6.0.0"
5284source = "registry+https://github.com/rust-lang/crates.io-index"
5285checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
5286
5287[[package]]
5288name = "rand"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5289version = "0.8.7"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5290source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5291checksum = "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5292dependencies = [
5293 "libc",
5294 "rand_chacha 0.3.1",
5295 "rand_core 0.6.4",
5296]
5297
5298[[package]]
5299name = "rand"
5300version = "0.9.5"
5301source = "registry+https://github.com/rust-lang/crates.io-index"
5302checksum = "b9ef1d0d795eb7d84685bca4f72f3649f064e6641543d3a8c415898726a57b41"
5303dependencies = [
5304 "rand_chacha 0.9.0",
5305 "rand_core 0.9.5",
5306]
5307
5308[[package]]
5309name = "rand"
5310version = "0.10.2"
5311source = "registry+https://github.com/rust-lang/crates.io-index"
5312checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
5313dependencies = [
5314 "chacha20",
5315 "getrandom 0.4.3",
5316 "rand_core 0.10.1",
5317]
5318
5319[[package]]
5320name = "rand_chacha"
5321version = "0.3.1"
5322source = "registry+https://github.com/rust-lang/crates.io-index"
5323checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
5324dependencies = [
5325 "ppv-lite86",
5326 "rand_core 0.6.4",
5327]
5328
5329[[package]]
5330name = "rand_chacha"
5331version = "0.9.0"
5332source = "registry+https://github.com/rust-lang/crates.io-index"
5333checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
5334dependencies = [
5335 "ppv-lite86",
5336 "rand_core 0.9.5",
5337]
5338
5339[[package]]
5340name = "rand_core"
5341version = "0.6.4"
5342source = "registry+https://github.com/rust-lang/crates.io-index"
5343checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
5344dependencies = [
5345 "getrandom 0.2.17",
5346]
5347
5348[[package]]
5349name = "rand_core"
5350version = "0.9.5"
5351source = "registry+https://github.com/rust-lang/crates.io-index"
5352checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
5353dependencies = [
5354 "getrandom 0.3.4",
5355]
5356
5357[[package]]
5358name = "rand_core"
5359version = "0.10.1"
5360source = "registry+https://github.com/rust-lang/crates.io-index"
5361checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
5362
5363[[package]]
5364name = "rand_pcg"
5365version = "0.10.2"
5366source = "registry+https://github.com/rust-lang/crates.io-index"
5367checksum = "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a"
5368dependencies = [
5369 "rand_core 0.10.1",
5370]
5371
5372[[package]]
5373name = "raw-window-handle"
5374version = "0.6.2"
5375source = "registry+https://github.com/rust-lang/crates.io-index"
5376checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
5377
5378[[package]]
5379name = "rayon"
5380version = "1.12.0"
5381source = "registry+https://github.com/rust-lang/crates.io-index"
5382checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
5383dependencies = [
5384 "either",
5385 "rayon-core",
5386]
5387
5388[[package]]
5389name = "rayon-core"
5390version = "1.13.0"
5391source = "registry+https://github.com/rust-lang/crates.io-index"
5392checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
5393dependencies = [
5394 "crossbeam-deque",
5395 "crossbeam-utils",
5396]
5397
5398[[package]]
5399name = "rcgen"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5400version = "0.14.8"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5401source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5402checksum = "57f6d249aad744e274e682777a50283a225a32705394ee6d5fcc01efa25e4055"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5403dependencies = [
5404 "aws-lc-rs",
5405 "rustls-pki-types",
5406 "time",
5407 "x509-parser",
5408 "yasna",
5409]
5410
5411[[package]]
5412name = "realfft"
5413version = "3.5.0"
5414source = "registry+https://github.com/rust-lang/crates.io-index"
5415checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
5416dependencies = [
5417 "rustfft",
5418]
5419
5420[[package]]
5421name = "redox_syscall"
5422version = "0.4.1"
5423source = "registry+https://github.com/rust-lang/crates.io-index"
5424checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
5425dependencies = [
5426 "bitflags 1.3.2",
5427]
5428
5429[[package]]
5430name = "redox_syscall"
5431version = "0.5.18"
5432source = "registry+https://github.com/rust-lang/crates.io-index"
5433checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
5434dependencies = [
5435 "bitflags 2.13.1",
5436]
5437
5438[[package]]
5439name = "redox_syscall"
5440version = "0.9.3"
5441source = "registry+https://github.com/rust-lang/crates.io-index"
5442checksum = "d678d17679829e73d371e96880897e98fee2ded7acc0a50bdf8af2affa4b2fe5"
5443dependencies = [
5444 "bitflags 2.13.1",
5445]
5446
5447[[package]]
5448name = "ref-cast"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5449version = "1.0.26"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5450source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5451checksum = "216e8f773d7923bcba9ceb86a86c93cabb3903a11872fc3f138c49630e50b96d"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5452dependencies = [
5453 "ref-cast-impl",
5454]
5455
5456[[package]]
5457name = "ref-cast-impl"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5458version = "1.0.26"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5459source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5460checksum = "2c9283685feec7d69af75fb0e858d5e7378f33fe4fc699383b2916ab9273e03c"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5461dependencies = [
5462 "proc-macro2",
5463 "quote",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5464 "syn 3.0.3",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5465]
5466
5467[[package]]
5468name = "regex"
5469version = "1.13.1"
5470source = "registry+https://github.com/rust-lang/crates.io-index"
5471checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
5472dependencies = [
5473 "aho-corasick",
5474 "memchr",
5475 "regex-automata",
5476 "regex-syntax",
5477]
5478
5479[[package]]
5480name = "regex-automata"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5481version = "0.4.16"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5482source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5483checksum = "8fcfdb36bda0c880c5931cdc7a2bcdc8ba4556847b9d912bca70bc94708711ad"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5484dependencies = [
5485 "aho-corasick",
5486 "memchr",
5487 "regex-syntax",
5488]
5489
5490[[package]]
5491name = "regex-syntax"
5492version = "0.8.11"
5493source = "registry+https://github.com/rust-lang/crates.io-index"
5494checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
5495
5496[[package]]
5497name = "reqwest"
5498version = "0.12.28"
5499source = "registry+https://github.com/rust-lang/crates.io-index"
5500checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
5501dependencies = [
5502 "base64",
5503 "bytes",
5504 "futures-core",
5505 "http",
5506 "http-body",
5507 "http-body-util",
5508 "hyper",
5509 "hyper-util",
5510 "js-sys",
5511 "log",
5512 "percent-encoding",
5513 "pin-project-lite",
5514 "serde",
5515 "serde_json",
5516 "serde_urlencoded",
5517 "sync_wrapper",
5518 "tokio",
5519 "tower",
5520 "tower-http",
5521 "tower-service",
5522 "url",
5523 "wasm-bindgen",
5524 "wasm-bindgen-futures",
5525 "web-sys",
5526]
5527
5528[[package]]
5529name = "reqwest"
5530version = "0.13.4"
5531source = "registry+https://github.com/rust-lang/crates.io-index"
5532checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3"
5533dependencies = [
5534 "base64",
5535 "bytes",
5536 "futures-core",
5537 "futures-util",
5538 "http",
5539 "http-body",
5540 "http-body-util",
5541 "hyper",
5542 "hyper-rustls",
5543 "hyper-util",
5544 "js-sys",
5545 "log",
5546 "percent-encoding",
5547 "pin-project-lite",
5548 "rustls",
5549 "rustls-pki-types",
5550 "rustls-platform-verifier 0.7.0",
5551 "sync_wrapper",
5552 "tokio",
5553 "tokio-rustls",
5554 "tokio-util",
5555 "tower",
5556 "tower-http",
5557 "tower-service",
5558 "url",
5559 "wasm-bindgen",
5560 "wasm-bindgen-futures",
5561 "wasm-streams",
5562 "web-sys",
5563]
5564
5565[[package]]
5566name = "resolv-conf"
5567version = "0.7.6"
5568source = "registry+https://github.com/rust-lang/crates.io-index"
5569checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7"
5570
5571[[package]]
5572name = "ring"
5573version = "0.17.14"
5574source = "registry+https://github.com/rust-lang/crates.io-index"
5575checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
5576dependencies = [
5577 "cc",
5578 "cfg-if",
5579 "getrandom 0.2.17",
5580 "libc",
5581 "untrusted 0.9.0",
5582 "windows-sys 0.52.0",
5583]
5584
5585[[package]]
5586name = "ringbuf"
5587version = "0.4.8"
5588source = "registry+https://github.com/rust-lang/crates.io-index"
5589checksum = "fe47b720588c8702e34b5979cb3271a8b1842c7cb6f57408efa70c779363488c"
5590dependencies = [
5591 "crossbeam-utils",
5592 "portable-atomic",
5593 "portable-atomic-util",
5594]
5595
5596[[package]]
5597name = "rpds"
5598version = "1.2.1"
5599source = "registry+https://github.com/rust-lang/crates.io-index"
5600checksum = "e025feb26210bc196b908e72deb063b1b4000754304341cbc168a1e72c857ebc"
5601dependencies = [
5602 "archery",
5603 "serde",
5604 "smallvec",
5605]
5606
5607[[package]]
5608name = "rubato"
5609version = "0.16.2"
5610source = "registry+https://github.com/rust-lang/crates.io-index"
5611checksum = "5258099699851cfd0082aeb645feb9c084d9a5e1f1b8d5372086b989fc5e56a1"
5612dependencies = [
5613 "num-complex",
5614 "num-integer",
5615 "num-traits",
5616 "realfft",
5617]
5618
5619[[package]]
5620name = "rubato"
5621version = "1.0.1"
5622source = "registry+https://github.com/rust-lang/crates.io-index"
5623checksum = "90173154a8a14e6adb109ea641743bc95ec81c093d94e70c6763565f7108ebeb"
5624dependencies = [
5625 "audioadapter",
5626 "audioadapter-buffers",
5627 "num-complex",
5628 "num-integer",
5629 "num-traits",
5630 "realfft",
5631 "visibility",
5632 "windowfunctions",
5633]
5634
5635[[package]]
5636name = "rustc-demangle"
5637version = "0.1.28"
5638source = "registry+https://github.com/rust-lang/crates.io-index"
5639checksum = "b74b56ffa8bb2830709a538c2cbcae9aa062db0d2a42563bfb09bdaae44020eb"
5640
5641[[package]]
5642name = "rustc-hash"
5643version = "1.1.0"
5644source = "registry+https://github.com/rust-lang/crates.io-index"
5645checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
5646
5647[[package]]
5648name = "rustc-hash"
5649version = "2.1.3"
5650source = "registry+https://github.com/rust-lang/crates.io-index"
5651checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
5652
5653[[package]]
5654name = "rustc_version"
5655version = "0.4.1"
5656source = "registry+https://github.com/rust-lang/crates.io-index"
5657checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
5658dependencies = [
5659 "semver",
5660]
5661
5662[[package]]
5663name = "rustfft"
5664version = "6.4.1"
5665source = "registry+https://github.com/rust-lang/crates.io-index"
5666checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
5667dependencies = [
5668 "num-complex",
5669 "num-integer",
5670 "num-traits",
5671 "primal-check",
5672 "strength_reduce",
5673 "transpose",
5674]
5675
5676[[package]]
5677name = "rusticata-macros"
5678version = "4.1.0"
5679source = "registry+https://github.com/rust-lang/crates.io-index"
5680checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
5681dependencies = [
5682 "nom 7.1.3",
5683]
5684
5685[[package]]
5686name = "rustix"
5687version = "0.38.44"
5688source = "registry+https://github.com/rust-lang/crates.io-index"
5689checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
5690dependencies = [
5691 "bitflags 2.13.1",
5692 "errno",
5693 "libc",
5694 "linux-raw-sys 0.4.15",
5695 "windows-sys 0.59.0",
5696]
5697
5698[[package]]
5699name = "rustix"
5700version = "1.1.4"
5701source = "registry+https://github.com/rust-lang/crates.io-index"
5702checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
5703dependencies = [
5704 "bitflags 2.13.1",
5705 "errno",
5706 "libc",
5707 "linux-raw-sys 0.12.1",
5708 "windows-sys 0.61.2",
5709]
5710
5711[[package]]
5712name = "rustls"
5713version = "0.23.43"
5714source = "registry+https://github.com/rust-lang/crates.io-index"
5715checksum = "0283386ce02abc0151e1761d08802dfe86c173b0b494af5cbc086574e453da06"
5716dependencies = [
5717 "aws-lc-rs",
5718 "log",
5719 "once_cell",
5720 "rustls-pki-types",
5721 "rustls-webpki",
5722 "subtle",
5723 "zeroize",
5724]
5725
5726[[package]]
5727name = "rustls-native-certs"
5728version = "0.8.4"
5729source = "registry+https://github.com/rust-lang/crates.io-index"
5730checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d"
5731dependencies = [
5732 "openssl-probe",
5733 "rustls-pki-types",
5734 "schannel",
5735 "security-framework",
5736]
5737
5738[[package]]
5739name = "rustls-pemfile"
5740version = "2.2.0"
5741source = "registry+https://github.com/rust-lang/crates.io-index"
5742checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
5743dependencies = [
5744 "rustls-pki-types",
5745]
5746
5747[[package]]
5748name = "rustls-pki-types"
5749version = "1.15.1"
5750source = "registry+https://github.com/rust-lang/crates.io-index"
5751checksum = "2f4925028c7eb5d1fcdaf196971378ed9d2c1c4efc7dc5d011256f76c99c0a96"
5752dependencies = [
5753 "web-time",
5754 "zeroize",
5755]
5756
5757[[package]]
5758name = "rustls-platform-verifier"
5759version = "0.6.2"
5760source = "registry+https://github.com/rust-lang/crates.io-index"
5761checksum = "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784"
5762dependencies = [
5763 "core-foundation 0.10.1",
5764 "core-foundation-sys",
5765 "jni 0.21.1",
5766 "log",
5767 "once_cell",
5768 "rustls",
5769 "rustls-native-certs",
5770 "rustls-platform-verifier-android",
5771 "rustls-webpki",
5772 "security-framework",
5773 "security-framework-sys",
5774 "webpki-root-certs",
5775 "windows-sys 0.61.2",
5776]
5777
5778[[package]]
5779name = "rustls-platform-verifier"
5780version = "0.7.0"
5781source = "registry+https://github.com/rust-lang/crates.io-index"
5782checksum = "26d1e2536ce4f35f4846aa13bff16bd0ff40157cdb14cc056c7b14ba41233ba0"
5783dependencies = [
5784 "core-foundation 0.10.1",
5785 "core-foundation-sys",
5786 "jni 0.22.4",
5787 "log",
5788 "once_cell",
5789 "rustls",
5790 "rustls-native-certs",
5791 "rustls-platform-verifier-android",
5792 "rustls-webpki",
5793 "security-framework",
5794 "security-framework-sys",
5795 "webpki-root-certs",
5796 "windows-sys 0.61.2",
5797]
5798
5799[[package]]
5800name = "rustls-platform-verifier-android"
5801version = "0.1.1"
5802source = "registry+https://github.com/rust-lang/crates.io-index"
5803checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
5804
5805[[package]]
5806name = "rustls-webpki"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5807version = "0.103.13"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5808source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5809checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5810dependencies = [
5811 "aws-lc-rs",
5812 "ring",
5813 "rustls-pki-types",
5814 "untrusted 0.9.0",
5815]
5816
5817[[package]]
5818name = "rustversion"
5819version = "1.0.23"
5820source = "registry+https://github.com/rust-lang/crates.io-index"
5821checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
5822
5823[[package]]
5824name = "rusty-capture"
5825version = "0.1.0"
5826source = "git+https://github.com/n0-computer/iroh-live?rev=edd9bcc530a615f3ab3a6919e96790a077905376#edd9bcc530a615f3ab3a6919e96790a077905376"
5827dependencies = [
5828 "anyhow",
5829 "block2 0.6.2",
5830 "bytes",
5831 "derive_more",
5832 "dispatch2",
5833 "image",
5834 "libc",
5835 "nix 0.30.1",
5836 "objc2 0.6.4",
5837 "objc2-av-foundation",
5838 "objc2-core-media",
5839 "objc2-core-video",
5840 "objc2-foundation 0.3.2",
5841 "rusty-codecs",
5842 "tracing",
5843 "v4l2r",
5844]
5845
5846[[package]]
5847name = "rusty-codecs"
5848version = "0.1.0"
5849source = "git+https://github.com/n0-computer/iroh-live?rev=edd9bcc530a615f3ab3a6919e96790a077905376#edd9bcc530a615f3ab3a6919e96790a077905376"
5850dependencies = [
5851 "anyhow",
5852 "audioadapter-buffers",
5853 "buf-list",
5854 "bytes",
5855 "derive_more",
5856 "hang",
5857 "image",
5858 "libc",
5859 "n0-future",
5860 "openh264",
5861 "pic-scale",
5862 "rubato 1.0.1",
5863 "strum",
5864 "throttled-tracing",
5865 "tracing",
5866 "unsafe-libopus",
5867 "yuv",
5868]
5869
5870[[package]]
5871name = "ryu"
5872version = "1.0.23"
5873source = "registry+https://github.com/rust-lang/crates.io-index"
5874checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
5875
5876[[package]]
5877name = "safe_arch"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5878version = "1.1.0"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5879source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5880checksum = "3a52ec151f024d703f9fd65abb7cbe81e7cdb39f18917a3a37e3014470dc7c59"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5881dependencies = [
5882 "bytemuck",
5883]
5884
5885[[package]]
5886name = "same-file"
5887version = "1.0.6"
5888source = "registry+https://github.com/rust-lang/crates.io-index"
5889checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
5890dependencies = [
5891 "winapi-util",
5892]
5893
5894[[package]]
5895name = "schannel"
5896version = "0.1.29"
5897source = "registry+https://github.com/rust-lang/crates.io-index"
5898checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
5899dependencies = [
5900 "windows-sys 0.61.2",
5901]
5902
5903[[package]]
5904name = "schemars"
5905version = "0.9.0"
5906source = "registry+https://github.com/rust-lang/crates.io-index"
5907checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
5908dependencies = [
5909 "dyn-clone",
5910 "ref-cast",
5911 "serde",
5912 "serde_json",
5913]
5914
5915[[package]]
5916name = "schemars"
5917version = "1.2.2"
5918source = "registry+https://github.com/rust-lang/crates.io-index"
5919checksum = "687274d293b6cdc6e73e0fee520bf2049650090d7164f87672d212a3c530cf4a"
5920dependencies = [
5921 "dyn-clone",
5922 "ref-cast",
5923 "serde",
5924 "serde_json",
5925]
5926
5927[[package]]
5928name = "scoped-tls"
5929version = "1.0.1"
5930source = "registry+https://github.com/rust-lang/crates.io-index"
5931checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
5932
5933[[package]]
5934name = "scopeguard"
5935version = "1.2.0"
5936source = "registry+https://github.com/rust-lang/crates.io-index"
5937checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
5938
5939[[package]]
5940name = "sctk-adwaita"
5941version = "0.10.1"
5942source = "registry+https://github.com/rust-lang/crates.io-index"
5943checksum = "b6277f0217056f77f1d8f49f2950ac6c278c0d607c45f5ee99328d792ede24ec"
5944dependencies = [
5945 "ab_glyph",
5946 "log",
5947 "memmap2",
5948 "smithay-client-toolkit 0.19.2",
5949 "tiny-skia",
5950]
5951
5952[[package]]
5953name = "security-framework"
5954version = "3.7.0"
5955source = "registry+https://github.com/rust-lang/crates.io-index"
5956checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
5957dependencies = [
5958 "bitflags 2.13.1",
5959 "core-foundation 0.10.1",
5960 "core-foundation-sys",
5961 "libc",
5962 "security-framework-sys",
5963]
5964
5965[[package]]
5966name = "security-framework-sys"
5967version = "2.17.0"
5968source = "registry+https://github.com/rust-lang/crates.io-index"
5969checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
5970dependencies = [
5971 "core-foundation-sys",
5972 "libc",
5973]
5974
5975[[package]]
5976name = "seize"
5977version = "0.5.1"
5978source = "registry+https://github.com/rust-lang/crates.io-index"
5979checksum = "5b55fb86dfd3a2f5f76ea78310a88f96c4ea21a3031f8d212443d56123fd0521"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5980dependencies = [
5981 "libc",
5982 "windows-sys 0.61.2",
5983]
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5984
5985[[package]]
5986name = "self_cell"
5987version = "1.3.0"
5988source = "registry+https://github.com/rust-lang/crates.io-index"
5989checksum = "2ab42ca02749e120097e328d91d415325bdf43b1c72c4c8badf37375fe40a813"
5990
5991[[package]]
5992name = "semver"
5993version = "1.0.28"
5994source = "registry+https://github.com/rust-lang/crates.io-index"
5995checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
5996
5997[[package]]
5998name = "send_wrapper"
5999version = "0.6.0"
6000source = "registry+https://github.com/rust-lang/crates.io-index"
6001checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
6002
6003[[package]]
6004name = "serde"
6005version = "1.0.229"
6006source = "registry+https://github.com/rust-lang/crates.io-index"
6007checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
6008dependencies = [
6009 "serde_core",
6010 "serde_derive",
6011]
6012
6013[[package]]
6014name = "serde-big-array"
6015version = "0.5.1"
6016source = "registry+https://github.com/rust-lang/crates.io-index"
6017checksum = "11fc7cc2c76d73e0f27ee52abbd64eec84d46f370c88371120433196934e4b7f"
6018dependencies = [
6019 "serde",
6020]
6021
6022[[package]]
6023name = "serde_bytes"
6024version = "0.11.19"
6025source = "registry+https://github.com/rust-lang/crates.io-index"
6026checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
6027dependencies = [
6028 "serde",
6029 "serde_core",
6030]
6031
6032[[package]]
6033name = "serde_core"
6034version = "1.0.229"
6035source = "registry+https://github.com/rust-lang/crates.io-index"
6036checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
6037dependencies = [
6038 "serde_derive",
6039]
6040
6041[[package]]
6042name = "serde_derive"
6043version = "1.0.229"
6044source = "registry+https://github.com/rust-lang/crates.io-index"
6045checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
6046dependencies = [
6047 "proc-macro2",
6048 "quote",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6049 "syn 3.0.3",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6050]
6051
6052[[package]]
6053name = "serde_json"
6054version = "1.0.151"
6055source = "registry+https://github.com/rust-lang/crates.io-index"
6056checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
6057dependencies = [
6058 "itoa",
6059 "memchr",
6060 "serde",
6061 "serde_core",
6062 "zmij",
6063]
6064
6065[[package]]
6066name = "serde_spanned"
6067version = "1.1.1"
6068source = "registry+https://github.com/rust-lang/crates.io-index"
6069checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
6070dependencies = [
6071 "serde_core",
6072]
6073
6074[[package]]
6075name = "serde_urlencoded"
6076version = "0.7.1"
6077source = "registry+https://github.com/rust-lang/crates.io-index"
6078checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
6079dependencies = [
6080 "form_urlencoded",
6081 "itoa",
6082 "ryu",
6083 "serde",
6084]
6085
6086[[package]]
6087name = "serde_with"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6088version = "3.21.0"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6089source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6090checksum = "76a5c54c7310e7b8b9577c286d7e399ddd876c3e12b3ed917a8aabc4b96e9e8c"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6091dependencies = [
6092 "base64",
6093 "bs58",
6094 "chrono",
6095 "hex",
6096 "indexmap 1.9.3",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6097 "indexmap 2.14.0",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6098 "schemars 0.9.0",
6099 "schemars 1.2.2",
6100 "serde_core",
6101 "serde_json",
6102 "serde_with_macros",
6103 "time",
6104]
6105
6106[[package]]
6107name = "serde_with_macros"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6108version = "3.21.0"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6109source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6110checksum = "84d57bc0c8b9a17920c178daa6bb924850d54a9c97ab45194bb8c17ad66bb660"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6111dependencies = [
6112 "darling 0.23.0",
6113 "proc-macro2",
6114 "quote",
6115 "syn 2.0.119",
6116]
6117
6118[[package]]
6119name = "sfv"
6120version = "0.14.0"
6121source = "registry+https://github.com/rust-lang/crates.io-index"
6122checksum = "0d471eaefb14f4b30032525bdb124b36e55ba9cb1292080e06f1a236cd10fe87"
6123dependencies = [
6124 "base64",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6125 "indexmap 2.14.0",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6126 "ref-cast",
6127]
6128
6129[[package]]
6130name = "sha1"
6131version = "0.10.7"
6132source = "registry+https://github.com/rust-lang/crates.io-index"
6133checksum = "a978451301f4db1d02937a4ab3ccce137717b81826e79b7d49ffe3244a13c3b8"
6134dependencies = [
6135 "cfg-if",
6136 "cpufeatures 0.2.17",
6137 "digest 0.10.7",
6138]
6139
6140[[package]]
6141name = "sha1_smol"
6142version = "1.0.1"
6143source = "registry+https://github.com/rust-lang/crates.io-index"
6144checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
6145
6146[[package]]
6147name = "sha2"
6148version = "0.11.0-rc.2"
6149source = "registry+https://github.com/rust-lang/crates.io-index"
6150checksum = "d1e3878ab0f98e35b2df35fe53201d088299b41a6bb63e3e34dada2ac4abd924"
6151dependencies = [
6152 "cfg-if",
6153 "cpufeatures 0.2.17",
6154 "digest 0.11.0-rc.10",
6155]
6156
6157[[package]]
6158name = "sharded-slab"
6159version = "0.1.7"
6160source = "registry+https://github.com/rust-lang/crates.io-index"
6161checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
6162dependencies = [
6163 "lazy_static",
6164]
6165
6166[[package]]
6167name = "shlex"
6168version = "1.3.0"
6169source = "registry+https://github.com/rust-lang/crates.io-index"
6170checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
6171
6172[[package]]
6173name = "shlex"
6174version = "2.0.1"
6175source = "registry+https://github.com/rust-lang/crates.io-index"
6176checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
6177
6178[[package]]
6179name = "signal-hook-registry"
6180version = "1.4.8"
6181source = "registry+https://github.com/rust-lang/crates.io-index"
6182checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
6183dependencies = [
6184 "errno",
6185 "libc",
6186]
6187
6188[[package]]
6189name = "signature"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6190version = "3.0.0-rc.10"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6191source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6192checksum = "7f1880df446116126965eeec169136b2e0251dba37c6223bcc819569550edea3"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6193
6194[[package]]
6195name = "simd-adler32"
6196version = "0.3.10"
6197source = "registry+https://github.com/rust-lang/crates.io-index"
6198checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea"
6199
6200[[package]]
6201name = "simd_cesu8"
6202version = "1.2.0"
6203source = "registry+https://github.com/rust-lang/crates.io-index"
6204checksum = "11031e251abf8611c80f460e19dbdeb54a66db918e49c65a7065b46ac7aec520"
6205dependencies = [
6206 "rustc_version",
6207 "simdutf8",
6208]
6209
6210[[package]]
6211name = "simdutf8"
6212version = "0.1.5"
6213source = "registry+https://github.com/rust-lang/crates.io-index"
6214checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
6215
6216[[package]]
6217name = "simple-dns"
6218version = "0.9.3"
6219source = "registry+https://github.com/rust-lang/crates.io-index"
6220checksum = "dee851d0e5e7af3721faea1843e8015e820a234f81fda3dea9247e15bac9a86a"
6221dependencies = [
6222 "bitflags 2.13.1",
6223]
6224
6225[[package]]
6226name = "siphasher"
6227version = "1.0.3"
6228source = "registry+https://github.com/rust-lang/crates.io-index"
6229checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
6230
6231[[package]]
6232name = "slab"
6233version = "0.4.12"
6234source = "registry+https://github.com/rust-lang/crates.io-index"
6235checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
6236
6237[[package]]
6238name = "slotmap"
6239version = "1.1.1"
6240source = "registry+https://github.com/rust-lang/crates.io-index"
6241checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038"
6242dependencies = [
6243 "version_check",
6244]
6245
6246[[package]]
6247name = "smallvec"
6248version = "1.15.2"
6249source = "registry+https://github.com/rust-lang/crates.io-index"
6250checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
6251
6252[[package]]
6253name = "smithay-client-toolkit"
6254version = "0.19.2"
6255source = "registry+https://github.com/rust-lang/crates.io-index"
6256checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016"
6257dependencies = [
6258 "bitflags 2.13.1",
6259 "calloop 0.13.0",
6260 "calloop-wayland-source 0.3.0",
6261 "cursor-icon",
6262 "libc",
6263 "log",
6264 "memmap2",
6265 "rustix 0.38.44",
6266 "thiserror 1.0.69",
6267 "wayland-backend",
6268 "wayland-client",
6269 "wayland-csd-frame",
6270 "wayland-cursor",
6271 "wayland-protocols",
6272 "wayland-protocols-wlr",
6273 "wayland-scanner",
6274 "xkeysym",
6275]
6276
6277[[package]]
6278name = "smithay-client-toolkit"
6279version = "0.20.0"
6280source = "registry+https://github.com/rust-lang/crates.io-index"
6281checksum = "0512da38f5e2b31201a93524adb8d3136276fa4fe4aafab4e1f727a82b534cc0"
6282dependencies = [
6283 "bitflags 2.13.1",
6284 "calloop 0.14.4",
6285 "calloop-wayland-source 0.4.1",
6286 "cursor-icon",
6287 "libc",
6288 "log",
6289 "memmap2",
6290 "rustix 1.1.4",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6291 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6292 "wayland-backend",
6293 "wayland-client",
6294 "wayland-csd-frame",
6295 "wayland-cursor",
6296 "wayland-protocols",
6297 "wayland-protocols-experimental",
6298 "wayland-protocols-misc",
6299 "wayland-protocols-wlr",
6300 "wayland-scanner",
6301 "xkeysym",
6302]
6303
6304[[package]]
6305name = "smithay-clipboard"
6306version = "0.7.3"
6307source = "registry+https://github.com/rust-lang/crates.io-index"
6308checksum = "71704c03f739f7745053bde45fa203a46c58d25bc5c4efba1d9a60e9dba81226"
6309dependencies = [
6310 "libc",
6311 "smithay-client-toolkit 0.20.0",
6312 "wayland-backend",
6313]
6314
6315[[package]]
6316name = "smol_str"
6317version = "0.2.2"
6318source = "registry+https://github.com/rust-lang/crates.io-index"
6319checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
6320dependencies = [
6321 "serde",
6322]
6323
6324[[package]]
6325name = "socket2"
6326version = "0.6.5"
6327source = "registry+https://github.com/rust-lang/crates.io-index"
6328checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
6329dependencies = [
6330 "libc",
6331 "windows-sys 0.61.2",
6332]
6333
6334[[package]]
6335name = "sonora"
6336version = "0.1.0"
6337source = "registry+https://github.com/rust-lang/crates.io-index"
6338checksum = "559f6011d42721f7b4599ef4cf3224ac07539ee5bc25967169701c7aeb6c6bb1"
6339dependencies = [
6340 "sonora-aec3",
6341 "sonora-agc2",
6342 "sonora-common-audio",
6343 "sonora-ns",
6344 "sonora-simd",
6345 "tracing",
6346]
6347
6348[[package]]
6349name = "sonora-aec3"
6350version = "0.1.0"
6351source = "registry+https://github.com/rust-lang/crates.io-index"
6352checksum = "65d8b7e53b058aa4631cf2a8f483bd7a0dec093aa413d21b44b86d5704deedeb"
6353dependencies = [
6354 "sonora-common-audio",
6355 "sonora-fft",
6356 "sonora-simd",
6357]
6358
6359[[package]]
6360name = "sonora-agc2"
6361version = "0.1.0"
6362source = "registry+https://github.com/rust-lang/crates.io-index"
6363checksum = "132876fc38c4e191dee939a38243df5eb5830cd29f1d1ac9a67377389d74a10e"
6364dependencies = [
6365 "bytemuck",
6366 "derive_more",
6367 "sonora-common-audio",
6368 "sonora-fft",
6369 "sonora-simd",
6370 "tracing",
6371]
6372
6373[[package]]
6374name = "sonora-common-audio"
6375version = "0.1.0"
6376source = "registry+https://github.com/rust-lang/crates.io-index"
6377checksum = "30a16fa975fe4aa12e4d980d5453452bd3e6df2b33abfb89840e1757ebd212e6"
6378dependencies = [
6379 "derive_more",
6380 "sonora-simd",
6381]
6382
6383[[package]]
6384name = "sonora-fft"
6385version = "0.1.0"
6386source = "registry+https://github.com/rust-lang/crates.io-index"
6387checksum = "cca158c4b6ace2cb3f4fa8084842da2b4ffcc25cf8ac4366675aea541aabc6af"
6388
6389[[package]]
6390name = "sonora-ns"
6391version = "0.1.0"
6392source = "registry+https://github.com/rust-lang/crates.io-index"
6393checksum = "cc549f9bca1d60e7a2483e4949e9649467c5cca371a4341e44aaf24dae338fd4"
6394dependencies = [
6395 "sonora-fft",
6396]
6397
6398[[package]]
6399name = "sonora-simd"
6400version = "0.1.0"
6401source = "registry+https://github.com/rust-lang/crates.io-index"
6402checksum = "a053f93cc01f4e1cc51c61844a196b6d1da7e054cdd406d2cd27677ba4d898e0"
6403dependencies = [
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6404 "cpufeatures 0.3.0",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6405]
6406
6407[[package]]
6408name = "sorted-index-buffer"
6409version = "0.2.1"
6410source = "registry+https://github.com/rust-lang/crates.io-index"
6411checksum = "ea06cc588e43c632923a55450401b8f25e628131571d4e1baea1bdfdb2b5ed06"
6412
6413[[package]]
6414name = "spez"
6415version = "0.1.2"
6416source = "registry+https://github.com/rust-lang/crates.io-index"
6417checksum = "c87e960f4dca2788eeb86bbdde8dd246be8948790b7618d656e68f9b720a86e8"
6418dependencies = [
6419 "proc-macro2",
6420 "quote",
6421 "syn 2.0.119",
6422]
6423
6424[[package]]
6425name = "spin"
6426version = "0.9.9"
6427source = "registry+https://github.com/rust-lang/crates.io-index"
6428checksum = "3763264f6b73151db08c50ff20d7d8a0b8796e021cdea7ceedad07b80155fa0e"
6429dependencies = [
6430 "lock_api",
6431]
6432
6433[[package]]
6434name = "spin"
6435version = "0.10.1"
6436source = "registry+https://github.com/rust-lang/crates.io-index"
6437checksum = "023a211cb3138dbc438680b32560ad89f699977624c9f8dbb95a47d5b4c07dd3"
6438
6439[[package]]
6440name = "spki"
6441version = "0.8.0"
6442source = "registry+https://github.com/rust-lang/crates.io-index"
6443checksum = "1d9efca8738c78ee9484207732f728b1ef517bbb1833d6fc0879ca898a522f6f"
6444dependencies = [
6445 "base64ct",
6446 "der",
6447]
6448
6449[[package]]
6450name = "stable_deref_trait"
6451version = "1.2.1"
6452source = "registry+https://github.com/rust-lang/crates.io-index"
6453checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
6454
6455[[package]]
6456name = "strength_reduce"
6457version = "0.2.4"
6458source = "registry+https://github.com/rust-lang/crates.io-index"
6459checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
6460
6461[[package]]
6462name = "strict-num"
6463version = "0.1.1"
6464source = "registry+https://github.com/rust-lang/crates.io-index"
6465checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
6466
6467[[package]]
6468name = "strsim"
6469version = "0.11.1"
6470source = "registry+https://github.com/rust-lang/crates.io-index"
6471checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
6472
6473[[package]]
6474name = "strum"
6475version = "0.28.0"
6476source = "registry+https://github.com/rust-lang/crates.io-index"
6477checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
6478dependencies = [
6479 "strum_macros",
6480]
6481
6482[[package]]
6483name = "strum_macros"
6484version = "0.28.0"
6485source = "registry+https://github.com/rust-lang/crates.io-index"
6486checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
6487dependencies = [
6488 "heck",
6489 "proc-macro2",
6490 "quote",
6491 "syn 2.0.119",
6492]
6493
6494[[package]]
6495name = "subtle"
6496version = "2.6.1"
6497source = "registry+https://github.com/rust-lang/crates.io-index"
6498checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
6499
6500[[package]]
6501name = "symphonia"
6502version = "0.5.5"
6503source = "registry+https://github.com/rust-lang/crates.io-index"
6504checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
6505dependencies = [
6506 "lazy_static",
6507 "symphonia-bundle-mp3",
6508 "symphonia-codec-pcm",
6509 "symphonia-core",
6510 "symphonia-format-riff",
6511 "symphonia-metadata",
6512]
6513
6514[[package]]
6515name = "symphonia-bundle-mp3"
6516version = "0.5.5"
6517source = "registry+https://github.com/rust-lang/crates.io-index"
6518checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
6519dependencies = [
6520 "lazy_static",
6521 "log",
6522 "symphonia-core",
6523 "symphonia-metadata",
6524]
6525
6526[[package]]
6527name = "symphonia-codec-pcm"
6528version = "0.5.5"
6529source = "registry+https://github.com/rust-lang/crates.io-index"
6530checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
6531dependencies = [
6532 "log",
6533 "symphonia-core",
6534]
6535
6536[[package]]
6537name = "symphonia-core"
6538version = "0.5.5"
6539source = "registry+https://github.com/rust-lang/crates.io-index"
6540checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
6541dependencies = [
6542 "arrayvec",
6543 "bitflags 1.3.2",
6544 "bytemuck",
6545 "lazy_static",
6546 "log",
6547]
6548
6549[[package]]
6550name = "symphonia-format-riff"
6551version = "0.5.5"
6552source = "registry+https://github.com/rust-lang/crates.io-index"
6553checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
6554dependencies = [
6555 "extended",
6556 "log",
6557 "symphonia-core",
6558 "symphonia-metadata",
6559]
6560
6561[[package]]
6562name = "symphonia-metadata"
6563version = "0.5.5"
6564source = "registry+https://github.com/rust-lang/crates.io-index"
6565checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
6566dependencies = [
6567 "encoding_rs",
6568 "lazy_static",
6569 "log",
6570 "symphonia-core",
6571]
6572
6573[[package]]
6574name = "syn"
6575version = "2.0.119"
6576source = "registry+https://github.com/rust-lang/crates.io-index"
6577checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
6578dependencies = [
6579 "proc-macro2",
6580 "quote",
6581 "unicode-ident",
6582]
6583
6584[[package]]
6585name = "syn"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6586version = "3.0.3"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6587source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6588checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6589dependencies = [
6590 "proc-macro2",
6591 "quote",
6592 "unicode-ident",
6593]
6594
6595[[package]]
6596name = "sync_wrapper"
6597version = "1.0.2"
6598source = "registry+https://github.com/rust-lang/crates.io-index"
6599checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
6600dependencies = [
6601 "futures-core",
6602]
6603
6604[[package]]
6605name = "synstructure"
6606version = "0.13.2"
6607source = "registry+https://github.com/rust-lang/crates.io-index"
6608checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
6609dependencies = [
6610 "proc-macro2",
6611 "quote",
6612 "syn 2.0.119",
6613]
6614
6615[[package]]
6616name = "system-deps"
6617version = "7.0.8"
6618source = "registry+https://github.com/rust-lang/crates.io-index"
6619checksum = "396a35feb67335377e0251fcbc1092fc85c484bd4e3a7a54319399da127796e7"
6620dependencies = [
6621 "cfg-expr",
6622 "heck",
6623 "pkg-config",
6624 "toml",
6625 "version-compare",
6626]
6627
6628[[package]]
6629name = "tagptr"
6630version = "0.2.0"
6631source = "registry+https://github.com/rust-lang/crates.io-index"
6632checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
6633
6634[[package]]
6635name = "target-lexicon"
6636version = "0.13.5"
6637source = "registry+https://github.com/rust-lang/crates.io-index"
6638checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
6639
6640[[package]]
6641name = "thiserror"
6642version = "1.0.69"
6643source = "registry+https://github.com/rust-lang/crates.io-index"
6644checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
6645dependencies = [
6646 "thiserror-impl 1.0.69",
6647]
6648
6649[[package]]
6650name = "thiserror"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6651version = "2.0.19"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6652source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6653checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6654dependencies = [
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6655 "thiserror-impl 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6656]
6657
6658[[package]]
6659name = "thiserror-impl"
6660version = "1.0.69"
6661source = "registry+https://github.com/rust-lang/crates.io-index"
6662checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
6663dependencies = [
6664 "proc-macro2",
6665 "quote",
6666 "syn 2.0.119",
6667]
6668
6669[[package]]
6670name = "thiserror-impl"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6671version = "2.0.19"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6672source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6673checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6674dependencies = [
6675 "proc-macro2",
6676 "quote",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6677 "syn 3.0.3",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6678]
6679
6680[[package]]
6681name = "thread_local"
6682version = "1.1.10"
6683source = "registry+https://github.com/rust-lang/crates.io-index"
6684checksum = "1ad99c4c6d32803332c548b1af0540b357b3f5fc0be8f6c6bfe8b2e6ae784070"
6685dependencies = [
6686 "cfg-if",
6687]
6688
6689[[package]]
6690name = "throttled-tracing"
6691version = "0.1.0"
6692source = "registry+https://github.com/rust-lang/crates.io-index"
6693checksum = "5c8ec74140dfae112d4da4003f2cabdfd9b5efc84e8a4d610d87fc681280b642"
6694dependencies = [
6695 "fastrand",
6696 "parking_lot",
6697 "tracing",
6698]
6699
6700[[package]]
6701name = "tiff"
6702version = "0.11.3"
6703source = "registry+https://github.com/rust-lang/crates.io-index"
6704checksum = "b63feaf3343d35b6ca4d50483f94843803b0f51634937cc2ec519fc32232bc52"
6705dependencies = [
6706 "fax",
6707 "flate2",
6708 "half",
6709 "quick-error",
6710 "weezl",
6711 "zune-jpeg",
6712]
6713
6714[[package]]
6715name = "time"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6716version = "0.3.54"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6717source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6718checksum = "3e1d5e639ff6bab73cb6885cc7e7b1de96c3f32c68ec55f3952614bec1092244"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6719dependencies = [
6720 "deranged",
6721 "js-sys",
6722 "libc",
6723 "num-conv",
6724 "num_threads",
6725 "powerfmt",
6726 "serde_core",
6727 "time-core",
6728 "time-macros",
6729]
6730
6731[[package]]
6732name = "time-core"
6733version = "0.1.9"
6734source = "registry+https://github.com/rust-lang/crates.io-index"
6735checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
6736
6737[[package]]
6738name = "time-macros"
6739version = "0.2.32"
6740source = "registry+https://github.com/rust-lang/crates.io-index"
6741checksum = "7e689342a48d2ea927c87ea50cabf8594854bf940e9310208848d680d668ed85"
6742dependencies = [
6743 "num-conv",
6744 "time-core",
6745]
6746
6747[[package]]
6748name = "tiny-skia"
6749version = "0.11.4"
6750source = "registry+https://github.com/rust-lang/crates.io-index"
6751checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
6752dependencies = [
6753 "arrayref",
6754 "arrayvec",
6755 "bytemuck",
6756 "cfg-if",
6757 "log",
6758 "tiny-skia-path",
6759]
6760
6761[[package]]
6762name = "tiny-skia-path"
6763version = "0.11.4"
6764source = "registry+https://github.com/rust-lang/crates.io-index"
6765checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
6766dependencies = [
6767 "arrayref",
6768 "bytemuck",
6769 "strict-num",
6770]
6771
6772[[package]]
6773name = "tinystr"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6774version = "0.8.3"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6775source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6776checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6777dependencies = [
6778 "displaydoc",
6779 "zerovec",
6780]
6781
6782[[package]]
6783name = "tinyvec"
6784version = "1.12.0"
6785source = "registry+https://github.com/rust-lang/crates.io-index"
6786checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f"
6787dependencies = [
6788 "tinyvec_macros",
6789]
6790
6791[[package]]
6792name = "tinyvec_macros"
6793version = "0.1.1"
6794source = "registry+https://github.com/rust-lang/crates.io-index"
6795checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
6796
6797[[package]]
6798name = "tokio"
6799version = "1.53.1"
6800source = "registry+https://github.com/rust-lang/crates.io-index"
6801checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
6802dependencies = [
6803 "bytes",
6804 "libc",
6805 "mio",
6806 "parking_lot",
6807 "pin-project-lite",
6808 "signal-hook-registry",
6809 "socket2",
6810 "tokio-macros",
6811 "windows-sys 0.61.2",
6812]
6813
6814[[package]]
6815name = "tokio-macros"
6816version = "2.7.2"
6817source = "registry+https://github.com/rust-lang/crates.io-index"
6818checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e"
6819dependencies = [
6820 "proc-macro2",
6821 "quote",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6822 "syn 3.0.3",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6823]
6824
6825[[package]]
6826name = "tokio-rustls"
6827version = "0.26.4"
6828source = "registry+https://github.com/rust-lang/crates.io-index"
6829checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
6830dependencies = [
6831 "rustls",
6832 "tokio",
6833]
6834
6835[[package]]
6836name = "tokio-stream"
6837version = "0.1.19"
6838source = "registry+https://github.com/rust-lang/crates.io-index"
6839checksum = "a3d06f0b082ba57c26b79407372e57cf2a1e28124f78e9479fe80322cf53420b"
6840dependencies = [
6841 "futures-core",
6842 "pin-project-lite",
6843 "tokio",
6844 "tokio-util",
6845]
6846
6847[[package]]
6848name = "tokio-tungstenite"
6849version = "0.28.0"
6850source = "registry+https://github.com/rust-lang/crates.io-index"
6851checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
6852dependencies = [
6853 "futures-util",
6854 "log",
6855 "rustls",
6856 "rustls-native-certs",
6857 "rustls-pki-types",
6858 "tokio",
6859 "tokio-rustls",
6860 "tungstenite",
6861]
6862
6863[[package]]
6864name = "tokio-util"
6865version = "0.7.19"
6866source = "registry+https://github.com/rust-lang/crates.io-index"
6867checksum = "494815d09bf52b5548659851081238f0ca39ff638363907596da739561c62c52"
6868dependencies = [
6869 "bytes",
6870 "futures-core",
6871 "futures-sink",
6872 "futures-util",
6873 "libc",
6874 "pin-project-lite",
6875 "tokio",
6876]
6877
6878[[package]]
6879name = "tokio-websockets"
6880version = "0.12.3"
6881source = "registry+https://github.com/rust-lang/crates.io-index"
6882checksum = "b1b6348ebfaaecd771cecb69e832961d277f59845d4220a584701f72728152b7"
6883dependencies = [
6884 "aws-lc-rs",
6885 "base64",
6886 "bytes",
6887 "futures-core",
6888 "futures-sink",
6889 "getrandom 0.3.4",
6890 "http",
6891 "httparse",
6892 "rand 0.9.5",
6893 "rustls-pki-types",
6894 "sha1_smol",
6895 "simdutf8",
6896 "tokio",
6897 "tokio-rustls",
6898 "tokio-util",
6899]
6900
6901[[package]]
6902name = "toml"
6903version = "1.1.4+spec-1.1.0"
6904source = "registry+https://github.com/rust-lang/crates.io-index"
6905checksum = "3aace63f4bbcdfc2c965b059de67119c89c4017a70d633be6c104910f67056f5"
6906dependencies = [
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6907 "indexmap 2.14.0",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6908 "serde_core",
6909 "serde_spanned",
6910 "toml_datetime",
6911 "toml_parser",
6912 "toml_writer",
6913 "winnow",
6914]
6915
6916[[package]]
6917name = "toml_datetime"
6918version = "1.1.1+spec-1.1.0"
6919source = "registry+https://github.com/rust-lang/crates.io-index"
6920checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
6921dependencies = [
6922 "serde_core",
6923]
6924
6925[[package]]
6926name = "toml_edit"
6927version = "0.25.13+spec-1.1.0"
6928source = "registry+https://github.com/rust-lang/crates.io-index"
6929checksum = "6975367e4d2ef766d86af01ffad14b622fecc8d4357a998fbc4deb6e9bacaf9b"
6930dependencies = [
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6931 "indexmap 2.14.0",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6932 "toml_datetime",
6933 "toml_parser",
6934 "winnow",
6935]
6936
6937[[package]]
6938name = "toml_parser"
6939version = "1.1.3+spec-1.1.0"
6940source = "registry+https://github.com/rust-lang/crates.io-index"
6941checksum = "1d38ac1cf9b95face32296c0a3ede1fdc270627c9d9c02a7274dd6d960dc4d56"
6942dependencies = [
6943 "winnow",
6944]
6945
6946[[package]]
6947name = "toml_writer"
6948version = "1.1.2+spec-1.1.0"
6949source = "registry+https://github.com/rust-lang/crates.io-index"
6950checksum = "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2"
6951
6952[[package]]
6953name = "tower"
6954version = "0.5.3"
6955source = "registry+https://github.com/rust-lang/crates.io-index"
6956checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
6957dependencies = [
6958 "futures-core",
6959 "futures-util",
6960 "pin-project-lite",
6961 "sync_wrapper",
6962 "tokio",
6963 "tower-layer",
6964 "tower-service",
6965]
6966
6967[[package]]
6968name = "tower-http"
6969version = "0.6.11"
6970source = "registry+https://github.com/rust-lang/crates.io-index"
6971checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
6972dependencies = [
6973 "bitflags 2.13.1",
6974 "bytes",
6975 "futures-util",
6976 "http",
6977 "http-body",
6978 "pin-project-lite",
6979 "tower",
6980 "tower-layer",
6981 "tower-service",
6982 "url",
6983]
6984
6985[[package]]
6986name = "tower-layer"
6987version = "0.3.3"
6988source = "registry+https://github.com/rust-lang/crates.io-index"
6989checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
6990
6991[[package]]
6992name = "tower-service"
6993version = "0.3.3"
6994source = "registry+https://github.com/rust-lang/crates.io-index"
6995checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
6996
6997[[package]]
6998name = "tracing"
6999version = "0.1.44"
7000source = "registry+https://github.com/rust-lang/crates.io-index"
7001checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
7002dependencies = [
7003 "log",
7004 "pin-project-lite",
7005 "tracing-attributes",
7006 "tracing-core",
7007]
7008
7009[[package]]
7010name = "tracing-attributes"
7011version = "0.1.31"
7012source = "registry+https://github.com/rust-lang/crates.io-index"
7013checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
7014dependencies = [
7015 "proc-macro2",
7016 "quote",
7017 "syn 2.0.119",
7018]
7019
7020[[package]]
7021name = "tracing-core"
7022version = "0.1.36"
7023source = "registry+https://github.com/rust-lang/crates.io-index"
7024checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
7025dependencies = [
7026 "once_cell",
7027 "valuable",
7028]
7029
7030[[package]]
7031name = "tracing-log"
7032version = "0.2.0"
7033source = "registry+https://github.com/rust-lang/crates.io-index"
7034checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
7035dependencies = [
7036 "log",
7037 "once_cell",
7038 "tracing-core",
7039]
7040
7041[[package]]
7042name = "tracing-subscriber"
7043version = "0.3.23"
7044source = "registry+https://github.com/rust-lang/crates.io-index"
7045checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
7046dependencies = [
7047 "matchers",
7048 "nu-ansi-term",
7049 "once_cell",
7050 "regex-automata",
7051 "sharded-slab",
7052 "smallvec",
7053 "thread_local",
7054 "tracing",
7055 "tracing-core",
7056 "tracing-log",
7057]
7058
7059[[package]]
7060name = "transpose"
7061version = "0.2.3"
7062source = "registry+https://github.com/rust-lang/crates.io-index"
7063checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
7064dependencies = [
7065 "num-integer",
7066 "strength_reduce",
7067]
7068
7069[[package]]
7070name = "triomphe"
7071version = "0.1.16"
7072source = "registry+https://github.com/rust-lang/crates.io-index"
7073checksum = "b40688ea6389c8171614b25491f71d4a27946e0c7ce2da1c6de27e25abf1a0ae"
7074
7075[[package]]
7076name = "try-lock"
7077version = "0.2.5"
7078source = "registry+https://github.com/rust-lang/crates.io-index"
7079checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
7080
7081[[package]]
7082name = "ttf-parser"
7083version = "0.25.1"
7084source = "registry+https://github.com/rust-lang/crates.io-index"
7085checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
7086
7087[[package]]
7088name = "tungstenite"
7089version = "0.28.0"
7090source = "registry+https://github.com/rust-lang/crates.io-index"
7091checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
7092dependencies = [
7093 "bytes",
7094 "data-encoding",
7095 "http",
7096 "httparse",
7097 "log",
7098 "rand 0.9.5",
7099 "rustls",
7100 "rustls-pki-types",
7101 "sha1",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7102 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7103 "utf-8",
7104]
7105
7106[[package]]
7107name = "typenum"
7108version = "1.20.1"
7109source = "registry+https://github.com/rust-lang/crates.io-index"
7110checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
7111
7112[[package]]
7113name = "unicode-ident"
7114version = "1.0.24"
7115source = "registry+https://github.com/rust-lang/crates.io-index"
7116checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
7117
7118[[package]]
7119name = "unicode-segmentation"
7120version = "1.13.3"
7121source = "registry+https://github.com/rust-lang/crates.io-index"
7122checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
7123
7124[[package]]
7125name = "unicode-width"
7126version = "0.2.2"
7127source = "registry+https://github.com/rust-lang/crates.io-index"
7128checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
7129
7130[[package]]
7131name = "unicode-xid"
7132version = "0.2.6"
7133source = "registry+https://github.com/rust-lang/crates.io-index"
7134checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
7135
7136[[package]]
7137name = "universal-hash"
7138version = "0.5.1"
7139source = "registry+https://github.com/rust-lang/crates.io-index"
7140checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
7141dependencies = [
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7142 "crypto-common 0.1.6",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7143 "subtle",
7144]
7145
7146[[package]]
7147name = "unsafe-libopus"
7148version = "0.2.0"
7149source = "registry+https://github.com/rust-lang/crates.io-index"
7150checksum = "c757408e7256c910343c7b215c8c8b878948630eecc774baabcca0972376eb73"
7151dependencies = [
7152 "arrayref",
7153 "num-complex",
7154 "num-traits",
7155]
7156
7157[[package]]
7158name = "untrusted"
7159version = "0.7.1"
7160source = "registry+https://github.com/rust-lang/crates.io-index"
7161checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
7162
7163[[package]]
7164name = "untrusted"
7165version = "0.9.0"
7166source = "registry+https://github.com/rust-lang/crates.io-index"
7167checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
7168
7169[[package]]
7170name = "url"
7171version = "2.5.8"
7172source = "registry+https://github.com/rust-lang/crates.io-index"
7173checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
7174dependencies = [
7175 "form_urlencoded",
7176 "idna",
7177 "percent-encoding",
7178 "serde",
7179 "serde_derive",
7180]
7181
7182[[package]]
7183name = "urlencoding"
7184version = "2.1.3"
7185source = "registry+https://github.com/rust-lang/crates.io-index"
7186checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
7187
7188[[package]]
7189name = "utf-8"
7190version = "0.7.6"
7191source = "registry+https://github.com/rust-lang/crates.io-index"
7192checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
7193
7194[[package]]
7195name = "utf8_iter"
7196version = "1.0.4"
7197source = "registry+https://github.com/rust-lang/crates.io-index"
7198checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
7199
7200[[package]]
7201name = "utf8parse"
7202version = "0.2.2"
7203source = "registry+https://github.com/rust-lang/crates.io-index"
7204checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
7205
7206[[package]]
7207name = "uuid"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7208version = "1.24.0"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7209source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7210checksum = "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7211dependencies = [
7212 "getrandom 0.4.3",
7213 "js-sys",
7214 "wasm-bindgen",
7215]
7216
7217[[package]]
7218name = "v4l2r"
7219version = "0.0.7"
7220source = "registry+https://github.com/rust-lang/crates.io-index"
7221checksum = "2b609e6cc820e3f95dac66f8ef4efbdf1f39b8d119ec16e6476f797ec95ebaa7"
7222dependencies = [
7223 "anyhow",
7224 "bindgen 0.70.1",
7225 "bitflags 2.13.1",
7226 "enumn",
7227 "log",
7228 "nix 0.28.0",
7229 "paste",
7230 "thiserror 1.0.69",
7231]
7232
7233[[package]]
7234name = "valuable"
7235version = "0.1.1"
7236source = "registry+https://github.com/rust-lang/crates.io-index"
7237checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
7238
7239[[package]]
7240name = "vergen"
7241version = "9.1.0"
7242source = "registry+https://github.com/rust-lang/crates.io-index"
7243checksum = "b849a1f6d8639e8de261e81ee0fc881e3e3620db1af9f2e0da015d4382ceaf75"
7244dependencies = [
7245 "anyhow",
7246 "derive_builder",
7247 "rustversion",
7248 "vergen-lib 9.1.0",
7249]
7250
7251[[package]]
7252name = "vergen-gitcl"
7253version = "1.0.8"
7254source = "registry+https://github.com/rust-lang/crates.io-index"
7255checksum = "b9dfc1de6eb2e08a4ddf152f1b179529638bedc0ea95e6d667c014506377aefe"
7256dependencies = [
7257 "anyhow",
7258 "derive_builder",
7259 "rustversion",
7260 "time",
7261 "vergen",
7262 "vergen-lib 0.1.6",
7263]
7264
7265[[package]]
7266name = "vergen-lib"
7267version = "0.1.6"
7268source = "registry+https://github.com/rust-lang/crates.io-index"
7269checksum = "9b07e6010c0f3e59fcb164e0163834597da68d1f864e2b8ca49f74de01e9c166"
7270dependencies = [
7271 "anyhow",
7272 "derive_builder",
7273 "rustversion",
7274]
7275
7276[[package]]
7277name = "vergen-lib"
7278version = "9.1.0"
7279source = "registry+https://github.com/rust-lang/crates.io-index"
7280checksum = "b34a29ba7e9c59e62f229ae1932fb1b8fb8a6fdcc99215a641913f5f5a59a569"
7281dependencies = [
7282 "anyhow",
7283 "derive_builder",
7284 "rustversion",
7285]
7286
7287[[package]]
7288name = "version-compare"
7289version = "0.2.1"
7290source = "registry+https://github.com/rust-lang/crates.io-index"
7291checksum = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e"
7292
7293[[package]]
7294name = "version_check"
7295version = "0.9.5"
7296source = "registry+https://github.com/rust-lang/crates.io-index"
7297checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
7298
7299[[package]]
7300name = "visibility"
7301version = "0.1.1"
7302source = "registry+https://github.com/rust-lang/crates.io-index"
7303checksum = "d674d135b4a8c1d7e813e2f8d1c9a58308aee4a680323066025e53132218bd91"
7304dependencies = [
7305 "proc-macro2",
7306 "quote",
7307 "syn 2.0.119",
7308]
7309
7310[[package]]
7311name = "walkdir"
7312version = "2.5.0"
7313source = "registry+https://github.com/rust-lang/crates.io-index"
7314checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
7315dependencies = [
7316 "same-file",
7317 "winapi-util",
7318]
7319
7320[[package]]
7321name = "want"
7322version = "0.3.1"
7323source = "registry+https://github.com/rust-lang/crates.io-index"
7324checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
7325dependencies = [
7326 "try-lock",
7327]
7328
7329[[package]]
7330name = "wasi"
7331version = "0.11.1+wasi-snapshot-preview1"
7332source = "registry+https://github.com/rust-lang/crates.io-index"
7333checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
7334
7335[[package]]
7336name = "wasip2"
7337version = "1.0.4+wasi-0.2.12"
7338source = "registry+https://github.com/rust-lang/crates.io-index"
7339checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
7340dependencies = [
7341 "wit-bindgen",
7342]
7343
7344[[package]]
7345name = "wasm-bindgen"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7346version = "0.2.126"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7347source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7348checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7349dependencies = [
7350 "cfg-if",
7351 "once_cell",
7352 "rustversion",
7353 "wasm-bindgen-macro",
7354 "wasm-bindgen-shared",
7355]
7356
7357[[package]]
7358name = "wasm-bindgen-futures"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7359version = "0.4.76"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7360source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7361checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7362dependencies = [
7363 "js-sys",
7364 "wasm-bindgen",
7365]
7366
7367[[package]]
7368name = "wasm-bindgen-macro"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7369version = "0.2.126"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7370source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7371checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7372dependencies = [
7373 "quote",
7374 "wasm-bindgen-macro-support",
7375]
7376
7377[[package]]
7378name = "wasm-bindgen-macro-support"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7379version = "0.2.126"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7380source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7381checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7382dependencies = [
7383 "bumpalo",
7384 "proc-macro2",
7385 "quote",
7386 "syn 2.0.119",
7387 "wasm-bindgen-shared",
7388]
7389
7390[[package]]
7391name = "wasm-bindgen-shared"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7392version = "0.2.126"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7393source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7394checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7395dependencies = [
7396 "unicode-ident",
7397]
7398
7399[[package]]
7400name = "wasm-streams"
7401version = "0.5.0"
7402source = "registry+https://github.com/rust-lang/crates.io-index"
7403checksum = "9d1ec4f6517c9e11ae630e200b2b65d193279042e28edd4a2cda233e46670bbb"
7404dependencies = [
7405 "futures-util",
7406 "js-sys",
7407 "wasm-bindgen",
7408 "wasm-bindgen-futures",
7409 "web-sys",
7410]
7411
7412[[package]]
7413name = "wasmtimer"
7414version = "0.4.3"
7415source = "registry+https://github.com/rust-lang/crates.io-index"
7416checksum = "1c598d6b99ea013e35844697fc4670d08339d5cda15588f193c6beedd12f644b"
7417dependencies = [
7418 "futures",
7419 "js-sys",
7420 "parking_lot",
7421 "pin-utils",
7422 "wasm-bindgen",
7423]
7424
7425[[package]]
7426name = "wayland-backend"
7427version = "0.3.17"
7428source = "registry+https://github.com/rust-lang/crates.io-index"
7429checksum = "38a91b4eaddff87b1cd1074985e3713da4af2c49742d1b356b2c01670a67a078"
7430dependencies = [
7431 "cc",
7432 "downcast-rs",
7433 "rustix 1.1.4",
7434 "scoped-tls",
7435 "smallvec",
7436 "wayland-sys",
7437]
7438
7439[[package]]
7440name = "wayland-client"
7441version = "0.31.15"
7442source = "registry+https://github.com/rust-lang/crates.io-index"
7443checksum = "e3c36a0f861ad76d0901f2800b46321410d9f73f2ea88aac0650d86c32688073"
7444dependencies = [
7445 "bitflags 2.13.1",
7446 "rustix 1.1.4",
7447 "wayland-backend",
7448 "wayland-scanner",
7449]
7450
7451[[package]]
7452name = "wayland-csd-frame"
7453version = "0.3.0"
7454source = "registry+https://github.com/rust-lang/crates.io-index"
7455checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
7456dependencies = [
7457 "bitflags 2.13.1",
7458 "cursor-icon",
7459 "wayland-backend",
7460]
7461
7462[[package]]
7463name = "wayland-cursor"
7464version = "0.31.14"
7465source = "registry+https://github.com/rust-lang/crates.io-index"
7466checksum = "4a52d18780be9b1314328a3de5f930b73d2200112e3849ca6cb11822793fb34d"
7467dependencies = [
7468 "rustix 1.1.4",
7469 "wayland-client",
7470 "xcursor",
7471]
7472
7473[[package]]
7474name = "wayland-protocols"
7475version = "0.32.13"
7476source = "registry+https://github.com/rust-lang/crates.io-index"
7477checksum = "23d0c813de3daa2ed6520af85a3bd49b0e722a3078506899aa9686fea58dc4b6"
7478dependencies = [
7479 "bitflags 2.13.1",
7480 "wayland-backend",
7481 "wayland-client",
7482 "wayland-scanner",
7483]
7484
7485[[package]]
7486name = "wayland-protocols-experimental"
7487version = "20250721.0.1"
7488source = "registry+https://github.com/rust-lang/crates.io-index"
7489checksum = "40a1f863128dcaaec790d7b4b396cc9b9a7a079e878e18c47e6c2d2c5a8dcbb1"
7490dependencies = [
7491 "bitflags 2.13.1",
7492 "wayland-backend",
7493 "wayland-client",
7494 "wayland-protocols",
7495 "wayland-scanner",
7496]
7497
7498[[package]]
7499name = "wayland-protocols-misc"
7500version = "0.3.12"
7501source = "registry+https://github.com/rust-lang/crates.io-index"
7502checksum = "6e9567599ef23e09b8dad6e429e5738d4509dfc46b3b21f32841a304d16b29c8"
7503dependencies = [
7504 "bitflags 2.13.1",
7505 "wayland-backend",
7506 "wayland-client",
7507 "wayland-protocols",
7508 "wayland-scanner",
7509]
7510
7511[[package]]
7512name = "wayland-protocols-plasma"
7513version = "0.3.12"
7514source = "registry+https://github.com/rust-lang/crates.io-index"
7515checksum = "2b6d8cf1eb2c1c31ed1f5643c88a6e53538129d4af80030c8cabd1f9fa884d91"
7516dependencies = [
7517 "bitflags 2.13.1",
7518 "wayland-backend",
7519 "wayland-client",
7520 "wayland-protocols",
7521 "wayland-scanner",
7522]
7523
7524[[package]]
7525name = "wayland-protocols-wlr"
7526version = "0.3.12"
7527source = "registry+https://github.com/rust-lang/crates.io-index"
7528checksum = "eb04e52f7836d7c7976c78ca0250d61e33873c34156a2a1fc9474828ec268234"
7529dependencies = [
7530 "bitflags 2.13.1",
7531 "wayland-backend",
7532 "wayland-client",
7533 "wayland-protocols",
7534 "wayland-scanner",
7535]
7536
7537[[package]]
7538name = "wayland-scanner"
7539version = "0.31.11"
7540source = "registry+https://github.com/rust-lang/crates.io-index"
7541checksum = "338e30461b3a2b67d70eb30a6d89f8e0c93a833e07d2ae89085cd070c4a00ac0"
7542dependencies = [
7543 "proc-macro2",
7544 "quick-xml",
7545 "quote",
7546]
7547
7548[[package]]
7549name = "wayland-sys"
7550version = "0.31.11"
7551source = "registry+https://github.com/rust-lang/crates.io-index"
7552checksum = "d8eab23fefc9e41f8e841df4a9c707e8a8c4ed26e944ef69297184de2785e3be"
7553dependencies = [
7554 "dlib",
7555 "log",
7556 "once_cell",
7557 "pkg-config",
7558]
7559
7560[[package]]
7561name = "web-async"
7562version = "0.1.5"
7563source = "registry+https://github.com/rust-lang/crates.io-index"
7564checksum = "1ba1426dcf56093a94d9415ba4c016e45c1323679501e7309f1919ab32f08206"
7565dependencies = [
7566 "tokio",
7567 "tracing",
7568 "wasm-bindgen-futures",
7569 "wasmtimer",
7570]
7571
7572[[package]]
7573name = "web-sys"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7574version = "0.3.103"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7575source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7576checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7577dependencies = [
7578 "js-sys",
7579 "wasm-bindgen",
7580]
7581
7582[[package]]
7583name = "web-time"
7584version = "1.1.0"
7585source = "registry+https://github.com/rust-lang/crates.io-index"
7586checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
7587dependencies = [
7588 "js-sys",
7589 "wasm-bindgen",
7590]
7591
7592[[package]]
7593name = "web-transport-iroh"
7594version = "0.2.2"
7595source = "git+https://github.com/Frando/web-transport?rev=f7a523f1#f7a523f13f15c1568107a24b86a29929834b06bf"
7596dependencies = [
7597 "bytes",
7598 "http",
7599 "iroh",
7600 "n0-error",
7601 "n0-future",
7602 "tokio",
7603 "tracing",
7604 "url",
7605 "web-transport-proto",
7606 "web-transport-trait",
7607]
7608
7609[[package]]
7610name = "web-transport-noq"
7611version = "0.0.3"
7612source = "git+https://github.com/Frando/web-transport?rev=f7a523f1#f7a523f13f15c1568107a24b86a29929834b06bf"
7613dependencies = [
7614 "bytes",
7615 "futures",
7616 "http",
7617 "noq",
7618 "rustls",
7619 "rustls-native-certs",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7620 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7621 "tokio",
7622 "tracing",
7623 "url",
7624 "web-transport-proto",
7625 "web-transport-trait",
7626]
7627
7628[[package]]
7629name = "web-transport-proto"
7630version = "0.6.0"
7631source = "git+https://github.com/Frando/web-transport?rev=f7a523f1#f7a523f13f15c1568107a24b86a29929834b06bf"
7632dependencies = [
7633 "bytes",
7634 "http",
7635 "sfv",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7636 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7637 "tokio",
7638 "url",
7639]
7640
7641[[package]]
7642name = "web-transport-trait"
7643version = "0.3.4"
7644source = "git+https://github.com/Frando/web-transport?rev=f7a523f1#f7a523f13f15c1568107a24b86a29929834b06bf"
7645dependencies = [
7646 "bytes",
7647]
7648
7649[[package]]
7650name = "webbrowser"
7651version = "1.2.4"
7652source = "registry+https://github.com/rust-lang/crates.io-index"
7653checksum = "62c35be770821a214dbc362fc26908c853e776c0004294d0b10b8a6bad582f94"
7654dependencies = [
7655 "jni 0.22.4",
7656 "log",
7657 "ndk-context",
7658 "objc2 0.6.4",
7659 "objc2-app-kit 0.3.2",
7660 "objc2-foundation 0.3.2",
7661 "url",
7662 "web-sys",
7663]
7664
7665[[package]]
7666name = "webpki-root-certs"
7667version = "1.0.9"
7668source = "registry+https://github.com/rust-lang/crates.io-index"
7669checksum = "b96554aa2acc8ccdb7e1c9a58a7a68dd5d13bccc69cd124cb09406db612a1c9b"
7670dependencies = [
7671 "rustls-pki-types",
7672]
7673
7674[[package]]
7675name = "webpki-roots"
7676version = "1.0.9"
7677source = "registry+https://github.com/rust-lang/crates.io-index"
7678checksum = "7dcd9d09a39985f5344844e66b0c530a33843579125f23e21e9f0f220850f22a"
7679dependencies = [
7680 "rustls-pki-types",
7681]
7682
7683[[package]]
7684name = "weezl"
7685version = "0.1.12"
7686source = "registry+https://github.com/rust-lang/crates.io-index"
7687checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88"
7688
7689[[package]]
7690name = "wide"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7691version = "1.5.0"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7692source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7693checksum = "dfdfe6a32973f2d1b268b8895845a8a96cac2f0191e72c27cc929036060dbf89"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7694dependencies = [
7695 "bytemuck",
7696 "safe_arch",
7697]
7698
7699[[package]]
7700name = "widestring"
7701version = "1.2.1"
7702source = "registry+https://github.com/rust-lang/crates.io-index"
7703checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
7704
7705[[package]]
7706name = "winapi"
7707version = "0.3.9"
7708source = "registry+https://github.com/rust-lang/crates.io-index"
7709checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
7710dependencies = [
7711 "winapi-i686-pc-windows-gnu",
7712 "winapi-x86_64-pc-windows-gnu",
7713]
7714
7715[[package]]
7716name = "winapi-i686-pc-windows-gnu"
7717version = "0.4.0"
7718source = "registry+https://github.com/rust-lang/crates.io-index"
7719checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
7720
7721[[package]]
7722name = "winapi-util"
7723version = "0.1.11"
7724source = "registry+https://github.com/rust-lang/crates.io-index"
7725checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
7726dependencies = [
7727 "windows-sys 0.61.2",
7728]
7729
7730[[package]]
7731name = "winapi-x86_64-pc-windows-gnu"
7732version = "0.4.0"
7733source = "registry+https://github.com/rust-lang/crates.io-index"
7734checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
7735
7736[[package]]
7737name = "windowfunctions"
7738version = "0.1.1"
7739source = "registry+https://github.com/rust-lang/crates.io-index"
7740checksum = "90628d739333b7c5d2ee0b70210b97b8cddc38440c682c96fd9e2c24c2db5f3a"
7741dependencies = [
7742 "num-traits",
7743]
7744
7745[[package]]
7746name = "windows"
7747version = "0.62.2"
7748source = "registry+https://github.com/rust-lang/crates.io-index"
7749checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
7750dependencies = [
7751 "windows-collections",
7752 "windows-core",
7753 "windows-future",
7754 "windows-numerics",
7755]
7756
7757[[package]]
7758name = "windows-collections"
7759version = "0.3.2"
7760source = "registry+https://github.com/rust-lang/crates.io-index"
7761checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
7762dependencies = [
7763 "windows-core",
7764]
7765
7766[[package]]
7767name = "windows-core"
7768version = "0.62.2"
7769source = "registry+https://github.com/rust-lang/crates.io-index"
7770checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
7771dependencies = [
7772 "windows-implement",
7773 "windows-interface",
7774 "windows-link",
7775 "windows-result",
7776 "windows-strings",
7777]
7778
7779[[package]]
7780name = "windows-future"
7781version = "0.3.2"
7782source = "registry+https://github.com/rust-lang/crates.io-index"
7783checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
7784dependencies = [
7785 "windows-core",
7786 "windows-link",
7787 "windows-threading",
7788]
7789
7790[[package]]
7791name = "windows-implement"
7792version = "0.60.2"
7793source = "registry+https://github.com/rust-lang/crates.io-index"
7794checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
7795dependencies = [
7796 "proc-macro2",
7797 "quote",
7798 "syn 2.0.119",
7799]
7800
7801[[package]]
7802name = "windows-interface"
7803version = "0.59.3"
7804source = "registry+https://github.com/rust-lang/crates.io-index"
7805checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
7806dependencies = [
7807 "proc-macro2",
7808 "quote",
7809 "syn 2.0.119",
7810]
7811
7812[[package]]
7813name = "windows-link"
7814version = "0.2.1"
7815source = "registry+https://github.com/rust-lang/crates.io-index"
7816checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
7817
7818[[package]]
7819name = "windows-numerics"
7820version = "0.3.1"
7821source = "registry+https://github.com/rust-lang/crates.io-index"
7822checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
7823dependencies = [
7824 "windows-core",
7825 "windows-link",
7826]
7827
7828[[package]]
7829name = "windows-registry"
7830version = "0.6.1"
7831source = "registry+https://github.com/rust-lang/crates.io-index"
7832checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
7833dependencies = [
7834 "windows-link",
7835 "windows-result",
7836 "windows-strings",
7837]
7838
7839[[package]]
7840name = "windows-result"
7841version = "0.4.1"
7842source = "registry+https://github.com/rust-lang/crates.io-index"
7843checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
7844dependencies = [
7845 "windows-link",
7846]
7847
7848[[package]]
7849name = "windows-strings"
7850version = "0.5.1"
7851source = "registry+https://github.com/rust-lang/crates.io-index"
7852checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
7853dependencies = [
7854 "windows-link",
7855]
7856
7857[[package]]
7858name = "windows-sys"
7859version = "0.45.0"
7860source = "registry+https://github.com/rust-lang/crates.io-index"
7861checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
7862dependencies = [
7863 "windows-targets 0.42.2",
7864]
7865
7866[[package]]
7867name = "windows-sys"
7868version = "0.52.0"
7869source = "registry+https://github.com/rust-lang/crates.io-index"
7870checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
7871dependencies = [
7872 "windows-targets 0.52.6",
7873]
7874
7875[[package]]
7876name = "windows-sys"
7877version = "0.59.0"
7878source = "registry+https://github.com/rust-lang/crates.io-index"
7879checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
7880dependencies = [
7881 "windows-targets 0.52.6",
7882]
7883
7884[[package]]
7885name = "windows-sys"
7886version = "0.61.2"
7887source = "registry+https://github.com/rust-lang/crates.io-index"
7888checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
7889dependencies = [
7890 "windows-link",
7891]
7892
7893[[package]]
7894name = "windows-targets"
7895version = "0.42.2"
7896source = "registry+https://github.com/rust-lang/crates.io-index"
7897checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
7898dependencies = [
7899 "windows_aarch64_gnullvm 0.42.2",
7900 "windows_aarch64_msvc 0.42.2",
7901 "windows_i686_gnu 0.42.2",
7902 "windows_i686_msvc 0.42.2",
7903 "windows_x86_64_gnu 0.42.2",
7904 "windows_x86_64_gnullvm 0.42.2",
7905 "windows_x86_64_msvc 0.42.2",
7906]
7907
7908[[package]]
7909name = "windows-targets"
7910version = "0.52.6"
7911source = "registry+https://github.com/rust-lang/crates.io-index"
7912checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
7913dependencies = [
7914 "windows_aarch64_gnullvm 0.52.6",
7915 "windows_aarch64_msvc 0.52.6",
7916 "windows_i686_gnu 0.52.6",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7917 "windows_i686_gnullvm",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7918 "windows_i686_msvc 0.52.6",
7919 "windows_x86_64_gnu 0.52.6",
7920 "windows_x86_64_gnullvm 0.52.6",
7921 "windows_x86_64_msvc 0.52.6",
7922]
7923
7924[[package]]
7925name = "windows-threading"
7926version = "0.2.1"
7927source = "registry+https://github.com/rust-lang/crates.io-index"
7928checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
7929dependencies = [
7930 "windows-link",
7931]
7932
7933[[package]]
7934name = "windows_aarch64_gnullvm"
7935version = "0.42.2"
7936source = "registry+https://github.com/rust-lang/crates.io-index"
7937checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
7938
7939[[package]]
7940name = "windows_aarch64_gnullvm"
7941version = "0.52.6"
7942source = "registry+https://github.com/rust-lang/crates.io-index"
7943checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
7944
7945[[package]]
7946name = "windows_aarch64_msvc"
7947version = "0.42.2"
7948source = "registry+https://github.com/rust-lang/crates.io-index"
7949checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
7950
7951[[package]]
7952name = "windows_aarch64_msvc"
7953version = "0.52.6"
7954source = "registry+https://github.com/rust-lang/crates.io-index"
7955checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
7956
7957[[package]]
7958name = "windows_i686_gnu"
7959version = "0.42.2"
7960source = "registry+https://github.com/rust-lang/crates.io-index"
7961checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
7962
7963[[package]]
7964name = "windows_i686_gnu"
7965version = "0.52.6"
7966source = "registry+https://github.com/rust-lang/crates.io-index"
7967checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
7968
7969[[package]]
7970name = "windows_i686_gnullvm"
7971version = "0.52.6"
7972source = "registry+https://github.com/rust-lang/crates.io-index"
7973checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
7974
7975[[package]]
7976name = "windows_i686_msvc"
7977version = "0.42.2"
7978source = "registry+https://github.com/rust-lang/crates.io-index"
7979checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
7980
7981[[package]]
7982name = "windows_i686_msvc"
7983version = "0.52.6"
7984source = "registry+https://github.com/rust-lang/crates.io-index"
7985checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
7986
7987[[package]]
7988name = "windows_x86_64_gnu"
7989version = "0.42.2"
7990source = "registry+https://github.com/rust-lang/crates.io-index"
7991checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
7992
7993[[package]]
7994name = "windows_x86_64_gnu"
7995version = "0.52.6"
7996source = "registry+https://github.com/rust-lang/crates.io-index"
7997checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
7998
7999[[package]]
8000name = "windows_x86_64_gnullvm"
8001version = "0.42.2"
8002source = "registry+https://github.com/rust-lang/crates.io-index"
8003checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
8004
8005[[package]]
8006name = "windows_x86_64_gnullvm"
8007version = "0.52.6"
8008source = "registry+https://github.com/rust-lang/crates.io-index"
8009checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
8010
8011[[package]]
8012name = "windows_x86_64_msvc"
8013version = "0.42.2"
8014source = "registry+https://github.com/rust-lang/crates.io-index"
8015checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
8016
8017[[package]]
8018name = "windows_x86_64_msvc"
8019version = "0.52.6"
8020source = "registry+https://github.com/rust-lang/crates.io-index"
8021checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
8022
8023[[package]]
8024name = "winit"
8025version = "0.30.13"
8026source = "registry+https://github.com/rust-lang/crates.io-index"
8027checksum = "a6755fa58a9f8350bd1e472d4c3fcc25f824ec358933bba33306d0b63df5978d"
8028dependencies = [
8029 "ahash",
8030 "android-activity",
8031 "atomic-waker",
8032 "bitflags 2.13.1",
8033 "block2 0.5.1",
8034 "bytemuck",
8035 "calloop 0.13.0",
8036 "cfg_aliases 0.2.2",
8037 "concurrent-queue",
8038 "core-foundation 0.9.4",
8039 "core-graphics",
8040 "cursor-icon",
8041 "dpi",
8042 "js-sys",
8043 "libc",
8044 "memmap2",
8045 "ndk",
8046 "objc2 0.5.2",
8047 "objc2-app-kit 0.2.2",
8048 "objc2-foundation 0.2.2",
8049 "objc2-ui-kit",
8050 "orbclient",
8051 "percent-encoding",
8052 "pin-project",
8053 "raw-window-handle",
8054 "redox_syscall 0.4.1",
8055 "rustix 0.38.44",
8056 "sctk-adwaita",
8057 "smithay-client-toolkit 0.19.2",
8058 "smol_str",
8059 "tracing",
8060 "unicode-segmentation",
8061 "wasm-bindgen",
8062 "wasm-bindgen-futures",
8063 "wayland-backend",
8064 "wayland-client",
8065 "wayland-protocols",
8066 "wayland-protocols-plasma",
8067 "web-sys",
8068 "web-time",
8069 "windows-sys 0.52.0",
8070 "x11-dl",
8071 "x11rb",
8072 "xkbcommon-dl",
8073]
8074
8075[[package]]
8076name = "winnow"
8077version = "1.0.4"
8078source = "registry+https://github.com/rust-lang/crates.io-index"
8079checksum = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81"
8080dependencies = [
8081 "memchr",
8082]
8083
8084[[package]]
8085name = "wit-bindgen"
8086version = "0.57.1"
8087source = "registry+https://github.com/rust-lang/crates.io-index"
8088checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
8089
8090[[package]]
8091name = "wmi"
8092version = "0.18.4"
8093source = "registry+https://github.com/rust-lang/crates.io-index"
8094checksum = "7c81b85c57a57500e56669586496bf2abd5cf082b9d32995251185d105208b64"
8095dependencies = [
8096 "chrono",
8097 "futures",
8098 "log",
8099 "serde",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8100 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8101 "windows",
8102 "windows-core",
8103]
8104
8105[[package]]
8106name = "writeable"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8107version = "0.6.3"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8108source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8109checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8110
8111[[package]]
8112name = "ws_stream_wasm"
8113version = "0.7.5"
8114source = "registry+https://github.com/rust-lang/crates.io-index"
8115checksum = "6c173014acad22e83f16403ee360115b38846fe754e735c5d9d3803fe70c6abc"
8116dependencies = [
8117 "async_io_stream",
8118 "futures",
8119 "js-sys",
8120 "log",
8121 "pharos",
8122 "rustc_version",
8123 "send_wrapper",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8124 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8125 "wasm-bindgen",
8126 "wasm-bindgen-futures",
8127 "web-sys",
8128]
8129
8130[[package]]
8131name = "x11-dl"
8132version = "2.21.0"
8133source = "registry+https://github.com/rust-lang/crates.io-index"
8134checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
8135dependencies = [
8136 "libc",
8137 "once_cell",
8138 "pkg-config",
8139]
8140
8141[[package]]
8142name = "x11rb"
8143version = "0.13.2"
8144source = "registry+https://github.com/rust-lang/crates.io-index"
8145checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
8146dependencies = [
8147 "as-raw-xcb-connection",
8148 "gethostname",
8149 "libc",
8150 "libloading 0.8.9",
8151 "once_cell",
8152 "rustix 1.1.4",
8153 "x11rb-protocol",
8154]
8155
8156[[package]]
8157name = "x11rb-protocol"
8158version = "0.13.2"
8159source = "registry+https://github.com/rust-lang/crates.io-index"
8160checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
8161
8162[[package]]
8163name = "x509-parser"
8164version = "0.18.1"
8165source = "registry+https://github.com/rust-lang/crates.io-index"
8166checksum = "d43b0f71ce057da06bc0851b23ee24f3f86190b07203dd8f567d0b706a185202"
8167dependencies = [
8168 "asn1-rs",
8169 "aws-lc-rs",
8170 "data-encoding",
8171 "der-parser",
8172 "lazy_static",
8173 "nom 7.1.3",
8174 "oid-registry",
8175 "rusticata-macros",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8176 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8177 "time",
8178]
8179
8180[[package]]
8181name = "xcursor"
8182version = "0.3.11"
8183source = "registry+https://github.com/rust-lang/crates.io-index"
8184checksum = "163b33ed8786455e2fa5d72f554057ce3f3182425434f756cd39c99839d88e23"
8185
8186[[package]]
8187name = "xkbcommon-dl"
8188version = "0.4.2"
8189source = "registry+https://github.com/rust-lang/crates.io-index"
8190checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5"
8191dependencies = [
8192 "bitflags 2.13.1",
8193 "dlib",
8194 "log",
8195 "once_cell",
8196 "xkeysym",
8197]
8198
8199[[package]]
8200name = "xkeysym"
8201version = "0.2.1"
8202source = "registry+https://github.com/rust-lang/crates.io-index"
8203checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
8204
8205[[package]]
8206name = "xml-rs"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8207version = "0.8.28"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8208source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8209checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8210
8211[[package]]
8212name = "xmltree"
8213version = "0.10.3"
8214source = "registry+https://github.com/rust-lang/crates.io-index"
8215checksum = "d7d8a75eaf6557bb84a65ace8609883db44a29951042ada9b393151532e41fcb"
8216dependencies = [
8217 "xml-rs",
8218]
8219
8220[[package]]
8221name = "yasna"
8222version = "0.6.0"
8223source = "registry+https://github.com/rust-lang/crates.io-index"
8224checksum = "b5f6765e852b9b4dc8e2a76843e4d64d1cea8e79bcde0b6901aea8e7c7f08282"
8225dependencies = [
8226 "bit-vec",
8227 "time",
8228]
8229
8230[[package]]
8231name = "yoke"
8232version = "0.8.3"
8233source = "registry+https://github.com/rust-lang/crates.io-index"
8234checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
8235dependencies = [
8236 "stable_deref_trait",
8237 "yoke-derive",
8238 "zerofrom",
8239]
8240
8241[[package]]
8242name = "yoke-derive"
8243version = "0.8.2"
8244source = "registry+https://github.com/rust-lang/crates.io-index"
8245checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
8246dependencies = [
8247 "proc-macro2",
8248 "quote",
8249 "syn 2.0.119",
8250 "synstructure",
8251]
8252
8253[[package]]
8254name = "yuv"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8255version = "0.8.16"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8256source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8257checksum = "5d85a782d94ee43f078bcfd6fa82d4e6a5b2d1cfbbad168e4df5a9f7b39ef48c"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8258dependencies = [
8259 "num-traits",
8260]
8261
8262[[package]]
8263name = "z32"
8264version = "1.3.0"
8265source = "registry+https://github.com/rust-lang/crates.io-index"
8266checksum = "2164e798d9e3d84ee2c91139ace54638059a3b23e361f5c11781c2c6459bde0f"
8267
8268[[package]]
8269name = "zerocopy"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8270version = "0.8.55"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8271source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8272checksum = "b5a105cd7b140f6eeec8acff2ea38135d3cab283ada58540f629fe51e46696eb"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8273dependencies = [
8274 "zerocopy-derive",
8275]
8276
8277[[package]]
8278name = "zerocopy-derive"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8279version = "0.8.55"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8280source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8281checksum = "0fe976fb70c78cd64cccfe3a6fc142244e8a77b70959b30faf9d0ac37ee228eb"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8282dependencies = [
8283 "proc-macro2",
8284 "quote",
8285 "syn 2.0.119",
8286]
8287
8288[[package]]
8289name = "zerofrom"
8290version = "0.1.8"
8291source = "registry+https://github.com/rust-lang/crates.io-index"
8292checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
8293dependencies = [
8294 "zerofrom-derive",
8295]
8296
8297[[package]]
8298name = "zerofrom-derive"
8299version = "0.1.7"
8300source = "registry+https://github.com/rust-lang/crates.io-index"
8301checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
8302dependencies = [
8303 "proc-macro2",
8304 "quote",
8305 "syn 2.0.119",
8306 "synstructure",
8307]
8308
8309[[package]]
8310name = "zeroize"
8311version = "1.9.0"
8312source = "registry+https://github.com/rust-lang/crates.io-index"
8313checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
8314dependencies = [
8315 "zeroize_derive",
8316]
8317
8318[[package]]
8319name = "zeroize_derive"
8320version = "1.5.0"
8321source = "registry+https://github.com/rust-lang/crates.io-index"
8322checksum = "3c50655cbb0fe3fc43170059e702f1ce5e19b84cec58dc87b037a09935c2f328"
8323dependencies = [
8324 "proc-macro2",
8325 "quote",
8326 "syn 2.0.119",
8327]
8328
8329[[package]]
8330name = "zerotrie"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8331version = "0.2.4"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8332source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8333checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8334dependencies = [
8335 "displaydoc",
8336 "yoke",
8337 "zerofrom",
8338]
8339
8340[[package]]
8341name = "zerovec"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8342version = "0.11.6"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8343source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8344checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8345dependencies = [
8346 "yoke",
8347 "zerofrom",
8348 "zerovec-derive",
8349]
8350
8351[[package]]
8352name = "zerovec-derive"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8353version = "0.11.3"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8354source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8355checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8356dependencies = [
8357 "proc-macro2",
8358 "quote",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8359 "syn 2.0.119",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8360]
8361
8362[[package]]
8363name = "zip"
8364version = "2.4.2"
8365source = "registry+https://github.com/rust-lang/crates.io-index"
8366checksum = "fabe6324e908f85a1c52063ce7aa26b68dcb7eb6dbc83a2d148403c9bc3eba50"
8367dependencies = [
8368 "arbitrary",
8369 "crc32fast",
8370 "crossbeam-utils",
8371 "displaydoc",
8372 "flate2",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8373 "indexmap 2.14.0",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8374 "memchr",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8375 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8376 "zopfli",
8377]
8378
8379[[package]]
8380name = "zlib-rs"
8381version = "0.6.7"
8382source = "registry+https://github.com/rust-lang/crates.io-index"
8383checksum = "34b31d188d9d685a4f9c7b46d6e36631b07058d2cfe190267adce54dc230bf12"
8384
8385[[package]]
8386name = "zmij"
8387version = "1.0.23"
8388source = "registry+https://github.com/rust-lang/crates.io-index"
8389checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"
8390
8391[[package]]
8392name = "zopfli"
8393version = "0.8.3"
8394source = "registry+https://github.com/rust-lang/crates.io-index"
8395checksum = "f05cd8797d63865425ff89b5c4a48804f35ba0ce8d125800027ad6017d2b5249"
8396dependencies = [
8397 "bumpalo",
8398 "crc32fast",
8399 "log",
8400 "simd-adler32",
8401]
8402
8403[[package]]
8404name = "zune-core"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8405version = "0.5.1"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8406source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8407checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8408
8409[[package]]
8410name = "zune-jpeg"
8411version = "0.5.15"
8412source = "registry+https://github.com/rust-lang/crates.io-index"
8413checksum = "27bc9d5b815bc103f142aa054f561d9187d191692ec7c2d1e2b4737f8dbd7296"
8414dependencies = [
8415 "zune-core",
8416]