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