Cargo.lock (13440B)
1 # This file is automatically @generated by Cargo. 2 # It is not intended for manual editing. 3 version = 4 4 5 [[package]] 6 name = "alsa" 7 version = "0.9.1" 8 source = "registry+https://github.com/rust-lang/crates.io-index" 9 checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43" 10 dependencies = [ 11 "alsa-sys", 12 "bitflags 2.10.0", 13 "cfg-if", 14 "libc", 15 ] 16 17 [[package]] 18 name = "alsa-sys" 19 version = "0.3.1" 20 source = "registry+https://github.com/rust-lang/crates.io-index" 21 checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527" 22 dependencies = [ 23 "libc", 24 "pkg-config", 25 ] 26 27 [[package]] 28 name = "auto-musik" 29 version = "0.1.0" 30 dependencies = [ 31 "midir", 32 "rand", 33 ] 34 35 [[package]] 36 name = "bitflags" 37 version = "1.3.2" 38 source = "registry+https://github.com/rust-lang/crates.io-index" 39 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 40 41 [[package]] 42 name = "bitflags" 43 version = "2.10.0" 44 source = "registry+https://github.com/rust-lang/crates.io-index" 45 checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" 46 47 [[package]] 48 name = "block" 49 version = "0.1.6" 50 source = "registry+https://github.com/rust-lang/crates.io-index" 51 checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 52 53 [[package]] 54 name = "bumpalo" 55 version = "3.19.0" 56 source = "registry+https://github.com/rust-lang/crates.io-index" 57 checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" 58 59 [[package]] 60 name = "cfg-if" 61 version = "1.0.4" 62 source = "registry+https://github.com/rust-lang/crates.io-index" 63 checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 64 65 [[package]] 66 name = "core-foundation" 67 version = "0.9.4" 68 source = "registry+https://github.com/rust-lang/crates.io-index" 69 checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 70 dependencies = [ 71 "core-foundation-sys", 72 "libc", 73 ] 74 75 [[package]] 76 name = "core-foundation-sys" 77 version = "0.8.7" 78 source = "registry+https://github.com/rust-lang/crates.io-index" 79 checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 80 81 [[package]] 82 name = "coremidi" 83 version = "0.8.0" 84 source = "registry+https://github.com/rust-lang/crates.io-index" 85 checksum = "964eb3e10ea8b0d29c797086aab3ca730f75e06dced0cb980642fd274a5cca30" 86 dependencies = [ 87 "block", 88 "core-foundation", 89 "core-foundation-sys", 90 "coremidi-sys", 91 ] 92 93 [[package]] 94 name = "coremidi-sys" 95 version = "3.2.0" 96 source = "registry+https://github.com/rust-lang/crates.io-index" 97 checksum = "cc9504310988d938e49fff1b5f1e56e3dafe39bb1bae580c19660b58b83a191e" 98 dependencies = [ 99 "core-foundation-sys", 100 ] 101 102 [[package]] 103 name = "getrandom" 104 version = "0.3.4" 105 source = "registry+https://github.com/rust-lang/crates.io-index" 106 checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 107 dependencies = [ 108 "cfg-if", 109 "libc", 110 "r-efi", 111 "wasip2", 112 ] 113 114 [[package]] 115 name = "js-sys" 116 version = "0.3.82" 117 source = "registry+https://github.com/rust-lang/crates.io-index" 118 checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65" 119 dependencies = [ 120 "once_cell", 121 "wasm-bindgen", 122 ] 123 124 [[package]] 125 name = "libc" 126 version = "0.2.177" 127 source = "registry+https://github.com/rust-lang/crates.io-index" 128 checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" 129 130 [[package]] 131 name = "lock_api" 132 version = "0.4.14" 133 source = "registry+https://github.com/rust-lang/crates.io-index" 134 checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 135 dependencies = [ 136 "scopeguard", 137 ] 138 139 [[package]] 140 name = "midir" 141 version = "0.10.3" 142 source = "registry+https://github.com/rust-lang/crates.io-index" 143 checksum = "b73f8737248ad37b88291a2108d9df5f991dc8555103597d586b5a29d4d703c0" 144 dependencies = [ 145 "alsa", 146 "bitflags 1.3.2", 147 "coremidi", 148 "js-sys", 149 "libc", 150 "parking_lot", 151 "wasm-bindgen", 152 "web-sys", 153 "windows", 154 ] 155 156 [[package]] 157 name = "once_cell" 158 version = "1.21.3" 159 source = "registry+https://github.com/rust-lang/crates.io-index" 160 checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 161 162 [[package]] 163 name = "parking_lot" 164 version = "0.12.5" 165 source = "registry+https://github.com/rust-lang/crates.io-index" 166 checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 167 dependencies = [ 168 "lock_api", 169 "parking_lot_core", 170 ] 171 172 [[package]] 173 name = "parking_lot_core" 174 version = "0.9.12" 175 source = "registry+https://github.com/rust-lang/crates.io-index" 176 checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 177 dependencies = [ 178 "cfg-if", 179 "libc", 180 "redox_syscall", 181 "smallvec", 182 "windows-link", 183 ] 184 185 [[package]] 186 name = "pkg-config" 187 version = "0.3.32" 188 source = "registry+https://github.com/rust-lang/crates.io-index" 189 checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 190 191 [[package]] 192 name = "ppv-lite86" 193 version = "0.2.21" 194 source = "registry+https://github.com/rust-lang/crates.io-index" 195 checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 196 dependencies = [ 197 "zerocopy", 198 ] 199 200 [[package]] 201 name = "proc-macro2" 202 version = "1.0.103" 203 source = "registry+https://github.com/rust-lang/crates.io-index" 204 checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" 205 dependencies = [ 206 "unicode-ident", 207 ] 208 209 [[package]] 210 name = "quote" 211 version = "1.0.42" 212 source = "registry+https://github.com/rust-lang/crates.io-index" 213 checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" 214 dependencies = [ 215 "proc-macro2", 216 ] 217 218 [[package]] 219 name = "r-efi" 220 version = "5.3.0" 221 source = "registry+https://github.com/rust-lang/crates.io-index" 222 checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 223 224 [[package]] 225 name = "rand" 226 version = "0.9.2" 227 source = "registry+https://github.com/rust-lang/crates.io-index" 228 checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 229 dependencies = [ 230 "rand_chacha", 231 "rand_core", 232 ] 233 234 [[package]] 235 name = "rand_chacha" 236 version = "0.9.0" 237 source = "registry+https://github.com/rust-lang/crates.io-index" 238 checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 239 dependencies = [ 240 "ppv-lite86", 241 "rand_core", 242 ] 243 244 [[package]] 245 name = "rand_core" 246 version = "0.9.3" 247 source = "registry+https://github.com/rust-lang/crates.io-index" 248 checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 249 dependencies = [ 250 "getrandom", 251 ] 252 253 [[package]] 254 name = "redox_syscall" 255 version = "0.5.18" 256 source = "registry+https://github.com/rust-lang/crates.io-index" 257 checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 258 dependencies = [ 259 "bitflags 2.10.0", 260 ] 261 262 [[package]] 263 name = "rustversion" 264 version = "1.0.22" 265 source = "registry+https://github.com/rust-lang/crates.io-index" 266 checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 267 268 [[package]] 269 name = "scopeguard" 270 version = "1.2.0" 271 source = "registry+https://github.com/rust-lang/crates.io-index" 272 checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 273 274 [[package]] 275 name = "smallvec" 276 version = "1.15.1" 277 source = "registry+https://github.com/rust-lang/crates.io-index" 278 checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 279 280 [[package]] 281 name = "syn" 282 version = "2.0.109" 283 source = "registry+https://github.com/rust-lang/crates.io-index" 284 checksum = "2f17c7e013e88258aa9543dcbe81aca68a667a9ac37cd69c9fbc07858bfe0e2f" 285 dependencies = [ 286 "proc-macro2", 287 "quote", 288 "unicode-ident", 289 ] 290 291 [[package]] 292 name = "unicode-ident" 293 version = "1.0.22" 294 source = "registry+https://github.com/rust-lang/crates.io-index" 295 checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" 296 297 [[package]] 298 name = "wasip2" 299 version = "1.0.1+wasi-0.2.4" 300 source = "registry+https://github.com/rust-lang/crates.io-index" 301 checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" 302 dependencies = [ 303 "wit-bindgen", 304 ] 305 306 [[package]] 307 name = "wasm-bindgen" 308 version = "0.2.105" 309 source = "registry+https://github.com/rust-lang/crates.io-index" 310 checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60" 311 dependencies = [ 312 "cfg-if", 313 "once_cell", 314 "rustversion", 315 "wasm-bindgen-macro", 316 "wasm-bindgen-shared", 317 ] 318 319 [[package]] 320 name = "wasm-bindgen-macro" 321 version = "0.2.105" 322 source = "registry+https://github.com/rust-lang/crates.io-index" 323 checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2" 324 dependencies = [ 325 "quote", 326 "wasm-bindgen-macro-support", 327 ] 328 329 [[package]] 330 name = "wasm-bindgen-macro-support" 331 version = "0.2.105" 332 source = "registry+https://github.com/rust-lang/crates.io-index" 333 checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc" 334 dependencies = [ 335 "bumpalo", 336 "proc-macro2", 337 "quote", 338 "syn", 339 "wasm-bindgen-shared", 340 ] 341 342 [[package]] 343 name = "wasm-bindgen-shared" 344 version = "0.2.105" 345 source = "registry+https://github.com/rust-lang/crates.io-index" 346 checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76" 347 dependencies = [ 348 "unicode-ident", 349 ] 350 351 [[package]] 352 name = "web-sys" 353 version = "0.3.82" 354 source = "registry+https://github.com/rust-lang/crates.io-index" 355 checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1" 356 dependencies = [ 357 "js-sys", 358 "wasm-bindgen", 359 ] 360 361 [[package]] 362 name = "windows" 363 version = "0.56.0" 364 source = "registry+https://github.com/rust-lang/crates.io-index" 365 checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132" 366 dependencies = [ 367 "windows-core", 368 "windows-targets", 369 ] 370 371 [[package]] 372 name = "windows-core" 373 version = "0.56.0" 374 source = "registry+https://github.com/rust-lang/crates.io-index" 375 checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6" 376 dependencies = [ 377 "windows-implement", 378 "windows-interface", 379 "windows-result", 380 "windows-targets", 381 ] 382 383 [[package]] 384 name = "windows-implement" 385 version = "0.56.0" 386 source = "registry+https://github.com/rust-lang/crates.io-index" 387 checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b" 388 dependencies = [ 389 "proc-macro2", 390 "quote", 391 "syn", 392 ] 393 394 [[package]] 395 name = "windows-interface" 396 version = "0.56.0" 397 source = "registry+https://github.com/rust-lang/crates.io-index" 398 checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc" 399 dependencies = [ 400 "proc-macro2", 401 "quote", 402 "syn", 403 ] 404 405 [[package]] 406 name = "windows-link" 407 version = "0.2.1" 408 source = "registry+https://github.com/rust-lang/crates.io-index" 409 checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 410 411 [[package]] 412 name = "windows-result" 413 version = "0.1.2" 414 source = "registry+https://github.com/rust-lang/crates.io-index" 415 checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" 416 dependencies = [ 417 "windows-targets", 418 ] 419 420 [[package]] 421 name = "windows-targets" 422 version = "0.52.6" 423 source = "registry+https://github.com/rust-lang/crates.io-index" 424 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 425 dependencies = [ 426 "windows_aarch64_gnullvm", 427 "windows_aarch64_msvc", 428 "windows_i686_gnu", 429 "windows_i686_gnullvm", 430 "windows_i686_msvc", 431 "windows_x86_64_gnu", 432 "windows_x86_64_gnullvm", 433 "windows_x86_64_msvc", 434 ] 435 436 [[package]] 437 name = "windows_aarch64_gnullvm" 438 version = "0.52.6" 439 source = "registry+https://github.com/rust-lang/crates.io-index" 440 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 441 442 [[package]] 443 name = "windows_aarch64_msvc" 444 version = "0.52.6" 445 source = "registry+https://github.com/rust-lang/crates.io-index" 446 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 447 448 [[package]] 449 name = "windows_i686_gnu" 450 version = "0.52.6" 451 source = "registry+https://github.com/rust-lang/crates.io-index" 452 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 453 454 [[package]] 455 name = "windows_i686_gnullvm" 456 version = "0.52.6" 457 source = "registry+https://github.com/rust-lang/crates.io-index" 458 checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 459 460 [[package]] 461 name = "windows_i686_msvc" 462 version = "0.52.6" 463 source = "registry+https://github.com/rust-lang/crates.io-index" 464 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 465 466 [[package]] 467 name = "windows_x86_64_gnu" 468 version = "0.52.6" 469 source = "registry+https://github.com/rust-lang/crates.io-index" 470 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 471 472 [[package]] 473 name = "windows_x86_64_gnullvm" 474 version = "0.52.6" 475 source = "registry+https://github.com/rust-lang/crates.io-index" 476 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 477 478 [[package]] 479 name = "windows_x86_64_msvc" 480 version = "0.52.6" 481 source = "registry+https://github.com/rust-lang/crates.io-index" 482 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 483 484 [[package]] 485 name = "wit-bindgen" 486 version = "0.46.0" 487 source = "registry+https://github.com/rust-lang/crates.io-index" 488 checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" 489 490 [[package]] 491 name = "zerocopy" 492 version = "0.8.27" 493 source = "registry+https://github.com/rust-lang/crates.io-index" 494 checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" 495 dependencies = [ 496 "zerocopy-derive", 497 ] 498 499 [[package]] 500 name = "zerocopy-derive" 501 version = "0.8.27" 502 source = "registry+https://github.com/rust-lang/crates.io-index" 503 checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" 504 dependencies = [ 505 "proc-macro2", 506 "quote", 507 "syn", 508 ]