nandi/jolt-nativepublic Fork 0
aabacba05769796ca2b8dde03e3f925d33ba6653
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 · 8417 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",
Give the third-party crates a platform to be Android on 0238622 nandi 19d ago3339 "jni 0.22.4",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago3340 "libc",
3341 "log",
3342 "mach2 0.5.0",
3343 "moq-lite",
3344 "moq-native",
3345 "mp4",
3346 "n0-future",
3347 "objc2 0.6.4",
3348 "objc2-audio-toolbox",
3349 "objc2-core-audio",
3350 "objc2-core-audio-types",
3351 "objc2-core-foundation",
3352 "objc2-foundation 0.3.2",
3353 "openh264",
3354 "png 0.17.16",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago3355 "rand 0.8.7",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago3356 "rustls",
3357 "tokio",
3358 "url",
3359 "urlencoding",
3360 "v4l2r",
3361 "winit",
3362 "zip",
3363]
3364
3365[[package]]
3366name = "js-sys"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago3367version = "0.3.103"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago3368source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago3369checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago3370dependencies = [
3371 "cfg-if",
3372 "futures-util",
3373 "wasm-bindgen",
3374]
3375
3376[[package]]
3377name = "khronos_api"
3378version = "3.1.0"
3379source = "registry+https://github.com/rust-lang/crates.io-index"
3380checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
3381
3382[[package]]
3383name = "lazy_static"
3384version = "1.5.0"
3385source = "registry+https://github.com/rust-lang/crates.io-index"
3386checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
3387
3388[[package]]
3389name = "libc"
3390version = "0.2.189"
3391source = "registry+https://github.com/rust-lang/crates.io-index"
3392checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
3393
3394[[package]]
3395name = "libdbus-sys"
3396version = "0.2.7"
3397source = "registry+https://github.com/rust-lang/crates.io-index"
3398checksum = "328c4789d42200f1eeec05bd86c9c13c7f091d2ba9a6ea35acdf51f31bc0f043"
3399dependencies = [
3400 "pkg-config",
3401]
3402
3403[[package]]
3404name = "libloading"
3405version = "0.7.4"
3406source = "registry+https://github.com/rust-lang/crates.io-index"
3407checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
3408dependencies = [
3409 "cfg-if",
3410 "winapi",
3411]
3412
3413[[package]]
3414name = "libloading"
3415version = "0.8.9"
3416source = "registry+https://github.com/rust-lang/crates.io-index"
3417checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
3418dependencies = [
3419 "cfg-if",
3420 "windows-link",
3421]
3422
3423[[package]]
3424name = "libm"
3425version = "0.2.16"
3426source = "registry+https://github.com/rust-lang/crates.io-index"
3427checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
3428
3429[[package]]
3430name = "libredox"
3431version = "0.1.21"
3432source = "registry+https://github.com/rust-lang/crates.io-index"
3433checksum = "d7955dfc218a8afb29dfeffd540e3a6e96baeb94fe7138228dd7cc6937fbbf96"
3434dependencies = [
3435 "bitflags 2.13.1",
3436 "libc",
3437 "plain",
3438 "redox_syscall 0.9.3",
3439]
3440
3441[[package]]
3442name = "libspa"
3443version = "0.9.2"
3444source = "registry+https://github.com/rust-lang/crates.io-index"
3445checksum = "b6b8cfa2a7656627b4c92c6b9ef929433acd673d5ab3708cda1b18478ac00df4"
3446dependencies = [
3447 "bitflags 2.13.1",
3448 "cc",
3449 "convert_case 0.8.0",
3450 "cookie-factory",
3451 "libc",
3452 "libspa-sys",
3453 "nix 0.30.1",
3454 "nom 8.0.0",
3455 "system-deps",
3456]
3457
3458[[package]]
3459name = "libspa-sys"
3460version = "0.9.2"
3461source = "registry+https://github.com/rust-lang/crates.io-index"
3462checksum = "901049455d2eb6decf9058235d745237952f4804bc584c5fcb41412e6adcc6e0"
3463dependencies = [
3464 "bindgen 0.72.1",
3465 "cc",
3466 "system-deps",
3467]
3468
3469[[package]]
3470name = "linux-raw-sys"
3471version = "0.4.15"
3472source = "registry+https://github.com/rust-lang/crates.io-index"
3473checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
3474
3475[[package]]
3476name = "linux-raw-sys"
3477version = "0.12.1"
3478source = "registry+https://github.com/rust-lang/crates.io-index"
3479checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
3480
3481[[package]]
3482name = "litemap"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago3483version = "0.8.2"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago3484source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago3485checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago3486
3487[[package]]
3488name = "litrs"
3489version = "1.0.0"
3490source = "registry+https://github.com/rust-lang/crates.io-index"
3491checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
3492
3493[[package]]
3494name = "lock_api"
3495version = "0.4.14"
3496source = "registry+https://github.com/rust-lang/crates.io-index"
3497checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
3498dependencies = [
3499 "scopeguard",
3500]
3501
3502[[package]]
3503name = "log"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago3504version = "0.4.33"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago3505source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago3506checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago3507
3508[[package]]
3509name = "loom"
3510version = "0.7.2"
3511source = "registry+https://github.com/rust-lang/crates.io-index"
3512checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
3513dependencies = [
3514 "cfg-if",
3515 "generator",
3516 "scoped-tls",
3517 "tracing",
3518 "tracing-subscriber",
3519]
3520
3521[[package]]
3522name = "lru"
3523version = "0.16.4"
3524source = "registry+https://github.com/rust-lang/crates.io-index"
3525checksum = "7f66e8d5d03f609abc3a39e6f08e4164ebf1447a732906d39eb9b99b7919ef39"
3526dependencies = [
3527 "hashbrown 0.16.1",
3528]
3529
3530[[package]]
3531name = "lru-slab"
3532version = "0.1.2"
3533source = "registry+https://github.com/rust-lang/crates.io-index"
3534checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
3535
3536[[package]]
3537name = "mac-addr"
3538version = "0.3.0"
3539source = "registry+https://github.com/rust-lang/crates.io-index"
3540checksum = "d3d25b0e0b648a86960ac23b7ad4abb9717601dec6f66c165f5b037f3f03065f"
3541
3542[[package]]
3543name = "mach2"
3544version = "0.4.3"
3545source = "registry+https://github.com/rust-lang/crates.io-index"
3546checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
3547dependencies = [
3548 "libc",
3549]
3550
3551[[package]]
3552name = "mach2"
3553version = "0.5.0"
3554source = "registry+https://github.com/rust-lang/crates.io-index"
3555checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
3556dependencies = [
3557 "libc",
3558]
3559
3560[[package]]
3561name = "matchers"
3562version = "0.2.0"
3563source = "registry+https://github.com/rust-lang/crates.io-index"
3564checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
3565dependencies = [
3566 "regex-automata",
3567]
3568
3569[[package]]
3570name = "memchr"
3571version = "2.8.3"
3572source = "registry+https://github.com/rust-lang/crates.io-index"
3573checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
3574
3575[[package]]
3576name = "memmap2"
3577version = "0.9.11"
3578source = "registry+https://github.com/rust-lang/crates.io-index"
3579checksum = "d1219ed1b7f229ee7104d281dd01d6802fe28bb6e95d292942c4daacdeb798c0"
3580dependencies = [
3581 "libc",
3582]
3583
3584[[package]]
3585name = "memoffset"
3586version = "0.9.1"
3587source = "registry+https://github.com/rust-lang/crates.io-index"
3588checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
3589dependencies = [
3590 "autocfg",
3591]
3592
3593[[package]]
3594name = "minimal-lexical"
3595version = "0.2.1"
3596source = "registry+https://github.com/rust-lang/crates.io-index"
3597checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
3598
3599[[package]]
3600name = "miniz_oxide"
3601version = "0.8.9"
3602source = "registry+https://github.com/rust-lang/crates.io-index"
3603checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
3604dependencies = [
3605 "adler2",
3606 "simd-adler32",
3607]
3608
3609[[package]]
3610name = "miniz_oxide"
3611version = "0.9.1"
3612source = "registry+https://github.com/rust-lang/crates.io-index"
3613checksum = "b63fbc4a50860e98e7b2aa7804ded1db5cbc3aff9193adaff57a6931bf7c4b4c"
3614dependencies = [
3615 "adler2",
3616 "simd-adler32",
3617]
3618
3619[[package]]
3620name = "mio"
3621version = "1.2.2"
3622source = "registry+https://github.com/rust-lang/crates.io-index"
3623checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427"
3624dependencies = [
3625 "libc",
3626 "log",
3627 "wasi",
3628 "windows-sys 0.61.2",
3629]
3630
3631[[package]]
3632name = "moka"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago3633version = "0.12.15"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago3634source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago3635checksum = "957228ad12042ee839f93c8f257b62b4c0ab5eaae1d4fa60de53b27c9d7c5046"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago3636dependencies = [
3637 "crossbeam-channel",
3638 "crossbeam-epoch",
3639 "crossbeam-utils",
3640 "equivalent",
3641 "parking_lot",
3642 "portable-atomic",
3643 "smallvec",
3644 "tagptr",
3645 "uuid",
3646]
3647
3648[[package]]
3649name = "moq-lite"
3650version = "0.15.5"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago3651source = "git+https://github.com/Frando/moq?branch=deps%2Firoh-main#53fe78d8ad05aba94d03043d8a20a2b95669baec"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago3652dependencies = [
3653 "bytes",
3654 "conducer",
3655 "futures",
3656 "num_enum",
3657 "rand 0.9.5",
3658 "serde",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago3659 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago3660 "tokio",
3661 "tracing",
3662 "web-async",
3663 "web-transport-trait",
3664]
3665
3666[[package]]
3667name = "moq-media"
3668version = "0.1.0"
3669source = "git+https://github.com/n0-computer/iroh-live?rev=edd9bcc530a615f3ab3a6919e96790a077905376#edd9bcc530a615f3ab3a6919e96790a077905376"
3670dependencies = [
3671 "anyhow",
3672 "audioadapter-buffers",
3673 "bytes",
3674 "cpal",
3675 "derive_more",
3676 "fixed-resample",
3677 "hang",
3678 "image",
3679 "moq-lite",
3680 "n0-error",
3681 "n0-future",
3682 "n0-watcher",
3683 "ringbuf",
3684 "rubato 1.0.1",
3685 "rusty-capture",
3686 "rusty-codecs",
3687 "sonora",
3688 "strum",
3689 "symphonia",
3690 "throttled-tracing",
3691 "tokio",
3692 "tokio-util",
3693 "tracing",
3694]
3695
3696[[package]]
3697name = "moq-native"
3698version = "0.13.6"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago3699source = "git+https://github.com/Frando/moq?branch=deps%2Firoh-main#53fe78d8ad05aba94d03043d8a20a2b95669baec"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago3700dependencies = [
3701 "anyhow",
3702 "clap",
3703 "futures",
3704 "hex",
3705 "humantime",
3706 "humantime-serde",
3707 "moq-lite",
3708 "parking_lot",
3709 "qmux",
3710 "quinn",
3711 "rand 0.9.5",
3712 "rcgen",
3713 "reqwest 0.12.28",
3714 "rustls",
3715 "rustls-native-certs",
3716 "rustls-pemfile",
3717 "rustls-webpki",
3718 "serde",
3719 "serde_with",
3720 "time",
3721 "tokio",
3722 "tracing",
3723 "tracing-subscriber",
3724 "url",
3725 "web-transport-noq",
3726]
3727
3728[[package]]
3729name = "moxcms"
3730version = "0.8.1"
3731source = "registry+https://github.com/rust-lang/crates.io-index"
3732checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b"
3733dependencies = [
3734 "num-traits",
3735 "pxfm",
3736]
3737
3738[[package]]
3739name = "mp4"
3740version = "0.14.0"
3741source = "registry+https://github.com/rust-lang/crates.io-index"
3742checksum = "c9ef834d5ed55e494a2ae350220314dc4aacd1c43a9498b00e320e0ea352a5c3"
3743dependencies = [
3744 "byteorder",
3745 "bytes",
3746 "num-rational",
3747 "serde",
3748 "serde_json",
3749 "thiserror 1.0.69",
3750]
3751
3752[[package]]
3753name = "n0-error"
3754version = "0.1.3"
3755source = "registry+https://github.com/rust-lang/crates.io-index"
3756checksum = "af4782b4baf92d686d161c15460c83d16ebcfd215918763903e9619842665cae"
3757dependencies = [
3758 "anyhow",
3759 "n0-error-macros",
3760 "spez",
3761]
3762
3763[[package]]
3764name = "n0-error-macros"
3765version = "0.1.3"
3766source = "registry+https://github.com/rust-lang/crates.io-index"
3767checksum = "03755949235714b2b307e5ae89dd8c1c2531fb127d9b8b7b4adf9c876cd3ed18"
3768dependencies = [
3769 "proc-macro2",
3770 "quote",
3771 "syn 2.0.119",
3772]
3773
3774[[package]]
3775name = "n0-future"
3776version = "0.3.2"
3777source = "registry+https://github.com/rust-lang/crates.io-index"
3778checksum = "e2ab99dfb861450e68853d34ae665243a88b8c493d01ba957321a1e9b2312bbe"
3779dependencies = [
3780 "cfg_aliases 0.2.2",
3781 "derive_more",
3782 "futures-buffered",
3783 "futures-lite",
3784 "futures-util",
3785 "js-sys",
3786 "pin-project",
3787 "send_wrapper",
3788 "tokio",
3789 "tokio-util",
3790 "wasm-bindgen",
3791 "wasm-bindgen-futures",
3792 "web-time",
3793]
3794
3795[[package]]
3796name = "n0-watcher"
3797version = "0.6.1"
3798source = "registry+https://github.com/rust-lang/crates.io-index"
3799checksum = "38795f7932e6e9d1c6e989270ef5b3ff24ebb910e2c9d4bed2d28d8bae3007dc"
3800dependencies = [
3801 "derive_more",
3802 "n0-error",
3803 "n0-future",
3804]
3805
3806[[package]]
3807name = "nasm-rs"
3808version = "0.3.2"
3809source = "registry+https://github.com/rust-lang/crates.io-index"
3810checksum = "706bf8a5e8c8ddb99128c3291d31bd21f4bcde17f0f4c20ec678d85c74faa149"
3811dependencies = [
3812 "log",
3813]
3814
3815[[package]]
3816name = "ndk"
3817version = "0.9.0"
3818source = "registry+https://github.com/rust-lang/crates.io-index"
3819checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
3820dependencies = [
3821 "bitflags 2.13.1",
3822 "jni-sys 0.3.1",
3823 "log",
3824 "ndk-sys",
3825 "num_enum",
3826 "raw-window-handle",
3827 "thiserror 1.0.69",
3828]
3829
3830[[package]]
3831name = "ndk-context"
3832version = "0.1.1"
3833source = "registry+https://github.com/rust-lang/crates.io-index"
3834checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
3835
3836[[package]]
3837name = "ndk-sys"
3838version = "0.6.0+11769913"
3839source = "registry+https://github.com/rust-lang/crates.io-index"
3840checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
3841dependencies = [
3842 "jni-sys 0.3.1",
3843]
3844
3845[[package]]
3846name = "netdev"
3847version = "0.40.1"
3848source = "registry+https://github.com/rust-lang/crates.io-index"
3849checksum = "1b0a0096d9613ee878dba89bbe595f079d373e3f1960d882e4f2f78ff9c30a0a"
3850dependencies = [
3851 "block2 0.6.2",
3852 "dispatch2",
3853 "dlopen2",
3854 "ipnet",
3855 "libc",
3856 "mac-addr",
3857 "netlink-packet-core",
3858 "netlink-packet-route",
3859 "netlink-sys",
3860 "objc2-core-foundation",
3861 "objc2-system-configuration",
3862 "once_cell",
3863 "plist",
3864 "windows-sys 0.59.0",
3865]
3866
3867[[package]]
3868name = "netlink-packet-core"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago3869version = "0.8.1"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago3870source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago3871checksum = "3463cbb78394cb0141e2c926b93fc2197e473394b761986eca3b9da2c63ae0f4"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago3872dependencies = [
3873 "paste",
3874]
3875
3876[[package]]
3877name = "netlink-packet-route"
3878version = "0.29.0"
3879source = "registry+https://github.com/rust-lang/crates.io-index"
3880checksum = "df9854ea6ad14e3f4698a7f03b65bce0833dd2d81d594a0e4a984170537146b6"
3881dependencies = [
3882 "bitflags 2.13.1",
3883 "libc",
3884 "log",
3885 "netlink-packet-core",
3886]
3887
3888[[package]]
3889name = "netlink-proto"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago3890version = "0.12.1"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago3891source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago3892checksum = "e6f7398dddf5f152d2a91a2921a134c6097056e292c0d4b9906007855e7cece6"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago3893dependencies = [
3894 "bytes",
3895 "futures-channel",
3896 "futures-util",
3897 "log",
3898 "netlink-packet-core",
3899 "netlink-sys",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago3900 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago3901]
3902
3903[[package]]
3904name = "netlink-sys"
3905version = "0.8.8"
3906source = "registry+https://github.com/rust-lang/crates.io-index"
3907checksum = "cd6c30ed10fa69cc491d491b85cc971f6bdeb8e7367b7cde2ee6cc878d583fae"
3908dependencies = [
3909 "bytes",
3910 "futures-util",
3911 "libc",
3912 "log",
3913 "tokio",
3914]
3915
3916[[package]]
3917name = "netwatch"
3918version = "0.15.0"
3919source = "registry+https://github.com/rust-lang/crates.io-index"
3920checksum = "3b1b27babe89ef9f2237bc6c028bea24fa84163a1b6f8f17ff93573ebd7d861f"
3921dependencies = [
3922 "atomic-waker",
3923 "bytes",
3924 "cfg_aliases 0.2.2",
3925 "derive_more",
3926 "js-sys",
3927 "libc",
3928 "n0-error",
3929 "n0-future",
3930 "n0-watcher",
3931 "netdev",
3932 "netlink-packet-core",
3933 "netlink-packet-route",
3934 "netlink-proto",
3935 "netlink-sys",
3936 "noq-udp",
3937 "objc2-core-foundation",
3938 "objc2-system-configuration",
3939 "pin-project-lite",
3940 "serde",
3941 "socket2",
3942 "time",
3943 "tokio",
3944 "tokio-util",
3945 "tracing",
3946 "web-sys",
3947 "windows",
3948 "windows-result",
3949 "wmi",
3950]
3951
3952[[package]]
3953name = "nix"
3954version = "0.28.0"
3955source = "registry+https://github.com/rust-lang/crates.io-index"
3956checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
3957dependencies = [
3958 "bitflags 2.13.1",
3959 "cfg-if",
3960 "cfg_aliases 0.1.1",
3961 "libc",
3962]
3963
3964[[package]]
3965name = "nix"
3966version = "0.30.1"
3967source = "registry+https://github.com/rust-lang/crates.io-index"
3968checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
3969dependencies = [
3970 "bitflags 2.13.1",
3971 "cfg-if",
3972 "cfg_aliases 0.2.2",
3973 "libc",
3974]
3975
3976[[package]]
3977name = "nohash-hasher"
3978version = "0.2.0"
3979source = "registry+https://github.com/rust-lang/crates.io-index"
3980checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
3981
3982[[package]]
3983name = "nom"
3984version = "7.1.3"
3985source = "registry+https://github.com/rust-lang/crates.io-index"
3986checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
3987dependencies = [
3988 "memchr",
3989 "minimal-lexical",
3990]
3991
3992[[package]]
3993name = "nom"
3994version = "8.0.0"
3995source = "registry+https://github.com/rust-lang/crates.io-index"
3996checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
3997dependencies = [
3998 "memchr",
3999]
4000
4001[[package]]
4002name = "noq"
4003version = "0.17.0"
4004source = "git+https://github.com/n0-computer/noq?rev=ab042ea7e3f7bae1e43eaba2ac9dba47ddb52e69#ab042ea7e3f7bae1e43eaba2ac9dba47ddb52e69"
4005dependencies = [
4006 "bytes",
4007 "cfg_aliases 0.2.2",
4008 "derive_more",
4009 "noq-proto",
4010 "noq-udp",
4011 "pin-project-lite",
4012 "rustc-hash 2.1.3",
4013 "rustls",
4014 "socket2",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago4015 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago4016 "tokio",
4017 "tokio-stream",
4018 "tracing",
4019 "web-time",
4020]
4021
4022[[package]]
4023name = "noq-proto"
4024version = "0.16.0"
4025source = "git+https://github.com/n0-computer/noq?rev=ab042ea7e3f7bae1e43eaba2ac9dba47ddb52e69#ab042ea7e3f7bae1e43eaba2ac9dba47ddb52e69"
4026dependencies = [
4027 "aes-gcm",
4028 "aws-lc-rs",
4029 "bytes",
4030 "derive_more",
4031 "enum-assoc",
4032 "fastbloom",
4033 "getrandom 0.4.3",
4034 "identity-hash",
4035 "lru-slab",
4036 "rand 0.10.2",
4037 "rustc-hash 2.1.3",
4038 "rustls",
4039 "rustls-pki-types",
4040 "rustls-platform-verifier 0.6.2",
4041 "slab",
4042 "sorted-index-buffer",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago4043 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago4044 "tinyvec",
4045 "tracing",
4046 "web-time",
4047]
4048
4049[[package]]
4050name = "noq-udp"
4051version = "0.9.0"
4052source = "git+https://github.com/n0-computer/noq?rev=ab042ea7e3f7bae1e43eaba2ac9dba47ddb52e69#ab042ea7e3f7bae1e43eaba2ac9dba47ddb52e69"
4053dependencies = [
4054 "cfg_aliases 0.2.2",
4055 "libc",
4056 "socket2",
4057 "tracing",
4058 "windows-sys 0.61.2",
4059]
4060
4061[[package]]
4062name = "novtb"
4063version = "0.1.13"
4064source = "registry+https://github.com/rust-lang/crates.io-index"
4065checksum = "75c0ea7569466bbce2394c0e5654b1e283c28ef7c70799e6f07b32029cca6d74"
4066dependencies = [
4067 "core_affinity",
4068]
4069
4070[[package]]
4071name = "ntimestamp"
4072version = "1.0.0"
4073source = "registry+https://github.com/rust-lang/crates.io-index"
4074checksum = "c50f94c405726d3e0095e89e72f75ce7f6587b94a8bd8dc8054b73f65c0fd68c"
4075dependencies = [
4076 "base32",
4077 "document-features",
4078 "getrandom 0.2.17",
4079 "httpdate",
4080 "js-sys",
4081 "once_cell",
4082 "serde",
4083]
4084
4085[[package]]
4086name = "nu-ansi-term"
4087version = "0.50.3"
4088source = "registry+https://github.com/rust-lang/crates.io-index"
4089checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
4090dependencies = [
4091 "windows-sys 0.61.2",
4092]
4093
4094[[package]]
4095name = "num-bigint"
4096version = "0.4.8"
4097source = "registry+https://github.com/rust-lang/crates.io-index"
4098checksum = "c89e69e7e0f03bea5ef08013795c25018e101932225a656383bd384495ecc367"
4099dependencies = [
4100 "num-integer",
4101 "num-traits",
4102]
4103
4104[[package]]
4105name = "num-complex"
4106version = "0.4.6"
4107source = "registry+https://github.com/rust-lang/crates.io-index"
4108checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
4109dependencies = [
4110 "num-traits",
4111]
4112
4113[[package]]
4114name = "num-conv"
4115version = "0.2.2"
4116source = "registry+https://github.com/rust-lang/crates.io-index"
4117checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
4118
4119[[package]]
4120name = "num-derive"
4121version = "0.4.2"
4122source = "registry+https://github.com/rust-lang/crates.io-index"
4123checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
4124dependencies = [
4125 "proc-macro2",
4126 "quote",
4127 "syn 2.0.119",
4128]
4129
4130[[package]]
4131name = "num-integer"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago4132version = "0.1.46"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago4133source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago4134checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago4135dependencies = [
4136 "num-traits",
4137]
4138
4139[[package]]
4140name = "num-rational"
4141version = "0.4.2"
4142source = "registry+https://github.com/rust-lang/crates.io-index"
4143checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
4144dependencies = [
4145 "num-bigint",
4146 "num-integer",
4147 "num-traits",
4148 "serde",
4149]
4150
4151[[package]]
4152name = "num-traits"
4153version = "0.2.19"
4154source = "registry+https://github.com/rust-lang/crates.io-index"
4155checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
4156dependencies = [
4157 "autocfg",
4158]
4159
4160[[package]]
4161name = "num_cpus"
4162version = "1.17.0"
4163source = "registry+https://github.com/rust-lang/crates.io-index"
4164checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
4165dependencies = [
4166 "hermit-abi",
4167 "libc",
4168]
4169
4170[[package]]
4171name = "num_enum"
4172version = "0.7.6"
4173source = "registry+https://github.com/rust-lang/crates.io-index"
4174checksum = "5d0bca838442ec211fa11de3a8b0e0e8f3a4522575b5c4c06ed722e005036f26"
4175dependencies = [
4176 "num_enum_derive",
4177 "rustversion",
4178]
4179
4180[[package]]
4181name = "num_enum_derive"
4182version = "0.7.6"
4183source = "registry+https://github.com/rust-lang/crates.io-index"
4184checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8"
4185dependencies = [
4186 "proc-macro-crate",
4187 "proc-macro2",
4188 "quote",
4189 "syn 2.0.119",
4190]
4191
4192[[package]]
4193name = "num_threads"
4194version = "0.1.7"
4195source = "registry+https://github.com/rust-lang/crates.io-index"
4196checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
4197dependencies = [
4198 "libc",
4199]
4200
4201[[package]]
4202name = "objc-sys"
4203version = "0.3.5"
4204source = "registry+https://github.com/rust-lang/crates.io-index"
4205checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
4206
4207[[package]]
4208name = "objc2"
4209version = "0.5.2"
4210source = "registry+https://github.com/rust-lang/crates.io-index"
4211checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
4212dependencies = [
4213 "objc-sys",
4214 "objc2-encode",
4215]
4216
4217[[package]]
4218name = "objc2"
4219version = "0.6.4"
4220source = "registry+https://github.com/rust-lang/crates.io-index"
4221checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f"
4222dependencies = [
4223 "objc2-encode",
4224]
4225
4226[[package]]
4227name = "objc2-app-kit"
4228version = "0.2.2"
4229source = "registry+https://github.com/rust-lang/crates.io-index"
4230checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
4231dependencies = [
4232 "bitflags 2.13.1",
4233 "block2 0.5.1",
4234 "libc",
4235 "objc2 0.5.2",
4236 "objc2-core-data",
4237 "objc2-core-image 0.2.2",
4238 "objc2-foundation 0.2.2",
4239 "objc2-quartz-core 0.2.2",
4240]
4241
4242[[package]]
4243name = "objc2-app-kit"
4244version = "0.3.2"
4245source = "registry+https://github.com/rust-lang/crates.io-index"
4246checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c"
4247dependencies = [
4248 "bitflags 2.13.1",
4249 "objc2 0.6.4",
4250 "objc2-core-foundation",
4251 "objc2-core-graphics",
4252 "objc2-foundation 0.3.2",
4253]
4254
4255[[package]]
4256name = "objc2-audio-toolbox"
4257version = "0.3.2"
4258source = "registry+https://github.com/rust-lang/crates.io-index"
4259checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
4260dependencies = [
4261 "bitflags 2.13.1",
4262 "libc",
4263 "objc2 0.6.4",
4264 "objc2-core-audio",
4265 "objc2-core-audio-types",
4266 "objc2-core-foundation",
4267 "objc2-foundation 0.3.2",
4268]
4269
4270[[package]]
4271name = "objc2-av-foundation"
4272version = "0.3.2"
4273source = "registry+https://github.com/rust-lang/crates.io-index"
4274checksum = "478ae33fcac9df0a18db8302387c666b8ef08a3e2d62b510ca4fc278a384b6c0"
4275dependencies = [
4276 "bitflags 2.13.1",
4277 "block2 0.6.2",
4278 "dispatch2",
4279 "objc2 0.6.4",
4280 "objc2-avf-audio",
4281 "objc2-core-audio-types",
4282 "objc2-core-foundation",
4283 "objc2-core-graphics",
4284 "objc2-core-image 0.3.2",
4285 "objc2-core-video",
4286 "objc2-foundation 0.3.2",
4287 "objc2-image-io",
4288 "objc2-media-toolbox",
4289 "objc2-quartz-core 0.3.2",
4290]
4291
4292[[package]]
4293name = "objc2-avf-audio"
4294version = "0.3.2"
4295source = "registry+https://github.com/rust-lang/crates.io-index"
4296checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
4297dependencies = [
4298 "objc2 0.6.4",
4299 "objc2-foundation 0.3.2",
4300]
4301
4302[[package]]
4303name = "objc2-cloud-kit"
4304version = "0.2.2"
4305source = "registry+https://github.com/rust-lang/crates.io-index"
4306checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
4307dependencies = [
4308 "bitflags 2.13.1",
4309 "block2 0.5.1",
4310 "objc2 0.5.2",
4311 "objc2-core-location",
4312 "objc2-foundation 0.2.2",
4313]
4314
4315[[package]]
4316name = "objc2-contacts"
4317version = "0.2.2"
4318source = "registry+https://github.com/rust-lang/crates.io-index"
4319checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
4320dependencies = [
4321 "block2 0.5.1",
4322 "objc2 0.5.2",
4323 "objc2-foundation 0.2.2",
4324]
4325
4326[[package]]
4327name = "objc2-core-audio"
4328version = "0.3.2"
4329source = "registry+https://github.com/rust-lang/crates.io-index"
4330checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
4331dependencies = [
4332 "dispatch2",
4333 "objc2 0.6.4",
4334 "objc2-core-audio-types",
4335 "objc2-core-foundation",
4336 "objc2-foundation 0.3.2",
4337]
4338
4339[[package]]
4340name = "objc2-core-audio-types"
4341version = "0.3.2"
4342source = "registry+https://github.com/rust-lang/crates.io-index"
4343checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
4344dependencies = [
4345 "bitflags 2.13.1",
4346 "objc2 0.6.4",
4347]
4348
4349[[package]]
4350name = "objc2-core-data"
4351version = "0.2.2"
4352source = "registry+https://github.com/rust-lang/crates.io-index"
4353checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
4354dependencies = [
4355 "bitflags 2.13.1",
4356 "block2 0.5.1",
4357 "objc2 0.5.2",
4358 "objc2-foundation 0.2.2",
4359]
4360
4361[[package]]
4362name = "objc2-core-foundation"
4363version = "0.3.2"
4364source = "registry+https://github.com/rust-lang/crates.io-index"
4365checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
4366dependencies = [
4367 "bitflags 2.13.1",
4368 "block2 0.6.2",
4369 "dispatch2",
4370 "libc",
4371 "objc2 0.6.4",
4372]
4373
4374[[package]]
4375name = "objc2-core-graphics"
4376version = "0.3.2"
4377source = "registry+https://github.com/rust-lang/crates.io-index"
4378checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807"
4379dependencies = [
4380 "bitflags 2.13.1",
4381 "dispatch2",
4382 "objc2 0.6.4",
4383 "objc2-core-foundation",
4384 "objc2-io-surface",
4385]
4386
4387[[package]]
4388name = "objc2-core-image"
4389version = "0.2.2"
4390source = "registry+https://github.com/rust-lang/crates.io-index"
4391checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
4392dependencies = [
4393 "block2 0.5.1",
4394 "objc2 0.5.2",
4395 "objc2-foundation 0.2.2",
4396 "objc2-metal 0.2.2",
4397]
4398
4399[[package]]
4400name = "objc2-core-image"
4401version = "0.3.2"
4402source = "registry+https://github.com/rust-lang/crates.io-index"
4403checksum = "e5d563b38d2b97209f8e861173de434bd0214cf020e3423a52624cd1d989f006"
4404dependencies = [
4405 "objc2 0.6.4",
4406 "objc2-foundation 0.3.2",
4407]
4408
4409[[package]]
4410name = "objc2-core-location"
4411version = "0.2.2"
4412source = "registry+https://github.com/rust-lang/crates.io-index"
4413checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
4414dependencies = [
4415 "block2 0.5.1",
4416 "objc2 0.5.2",
4417 "objc2-contacts",
4418 "objc2-foundation 0.2.2",
4419]
4420
4421[[package]]
4422name = "objc2-core-media"
4423version = "0.3.2"
4424source = "registry+https://github.com/rust-lang/crates.io-index"
4425checksum = "05ec576860167a15dd9fce7fbee7512beb4e31f532159d3482d1f9c6caedf31d"
4426dependencies = [
4427 "bitflags 2.13.1",
4428 "block2 0.6.2",
4429 "dispatch2",
4430 "objc2 0.6.4",
4431 "objc2-core-audio",
4432 "objc2-core-audio-types",
4433 "objc2-core-foundation",
4434 "objc2-core-video",
4435]
4436
4437[[package]]
4438name = "objc2-core-video"
4439version = "0.3.2"
4440source = "registry+https://github.com/rust-lang/crates.io-index"
4441checksum = "d425caf1df73233f29fd8a5c3e5edbc30d2d4307870f802d18f00d83dc5141a6"
4442dependencies = [
4443 "bitflags 2.13.1",
4444 "block2 0.6.2",
4445 "objc2 0.6.4",
4446 "objc2-core-foundation",
4447 "objc2-core-graphics",
4448 "objc2-io-surface",
4449 "objc2-metal 0.3.2",
4450]
4451
4452[[package]]
4453name = "objc2-encode"
4454version = "4.1.0"
4455source = "registry+https://github.com/rust-lang/crates.io-index"
4456checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
4457
4458[[package]]
4459name = "objc2-foundation"
4460version = "0.2.2"
4461source = "registry+https://github.com/rust-lang/crates.io-index"
4462checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
4463dependencies = [
4464 "bitflags 2.13.1",
4465 "block2 0.5.1",
4466 "dispatch",
4467 "libc",
4468 "objc2 0.5.2",
4469]
4470
4471[[package]]
4472name = "objc2-foundation"
4473version = "0.3.2"
4474source = "registry+https://github.com/rust-lang/crates.io-index"
4475checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
4476dependencies = [
4477 "bitflags 2.13.1",
4478 "block2 0.6.2",
4479 "libc",
4480 "objc2 0.6.4",
4481 "objc2-core-foundation",
4482]
4483
4484[[package]]
4485name = "objc2-image-io"
4486version = "0.3.2"
4487source = "registry+https://github.com/rust-lang/crates.io-index"
4488checksum = "32b0446e98cf4a784cc7a0177715ff317eeaa8463841c616cfc78aa4f953c4ea"
4489dependencies = [
4490 "objc2 0.6.4",
4491 "objc2-core-foundation",
4492 "objc2-core-graphics",
4493]
4494
4495[[package]]
4496name = "objc2-io-surface"
4497version = "0.3.2"
4498source = "registry+https://github.com/rust-lang/crates.io-index"
4499checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d"
4500dependencies = [
4501 "bitflags 2.13.1",
4502 "objc2 0.6.4",
4503 "objc2-core-foundation",
4504]
4505
4506[[package]]
4507name = "objc2-link-presentation"
4508version = "0.2.2"
4509source = "registry+https://github.com/rust-lang/crates.io-index"
4510checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
4511dependencies = [
4512 "block2 0.5.1",
4513 "objc2 0.5.2",
4514 "objc2-app-kit 0.2.2",
4515 "objc2-foundation 0.2.2",
4516]
4517
4518[[package]]
4519name = "objc2-media-toolbox"
4520version = "0.3.2"
4521source = "registry+https://github.com/rust-lang/crates.io-index"
4522checksum = "edd9fdde720df3da7046bb9097811000c1e7ab5cd579fa89d96b27d56781fb30"
4523dependencies = [
4524 "objc2 0.6.4",
4525 "objc2-core-audio-types",
4526 "objc2-core-foundation",
4527 "objc2-core-media",
4528]
4529
4530[[package]]
4531name = "objc2-metal"
4532version = "0.2.2"
4533source = "registry+https://github.com/rust-lang/crates.io-index"
4534checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
4535dependencies = [
4536 "bitflags 2.13.1",
4537 "block2 0.5.1",
4538 "objc2 0.5.2",
4539 "objc2-foundation 0.2.2",
4540]
4541
4542[[package]]
4543name = "objc2-metal"
4544version = "0.3.2"
4545source = "registry+https://github.com/rust-lang/crates.io-index"
4546checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
4547dependencies = [
4548 "bitflags 2.13.1",
4549 "objc2 0.6.4",
4550 "objc2-foundation 0.3.2",
4551]
4552
4553[[package]]
4554name = "objc2-quartz-core"
4555version = "0.2.2"
4556source = "registry+https://github.com/rust-lang/crates.io-index"
4557checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
4558dependencies = [
4559 "bitflags 2.13.1",
4560 "block2 0.5.1",
4561 "objc2 0.5.2",
4562 "objc2-foundation 0.2.2",
4563 "objc2-metal 0.2.2",
4564]
4565
4566[[package]]
4567name = "objc2-quartz-core"
4568version = "0.3.2"
4569source = "registry+https://github.com/rust-lang/crates.io-index"
4570checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
4571dependencies = [
4572 "bitflags 2.13.1",
4573 "objc2 0.6.4",
4574 "objc2-foundation 0.3.2",
4575]
4576
4577[[package]]
4578name = "objc2-security"
4579version = "0.3.2"
4580source = "registry+https://github.com/rust-lang/crates.io-index"
4581checksum = "709fe137109bd1e8b5a99390f77a7d8b2961dafc1a1c5db8f2e60329ad6d895a"
4582dependencies = [
4583 "bitflags 2.13.1",
4584 "objc2 0.6.4",
4585 "objc2-core-foundation",
4586]
4587
4588[[package]]
4589name = "objc2-symbols"
4590version = "0.2.2"
4591source = "registry+https://github.com/rust-lang/crates.io-index"
4592checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
4593dependencies = [
4594 "objc2 0.5.2",
4595 "objc2-foundation 0.2.2",
4596]
4597
4598[[package]]
4599name = "objc2-system-configuration"
4600version = "0.3.2"
4601source = "registry+https://github.com/rust-lang/crates.io-index"
4602checksum = "7216bd11cbda54ccabcab84d523dc93b858ec75ecfb3a7d89513fa22464da396"
4603dependencies = [
4604 "bitflags 2.13.1",
4605 "dispatch2",
4606 "libc",
4607 "objc2 0.6.4",
4608 "objc2-core-foundation",
4609 "objc2-security",
4610]
4611
4612[[package]]
4613name = "objc2-ui-kit"
4614version = "0.2.2"
4615source = "registry+https://github.com/rust-lang/crates.io-index"
4616checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
4617dependencies = [
4618 "bitflags 2.13.1",
4619 "block2 0.5.1",
4620 "objc2 0.5.2",
4621 "objc2-cloud-kit",
4622 "objc2-core-data",
4623 "objc2-core-image 0.2.2",
4624 "objc2-core-location",
4625 "objc2-foundation 0.2.2",
4626 "objc2-link-presentation",
4627 "objc2-quartz-core 0.2.2",
4628 "objc2-symbols",
4629 "objc2-uniform-type-identifiers",
4630 "objc2-user-notifications",
4631]
4632
4633[[package]]
4634name = "objc2-uniform-type-identifiers"
4635version = "0.2.2"
4636source = "registry+https://github.com/rust-lang/crates.io-index"
4637checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
4638dependencies = [
4639 "block2 0.5.1",
4640 "objc2 0.5.2",
4641 "objc2-foundation 0.2.2",
4642]
4643
4644[[package]]
4645name = "objc2-user-notifications"
4646version = "0.2.2"
4647source = "registry+https://github.com/rust-lang/crates.io-index"
4648checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
4649dependencies = [
4650 "bitflags 2.13.1",
4651 "block2 0.5.1",
4652 "objc2 0.5.2",
4653 "objc2-core-location",
4654 "objc2-foundation 0.2.2",
4655]
4656
4657[[package]]
4658name = "object"
4659version = "0.37.3"
4660source = "registry+https://github.com/rust-lang/crates.io-index"
4661checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
4662dependencies = [
4663 "memchr",
4664]
4665
4666[[package]]
4667name = "oid-registry"
4668version = "0.8.1"
4669source = "registry+https://github.com/rust-lang/crates.io-index"
4670checksum = "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7"
4671dependencies = [
4672 "asn1-rs",
4673]
4674
4675[[package]]
4676name = "once_cell"
4677version = "1.21.4"
4678source = "registry+https://github.com/rust-lang/crates.io-index"
4679checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
4680dependencies = [
4681 "critical-section",
4682 "portable-atomic",
4683]
4684
4685[[package]]
4686name = "once_cell_polyfill"
4687version = "1.70.2"
4688source = "registry+https://github.com/rust-lang/crates.io-index"
4689checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
4690
4691[[package]]
4692name = "opaque-debug"
4693version = "0.3.1"
4694source = "registry+https://github.com/rust-lang/crates.io-index"
4695checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
4696
4697[[package]]
4698name = "openh264"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago4699version = "0.9.7"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago4700source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago4701checksum = "e6b2b561d2103303e233779545da757ecd35bad82188d619a6d8901f3007e1ff"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago4702dependencies = [
4703 "openh264-sys2",
4704 "wide",
4705]
4706
4707[[package]]
4708name = "openh264-sys2"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago4709version = "0.9.7"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago4710source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago4711checksum = "75a8867e48183bbd9147380227448c065fe456eb30b0ebc68929809c36c30985"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago4712dependencies = [
4713 "cc",
4714 "nasm-rs",
4715 "walkdir",
4716]
4717
4718[[package]]
4719name = "openssl-probe"
4720version = "0.2.1"
4721source = "registry+https://github.com/rust-lang/crates.io-index"
4722checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
4723
4724[[package]]
4725name = "orbclient"
4726version = "0.3.55"
4727source = "registry+https://github.com/rust-lang/crates.io-index"
4728checksum = "5df339f526ea9a60e371768d50efc2f2508c7203290731565d1f7a6f71d21747"
4729dependencies = [
4730 "libc",
4731 "libredox",
4732]
4733
4734[[package]]
4735name = "owned_ttf_parser"
4736version = "0.25.1"
4737source = "registry+https://github.com/rust-lang/crates.io-index"
4738checksum = "36820e9051aca1014ddc75770aab4d68bc1e9e632f0f5627c4086bc216fb583b"
4739dependencies = [
4740 "ttf-parser",
4741]
4742
4743[[package]]
4744name = "papaya"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago4745version = "0.2.4"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago4746source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago4747checksum = "997ee03cd38c01469a7046643714f0ad28880bcb9e6679ff0666e24817ca19b7"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago4748dependencies = [
4749 "equivalent",
4750 "seize",
4751]
4752
4753[[package]]
4754name = "parking"
4755version = "2.2.1"
4756source = "registry+https://github.com/rust-lang/crates.io-index"
4757checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
4758
4759[[package]]
4760name = "parking_lot"
4761version = "0.12.5"
4762source = "registry+https://github.com/rust-lang/crates.io-index"
4763checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
4764dependencies = [
4765 "lock_api",
4766 "parking_lot_core",
4767]
4768
4769[[package]]
4770name = "parking_lot_core"
4771version = "0.9.12"
4772source = "registry+https://github.com/rust-lang/crates.io-index"
4773checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
4774dependencies = [
4775 "backtrace",
4776 "cfg-if",
4777 "libc",
4778 "petgraph",
4779 "redox_syscall 0.5.18",
4780 "smallvec",
4781 "windows-link",
4782]
4783
4784[[package]]
4785name = "parse_cfg"
4786version = "4.1.1"
4787source = "registry+https://github.com/rust-lang/crates.io-index"
4788checksum = "905787a434a2c721408e7c9a252e85f3d93ca0f118a5283022636c0e05a7ea49"
4789dependencies = [
4790 "nom 7.1.3",
4791]
4792
4793[[package]]
4794name = "paste"
4795version = "1.0.15"
4796source = "registry+https://github.com/rust-lang/crates.io-index"
4797checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
4798
4799[[package]]
4800name = "pem-rfc7468"
4801version = "1.0.0"
4802source = "registry+https://github.com/rust-lang/crates.io-index"
4803checksum = "a6305423e0e7738146434843d1694d621cce767262b2a86910beab705e4493d9"
4804dependencies = [
4805 "base64ct",
4806]
4807
4808[[package]]
4809name = "percent-encoding"
4810version = "2.3.2"
4811source = "registry+https://github.com/rust-lang/crates.io-index"
4812checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
4813
4814[[package]]
4815name = "petgraph"
4816version = "0.6.5"
4817source = "registry+https://github.com/rust-lang/crates.io-index"
4818checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
4819dependencies = [
4820 "fixedbitset 0.4.2",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago4821 "indexmap 2.14.0",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago4822]
4823
4824[[package]]
4825name = "pharos"
4826version = "0.5.3"
4827source = "registry+https://github.com/rust-lang/crates.io-index"
4828checksum = "e9567389417feee6ce15dd6527a8a1ecac205ef62c2932bcf3d9f6fc5b78b414"
4829dependencies = [
4830 "futures",
4831 "rustc_version",
4832]
4833
4834[[package]]
4835name = "pic-scale"
4836version = "0.6.15"
4837source = "registry+https://github.com/rust-lang/crates.io-index"
4838checksum = "ff95ed1aee2a9952d6e292e3408024d212c4a2443174413f60480f2991a99727"
4839dependencies = [
4840 "colorutils-rs",
4841 "novtb",
4842 "num-traits",
4843 "pxfm",
4844 "rayon",
4845]
4846
4847[[package]]
4848name = "pin-project"
4849version = "1.1.13"
4850source = "registry+https://github.com/rust-lang/crates.io-index"
4851checksum = "2466b2336ed02bcdca6b294417127b90ec92038d1d5c4fbeac971a922e0e0924"
4852dependencies = [
4853 "pin-project-internal",
4854]
4855
4856[[package]]
4857name = "pin-project-internal"
4858version = "1.1.13"
4859source = "registry+https://github.com/rust-lang/crates.io-index"
4860checksum = "c96395f0a926bc13b1c17622aaddda1ecb55d49c8f1bf9777e4d877800a43f8b"
4861dependencies = [
4862 "proc-macro2",
4863 "quote",
4864 "syn 2.0.119",
4865]
4866
4867[[package]]
4868name = "pin-project-lite"
4869version = "0.2.17"
4870source = "registry+https://github.com/rust-lang/crates.io-index"
4871checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
4872
4873[[package]]
4874name = "pin-utils"
4875version = "0.1.0"
4876source = "registry+https://github.com/rust-lang/crates.io-index"
4877checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
4878
4879[[package]]
4880name = "pipewire"
4881version = "0.9.2"
4882source = "registry+https://github.com/rust-lang/crates.io-index"
4883checksum = "9688b89abf11d756499f7c6190711d6dbe5a3acdb30c8fbf001d6596d06a8d44"
4884dependencies = [
4885 "anyhow",
4886 "bitflags 2.13.1",
4887 "libc",
4888 "libspa",
4889 "libspa-sys",
4890 "nix 0.30.1",
4891 "once_cell",
4892 "pipewire-sys",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago4893 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago4894]
4895
4896[[package]]
4897name = "pipewire-sys"
4898version = "0.9.2"
4899source = "registry+https://github.com/rust-lang/crates.io-index"
4900checksum = "cb028afee0d6ca17020b090e3b8fa2d7de23305aef975c7e5192a5050246ea36"
4901dependencies = [
4902 "bindgen 0.72.1",
4903 "libspa-sys",
4904 "system-deps",
4905]
4906
4907[[package]]
4908name = "pkarr"
4909version = "5.0.3"
4910source = "registry+https://github.com/rust-lang/crates.io-index"
4911checksum = "2f950360d31be432c0c9467fba5024a94f55128e7f32bc9d32db140369f24c77"
4912dependencies = [
4913 "base32",
4914 "bytes",
4915 "cfg_aliases 0.2.2",
4916 "document-features",
4917 "ed25519-dalek",
4918 "getrandom 0.4.3",
4919 "ntimestamp",
4920 "self_cell",
4921 "serde",
4922 "simple-dns",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago4923 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago4924]
4925
4926[[package]]
4927name = "pkcs8"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago4928version = "0.11.0-rc.11"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago4929source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago4930checksum = "12922b6296c06eb741b02d7b5161e3aaa22864af38dfa025a1a3ba3f68c84577"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago4931dependencies = [
4932 "der",
4933 "spki",
4934]
4935
4936[[package]]
4937name = "pkg-config"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago4938version = "0.3.33"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago4939source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago4940checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago4941
4942[[package]]
4943name = "plain"
4944version = "0.2.3"
4945source = "registry+https://github.com/rust-lang/crates.io-index"
4946checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
4947
4948[[package]]
4949name = "plist"
4950version = "1.10.0"
4951source = "registry+https://github.com/rust-lang/crates.io-index"
4952checksum = "7da1d65da6dd5d1e44199ac0f58712d241c0f439f80adea8924d832384087f85"
4953dependencies = [
4954 "base64",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago4955 "indexmap 2.14.0",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago4956 "quick-xml",
4957 "serde",
4958 "time",
4959]
4960
4961[[package]]
4962name = "png"
4963version = "0.17.16"
4964source = "registry+https://github.com/rust-lang/crates.io-index"
4965checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
4966dependencies = [
4967 "bitflags 1.3.2",
4968 "crc32fast",
4969 "fdeflate",
4970 "flate2",
4971 "miniz_oxide 0.8.9",
4972]
4973
4974[[package]]
4975name = "png"
4976version = "0.18.1"
4977source = "registry+https://github.com/rust-lang/crates.io-index"
4978checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61"
4979dependencies = [
4980 "bitflags 2.13.1",
4981 "crc32fast",
4982 "fdeflate",
4983 "flate2",
4984 "miniz_oxide 0.8.9",
4985]
4986
4987[[package]]
4988name = "polling"
4989version = "3.11.0"
4990source = "registry+https://github.com/rust-lang/crates.io-index"
4991checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
4992dependencies = [
4993 "cfg-if",
4994 "concurrent-queue",
4995 "hermit-abi",
4996 "pin-project-lite",
4997 "rustix 1.1.4",
4998 "windows-sys 0.61.2",
4999]
5000
5001[[package]]
5002name = "polyval"
5003version = "0.6.2"
5004source = "registry+https://github.com/rust-lang/crates.io-index"
5005checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25"
5006dependencies = [
5007 "cfg-if",
5008 "cpufeatures 0.2.17",
5009 "opaque-debug",
5010 "universal-hash",
5011]
5012
5013[[package]]
5014name = "portable-atomic"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5015version = "1.14.0"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5016source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5017checksum = "3d20d5497ef88037a52ff98267d066e7f11fcc5e99bbfbd58a42336193aacec3"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5018dependencies = [
5019 "serde",
5020]
5021
5022[[package]]
5023name = "portable-atomic-util"
5024version = "0.2.7"
5025source = "registry+https://github.com/rust-lang/crates.io-index"
5026checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618"
5027dependencies = [
5028 "portable-atomic",
5029]
5030
5031[[package]]
5032name = "portmapper"
5033version = "0.15.0"
5034source = "registry+https://github.com/rust-lang/crates.io-index"
5035checksum = "74748bc706fa6b6aebac6bbe0bbe0de806b384cb5c557ea974f771360a4e3858"
5036dependencies = [
5037 "base64",
5038 "bytes",
5039 "derive_more",
5040 "futures-lite",
5041 "futures-util",
5042 "hyper-util",
5043 "igd-next",
5044 "iroh-metrics",
5045 "libc",
5046 "n0-error",
5047 "netwatch",
5048 "num_enum",
5049 "rand 0.9.5",
5050 "serde",
5051 "smallvec",
5052 "socket2",
5053 "time",
5054 "tokio",
5055 "tokio-util",
5056 "tower-layer",
5057 "tracing",
5058 "url",
5059]
5060
5061[[package]]
5062name = "postcard"
5063version = "1.1.3"
5064source = "registry+https://github.com/rust-lang/crates.io-index"
5065checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
5066dependencies = [
5067 "cobs",
5068 "embedded-io 0.4.0",
5069 "embedded-io 0.6.1",
5070 "heapless",
5071 "postcard-derive",
5072 "serde",
5073]
5074
5075[[package]]
5076name = "postcard-derive"
5077version = "0.2.2"
5078source = "registry+https://github.com/rust-lang/crates.io-index"
5079checksum = "e0232bd009a197ceec9cc881ba46f727fcd8060a2d8d6a9dde7a69030a6fe2bb"
5080dependencies = [
5081 "proc-macro2",
5082 "quote",
5083 "syn 2.0.119",
5084]
5085
5086[[package]]
5087name = "potential_utf"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5088version = "0.1.5"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5089source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5090checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5091dependencies = [
5092 "zerovec",
5093]
5094
5095[[package]]
5096name = "powerfmt"
5097version = "0.2.0"
5098source = "registry+https://github.com/rust-lang/crates.io-index"
5099checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
5100
5101[[package]]
5102name = "ppv-lite86"
5103version = "0.2.21"
5104source = "registry+https://github.com/rust-lang/crates.io-index"
5105checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
5106dependencies = [
5107 "zerocopy",
5108]
5109
5110[[package]]
5111name = "prettyplease"
5112version = "0.2.37"
5113source = "registry+https://github.com/rust-lang/crates.io-index"
5114checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
5115dependencies = [
5116 "proc-macro2",
5117 "syn 2.0.119",
5118]
5119
5120[[package]]
5121name = "primal-check"
5122version = "0.3.4"
5123source = "registry+https://github.com/rust-lang/crates.io-index"
5124checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
5125dependencies = [
5126 "num-integer",
5127]
5128
5129[[package]]
5130name = "proc-macro-crate"
5131version = "3.5.0"
5132source = "registry+https://github.com/rust-lang/crates.io-index"
5133checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f"
5134dependencies = [
5135 "toml_edit",
5136]
5137
5138[[package]]
5139name = "proc-macro2"
5140version = "1.0.107"
5141source = "registry+https://github.com/rust-lang/crates.io-index"
5142checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
5143dependencies = [
5144 "unicode-ident",
5145]
5146
5147[[package]]
5148name = "profiling"
5149version = "1.0.18"
5150source = "registry+https://github.com/rust-lang/crates.io-index"
5151checksum = "3d595e54a326bc53c1c197b32d295e14b169e3cfeaa8dc82b529f947fba6bcf5"
5152
5153[[package]]
5154name = "pulseaudio"
5155version = "0.3.1"
5156source = "registry+https://github.com/rust-lang/crates.io-index"
5157checksum = "d70623bd7967a9ca4c2ae0e807fc380b291f98480fc037042305ec643a4d3373"
5158dependencies = [
5159 "bitflags 2.13.1",
5160 "byteorder",
5161 "enum-primitive-derive",
5162 "futures",
5163 "log",
5164 "mio",
5165 "num-traits",
5166 "thiserror 1.0.69",
5167]
5168
5169[[package]]
5170name = "pxfm"
5171version = "0.1.30"
5172source = "registry+https://github.com/rust-lang/crates.io-index"
5173checksum = "d55d956fa96f5ec02be2e13af0e20391a5aa83d6a074e3ad368959d0fab299ea"
5174
5175[[package]]
5176name = "qmux"
5177version = "0.0.5"
5178source = "registry+https://github.com/rust-lang/crates.io-index"
5179checksum = "32a87859012c43a1e38dda29f2464e0ee39b0e96d0f95f870a73610bc6f2c3c2"
5180dependencies = [
5181 "bytes",
5182 "futures",
5183 "rustls",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5184 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5185 "tokio",
5186 "tokio-rustls",
5187 "tokio-tungstenite",
5188 "tracing",
5189 "web-transport-proto",
5190 "web-transport-trait",
5191]
5192
5193[[package]]
5194name = "quick-error"
5195version = "2.0.1"
5196source = "registry+https://github.com/rust-lang/crates.io-index"
5197checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
5198
5199[[package]]
5200name = "quick-xml"
5201version = "0.41.0"
5202source = "registry+https://github.com/rust-lang/crates.io-index"
5203checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1"
5204dependencies = [
5205 "memchr",
5206]
5207
5208[[package]]
5209name = "quinn"
5210version = "0.11.11"
5211source = "registry+https://github.com/rust-lang/crates.io-index"
5212checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8"
5213dependencies = [
5214 "bytes",
5215 "cfg_aliases 0.2.2",
5216 "pin-project-lite",
5217 "quinn-proto",
5218 "quinn-udp",
5219 "rustc-hash 2.1.3",
5220 "rustls",
5221 "socket2",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5222 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5223 "tokio",
5224 "tracing",
5225 "web-time",
5226]
5227
5228[[package]]
5229name = "quinn-proto"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5230version = "0.11.16"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5231source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5232checksum = "2f4bfc015262b9df63c8845072ce59068853ff5872180c2ce2f13038b970e560"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5233dependencies = [
5234 "aws-lc-rs",
5235 "bytes",
5236 "fastbloom",
5237 "getrandom 0.4.3",
5238 "lru-slab",
5239 "rand 0.10.2",
5240 "rand_pcg",
5241 "ring",
5242 "rustc-hash 2.1.3",
5243 "rustls",
5244 "rustls-pki-types",
5245 "rustls-platform-verifier 0.7.0",
5246 "slab",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5247 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5248 "tinyvec",
5249 "tracing",
5250 "web-time",
5251]
5252
5253[[package]]
5254name = "quinn-udp"
5255version = "0.5.15"
5256source = "registry+https://github.com/rust-lang/crates.io-index"
5257checksum = "35a133f956daabe89a61a685c2649f13d82d5aa4bd5d12d1277e1072a21c0694"
5258dependencies = [
5259 "cfg_aliases 0.2.2",
5260 "libc",
5261 "once_cell",
5262 "socket2",
5263 "tracing",
5264 "windows-sys 0.61.2",
5265]
5266
5267[[package]]
5268name = "quote"
5269version = "1.0.47"
5270source = "registry+https://github.com/rust-lang/crates.io-index"
5271checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
5272dependencies = [
5273 "proc-macro2",
5274]
5275
5276[[package]]
5277name = "r-efi"
5278version = "5.3.0"
5279source = "registry+https://github.com/rust-lang/crates.io-index"
5280checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
5281
5282[[package]]
5283name = "r-efi"
5284version = "6.0.0"
5285source = "registry+https://github.com/rust-lang/crates.io-index"
5286checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
5287
5288[[package]]
5289name = "rand"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5290version = "0.8.7"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5291source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5292checksum = "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5293dependencies = [
5294 "libc",
5295 "rand_chacha 0.3.1",
5296 "rand_core 0.6.4",
5297]
5298
5299[[package]]
5300name = "rand"
5301version = "0.9.5"
5302source = "registry+https://github.com/rust-lang/crates.io-index"
5303checksum = "b9ef1d0d795eb7d84685bca4f72f3649f064e6641543d3a8c415898726a57b41"
5304dependencies = [
5305 "rand_chacha 0.9.0",
5306 "rand_core 0.9.5",
5307]
5308
5309[[package]]
5310name = "rand"
5311version = "0.10.2"
5312source = "registry+https://github.com/rust-lang/crates.io-index"
5313checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
5314dependencies = [
5315 "chacha20",
5316 "getrandom 0.4.3",
5317 "rand_core 0.10.1",
5318]
5319
5320[[package]]
5321name = "rand_chacha"
5322version = "0.3.1"
5323source = "registry+https://github.com/rust-lang/crates.io-index"
5324checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
5325dependencies = [
5326 "ppv-lite86",
5327 "rand_core 0.6.4",
5328]
5329
5330[[package]]
5331name = "rand_chacha"
5332version = "0.9.0"
5333source = "registry+https://github.com/rust-lang/crates.io-index"
5334checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
5335dependencies = [
5336 "ppv-lite86",
5337 "rand_core 0.9.5",
5338]
5339
5340[[package]]
5341name = "rand_core"
5342version = "0.6.4"
5343source = "registry+https://github.com/rust-lang/crates.io-index"
5344checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
5345dependencies = [
5346 "getrandom 0.2.17",
5347]
5348
5349[[package]]
5350name = "rand_core"
5351version = "0.9.5"
5352source = "registry+https://github.com/rust-lang/crates.io-index"
5353checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
5354dependencies = [
5355 "getrandom 0.3.4",
5356]
5357
5358[[package]]
5359name = "rand_core"
5360version = "0.10.1"
5361source = "registry+https://github.com/rust-lang/crates.io-index"
5362checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
5363
5364[[package]]
5365name = "rand_pcg"
5366version = "0.10.2"
5367source = "registry+https://github.com/rust-lang/crates.io-index"
5368checksum = "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a"
5369dependencies = [
5370 "rand_core 0.10.1",
5371]
5372
5373[[package]]
5374name = "raw-window-handle"
5375version = "0.6.2"
5376source = "registry+https://github.com/rust-lang/crates.io-index"
5377checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
5378
5379[[package]]
5380name = "rayon"
5381version = "1.12.0"
5382source = "registry+https://github.com/rust-lang/crates.io-index"
5383checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
5384dependencies = [
5385 "either",
5386 "rayon-core",
5387]
5388
5389[[package]]
5390name = "rayon-core"
5391version = "1.13.0"
5392source = "registry+https://github.com/rust-lang/crates.io-index"
5393checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
5394dependencies = [
5395 "crossbeam-deque",
5396 "crossbeam-utils",
5397]
5398
5399[[package]]
5400name = "rcgen"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5401version = "0.14.8"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5402source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5403checksum = "57f6d249aad744e274e682777a50283a225a32705394ee6d5fcc01efa25e4055"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5404dependencies = [
5405 "aws-lc-rs",
5406 "rustls-pki-types",
5407 "time",
5408 "x509-parser",
5409 "yasna",
5410]
5411
5412[[package]]
5413name = "realfft"
5414version = "3.5.0"
5415source = "registry+https://github.com/rust-lang/crates.io-index"
5416checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
5417dependencies = [
5418 "rustfft",
5419]
5420
5421[[package]]
5422name = "redox_syscall"
5423version = "0.4.1"
5424source = "registry+https://github.com/rust-lang/crates.io-index"
5425checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
5426dependencies = [
5427 "bitflags 1.3.2",
5428]
5429
5430[[package]]
5431name = "redox_syscall"
5432version = "0.5.18"
5433source = "registry+https://github.com/rust-lang/crates.io-index"
5434checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
5435dependencies = [
5436 "bitflags 2.13.1",
5437]
5438
5439[[package]]
5440name = "redox_syscall"
5441version = "0.9.3"
5442source = "registry+https://github.com/rust-lang/crates.io-index"
5443checksum = "d678d17679829e73d371e96880897e98fee2ded7acc0a50bdf8af2affa4b2fe5"
5444dependencies = [
5445 "bitflags 2.13.1",
5446]
5447
5448[[package]]
5449name = "ref-cast"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5450version = "1.0.26"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5451source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5452checksum = "216e8f773d7923bcba9ceb86a86c93cabb3903a11872fc3f138c49630e50b96d"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5453dependencies = [
5454 "ref-cast-impl",
5455]
5456
5457[[package]]
5458name = "ref-cast-impl"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5459version = "1.0.26"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5460source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5461checksum = "2c9283685feec7d69af75fb0e858d5e7378f33fe4fc699383b2916ab9273e03c"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5462dependencies = [
5463 "proc-macro2",
5464 "quote",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5465 "syn 3.0.3",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5466]
5467
5468[[package]]
5469name = "regex"
5470version = "1.13.1"
5471source = "registry+https://github.com/rust-lang/crates.io-index"
5472checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
5473dependencies = [
5474 "aho-corasick",
5475 "memchr",
5476 "regex-automata",
5477 "regex-syntax",
5478]
5479
5480[[package]]
5481name = "regex-automata"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5482version = "0.4.16"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5483source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5484checksum = "8fcfdb36bda0c880c5931cdc7a2bcdc8ba4556847b9d912bca70bc94708711ad"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5485dependencies = [
5486 "aho-corasick",
5487 "memchr",
5488 "regex-syntax",
5489]
5490
5491[[package]]
5492name = "regex-syntax"
5493version = "0.8.11"
5494source = "registry+https://github.com/rust-lang/crates.io-index"
5495checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
5496
5497[[package]]
5498name = "reqwest"
5499version = "0.12.28"
5500source = "registry+https://github.com/rust-lang/crates.io-index"
5501checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
5502dependencies = [
5503 "base64",
5504 "bytes",
5505 "futures-core",
5506 "http",
5507 "http-body",
5508 "http-body-util",
5509 "hyper",
5510 "hyper-util",
5511 "js-sys",
5512 "log",
5513 "percent-encoding",
5514 "pin-project-lite",
5515 "serde",
5516 "serde_json",
5517 "serde_urlencoded",
5518 "sync_wrapper",
5519 "tokio",
5520 "tower",
5521 "tower-http",
5522 "tower-service",
5523 "url",
5524 "wasm-bindgen",
5525 "wasm-bindgen-futures",
5526 "web-sys",
5527]
5528
5529[[package]]
5530name = "reqwest"
5531version = "0.13.4"
5532source = "registry+https://github.com/rust-lang/crates.io-index"
5533checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3"
5534dependencies = [
5535 "base64",
5536 "bytes",
5537 "futures-core",
5538 "futures-util",
5539 "http",
5540 "http-body",
5541 "http-body-util",
5542 "hyper",
5543 "hyper-rustls",
5544 "hyper-util",
5545 "js-sys",
5546 "log",
5547 "percent-encoding",
5548 "pin-project-lite",
5549 "rustls",
5550 "rustls-pki-types",
5551 "rustls-platform-verifier 0.7.0",
5552 "sync_wrapper",
5553 "tokio",
5554 "tokio-rustls",
5555 "tokio-util",
5556 "tower",
5557 "tower-http",
5558 "tower-service",
5559 "url",
5560 "wasm-bindgen",
5561 "wasm-bindgen-futures",
5562 "wasm-streams",
5563 "web-sys",
5564]
5565
5566[[package]]
5567name = "resolv-conf"
5568version = "0.7.6"
5569source = "registry+https://github.com/rust-lang/crates.io-index"
5570checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7"
5571
5572[[package]]
5573name = "ring"
5574version = "0.17.14"
5575source = "registry+https://github.com/rust-lang/crates.io-index"
5576checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
5577dependencies = [
5578 "cc",
5579 "cfg-if",
5580 "getrandom 0.2.17",
5581 "libc",
5582 "untrusted 0.9.0",
5583 "windows-sys 0.52.0",
5584]
5585
5586[[package]]
5587name = "ringbuf"
5588version = "0.4.8"
5589source = "registry+https://github.com/rust-lang/crates.io-index"
5590checksum = "fe47b720588c8702e34b5979cb3271a8b1842c7cb6f57408efa70c779363488c"
5591dependencies = [
5592 "crossbeam-utils",
5593 "portable-atomic",
5594 "portable-atomic-util",
5595]
5596
5597[[package]]
5598name = "rpds"
5599version = "1.2.1"
5600source = "registry+https://github.com/rust-lang/crates.io-index"
5601checksum = "e025feb26210bc196b908e72deb063b1b4000754304341cbc168a1e72c857ebc"
5602dependencies = [
5603 "archery",
5604 "serde",
5605 "smallvec",
5606]
5607
5608[[package]]
5609name = "rubato"
5610version = "0.16.2"
5611source = "registry+https://github.com/rust-lang/crates.io-index"
5612checksum = "5258099699851cfd0082aeb645feb9c084d9a5e1f1b8d5372086b989fc5e56a1"
5613dependencies = [
5614 "num-complex",
5615 "num-integer",
5616 "num-traits",
5617 "realfft",
5618]
5619
5620[[package]]
5621name = "rubato"
5622version = "1.0.1"
5623source = "registry+https://github.com/rust-lang/crates.io-index"
5624checksum = "90173154a8a14e6adb109ea641743bc95ec81c093d94e70c6763565f7108ebeb"
5625dependencies = [
5626 "audioadapter",
5627 "audioadapter-buffers",
5628 "num-complex",
5629 "num-integer",
5630 "num-traits",
5631 "realfft",
5632 "visibility",
5633 "windowfunctions",
5634]
5635
5636[[package]]
5637name = "rustc-demangle"
5638version = "0.1.28"
5639source = "registry+https://github.com/rust-lang/crates.io-index"
5640checksum = "b74b56ffa8bb2830709a538c2cbcae9aa062db0d2a42563bfb09bdaae44020eb"
5641
5642[[package]]
5643name = "rustc-hash"
5644version = "1.1.0"
5645source = "registry+https://github.com/rust-lang/crates.io-index"
5646checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
5647
5648[[package]]
5649name = "rustc-hash"
5650version = "2.1.3"
5651source = "registry+https://github.com/rust-lang/crates.io-index"
5652checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
5653
5654[[package]]
5655name = "rustc_version"
5656version = "0.4.1"
5657source = "registry+https://github.com/rust-lang/crates.io-index"
5658checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
5659dependencies = [
5660 "semver",
5661]
5662
5663[[package]]
5664name = "rustfft"
5665version = "6.4.1"
5666source = "registry+https://github.com/rust-lang/crates.io-index"
5667checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
5668dependencies = [
5669 "num-complex",
5670 "num-integer",
5671 "num-traits",
5672 "primal-check",
5673 "strength_reduce",
5674 "transpose",
5675]
5676
5677[[package]]
5678name = "rusticata-macros"
5679version = "4.1.0"
5680source = "registry+https://github.com/rust-lang/crates.io-index"
5681checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
5682dependencies = [
5683 "nom 7.1.3",
5684]
5685
5686[[package]]
5687name = "rustix"
5688version = "0.38.44"
5689source = "registry+https://github.com/rust-lang/crates.io-index"
5690checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
5691dependencies = [
5692 "bitflags 2.13.1",
5693 "errno",
5694 "libc",
5695 "linux-raw-sys 0.4.15",
5696 "windows-sys 0.59.0",
5697]
5698
5699[[package]]
5700name = "rustix"
5701version = "1.1.4"
5702source = "registry+https://github.com/rust-lang/crates.io-index"
5703checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
5704dependencies = [
5705 "bitflags 2.13.1",
5706 "errno",
5707 "libc",
5708 "linux-raw-sys 0.12.1",
5709 "windows-sys 0.61.2",
5710]
5711
5712[[package]]
5713name = "rustls"
5714version = "0.23.43"
5715source = "registry+https://github.com/rust-lang/crates.io-index"
5716checksum = "0283386ce02abc0151e1761d08802dfe86c173b0b494af5cbc086574e453da06"
5717dependencies = [
5718 "aws-lc-rs",
5719 "log",
5720 "once_cell",
5721 "rustls-pki-types",
5722 "rustls-webpki",
5723 "subtle",
5724 "zeroize",
5725]
5726
5727[[package]]
5728name = "rustls-native-certs"
5729version = "0.8.4"
5730source = "registry+https://github.com/rust-lang/crates.io-index"
5731checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d"
5732dependencies = [
5733 "openssl-probe",
5734 "rustls-pki-types",
5735 "schannel",
5736 "security-framework",
5737]
5738
5739[[package]]
5740name = "rustls-pemfile"
5741version = "2.2.0"
5742source = "registry+https://github.com/rust-lang/crates.io-index"
5743checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
5744dependencies = [
5745 "rustls-pki-types",
5746]
5747
5748[[package]]
5749name = "rustls-pki-types"
5750version = "1.15.1"
5751source = "registry+https://github.com/rust-lang/crates.io-index"
5752checksum = "2f4925028c7eb5d1fcdaf196971378ed9d2c1c4efc7dc5d011256f76c99c0a96"
5753dependencies = [
5754 "web-time",
5755 "zeroize",
5756]
5757
5758[[package]]
5759name = "rustls-platform-verifier"
5760version = "0.6.2"
5761source = "registry+https://github.com/rust-lang/crates.io-index"
5762checksum = "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784"
5763dependencies = [
5764 "core-foundation 0.10.1",
5765 "core-foundation-sys",
5766 "jni 0.21.1",
5767 "log",
5768 "once_cell",
5769 "rustls",
5770 "rustls-native-certs",
5771 "rustls-platform-verifier-android",
5772 "rustls-webpki",
5773 "security-framework",
5774 "security-framework-sys",
5775 "webpki-root-certs",
5776 "windows-sys 0.61.2",
5777]
5778
5779[[package]]
5780name = "rustls-platform-verifier"
5781version = "0.7.0"
5782source = "registry+https://github.com/rust-lang/crates.io-index"
5783checksum = "26d1e2536ce4f35f4846aa13bff16bd0ff40157cdb14cc056c7b14ba41233ba0"
5784dependencies = [
5785 "core-foundation 0.10.1",
5786 "core-foundation-sys",
5787 "jni 0.22.4",
5788 "log",
5789 "once_cell",
5790 "rustls",
5791 "rustls-native-certs",
5792 "rustls-platform-verifier-android",
5793 "rustls-webpki",
5794 "security-framework",
5795 "security-framework-sys",
5796 "webpki-root-certs",
5797 "windows-sys 0.61.2",
5798]
5799
5800[[package]]
5801name = "rustls-platform-verifier-android"
5802version = "0.1.1"
5803source = "registry+https://github.com/rust-lang/crates.io-index"
5804checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
5805
5806[[package]]
5807name = "rustls-webpki"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5808version = "0.103.13"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5809source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5810checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5811dependencies = [
5812 "aws-lc-rs",
5813 "ring",
5814 "rustls-pki-types",
5815 "untrusted 0.9.0",
5816]
5817
5818[[package]]
5819name = "rustversion"
5820version = "1.0.23"
5821source = "registry+https://github.com/rust-lang/crates.io-index"
5822checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
5823
5824[[package]]
5825name = "rusty-capture"
5826version = "0.1.0"
5827source = "git+https://github.com/n0-computer/iroh-live?rev=edd9bcc530a615f3ab3a6919e96790a077905376#edd9bcc530a615f3ab3a6919e96790a077905376"
5828dependencies = [
5829 "anyhow",
5830 "block2 0.6.2",
5831 "bytes",
5832 "derive_more",
5833 "dispatch2",
5834 "image",
5835 "libc",
5836 "nix 0.30.1",
5837 "objc2 0.6.4",
5838 "objc2-av-foundation",
5839 "objc2-core-media",
5840 "objc2-core-video",
5841 "objc2-foundation 0.3.2",
5842 "rusty-codecs",
5843 "tracing",
5844 "v4l2r",
5845]
5846
5847[[package]]
5848name = "rusty-codecs"
5849version = "0.1.0"
5850source = "git+https://github.com/n0-computer/iroh-live?rev=edd9bcc530a615f3ab3a6919e96790a077905376#edd9bcc530a615f3ab3a6919e96790a077905376"
5851dependencies = [
5852 "anyhow",
5853 "audioadapter-buffers",
5854 "buf-list",
5855 "bytes",
5856 "derive_more",
5857 "hang",
5858 "image",
5859 "libc",
5860 "n0-future",
5861 "openh264",
5862 "pic-scale",
5863 "rubato 1.0.1",
5864 "strum",
5865 "throttled-tracing",
5866 "tracing",
5867 "unsafe-libopus",
5868 "yuv",
5869]
5870
5871[[package]]
5872name = "ryu"
5873version = "1.0.23"
5874source = "registry+https://github.com/rust-lang/crates.io-index"
5875checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
5876
5877[[package]]
5878name = "safe_arch"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5879version = "1.1.0"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5880source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5881checksum = "3a52ec151f024d703f9fd65abb7cbe81e7cdb39f18917a3a37e3014470dc7c59"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5882dependencies = [
5883 "bytemuck",
5884]
5885
5886[[package]]
5887name = "same-file"
5888version = "1.0.6"
5889source = "registry+https://github.com/rust-lang/crates.io-index"
5890checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
5891dependencies = [
5892 "winapi-util",
5893]
5894
5895[[package]]
5896name = "schannel"
5897version = "0.1.29"
5898source = "registry+https://github.com/rust-lang/crates.io-index"
5899checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
5900dependencies = [
5901 "windows-sys 0.61.2",
5902]
5903
5904[[package]]
5905name = "schemars"
5906version = "0.9.0"
5907source = "registry+https://github.com/rust-lang/crates.io-index"
5908checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
5909dependencies = [
5910 "dyn-clone",
5911 "ref-cast",
5912 "serde",
5913 "serde_json",
5914]
5915
5916[[package]]
5917name = "schemars"
5918version = "1.2.2"
5919source = "registry+https://github.com/rust-lang/crates.io-index"
5920checksum = "687274d293b6cdc6e73e0fee520bf2049650090d7164f87672d212a3c530cf4a"
5921dependencies = [
5922 "dyn-clone",
5923 "ref-cast",
5924 "serde",
5925 "serde_json",
5926]
5927
5928[[package]]
5929name = "scoped-tls"
5930version = "1.0.1"
5931source = "registry+https://github.com/rust-lang/crates.io-index"
5932checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
5933
5934[[package]]
5935name = "scopeguard"
5936version = "1.2.0"
5937source = "registry+https://github.com/rust-lang/crates.io-index"
5938checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
5939
5940[[package]]
5941name = "sctk-adwaita"
5942version = "0.10.1"
5943source = "registry+https://github.com/rust-lang/crates.io-index"
5944checksum = "b6277f0217056f77f1d8f49f2950ac6c278c0d607c45f5ee99328d792ede24ec"
5945dependencies = [
5946 "ab_glyph",
5947 "log",
5948 "memmap2",
5949 "smithay-client-toolkit 0.19.2",
5950 "tiny-skia",
5951]
5952
5953[[package]]
5954name = "security-framework"
5955version = "3.7.0"
5956source = "registry+https://github.com/rust-lang/crates.io-index"
5957checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
5958dependencies = [
5959 "bitflags 2.13.1",
5960 "core-foundation 0.10.1",
5961 "core-foundation-sys",
5962 "libc",
5963 "security-framework-sys",
5964]
5965
5966[[package]]
5967name = "security-framework-sys"
5968version = "2.17.0"
5969source = "registry+https://github.com/rust-lang/crates.io-index"
5970checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
5971dependencies = [
5972 "core-foundation-sys",
5973 "libc",
5974]
5975
5976[[package]]
5977name = "seize"
5978version = "0.5.1"
5979source = "registry+https://github.com/rust-lang/crates.io-index"
5980checksum = "5b55fb86dfd3a2f5f76ea78310a88f96c4ea21a3031f8d212443d56123fd0521"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago5981dependencies = [
5982 "libc",
5983 "windows-sys 0.61.2",
5984]
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago5985
5986[[package]]
5987name = "self_cell"
5988version = "1.3.0"
5989source = "registry+https://github.com/rust-lang/crates.io-index"
5990checksum = "2ab42ca02749e120097e328d91d415325bdf43b1c72c4c8badf37375fe40a813"
5991
5992[[package]]
5993name = "semver"
5994version = "1.0.28"
5995source = "registry+https://github.com/rust-lang/crates.io-index"
5996checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
5997
5998[[package]]
5999name = "send_wrapper"
6000version = "0.6.0"
6001source = "registry+https://github.com/rust-lang/crates.io-index"
6002checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
6003
6004[[package]]
6005name = "serde"
6006version = "1.0.229"
6007source = "registry+https://github.com/rust-lang/crates.io-index"
6008checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
6009dependencies = [
6010 "serde_core",
6011 "serde_derive",
6012]
6013
6014[[package]]
6015name = "serde-big-array"
6016version = "0.5.1"
6017source = "registry+https://github.com/rust-lang/crates.io-index"
6018checksum = "11fc7cc2c76d73e0f27ee52abbd64eec84d46f370c88371120433196934e4b7f"
6019dependencies = [
6020 "serde",
6021]
6022
6023[[package]]
6024name = "serde_bytes"
6025version = "0.11.19"
6026source = "registry+https://github.com/rust-lang/crates.io-index"
6027checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
6028dependencies = [
6029 "serde",
6030 "serde_core",
6031]
6032
6033[[package]]
6034name = "serde_core"
6035version = "1.0.229"
6036source = "registry+https://github.com/rust-lang/crates.io-index"
6037checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
6038dependencies = [
6039 "serde_derive",
6040]
6041
6042[[package]]
6043name = "serde_derive"
6044version = "1.0.229"
6045source = "registry+https://github.com/rust-lang/crates.io-index"
6046checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
6047dependencies = [
6048 "proc-macro2",
6049 "quote",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6050 "syn 3.0.3",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6051]
6052
6053[[package]]
6054name = "serde_json"
6055version = "1.0.151"
6056source = "registry+https://github.com/rust-lang/crates.io-index"
6057checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
6058dependencies = [
6059 "itoa",
6060 "memchr",
6061 "serde",
6062 "serde_core",
6063 "zmij",
6064]
6065
6066[[package]]
6067name = "serde_spanned"
6068version = "1.1.1"
6069source = "registry+https://github.com/rust-lang/crates.io-index"
6070checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
6071dependencies = [
6072 "serde_core",
6073]
6074
6075[[package]]
6076name = "serde_urlencoded"
6077version = "0.7.1"
6078source = "registry+https://github.com/rust-lang/crates.io-index"
6079checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
6080dependencies = [
6081 "form_urlencoded",
6082 "itoa",
6083 "ryu",
6084 "serde",
6085]
6086
6087[[package]]
6088name = "serde_with"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6089version = "3.21.0"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6090source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6091checksum = "76a5c54c7310e7b8b9577c286d7e399ddd876c3e12b3ed917a8aabc4b96e9e8c"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6092dependencies = [
6093 "base64",
6094 "bs58",
6095 "chrono",
6096 "hex",
6097 "indexmap 1.9.3",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6098 "indexmap 2.14.0",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6099 "schemars 0.9.0",
6100 "schemars 1.2.2",
6101 "serde_core",
6102 "serde_json",
6103 "serde_with_macros",
6104 "time",
6105]
6106
6107[[package]]
6108name = "serde_with_macros"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6109version = "3.21.0"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6110source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6111checksum = "84d57bc0c8b9a17920c178daa6bb924850d54a9c97ab45194bb8c17ad66bb660"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6112dependencies = [
6113 "darling 0.23.0",
6114 "proc-macro2",
6115 "quote",
6116 "syn 2.0.119",
6117]
6118
6119[[package]]
6120name = "sfv"
6121version = "0.14.0"
6122source = "registry+https://github.com/rust-lang/crates.io-index"
6123checksum = "0d471eaefb14f4b30032525bdb124b36e55ba9cb1292080e06f1a236cd10fe87"
6124dependencies = [
6125 "base64",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6126 "indexmap 2.14.0",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6127 "ref-cast",
6128]
6129
6130[[package]]
6131name = "sha1"
6132version = "0.10.7"
6133source = "registry+https://github.com/rust-lang/crates.io-index"
6134checksum = "a978451301f4db1d02937a4ab3ccce137717b81826e79b7d49ffe3244a13c3b8"
6135dependencies = [
6136 "cfg-if",
6137 "cpufeatures 0.2.17",
6138 "digest 0.10.7",
6139]
6140
6141[[package]]
6142name = "sha1_smol"
6143version = "1.0.1"
6144source = "registry+https://github.com/rust-lang/crates.io-index"
6145checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
6146
6147[[package]]
6148name = "sha2"
6149version = "0.11.0-rc.2"
6150source = "registry+https://github.com/rust-lang/crates.io-index"
6151checksum = "d1e3878ab0f98e35b2df35fe53201d088299b41a6bb63e3e34dada2ac4abd924"
6152dependencies = [
6153 "cfg-if",
6154 "cpufeatures 0.2.17",
6155 "digest 0.11.0-rc.10",
6156]
6157
6158[[package]]
6159name = "sharded-slab"
6160version = "0.1.7"
6161source = "registry+https://github.com/rust-lang/crates.io-index"
6162checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
6163dependencies = [
6164 "lazy_static",
6165]
6166
6167[[package]]
6168name = "shlex"
6169version = "1.3.0"
6170source = "registry+https://github.com/rust-lang/crates.io-index"
6171checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
6172
6173[[package]]
6174name = "shlex"
6175version = "2.0.1"
6176source = "registry+https://github.com/rust-lang/crates.io-index"
6177checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
6178
6179[[package]]
6180name = "signal-hook-registry"
6181version = "1.4.8"
6182source = "registry+https://github.com/rust-lang/crates.io-index"
6183checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
6184dependencies = [
6185 "errno",
6186 "libc",
6187]
6188
6189[[package]]
6190name = "signature"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6191version = "3.0.0-rc.10"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6192source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6193checksum = "7f1880df446116126965eeec169136b2e0251dba37c6223bcc819569550edea3"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6194
6195[[package]]
6196name = "simd-adler32"
6197version = "0.3.10"
6198source = "registry+https://github.com/rust-lang/crates.io-index"
6199checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea"
6200
6201[[package]]
6202name = "simd_cesu8"
6203version = "1.2.0"
6204source = "registry+https://github.com/rust-lang/crates.io-index"
6205checksum = "11031e251abf8611c80f460e19dbdeb54a66db918e49c65a7065b46ac7aec520"
6206dependencies = [
6207 "rustc_version",
6208 "simdutf8",
6209]
6210
6211[[package]]
6212name = "simdutf8"
6213version = "0.1.5"
6214source = "registry+https://github.com/rust-lang/crates.io-index"
6215checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
6216
6217[[package]]
6218name = "simple-dns"
6219version = "0.9.3"
6220source = "registry+https://github.com/rust-lang/crates.io-index"
6221checksum = "dee851d0e5e7af3721faea1843e8015e820a234f81fda3dea9247e15bac9a86a"
6222dependencies = [
6223 "bitflags 2.13.1",
6224]
6225
6226[[package]]
6227name = "siphasher"
6228version = "1.0.3"
6229source = "registry+https://github.com/rust-lang/crates.io-index"
6230checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
6231
6232[[package]]
6233name = "slab"
6234version = "0.4.12"
6235source = "registry+https://github.com/rust-lang/crates.io-index"
6236checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
6237
6238[[package]]
6239name = "slotmap"
6240version = "1.1.1"
6241source = "registry+https://github.com/rust-lang/crates.io-index"
6242checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038"
6243dependencies = [
6244 "version_check",
6245]
6246
6247[[package]]
6248name = "smallvec"
6249version = "1.15.2"
6250source = "registry+https://github.com/rust-lang/crates.io-index"
6251checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
6252
6253[[package]]
6254name = "smithay-client-toolkit"
6255version = "0.19.2"
6256source = "registry+https://github.com/rust-lang/crates.io-index"
6257checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016"
6258dependencies = [
6259 "bitflags 2.13.1",
6260 "calloop 0.13.0",
6261 "calloop-wayland-source 0.3.0",
6262 "cursor-icon",
6263 "libc",
6264 "log",
6265 "memmap2",
6266 "rustix 0.38.44",
6267 "thiserror 1.0.69",
6268 "wayland-backend",
6269 "wayland-client",
6270 "wayland-csd-frame",
6271 "wayland-cursor",
6272 "wayland-protocols",
6273 "wayland-protocols-wlr",
6274 "wayland-scanner",
6275 "xkeysym",
6276]
6277
6278[[package]]
6279name = "smithay-client-toolkit"
6280version = "0.20.0"
6281source = "registry+https://github.com/rust-lang/crates.io-index"
6282checksum = "0512da38f5e2b31201a93524adb8d3136276fa4fe4aafab4e1f727a82b534cc0"
6283dependencies = [
6284 "bitflags 2.13.1",
6285 "calloop 0.14.4",
6286 "calloop-wayland-source 0.4.1",
6287 "cursor-icon",
6288 "libc",
6289 "log",
6290 "memmap2",
6291 "rustix 1.1.4",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6292 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6293 "wayland-backend",
6294 "wayland-client",
6295 "wayland-csd-frame",
6296 "wayland-cursor",
6297 "wayland-protocols",
6298 "wayland-protocols-experimental",
6299 "wayland-protocols-misc",
6300 "wayland-protocols-wlr",
6301 "wayland-scanner",
6302 "xkeysym",
6303]
6304
6305[[package]]
6306name = "smithay-clipboard"
6307version = "0.7.3"
6308source = "registry+https://github.com/rust-lang/crates.io-index"
6309checksum = "71704c03f739f7745053bde45fa203a46c58d25bc5c4efba1d9a60e9dba81226"
6310dependencies = [
6311 "libc",
6312 "smithay-client-toolkit 0.20.0",
6313 "wayland-backend",
6314]
6315
6316[[package]]
6317name = "smol_str"
6318version = "0.2.2"
6319source = "registry+https://github.com/rust-lang/crates.io-index"
6320checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
6321dependencies = [
6322 "serde",
6323]
6324
6325[[package]]
6326name = "socket2"
6327version = "0.6.5"
6328source = "registry+https://github.com/rust-lang/crates.io-index"
6329checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
6330dependencies = [
6331 "libc",
6332 "windows-sys 0.61.2",
6333]
6334
6335[[package]]
6336name = "sonora"
6337version = "0.1.0"
6338source = "registry+https://github.com/rust-lang/crates.io-index"
6339checksum = "559f6011d42721f7b4599ef4cf3224ac07539ee5bc25967169701c7aeb6c6bb1"
6340dependencies = [
6341 "sonora-aec3",
6342 "sonora-agc2",
6343 "sonora-common-audio",
6344 "sonora-ns",
6345 "sonora-simd",
6346 "tracing",
6347]
6348
6349[[package]]
6350name = "sonora-aec3"
6351version = "0.1.0"
6352source = "registry+https://github.com/rust-lang/crates.io-index"
6353checksum = "65d8b7e53b058aa4631cf2a8f483bd7a0dec093aa413d21b44b86d5704deedeb"
6354dependencies = [
6355 "sonora-common-audio",
6356 "sonora-fft",
6357 "sonora-simd",
6358]
6359
6360[[package]]
6361name = "sonora-agc2"
6362version = "0.1.0"
6363source = "registry+https://github.com/rust-lang/crates.io-index"
6364checksum = "132876fc38c4e191dee939a38243df5eb5830cd29f1d1ac9a67377389d74a10e"
6365dependencies = [
6366 "bytemuck",
6367 "derive_more",
6368 "sonora-common-audio",
6369 "sonora-fft",
6370 "sonora-simd",
6371 "tracing",
6372]
6373
6374[[package]]
6375name = "sonora-common-audio"
6376version = "0.1.0"
6377source = "registry+https://github.com/rust-lang/crates.io-index"
6378checksum = "30a16fa975fe4aa12e4d980d5453452bd3e6df2b33abfb89840e1757ebd212e6"
6379dependencies = [
6380 "derive_more",
6381 "sonora-simd",
6382]
6383
6384[[package]]
6385name = "sonora-fft"
6386version = "0.1.0"
6387source = "registry+https://github.com/rust-lang/crates.io-index"
6388checksum = "cca158c4b6ace2cb3f4fa8084842da2b4ffcc25cf8ac4366675aea541aabc6af"
6389
6390[[package]]
6391name = "sonora-ns"
6392version = "0.1.0"
6393source = "registry+https://github.com/rust-lang/crates.io-index"
6394checksum = "cc549f9bca1d60e7a2483e4949e9649467c5cca371a4341e44aaf24dae338fd4"
6395dependencies = [
6396 "sonora-fft",
6397]
6398
6399[[package]]
6400name = "sonora-simd"
6401version = "0.1.0"
6402source = "registry+https://github.com/rust-lang/crates.io-index"
6403checksum = "a053f93cc01f4e1cc51c61844a196b6d1da7e054cdd406d2cd27677ba4d898e0"
6404dependencies = [
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6405 "cpufeatures 0.3.0",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6406]
6407
6408[[package]]
6409name = "sorted-index-buffer"
6410version = "0.2.1"
6411source = "registry+https://github.com/rust-lang/crates.io-index"
6412checksum = "ea06cc588e43c632923a55450401b8f25e628131571d4e1baea1bdfdb2b5ed06"
6413
6414[[package]]
6415name = "spez"
6416version = "0.1.2"
6417source = "registry+https://github.com/rust-lang/crates.io-index"
6418checksum = "c87e960f4dca2788eeb86bbdde8dd246be8948790b7618d656e68f9b720a86e8"
6419dependencies = [
6420 "proc-macro2",
6421 "quote",
6422 "syn 2.0.119",
6423]
6424
6425[[package]]
6426name = "spin"
6427version = "0.9.9"
6428source = "registry+https://github.com/rust-lang/crates.io-index"
6429checksum = "3763264f6b73151db08c50ff20d7d8a0b8796e021cdea7ceedad07b80155fa0e"
6430dependencies = [
6431 "lock_api",
6432]
6433
6434[[package]]
6435name = "spin"
6436version = "0.10.1"
6437source = "registry+https://github.com/rust-lang/crates.io-index"
6438checksum = "023a211cb3138dbc438680b32560ad89f699977624c9f8dbb95a47d5b4c07dd3"
6439
6440[[package]]
6441name = "spki"
6442version = "0.8.0"
6443source = "registry+https://github.com/rust-lang/crates.io-index"
6444checksum = "1d9efca8738c78ee9484207732f728b1ef517bbb1833d6fc0879ca898a522f6f"
6445dependencies = [
6446 "base64ct",
6447 "der",
6448]
6449
6450[[package]]
6451name = "stable_deref_trait"
6452version = "1.2.1"
6453source = "registry+https://github.com/rust-lang/crates.io-index"
6454checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
6455
6456[[package]]
6457name = "strength_reduce"
6458version = "0.2.4"
6459source = "registry+https://github.com/rust-lang/crates.io-index"
6460checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
6461
6462[[package]]
6463name = "strict-num"
6464version = "0.1.1"
6465source = "registry+https://github.com/rust-lang/crates.io-index"
6466checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
6467
6468[[package]]
6469name = "strsim"
6470version = "0.11.1"
6471source = "registry+https://github.com/rust-lang/crates.io-index"
6472checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
6473
6474[[package]]
6475name = "strum"
6476version = "0.28.0"
6477source = "registry+https://github.com/rust-lang/crates.io-index"
6478checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
6479dependencies = [
6480 "strum_macros",
6481]
6482
6483[[package]]
6484name = "strum_macros"
6485version = "0.28.0"
6486source = "registry+https://github.com/rust-lang/crates.io-index"
6487checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
6488dependencies = [
6489 "heck",
6490 "proc-macro2",
6491 "quote",
6492 "syn 2.0.119",
6493]
6494
6495[[package]]
6496name = "subtle"
6497version = "2.6.1"
6498source = "registry+https://github.com/rust-lang/crates.io-index"
6499checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
6500
6501[[package]]
6502name = "symphonia"
6503version = "0.5.5"
6504source = "registry+https://github.com/rust-lang/crates.io-index"
6505checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
6506dependencies = [
6507 "lazy_static",
6508 "symphonia-bundle-mp3",
6509 "symphonia-codec-pcm",
6510 "symphonia-core",
6511 "symphonia-format-riff",
6512 "symphonia-metadata",
6513]
6514
6515[[package]]
6516name = "symphonia-bundle-mp3"
6517version = "0.5.5"
6518source = "registry+https://github.com/rust-lang/crates.io-index"
6519checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
6520dependencies = [
6521 "lazy_static",
6522 "log",
6523 "symphonia-core",
6524 "symphonia-metadata",
6525]
6526
6527[[package]]
6528name = "symphonia-codec-pcm"
6529version = "0.5.5"
6530source = "registry+https://github.com/rust-lang/crates.io-index"
6531checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
6532dependencies = [
6533 "log",
6534 "symphonia-core",
6535]
6536
6537[[package]]
6538name = "symphonia-core"
6539version = "0.5.5"
6540source = "registry+https://github.com/rust-lang/crates.io-index"
6541checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
6542dependencies = [
6543 "arrayvec",
6544 "bitflags 1.3.2",
6545 "bytemuck",
6546 "lazy_static",
6547 "log",
6548]
6549
6550[[package]]
6551name = "symphonia-format-riff"
6552version = "0.5.5"
6553source = "registry+https://github.com/rust-lang/crates.io-index"
6554checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
6555dependencies = [
6556 "extended",
6557 "log",
6558 "symphonia-core",
6559 "symphonia-metadata",
6560]
6561
6562[[package]]
6563name = "symphonia-metadata"
6564version = "0.5.5"
6565source = "registry+https://github.com/rust-lang/crates.io-index"
6566checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
6567dependencies = [
6568 "encoding_rs",
6569 "lazy_static",
6570 "log",
6571 "symphonia-core",
6572]
6573
6574[[package]]
6575name = "syn"
6576version = "2.0.119"
6577source = "registry+https://github.com/rust-lang/crates.io-index"
6578checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
6579dependencies = [
6580 "proc-macro2",
6581 "quote",
6582 "unicode-ident",
6583]
6584
6585[[package]]
6586name = "syn"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6587version = "3.0.3"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6588source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6589checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6590dependencies = [
6591 "proc-macro2",
6592 "quote",
6593 "unicode-ident",
6594]
6595
6596[[package]]
6597name = "sync_wrapper"
6598version = "1.0.2"
6599source = "registry+https://github.com/rust-lang/crates.io-index"
6600checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
6601dependencies = [
6602 "futures-core",
6603]
6604
6605[[package]]
6606name = "synstructure"
6607version = "0.13.2"
6608source = "registry+https://github.com/rust-lang/crates.io-index"
6609checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
6610dependencies = [
6611 "proc-macro2",
6612 "quote",
6613 "syn 2.0.119",
6614]
6615
6616[[package]]
6617name = "system-deps"
6618version = "7.0.8"
6619source = "registry+https://github.com/rust-lang/crates.io-index"
6620checksum = "396a35feb67335377e0251fcbc1092fc85c484bd4e3a7a54319399da127796e7"
6621dependencies = [
6622 "cfg-expr",
6623 "heck",
6624 "pkg-config",
6625 "toml",
6626 "version-compare",
6627]
6628
6629[[package]]
6630name = "tagptr"
6631version = "0.2.0"
6632source = "registry+https://github.com/rust-lang/crates.io-index"
6633checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
6634
6635[[package]]
6636name = "target-lexicon"
6637version = "0.13.5"
6638source = "registry+https://github.com/rust-lang/crates.io-index"
6639checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
6640
6641[[package]]
6642name = "thiserror"
6643version = "1.0.69"
6644source = "registry+https://github.com/rust-lang/crates.io-index"
6645checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
6646dependencies = [
6647 "thiserror-impl 1.0.69",
6648]
6649
6650[[package]]
6651name = "thiserror"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6652version = "2.0.19"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6653source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6654checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6655dependencies = [
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6656 "thiserror-impl 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6657]
6658
6659[[package]]
6660name = "thiserror-impl"
6661version = "1.0.69"
6662source = "registry+https://github.com/rust-lang/crates.io-index"
6663checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
6664dependencies = [
6665 "proc-macro2",
6666 "quote",
6667 "syn 2.0.119",
6668]
6669
6670[[package]]
6671name = "thiserror-impl"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6672version = "2.0.19"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6673source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6674checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6675dependencies = [
6676 "proc-macro2",
6677 "quote",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6678 "syn 3.0.3",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6679]
6680
6681[[package]]
6682name = "thread_local"
6683version = "1.1.10"
6684source = "registry+https://github.com/rust-lang/crates.io-index"
6685checksum = "1ad99c4c6d32803332c548b1af0540b357b3f5fc0be8f6c6bfe8b2e6ae784070"
6686dependencies = [
6687 "cfg-if",
6688]
6689
6690[[package]]
6691name = "throttled-tracing"
6692version = "0.1.0"
6693source = "registry+https://github.com/rust-lang/crates.io-index"
6694checksum = "5c8ec74140dfae112d4da4003f2cabdfd9b5efc84e8a4d610d87fc681280b642"
6695dependencies = [
6696 "fastrand",
6697 "parking_lot",
6698 "tracing",
6699]
6700
6701[[package]]
6702name = "tiff"
6703version = "0.11.3"
6704source = "registry+https://github.com/rust-lang/crates.io-index"
6705checksum = "b63feaf3343d35b6ca4d50483f94843803b0f51634937cc2ec519fc32232bc52"
6706dependencies = [
6707 "fax",
6708 "flate2",
6709 "half",
6710 "quick-error",
6711 "weezl",
6712 "zune-jpeg",
6713]
6714
6715[[package]]
6716name = "time"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6717version = "0.3.54"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6718source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6719checksum = "3e1d5e639ff6bab73cb6885cc7e7b1de96c3f32c68ec55f3952614bec1092244"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6720dependencies = [
6721 "deranged",
6722 "js-sys",
6723 "libc",
6724 "num-conv",
6725 "num_threads",
6726 "powerfmt",
6727 "serde_core",
6728 "time-core",
6729 "time-macros",
6730]
6731
6732[[package]]
6733name = "time-core"
6734version = "0.1.9"
6735source = "registry+https://github.com/rust-lang/crates.io-index"
6736checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
6737
6738[[package]]
6739name = "time-macros"
6740version = "0.2.32"
6741source = "registry+https://github.com/rust-lang/crates.io-index"
6742checksum = "7e689342a48d2ea927c87ea50cabf8594854bf940e9310208848d680d668ed85"
6743dependencies = [
6744 "num-conv",
6745 "time-core",
6746]
6747
6748[[package]]
6749name = "tiny-skia"
6750version = "0.11.4"
6751source = "registry+https://github.com/rust-lang/crates.io-index"
6752checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
6753dependencies = [
6754 "arrayref",
6755 "arrayvec",
6756 "bytemuck",
6757 "cfg-if",
6758 "log",
6759 "tiny-skia-path",
6760]
6761
6762[[package]]
6763name = "tiny-skia-path"
6764version = "0.11.4"
6765source = "registry+https://github.com/rust-lang/crates.io-index"
6766checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
6767dependencies = [
6768 "arrayref",
6769 "bytemuck",
6770 "strict-num",
6771]
6772
6773[[package]]
6774name = "tinystr"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6775version = "0.8.3"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6776source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6777checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6778dependencies = [
6779 "displaydoc",
6780 "zerovec",
6781]
6782
6783[[package]]
6784name = "tinyvec"
6785version = "1.12.0"
6786source = "registry+https://github.com/rust-lang/crates.io-index"
6787checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f"
6788dependencies = [
6789 "tinyvec_macros",
6790]
6791
6792[[package]]
6793name = "tinyvec_macros"
6794version = "0.1.1"
6795source = "registry+https://github.com/rust-lang/crates.io-index"
6796checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
6797
6798[[package]]
6799name = "tokio"
6800version = "1.53.1"
6801source = "registry+https://github.com/rust-lang/crates.io-index"
6802checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
6803dependencies = [
6804 "bytes",
6805 "libc",
6806 "mio",
6807 "parking_lot",
6808 "pin-project-lite",
6809 "signal-hook-registry",
6810 "socket2",
6811 "tokio-macros",
6812 "windows-sys 0.61.2",
6813]
6814
6815[[package]]
6816name = "tokio-macros"
6817version = "2.7.2"
6818source = "registry+https://github.com/rust-lang/crates.io-index"
6819checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e"
6820dependencies = [
6821 "proc-macro2",
6822 "quote",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6823 "syn 3.0.3",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6824]
6825
6826[[package]]
6827name = "tokio-rustls"
6828version = "0.26.4"
6829source = "registry+https://github.com/rust-lang/crates.io-index"
6830checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
6831dependencies = [
6832 "rustls",
6833 "tokio",
6834]
6835
6836[[package]]
6837name = "tokio-stream"
6838version = "0.1.19"
6839source = "registry+https://github.com/rust-lang/crates.io-index"
6840checksum = "a3d06f0b082ba57c26b79407372e57cf2a1e28124f78e9479fe80322cf53420b"
6841dependencies = [
6842 "futures-core",
6843 "pin-project-lite",
6844 "tokio",
6845 "tokio-util",
6846]
6847
6848[[package]]
6849name = "tokio-tungstenite"
6850version = "0.28.0"
6851source = "registry+https://github.com/rust-lang/crates.io-index"
6852checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
6853dependencies = [
6854 "futures-util",
6855 "log",
6856 "rustls",
6857 "rustls-native-certs",
6858 "rustls-pki-types",
6859 "tokio",
6860 "tokio-rustls",
6861 "tungstenite",
6862]
6863
6864[[package]]
6865name = "tokio-util"
6866version = "0.7.19"
6867source = "registry+https://github.com/rust-lang/crates.io-index"
6868checksum = "494815d09bf52b5548659851081238f0ca39ff638363907596da739561c62c52"
6869dependencies = [
6870 "bytes",
6871 "futures-core",
6872 "futures-sink",
6873 "futures-util",
6874 "libc",
6875 "pin-project-lite",
6876 "tokio",
6877]
6878
6879[[package]]
6880name = "tokio-websockets"
6881version = "0.12.3"
6882source = "registry+https://github.com/rust-lang/crates.io-index"
6883checksum = "b1b6348ebfaaecd771cecb69e832961d277f59845d4220a584701f72728152b7"
6884dependencies = [
6885 "aws-lc-rs",
6886 "base64",
6887 "bytes",
6888 "futures-core",
6889 "futures-sink",
6890 "getrandom 0.3.4",
6891 "http",
6892 "httparse",
6893 "rand 0.9.5",
6894 "rustls-pki-types",
6895 "sha1_smol",
6896 "simdutf8",
6897 "tokio",
6898 "tokio-rustls",
6899 "tokio-util",
6900]
6901
6902[[package]]
6903name = "toml"
6904version = "1.1.4+spec-1.1.0"
6905source = "registry+https://github.com/rust-lang/crates.io-index"
6906checksum = "3aace63f4bbcdfc2c965b059de67119c89c4017a70d633be6c104910f67056f5"
6907dependencies = [
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6908 "indexmap 2.14.0",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6909 "serde_core",
6910 "serde_spanned",
6911 "toml_datetime",
6912 "toml_parser",
6913 "toml_writer",
6914 "winnow",
6915]
6916
6917[[package]]
6918name = "toml_datetime"
6919version = "1.1.1+spec-1.1.0"
6920source = "registry+https://github.com/rust-lang/crates.io-index"
6921checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
6922dependencies = [
6923 "serde_core",
6924]
6925
6926[[package]]
6927name = "toml_edit"
6928version = "0.25.13+spec-1.1.0"
6929source = "registry+https://github.com/rust-lang/crates.io-index"
6930checksum = "6975367e4d2ef766d86af01ffad14b622fecc8d4357a998fbc4deb6e9bacaf9b"
6931dependencies = [
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago6932 "indexmap 2.14.0",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago6933 "toml_datetime",
6934 "toml_parser",
6935 "winnow",
6936]
6937
6938[[package]]
6939name = "toml_parser"
6940version = "1.1.3+spec-1.1.0"
6941source = "registry+https://github.com/rust-lang/crates.io-index"
6942checksum = "1d38ac1cf9b95face32296c0a3ede1fdc270627c9d9c02a7274dd6d960dc4d56"
6943dependencies = [
6944 "winnow",
6945]
6946
6947[[package]]
6948name = "toml_writer"
6949version = "1.1.2+spec-1.1.0"
6950source = "registry+https://github.com/rust-lang/crates.io-index"
6951checksum = "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2"
6952
6953[[package]]
6954name = "tower"
6955version = "0.5.3"
6956source = "registry+https://github.com/rust-lang/crates.io-index"
6957checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
6958dependencies = [
6959 "futures-core",
6960 "futures-util",
6961 "pin-project-lite",
6962 "sync_wrapper",
6963 "tokio",
6964 "tower-layer",
6965 "tower-service",
6966]
6967
6968[[package]]
6969name = "tower-http"
6970version = "0.6.11"
6971source = "registry+https://github.com/rust-lang/crates.io-index"
6972checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
6973dependencies = [
6974 "bitflags 2.13.1",
6975 "bytes",
6976 "futures-util",
6977 "http",
6978 "http-body",
6979 "pin-project-lite",
6980 "tower",
6981 "tower-layer",
6982 "tower-service",
6983 "url",
6984]
6985
6986[[package]]
6987name = "tower-layer"
6988version = "0.3.3"
6989source = "registry+https://github.com/rust-lang/crates.io-index"
6990checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
6991
6992[[package]]
6993name = "tower-service"
6994version = "0.3.3"
6995source = "registry+https://github.com/rust-lang/crates.io-index"
6996checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
6997
6998[[package]]
6999name = "tracing"
7000version = "0.1.44"
7001source = "registry+https://github.com/rust-lang/crates.io-index"
7002checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
7003dependencies = [
7004 "log",
7005 "pin-project-lite",
7006 "tracing-attributes",
7007 "tracing-core",
7008]
7009
7010[[package]]
7011name = "tracing-attributes"
7012version = "0.1.31"
7013source = "registry+https://github.com/rust-lang/crates.io-index"
7014checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
7015dependencies = [
7016 "proc-macro2",
7017 "quote",
7018 "syn 2.0.119",
7019]
7020
7021[[package]]
7022name = "tracing-core"
7023version = "0.1.36"
7024source = "registry+https://github.com/rust-lang/crates.io-index"
7025checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
7026dependencies = [
7027 "once_cell",
7028 "valuable",
7029]
7030
7031[[package]]
7032name = "tracing-log"
7033version = "0.2.0"
7034source = "registry+https://github.com/rust-lang/crates.io-index"
7035checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
7036dependencies = [
7037 "log",
7038 "once_cell",
7039 "tracing-core",
7040]
7041
7042[[package]]
7043name = "tracing-subscriber"
7044version = "0.3.23"
7045source = "registry+https://github.com/rust-lang/crates.io-index"
7046checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
7047dependencies = [
7048 "matchers",
7049 "nu-ansi-term",
7050 "once_cell",
7051 "regex-automata",
7052 "sharded-slab",
7053 "smallvec",
7054 "thread_local",
7055 "tracing",
7056 "tracing-core",
7057 "tracing-log",
7058]
7059
7060[[package]]
7061name = "transpose"
7062version = "0.2.3"
7063source = "registry+https://github.com/rust-lang/crates.io-index"
7064checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
7065dependencies = [
7066 "num-integer",
7067 "strength_reduce",
7068]
7069
7070[[package]]
7071name = "triomphe"
7072version = "0.1.16"
7073source = "registry+https://github.com/rust-lang/crates.io-index"
7074checksum = "b40688ea6389c8171614b25491f71d4a27946e0c7ce2da1c6de27e25abf1a0ae"
7075
7076[[package]]
7077name = "try-lock"
7078version = "0.2.5"
7079source = "registry+https://github.com/rust-lang/crates.io-index"
7080checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
7081
7082[[package]]
7083name = "ttf-parser"
7084version = "0.25.1"
7085source = "registry+https://github.com/rust-lang/crates.io-index"
7086checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
7087
7088[[package]]
7089name = "tungstenite"
7090version = "0.28.0"
7091source = "registry+https://github.com/rust-lang/crates.io-index"
7092checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
7093dependencies = [
7094 "bytes",
7095 "data-encoding",
7096 "http",
7097 "httparse",
7098 "log",
7099 "rand 0.9.5",
7100 "rustls",
7101 "rustls-pki-types",
7102 "sha1",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7103 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7104 "utf-8",
7105]
7106
7107[[package]]
7108name = "typenum"
7109version = "1.20.1"
7110source = "registry+https://github.com/rust-lang/crates.io-index"
7111checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
7112
7113[[package]]
7114name = "unicode-ident"
7115version = "1.0.24"
7116source = "registry+https://github.com/rust-lang/crates.io-index"
7117checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
7118
7119[[package]]
7120name = "unicode-segmentation"
7121version = "1.13.3"
7122source = "registry+https://github.com/rust-lang/crates.io-index"
7123checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
7124
7125[[package]]
7126name = "unicode-width"
7127version = "0.2.2"
7128source = "registry+https://github.com/rust-lang/crates.io-index"
7129checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
7130
7131[[package]]
7132name = "unicode-xid"
7133version = "0.2.6"
7134source = "registry+https://github.com/rust-lang/crates.io-index"
7135checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
7136
7137[[package]]
7138name = "universal-hash"
7139version = "0.5.1"
7140source = "registry+https://github.com/rust-lang/crates.io-index"
7141checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
7142dependencies = [
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7143 "crypto-common 0.1.6",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7144 "subtle",
7145]
7146
7147[[package]]
7148name = "unsafe-libopus"
7149version = "0.2.0"
7150source = "registry+https://github.com/rust-lang/crates.io-index"
7151checksum = "c757408e7256c910343c7b215c8c8b878948630eecc774baabcca0972376eb73"
7152dependencies = [
7153 "arrayref",
7154 "num-complex",
7155 "num-traits",
7156]
7157
7158[[package]]
7159name = "untrusted"
7160version = "0.7.1"
7161source = "registry+https://github.com/rust-lang/crates.io-index"
7162checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
7163
7164[[package]]
7165name = "untrusted"
7166version = "0.9.0"
7167source = "registry+https://github.com/rust-lang/crates.io-index"
7168checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
7169
7170[[package]]
7171name = "url"
7172version = "2.5.8"
7173source = "registry+https://github.com/rust-lang/crates.io-index"
7174checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
7175dependencies = [
7176 "form_urlencoded",
7177 "idna",
7178 "percent-encoding",
7179 "serde",
7180 "serde_derive",
7181]
7182
7183[[package]]
7184name = "urlencoding"
7185version = "2.1.3"
7186source = "registry+https://github.com/rust-lang/crates.io-index"
7187checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
7188
7189[[package]]
7190name = "utf-8"
7191version = "0.7.6"
7192source = "registry+https://github.com/rust-lang/crates.io-index"
7193checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
7194
7195[[package]]
7196name = "utf8_iter"
7197version = "1.0.4"
7198source = "registry+https://github.com/rust-lang/crates.io-index"
7199checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
7200
7201[[package]]
7202name = "utf8parse"
7203version = "0.2.2"
7204source = "registry+https://github.com/rust-lang/crates.io-index"
7205checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
7206
7207[[package]]
7208name = "uuid"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7209version = "1.24.0"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7210source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7211checksum = "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7212dependencies = [
7213 "getrandom 0.4.3",
7214 "js-sys",
7215 "wasm-bindgen",
7216]
7217
7218[[package]]
7219name = "v4l2r"
7220version = "0.0.7"
7221source = "registry+https://github.com/rust-lang/crates.io-index"
7222checksum = "2b609e6cc820e3f95dac66f8ef4efbdf1f39b8d119ec16e6476f797ec95ebaa7"
7223dependencies = [
7224 "anyhow",
7225 "bindgen 0.70.1",
7226 "bitflags 2.13.1",
7227 "enumn",
7228 "log",
7229 "nix 0.28.0",
7230 "paste",
7231 "thiserror 1.0.69",
7232]
7233
7234[[package]]
7235name = "valuable"
7236version = "0.1.1"
7237source = "registry+https://github.com/rust-lang/crates.io-index"
7238checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
7239
7240[[package]]
7241name = "vergen"
7242version = "9.1.0"
7243source = "registry+https://github.com/rust-lang/crates.io-index"
7244checksum = "b849a1f6d8639e8de261e81ee0fc881e3e3620db1af9f2e0da015d4382ceaf75"
7245dependencies = [
7246 "anyhow",
7247 "derive_builder",
7248 "rustversion",
7249 "vergen-lib 9.1.0",
7250]
7251
7252[[package]]
7253name = "vergen-gitcl"
7254version = "1.0.8"
7255source = "registry+https://github.com/rust-lang/crates.io-index"
7256checksum = "b9dfc1de6eb2e08a4ddf152f1b179529638bedc0ea95e6d667c014506377aefe"
7257dependencies = [
7258 "anyhow",
7259 "derive_builder",
7260 "rustversion",
7261 "time",
7262 "vergen",
7263 "vergen-lib 0.1.6",
7264]
7265
7266[[package]]
7267name = "vergen-lib"
7268version = "0.1.6"
7269source = "registry+https://github.com/rust-lang/crates.io-index"
7270checksum = "9b07e6010c0f3e59fcb164e0163834597da68d1f864e2b8ca49f74de01e9c166"
7271dependencies = [
7272 "anyhow",
7273 "derive_builder",
7274 "rustversion",
7275]
7276
7277[[package]]
7278name = "vergen-lib"
7279version = "9.1.0"
7280source = "registry+https://github.com/rust-lang/crates.io-index"
7281checksum = "b34a29ba7e9c59e62f229ae1932fb1b8fb8a6fdcc99215a641913f5f5a59a569"
7282dependencies = [
7283 "anyhow",
7284 "derive_builder",
7285 "rustversion",
7286]
7287
7288[[package]]
7289name = "version-compare"
7290version = "0.2.1"
7291source = "registry+https://github.com/rust-lang/crates.io-index"
7292checksum = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e"
7293
7294[[package]]
7295name = "version_check"
7296version = "0.9.5"
7297source = "registry+https://github.com/rust-lang/crates.io-index"
7298checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
7299
7300[[package]]
7301name = "visibility"
7302version = "0.1.1"
7303source = "registry+https://github.com/rust-lang/crates.io-index"
7304checksum = "d674d135b4a8c1d7e813e2f8d1c9a58308aee4a680323066025e53132218bd91"
7305dependencies = [
7306 "proc-macro2",
7307 "quote",
7308 "syn 2.0.119",
7309]
7310
7311[[package]]
7312name = "walkdir"
7313version = "2.5.0"
7314source = "registry+https://github.com/rust-lang/crates.io-index"
7315checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
7316dependencies = [
7317 "same-file",
7318 "winapi-util",
7319]
7320
7321[[package]]
7322name = "want"
7323version = "0.3.1"
7324source = "registry+https://github.com/rust-lang/crates.io-index"
7325checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
7326dependencies = [
7327 "try-lock",
7328]
7329
7330[[package]]
7331name = "wasi"
7332version = "0.11.1+wasi-snapshot-preview1"
7333source = "registry+https://github.com/rust-lang/crates.io-index"
7334checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
7335
7336[[package]]
7337name = "wasip2"
7338version = "1.0.4+wasi-0.2.12"
7339source = "registry+https://github.com/rust-lang/crates.io-index"
7340checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
7341dependencies = [
7342 "wit-bindgen",
7343]
7344
7345[[package]]
7346name = "wasm-bindgen"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7347version = "0.2.126"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7348source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7349checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7350dependencies = [
7351 "cfg-if",
7352 "once_cell",
7353 "rustversion",
7354 "wasm-bindgen-macro",
7355 "wasm-bindgen-shared",
7356]
7357
7358[[package]]
7359name = "wasm-bindgen-futures"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7360version = "0.4.76"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7361source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7362checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7363dependencies = [
7364 "js-sys",
7365 "wasm-bindgen",
7366]
7367
7368[[package]]
7369name = "wasm-bindgen-macro"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7370version = "0.2.126"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7371source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7372checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7373dependencies = [
7374 "quote",
7375 "wasm-bindgen-macro-support",
7376]
7377
7378[[package]]
7379name = "wasm-bindgen-macro-support"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7380version = "0.2.126"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7381source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7382checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7383dependencies = [
7384 "bumpalo",
7385 "proc-macro2",
7386 "quote",
7387 "syn 2.0.119",
7388 "wasm-bindgen-shared",
7389]
7390
7391[[package]]
7392name = "wasm-bindgen-shared"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7393version = "0.2.126"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7394source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7395checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7396dependencies = [
7397 "unicode-ident",
7398]
7399
7400[[package]]
7401name = "wasm-streams"
7402version = "0.5.0"
7403source = "registry+https://github.com/rust-lang/crates.io-index"
7404checksum = "9d1ec4f6517c9e11ae630e200b2b65d193279042e28edd4a2cda233e46670bbb"
7405dependencies = [
7406 "futures-util",
7407 "js-sys",
7408 "wasm-bindgen",
7409 "wasm-bindgen-futures",
7410 "web-sys",
7411]
7412
7413[[package]]
7414name = "wasmtimer"
7415version = "0.4.3"
7416source = "registry+https://github.com/rust-lang/crates.io-index"
7417checksum = "1c598d6b99ea013e35844697fc4670d08339d5cda15588f193c6beedd12f644b"
7418dependencies = [
7419 "futures",
7420 "js-sys",
7421 "parking_lot",
7422 "pin-utils",
7423 "wasm-bindgen",
7424]
7425
7426[[package]]
7427name = "wayland-backend"
7428version = "0.3.17"
7429source = "registry+https://github.com/rust-lang/crates.io-index"
7430checksum = "38a91b4eaddff87b1cd1074985e3713da4af2c49742d1b356b2c01670a67a078"
7431dependencies = [
7432 "cc",
7433 "downcast-rs",
7434 "rustix 1.1.4",
7435 "scoped-tls",
7436 "smallvec",
7437 "wayland-sys",
7438]
7439
7440[[package]]
7441name = "wayland-client"
7442version = "0.31.15"
7443source = "registry+https://github.com/rust-lang/crates.io-index"
7444checksum = "e3c36a0f861ad76d0901f2800b46321410d9f73f2ea88aac0650d86c32688073"
7445dependencies = [
7446 "bitflags 2.13.1",
7447 "rustix 1.1.4",
7448 "wayland-backend",
7449 "wayland-scanner",
7450]
7451
7452[[package]]
7453name = "wayland-csd-frame"
7454version = "0.3.0"
7455source = "registry+https://github.com/rust-lang/crates.io-index"
7456checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
7457dependencies = [
7458 "bitflags 2.13.1",
7459 "cursor-icon",
7460 "wayland-backend",
7461]
7462
7463[[package]]
7464name = "wayland-cursor"
7465version = "0.31.14"
7466source = "registry+https://github.com/rust-lang/crates.io-index"
7467checksum = "4a52d18780be9b1314328a3de5f930b73d2200112e3849ca6cb11822793fb34d"
7468dependencies = [
7469 "rustix 1.1.4",
7470 "wayland-client",
7471 "xcursor",
7472]
7473
7474[[package]]
7475name = "wayland-protocols"
7476version = "0.32.13"
7477source = "registry+https://github.com/rust-lang/crates.io-index"
7478checksum = "23d0c813de3daa2ed6520af85a3bd49b0e722a3078506899aa9686fea58dc4b6"
7479dependencies = [
7480 "bitflags 2.13.1",
7481 "wayland-backend",
7482 "wayland-client",
7483 "wayland-scanner",
7484]
7485
7486[[package]]
7487name = "wayland-protocols-experimental"
7488version = "20250721.0.1"
7489source = "registry+https://github.com/rust-lang/crates.io-index"
7490checksum = "40a1f863128dcaaec790d7b4b396cc9b9a7a079e878e18c47e6c2d2c5a8dcbb1"
7491dependencies = [
7492 "bitflags 2.13.1",
7493 "wayland-backend",
7494 "wayland-client",
7495 "wayland-protocols",
7496 "wayland-scanner",
7497]
7498
7499[[package]]
7500name = "wayland-protocols-misc"
7501version = "0.3.12"
7502source = "registry+https://github.com/rust-lang/crates.io-index"
7503checksum = "6e9567599ef23e09b8dad6e429e5738d4509dfc46b3b21f32841a304d16b29c8"
7504dependencies = [
7505 "bitflags 2.13.1",
7506 "wayland-backend",
7507 "wayland-client",
7508 "wayland-protocols",
7509 "wayland-scanner",
7510]
7511
7512[[package]]
7513name = "wayland-protocols-plasma"
7514version = "0.3.12"
7515source = "registry+https://github.com/rust-lang/crates.io-index"
7516checksum = "2b6d8cf1eb2c1c31ed1f5643c88a6e53538129d4af80030c8cabd1f9fa884d91"
7517dependencies = [
7518 "bitflags 2.13.1",
7519 "wayland-backend",
7520 "wayland-client",
7521 "wayland-protocols",
7522 "wayland-scanner",
7523]
7524
7525[[package]]
7526name = "wayland-protocols-wlr"
7527version = "0.3.12"
7528source = "registry+https://github.com/rust-lang/crates.io-index"
7529checksum = "eb04e52f7836d7c7976c78ca0250d61e33873c34156a2a1fc9474828ec268234"
7530dependencies = [
7531 "bitflags 2.13.1",
7532 "wayland-backend",
7533 "wayland-client",
7534 "wayland-protocols",
7535 "wayland-scanner",
7536]
7537
7538[[package]]
7539name = "wayland-scanner"
7540version = "0.31.11"
7541source = "registry+https://github.com/rust-lang/crates.io-index"
7542checksum = "338e30461b3a2b67d70eb30a6d89f8e0c93a833e07d2ae89085cd070c4a00ac0"
7543dependencies = [
7544 "proc-macro2",
7545 "quick-xml",
7546 "quote",
7547]
7548
7549[[package]]
7550name = "wayland-sys"
7551version = "0.31.11"
7552source = "registry+https://github.com/rust-lang/crates.io-index"
7553checksum = "d8eab23fefc9e41f8e841df4a9c707e8a8c4ed26e944ef69297184de2785e3be"
7554dependencies = [
7555 "dlib",
7556 "log",
7557 "once_cell",
7558 "pkg-config",
7559]
7560
7561[[package]]
7562name = "web-async"
7563version = "0.1.5"
7564source = "registry+https://github.com/rust-lang/crates.io-index"
7565checksum = "1ba1426dcf56093a94d9415ba4c016e45c1323679501e7309f1919ab32f08206"
7566dependencies = [
7567 "tokio",
7568 "tracing",
7569 "wasm-bindgen-futures",
7570 "wasmtimer",
7571]
7572
7573[[package]]
7574name = "web-sys"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7575version = "0.3.103"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7576source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7577checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7578dependencies = [
7579 "js-sys",
7580 "wasm-bindgen",
7581]
7582
7583[[package]]
7584name = "web-time"
7585version = "1.1.0"
7586source = "registry+https://github.com/rust-lang/crates.io-index"
7587checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
7588dependencies = [
7589 "js-sys",
7590 "wasm-bindgen",
7591]
7592
7593[[package]]
7594name = "web-transport-iroh"
7595version = "0.2.2"
7596source = "git+https://github.com/Frando/web-transport?rev=f7a523f1#f7a523f13f15c1568107a24b86a29929834b06bf"
7597dependencies = [
7598 "bytes",
7599 "http",
7600 "iroh",
7601 "n0-error",
7602 "n0-future",
7603 "tokio",
7604 "tracing",
7605 "url",
7606 "web-transport-proto",
7607 "web-transport-trait",
7608]
7609
7610[[package]]
7611name = "web-transport-noq"
7612version = "0.0.3"
7613source = "git+https://github.com/Frando/web-transport?rev=f7a523f1#f7a523f13f15c1568107a24b86a29929834b06bf"
7614dependencies = [
7615 "bytes",
7616 "futures",
7617 "http",
7618 "noq",
7619 "rustls",
7620 "rustls-native-certs",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7621 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7622 "tokio",
7623 "tracing",
7624 "url",
7625 "web-transport-proto",
7626 "web-transport-trait",
7627]
7628
7629[[package]]
7630name = "web-transport-proto"
7631version = "0.6.0"
7632source = "git+https://github.com/Frando/web-transport?rev=f7a523f1#f7a523f13f15c1568107a24b86a29929834b06bf"
7633dependencies = [
7634 "bytes",
7635 "http",
7636 "sfv",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7637 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7638 "tokio",
7639 "url",
7640]
7641
7642[[package]]
7643name = "web-transport-trait"
7644version = "0.3.4"
7645source = "git+https://github.com/Frando/web-transport?rev=f7a523f1#f7a523f13f15c1568107a24b86a29929834b06bf"
7646dependencies = [
7647 "bytes",
7648]
7649
7650[[package]]
7651name = "webbrowser"
7652version = "1.2.4"
7653source = "registry+https://github.com/rust-lang/crates.io-index"
7654checksum = "62c35be770821a214dbc362fc26908c853e776c0004294d0b10b8a6bad582f94"
7655dependencies = [
7656 "jni 0.22.4",
7657 "log",
7658 "ndk-context",
7659 "objc2 0.6.4",
7660 "objc2-app-kit 0.3.2",
7661 "objc2-foundation 0.3.2",
7662 "url",
7663 "web-sys",
7664]
7665
7666[[package]]
7667name = "webpki-root-certs"
7668version = "1.0.9"
7669source = "registry+https://github.com/rust-lang/crates.io-index"
7670checksum = "b96554aa2acc8ccdb7e1c9a58a7a68dd5d13bccc69cd124cb09406db612a1c9b"
7671dependencies = [
7672 "rustls-pki-types",
7673]
7674
7675[[package]]
7676name = "webpki-roots"
7677version = "1.0.9"
7678source = "registry+https://github.com/rust-lang/crates.io-index"
7679checksum = "7dcd9d09a39985f5344844e66b0c530a33843579125f23e21e9f0f220850f22a"
7680dependencies = [
7681 "rustls-pki-types",
7682]
7683
7684[[package]]
7685name = "weezl"
7686version = "0.1.12"
7687source = "registry+https://github.com/rust-lang/crates.io-index"
7688checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88"
7689
7690[[package]]
7691name = "wide"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7692version = "1.5.0"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7693source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7694checksum = "dfdfe6a32973f2d1b268b8895845a8a96cac2f0191e72c27cc929036060dbf89"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7695dependencies = [
7696 "bytemuck",
7697 "safe_arch",
7698]
7699
7700[[package]]
7701name = "widestring"
7702version = "1.2.1"
7703source = "registry+https://github.com/rust-lang/crates.io-index"
7704checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
7705
7706[[package]]
7707name = "winapi"
7708version = "0.3.9"
7709source = "registry+https://github.com/rust-lang/crates.io-index"
7710checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
7711dependencies = [
7712 "winapi-i686-pc-windows-gnu",
7713 "winapi-x86_64-pc-windows-gnu",
7714]
7715
7716[[package]]
7717name = "winapi-i686-pc-windows-gnu"
7718version = "0.4.0"
7719source = "registry+https://github.com/rust-lang/crates.io-index"
7720checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
7721
7722[[package]]
7723name = "winapi-util"
7724version = "0.1.11"
7725source = "registry+https://github.com/rust-lang/crates.io-index"
7726checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
7727dependencies = [
7728 "windows-sys 0.61.2",
7729]
7730
7731[[package]]
7732name = "winapi-x86_64-pc-windows-gnu"
7733version = "0.4.0"
7734source = "registry+https://github.com/rust-lang/crates.io-index"
7735checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
7736
7737[[package]]
7738name = "windowfunctions"
7739version = "0.1.1"
7740source = "registry+https://github.com/rust-lang/crates.io-index"
7741checksum = "90628d739333b7c5d2ee0b70210b97b8cddc38440c682c96fd9e2c24c2db5f3a"
7742dependencies = [
7743 "num-traits",
7744]
7745
7746[[package]]
7747name = "windows"
7748version = "0.62.2"
7749source = "registry+https://github.com/rust-lang/crates.io-index"
7750checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
7751dependencies = [
7752 "windows-collections",
7753 "windows-core",
7754 "windows-future",
7755 "windows-numerics",
7756]
7757
7758[[package]]
7759name = "windows-collections"
7760version = "0.3.2"
7761source = "registry+https://github.com/rust-lang/crates.io-index"
7762checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
7763dependencies = [
7764 "windows-core",
7765]
7766
7767[[package]]
7768name = "windows-core"
7769version = "0.62.2"
7770source = "registry+https://github.com/rust-lang/crates.io-index"
7771checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
7772dependencies = [
7773 "windows-implement",
7774 "windows-interface",
7775 "windows-link",
7776 "windows-result",
7777 "windows-strings",
7778]
7779
7780[[package]]
7781name = "windows-future"
7782version = "0.3.2"
7783source = "registry+https://github.com/rust-lang/crates.io-index"
7784checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
7785dependencies = [
7786 "windows-core",
7787 "windows-link",
7788 "windows-threading",
7789]
7790
7791[[package]]
7792name = "windows-implement"
7793version = "0.60.2"
7794source = "registry+https://github.com/rust-lang/crates.io-index"
7795checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
7796dependencies = [
7797 "proc-macro2",
7798 "quote",
7799 "syn 2.0.119",
7800]
7801
7802[[package]]
7803name = "windows-interface"
7804version = "0.59.3"
7805source = "registry+https://github.com/rust-lang/crates.io-index"
7806checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
7807dependencies = [
7808 "proc-macro2",
7809 "quote",
7810 "syn 2.0.119",
7811]
7812
7813[[package]]
7814name = "windows-link"
7815version = "0.2.1"
7816source = "registry+https://github.com/rust-lang/crates.io-index"
7817checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
7818
7819[[package]]
7820name = "windows-numerics"
7821version = "0.3.1"
7822source = "registry+https://github.com/rust-lang/crates.io-index"
7823checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
7824dependencies = [
7825 "windows-core",
7826 "windows-link",
7827]
7828
7829[[package]]
7830name = "windows-registry"
7831version = "0.6.1"
7832source = "registry+https://github.com/rust-lang/crates.io-index"
7833checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
7834dependencies = [
7835 "windows-link",
7836 "windows-result",
7837 "windows-strings",
7838]
7839
7840[[package]]
7841name = "windows-result"
7842version = "0.4.1"
7843source = "registry+https://github.com/rust-lang/crates.io-index"
7844checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
7845dependencies = [
7846 "windows-link",
7847]
7848
7849[[package]]
7850name = "windows-strings"
7851version = "0.5.1"
7852source = "registry+https://github.com/rust-lang/crates.io-index"
7853checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
7854dependencies = [
7855 "windows-link",
7856]
7857
7858[[package]]
7859name = "windows-sys"
7860version = "0.45.0"
7861source = "registry+https://github.com/rust-lang/crates.io-index"
7862checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
7863dependencies = [
7864 "windows-targets 0.42.2",
7865]
7866
7867[[package]]
7868name = "windows-sys"
7869version = "0.52.0"
7870source = "registry+https://github.com/rust-lang/crates.io-index"
7871checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
7872dependencies = [
7873 "windows-targets 0.52.6",
7874]
7875
7876[[package]]
7877name = "windows-sys"
7878version = "0.59.0"
7879source = "registry+https://github.com/rust-lang/crates.io-index"
7880checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
7881dependencies = [
7882 "windows-targets 0.52.6",
7883]
7884
7885[[package]]
7886name = "windows-sys"
7887version = "0.61.2"
7888source = "registry+https://github.com/rust-lang/crates.io-index"
7889checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
7890dependencies = [
7891 "windows-link",
7892]
7893
7894[[package]]
7895name = "windows-targets"
7896version = "0.42.2"
7897source = "registry+https://github.com/rust-lang/crates.io-index"
7898checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
7899dependencies = [
7900 "windows_aarch64_gnullvm 0.42.2",
7901 "windows_aarch64_msvc 0.42.2",
7902 "windows_i686_gnu 0.42.2",
7903 "windows_i686_msvc 0.42.2",
7904 "windows_x86_64_gnu 0.42.2",
7905 "windows_x86_64_gnullvm 0.42.2",
7906 "windows_x86_64_msvc 0.42.2",
7907]
7908
7909[[package]]
7910name = "windows-targets"
7911version = "0.52.6"
7912source = "registry+https://github.com/rust-lang/crates.io-index"
7913checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
7914dependencies = [
7915 "windows_aarch64_gnullvm 0.52.6",
7916 "windows_aarch64_msvc 0.52.6",
7917 "windows_i686_gnu 0.52.6",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago7918 "windows_i686_gnullvm",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago7919 "windows_i686_msvc 0.52.6",
7920 "windows_x86_64_gnu 0.52.6",
7921 "windows_x86_64_gnullvm 0.52.6",
7922 "windows_x86_64_msvc 0.52.6",
7923]
7924
7925[[package]]
7926name = "windows-threading"
7927version = "0.2.1"
7928source = "registry+https://github.com/rust-lang/crates.io-index"
7929checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
7930dependencies = [
7931 "windows-link",
7932]
7933
7934[[package]]
7935name = "windows_aarch64_gnullvm"
7936version = "0.42.2"
7937source = "registry+https://github.com/rust-lang/crates.io-index"
7938checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
7939
7940[[package]]
7941name = "windows_aarch64_gnullvm"
7942version = "0.52.6"
7943source = "registry+https://github.com/rust-lang/crates.io-index"
7944checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
7945
7946[[package]]
7947name = "windows_aarch64_msvc"
7948version = "0.42.2"
7949source = "registry+https://github.com/rust-lang/crates.io-index"
7950checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
7951
7952[[package]]
7953name = "windows_aarch64_msvc"
7954version = "0.52.6"
7955source = "registry+https://github.com/rust-lang/crates.io-index"
7956checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
7957
7958[[package]]
7959name = "windows_i686_gnu"
7960version = "0.42.2"
7961source = "registry+https://github.com/rust-lang/crates.io-index"
7962checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
7963
7964[[package]]
7965name = "windows_i686_gnu"
7966version = "0.52.6"
7967source = "registry+https://github.com/rust-lang/crates.io-index"
7968checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
7969
7970[[package]]
7971name = "windows_i686_gnullvm"
7972version = "0.52.6"
7973source = "registry+https://github.com/rust-lang/crates.io-index"
7974checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
7975
7976[[package]]
7977name = "windows_i686_msvc"
7978version = "0.42.2"
7979source = "registry+https://github.com/rust-lang/crates.io-index"
7980checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
7981
7982[[package]]
7983name = "windows_i686_msvc"
7984version = "0.52.6"
7985source = "registry+https://github.com/rust-lang/crates.io-index"
7986checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
7987
7988[[package]]
7989name = "windows_x86_64_gnu"
7990version = "0.42.2"
7991source = "registry+https://github.com/rust-lang/crates.io-index"
7992checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
7993
7994[[package]]
7995name = "windows_x86_64_gnu"
7996version = "0.52.6"
7997source = "registry+https://github.com/rust-lang/crates.io-index"
7998checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
7999
8000[[package]]
8001name = "windows_x86_64_gnullvm"
8002version = "0.42.2"
8003source = "registry+https://github.com/rust-lang/crates.io-index"
8004checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
8005
8006[[package]]
8007name = "windows_x86_64_gnullvm"
8008version = "0.52.6"
8009source = "registry+https://github.com/rust-lang/crates.io-index"
8010checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
8011
8012[[package]]
8013name = "windows_x86_64_msvc"
8014version = "0.42.2"
8015source = "registry+https://github.com/rust-lang/crates.io-index"
8016checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
8017
8018[[package]]
8019name = "windows_x86_64_msvc"
8020version = "0.52.6"
8021source = "registry+https://github.com/rust-lang/crates.io-index"
8022checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
8023
8024[[package]]
8025name = "winit"
8026version = "0.30.13"
8027source = "registry+https://github.com/rust-lang/crates.io-index"
8028checksum = "a6755fa58a9f8350bd1e472d4c3fcc25f824ec358933bba33306d0b63df5978d"
8029dependencies = [
8030 "ahash",
8031 "android-activity",
8032 "atomic-waker",
8033 "bitflags 2.13.1",
8034 "block2 0.5.1",
8035 "bytemuck",
8036 "calloop 0.13.0",
8037 "cfg_aliases 0.2.2",
8038 "concurrent-queue",
8039 "core-foundation 0.9.4",
8040 "core-graphics",
8041 "cursor-icon",
8042 "dpi",
8043 "js-sys",
8044 "libc",
8045 "memmap2",
8046 "ndk",
8047 "objc2 0.5.2",
8048 "objc2-app-kit 0.2.2",
8049 "objc2-foundation 0.2.2",
8050 "objc2-ui-kit",
8051 "orbclient",
8052 "percent-encoding",
8053 "pin-project",
8054 "raw-window-handle",
8055 "redox_syscall 0.4.1",
8056 "rustix 0.38.44",
8057 "sctk-adwaita",
8058 "smithay-client-toolkit 0.19.2",
8059 "smol_str",
8060 "tracing",
8061 "unicode-segmentation",
8062 "wasm-bindgen",
8063 "wasm-bindgen-futures",
8064 "wayland-backend",
8065 "wayland-client",
8066 "wayland-protocols",
8067 "wayland-protocols-plasma",
8068 "web-sys",
8069 "web-time",
8070 "windows-sys 0.52.0",
8071 "x11-dl",
8072 "x11rb",
8073 "xkbcommon-dl",
8074]
8075
8076[[package]]
8077name = "winnow"
8078version = "1.0.4"
8079source = "registry+https://github.com/rust-lang/crates.io-index"
8080checksum = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81"
8081dependencies = [
8082 "memchr",
8083]
8084
8085[[package]]
8086name = "wit-bindgen"
8087version = "0.57.1"
8088source = "registry+https://github.com/rust-lang/crates.io-index"
8089checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
8090
8091[[package]]
8092name = "wmi"
8093version = "0.18.4"
8094source = "registry+https://github.com/rust-lang/crates.io-index"
8095checksum = "7c81b85c57a57500e56669586496bf2abd5cf082b9d32995251185d105208b64"
8096dependencies = [
8097 "chrono",
8098 "futures",
8099 "log",
8100 "serde",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8101 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8102 "windows",
8103 "windows-core",
8104]
8105
8106[[package]]
8107name = "writeable"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8108version = "0.6.3"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8109source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8110checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8111
8112[[package]]
8113name = "ws_stream_wasm"
8114version = "0.7.5"
8115source = "registry+https://github.com/rust-lang/crates.io-index"
8116checksum = "6c173014acad22e83f16403ee360115b38846fe754e735c5d9d3803fe70c6abc"
8117dependencies = [
8118 "async_io_stream",
8119 "futures",
8120 "js-sys",
8121 "log",
8122 "pharos",
8123 "rustc_version",
8124 "send_wrapper",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8125 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8126 "wasm-bindgen",
8127 "wasm-bindgen-futures",
8128 "web-sys",
8129]
8130
8131[[package]]
8132name = "x11-dl"
8133version = "2.21.0"
8134source = "registry+https://github.com/rust-lang/crates.io-index"
8135checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
8136dependencies = [
8137 "libc",
8138 "once_cell",
8139 "pkg-config",
8140]
8141
8142[[package]]
8143name = "x11rb"
8144version = "0.13.2"
8145source = "registry+https://github.com/rust-lang/crates.io-index"
8146checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
8147dependencies = [
8148 "as-raw-xcb-connection",
8149 "gethostname",
8150 "libc",
8151 "libloading 0.8.9",
8152 "once_cell",
8153 "rustix 1.1.4",
8154 "x11rb-protocol",
8155]
8156
8157[[package]]
8158name = "x11rb-protocol"
8159version = "0.13.2"
8160source = "registry+https://github.com/rust-lang/crates.io-index"
8161checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
8162
8163[[package]]
8164name = "x509-parser"
8165version = "0.18.1"
8166source = "registry+https://github.com/rust-lang/crates.io-index"
8167checksum = "d43b0f71ce057da06bc0851b23ee24f3f86190b07203dd8f567d0b706a185202"
8168dependencies = [
8169 "asn1-rs",
8170 "aws-lc-rs",
8171 "data-encoding",
8172 "der-parser",
8173 "lazy_static",
8174 "nom 7.1.3",
8175 "oid-registry",
8176 "rusticata-macros",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8177 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8178 "time",
8179]
8180
8181[[package]]
8182name = "xcursor"
8183version = "0.3.11"
8184source = "registry+https://github.com/rust-lang/crates.io-index"
8185checksum = "163b33ed8786455e2fa5d72f554057ce3f3182425434f756cd39c99839d88e23"
8186
8187[[package]]
8188name = "xkbcommon-dl"
8189version = "0.4.2"
8190source = "registry+https://github.com/rust-lang/crates.io-index"
8191checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5"
8192dependencies = [
8193 "bitflags 2.13.1",
8194 "dlib",
8195 "log",
8196 "once_cell",
8197 "xkeysym",
8198]
8199
8200[[package]]
8201name = "xkeysym"
8202version = "0.2.1"
8203source = "registry+https://github.com/rust-lang/crates.io-index"
8204checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
8205
8206[[package]]
8207name = "xml-rs"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8208version = "0.8.28"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8209source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8210checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8211
8212[[package]]
8213name = "xmltree"
8214version = "0.10.3"
8215source = "registry+https://github.com/rust-lang/crates.io-index"
8216checksum = "d7d8a75eaf6557bb84a65ace8609883db44a29951042ada9b393151532e41fcb"
8217dependencies = [
8218 "xml-rs",
8219]
8220
8221[[package]]
8222name = "yasna"
8223version = "0.6.0"
8224source = "registry+https://github.com/rust-lang/crates.io-index"
8225checksum = "b5f6765e852b9b4dc8e2a76843e4d64d1cea8e79bcde0b6901aea8e7c7f08282"
8226dependencies = [
8227 "bit-vec",
8228 "time",
8229]
8230
8231[[package]]
8232name = "yoke"
8233version = "0.8.3"
8234source = "registry+https://github.com/rust-lang/crates.io-index"
8235checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
8236dependencies = [
8237 "stable_deref_trait",
8238 "yoke-derive",
8239 "zerofrom",
8240]
8241
8242[[package]]
8243name = "yoke-derive"
8244version = "0.8.2"
8245source = "registry+https://github.com/rust-lang/crates.io-index"
8246checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
8247dependencies = [
8248 "proc-macro2",
8249 "quote",
8250 "syn 2.0.119",
8251 "synstructure",
8252]
8253
8254[[package]]
8255name = "yuv"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8256version = "0.8.16"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8257source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8258checksum = "5d85a782d94ee43f078bcfd6fa82d4e6a5b2d1cfbbad168e4df5a9f7b39ef48c"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8259dependencies = [
8260 "num-traits",
8261]
8262
8263[[package]]
8264name = "z32"
8265version = "1.3.0"
8266source = "registry+https://github.com/rust-lang/crates.io-index"
8267checksum = "2164e798d9e3d84ee2c91139ace54638059a3b23e361f5c11781c2c6459bde0f"
8268
8269[[package]]
8270name = "zerocopy"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8271version = "0.8.55"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8272source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8273checksum = "b5a105cd7b140f6eeec8acff2ea38135d3cab283ada58540f629fe51e46696eb"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8274dependencies = [
8275 "zerocopy-derive",
8276]
8277
8278[[package]]
8279name = "zerocopy-derive"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8280version = "0.8.55"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8281source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8282checksum = "0fe976fb70c78cd64cccfe3a6fc142244e8a77b70959b30faf9d0ac37ee228eb"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8283dependencies = [
8284 "proc-macro2",
8285 "quote",
8286 "syn 2.0.119",
8287]
8288
8289[[package]]
8290name = "zerofrom"
8291version = "0.1.8"
8292source = "registry+https://github.com/rust-lang/crates.io-index"
8293checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
8294dependencies = [
8295 "zerofrom-derive",
8296]
8297
8298[[package]]
8299name = "zerofrom-derive"
8300version = "0.1.7"
8301source = "registry+https://github.com/rust-lang/crates.io-index"
8302checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
8303dependencies = [
8304 "proc-macro2",
8305 "quote",
8306 "syn 2.0.119",
8307 "synstructure",
8308]
8309
8310[[package]]
8311name = "zeroize"
8312version = "1.9.0"
8313source = "registry+https://github.com/rust-lang/crates.io-index"
8314checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
8315dependencies = [
8316 "zeroize_derive",
8317]
8318
8319[[package]]
8320name = "zeroize_derive"
8321version = "1.5.0"
8322source = "registry+https://github.com/rust-lang/crates.io-index"
8323checksum = "3c50655cbb0fe3fc43170059e702f1ce5e19b84cec58dc87b037a09935c2f328"
8324dependencies = [
8325 "proc-macro2",
8326 "quote",
8327 "syn 2.0.119",
8328]
8329
8330[[package]]
8331name = "zerotrie"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8332version = "0.2.4"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8333source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8334checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8335dependencies = [
8336 "displaydoc",
8337 "yoke",
8338 "zerofrom",
8339]
8340
8341[[package]]
8342name = "zerovec"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8343version = "0.11.6"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8344source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8345checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8346dependencies = [
8347 "yoke",
8348 "zerofrom",
8349 "zerovec-derive",
8350]
8351
8352[[package]]
8353name = "zerovec-derive"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8354version = "0.11.3"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8355source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8356checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8357dependencies = [
8358 "proc-macro2",
8359 "quote",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8360 "syn 2.0.119",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8361]
8362
8363[[package]]
8364name = "zip"
8365version = "2.4.2"
8366source = "registry+https://github.com/rust-lang/crates.io-index"
8367checksum = "fabe6324e908f85a1c52063ce7aa26b68dcb7eb6dbc83a2d148403c9bc3eba50"
8368dependencies = [
8369 "arbitrary",
8370 "crc32fast",
8371 "crossbeam-utils",
8372 "displaydoc",
8373 "flate2",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8374 "indexmap 2.14.0",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8375 "memchr",
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8376 "thiserror 2.0.19",
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8377 "zopfli",
8378]
8379
8380[[package]]
8381name = "zlib-rs"
8382version = "0.6.7"
8383source = "registry+https://github.com/rust-lang/crates.io-index"
8384checksum = "34b31d188d9d685a4f9c7b46d6e36631b07058d2cfe190267adce54dc230bf12"
8385
8386[[package]]
8387name = "zmij"
8388version = "1.0.23"
8389source = "registry+https://github.com/rust-lang/crates.io-index"
8390checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"
8391
8392[[package]]
8393name = "zopfli"
8394version = "0.8.3"
8395source = "registry+https://github.com/rust-lang/crates.io-index"
8396checksum = "f05cd8797d63865425ff89b5c4a48804f35ba0ce8d125800027ad6017d2b5249"
8397dependencies = [
8398 "bumpalo",
8399 "crc32fast",
8400 "log",
8401 "simd-adler32",
8402]
8403
8404[[package]]
8405name = "zune-core"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8406version = "0.5.1"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8407source = "registry+https://github.com/rust-lang/crates.io-index"
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago8408checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9"
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago8409
8410[[package]]
8411name = "zune-jpeg"
8412version = "0.5.15"
8413source = "registry+https://github.com/rust-lang/crates.io-index"
8414checksum = "27bc9d5b815bc103f142aa054f561d9187d191692ec7c2d1e2b4737f8dbd7296"
8415dependencies = [
8416 "zune-core",
8417]