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