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