/ Cargo.lock
Cargo.lock
   1  # This file is automatically @generated by Cargo.
   2  # It is not intended for manual editing.
   3  version = 4
   4  
   5  [[package]]
   6  name = "aho-corasick"
   7  version = "1.1.3"
   8  source = "registry+https://github.com/rust-lang/crates.io-index"
   9  checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  10  dependencies = [
  11   "memchr",
  12  ]
  13  
  14  [[package]]
  15  name = "anstream"
  16  version = "0.6.19"
  17  source = "registry+https://github.com/rust-lang/crates.io-index"
  18  checksum = "301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933"
  19  dependencies = [
  20   "anstyle",
  21   "anstyle-parse",
  22   "anstyle-query",
  23   "anstyle-wincon",
  24   "colorchoice",
  25   "is_terminal_polyfill",
  26   "utf8parse",
  27  ]
  28  
  29  [[package]]
  30  name = "anstyle"
  31  version = "1.0.11"
  32  source = "registry+https://github.com/rust-lang/crates.io-index"
  33  checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd"
  34  
  35  [[package]]
  36  name = "anstyle-parse"
  37  version = "0.2.7"
  38  source = "registry+https://github.com/rust-lang/crates.io-index"
  39  checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
  40  dependencies = [
  41   "utf8parse",
  42  ]
  43  
  44  [[package]]
  45  name = "anstyle-query"
  46  version = "1.1.3"
  47  source = "registry+https://github.com/rust-lang/crates.io-index"
  48  checksum = "6c8bdeb6047d8983be085bab0ba1472e6dc604e7041dbf6fcd5e71523014fae9"
  49  dependencies = [
  50   "windows-sys 0.59.0",
  51  ]
  52  
  53  [[package]]
  54  name = "anstyle-wincon"
  55  version = "3.0.9"
  56  source = "registry+https://github.com/rust-lang/crates.io-index"
  57  checksum = "403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882"
  58  dependencies = [
  59   "anstyle",
  60   "once_cell_polyfill",
  61   "windows-sys 0.59.0",
  62  ]
  63  
  64  [[package]]
  65  name = "atk"
  66  version = "0.18.2"
  67  source = "registry+https://github.com/rust-lang/crates.io-index"
  68  checksum = "241b621213072e993be4f6f3a9e4b45f65b7e6faad43001be957184b7bb1824b"
  69  dependencies = [
  70   "atk-sys",
  71   "glib 0.18.5",
  72   "libc",
  73  ]
  74  
  75  [[package]]
  76  name = "atk-sys"
  77  version = "0.18.2"
  78  source = "registry+https://github.com/rust-lang/crates.io-index"
  79  checksum = "c5e48b684b0ca77d2bbadeef17424c2ea3c897d44d566a1617e7e8f30614d086"
  80  dependencies = [
  81   "glib-sys 0.18.1",
  82   "gobject-sys 0.18.0",
  83   "libc",
  84   "system-deps 6.2.2",
  85  ]
  86  
  87  [[package]]
  88  name = "autocfg"
  89  version = "1.5.0"
  90  source = "registry+https://github.com/rust-lang/crates.io-index"
  91  checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
  92  
  93  [[package]]
  94  name = "bindgen"
  95  version = "0.72.1"
  96  source = "registry+https://github.com/rust-lang/crates.io-index"
  97  checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
  98  dependencies = [
  99   "bitflags",
 100   "cexpr",
 101   "clang-sys",
 102   "itertools",
 103   "log",
 104   "prettyplease",
 105   "proc-macro2",
 106   "quote",
 107   "regex",
 108   "rustc-hash",
 109   "shlex",
 110   "syn 2.0.104",
 111  ]
 112  
 113  [[package]]
 114  name = "bitflags"
 115  version = "2.9.1"
 116  source = "registry+https://github.com/rust-lang/crates.io-index"
 117  checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
 118  
 119  [[package]]
 120  name = "cairo-rs"
 121  version = "0.18.5"
 122  source = "registry+https://github.com/rust-lang/crates.io-index"
 123  checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2"
 124  dependencies = [
 125   "bitflags",
 126   "cairo-sys-rs",
 127   "glib 0.18.5",
 128   "libc",
 129   "once_cell",
 130   "thiserror",
 131  ]
 132  
 133  [[package]]
 134  name = "cairo-sys-rs"
 135  version = "0.18.2"
 136  source = "registry+https://github.com/rust-lang/crates.io-index"
 137  checksum = "685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda51"
 138  dependencies = [
 139   "glib-sys 0.18.1",
 140   "libc",
 141   "system-deps 6.2.2",
 142  ]
 143  
 144  [[package]]
 145  name = "cbindgen"
 146  version = "0.29.0"
 147  source = "registry+https://github.com/rust-lang/crates.io-index"
 148  checksum = "975982cdb7ad6a142be15bdf84aea7ec6a9e5d4d797c004d43185b24cfe4e684"
 149  dependencies = [
 150   "clap",
 151   "heck 0.5.0",
 152   "indexmap",
 153   "log",
 154   "proc-macro2",
 155   "quote",
 156   "serde",
 157   "serde_json",
 158   "syn 2.0.104",
 159   "tempfile",
 160   "toml",
 161  ]
 162  
 163  [[package]]
 164  name = "cc"
 165  version = "1.2.36"
 166  source = "registry+https://github.com/rust-lang/crates.io-index"
 167  checksum = "5252b3d2648e5eedbc1a6f501e3c795e07025c1e93bbf8bbdd6eef7f447a6d54"
 168  dependencies = [
 169   "find-msvc-tools",
 170   "shlex",
 171  ]
 172  
 173  [[package]]
 174  name = "cexpr"
 175  version = "0.6.0"
 176  source = "registry+https://github.com/rust-lang/crates.io-index"
 177  checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 178  dependencies = [
 179   "nom",
 180  ]
 181  
 182  [[package]]
 183  name = "cfg-expr"
 184  version = "0.15.8"
 185  source = "registry+https://github.com/rust-lang/crates.io-index"
 186  checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 187  dependencies = [
 188   "smallvec",
 189   "target-lexicon 0.12.16",
 190  ]
 191  
 192  [[package]]
 193  name = "cfg-expr"
 194  version = "0.20.2"
 195  source = "registry+https://github.com/rust-lang/crates.io-index"
 196  checksum = "c8d458d63f0f0f482c8da9b7c8b76c21bd885a02056cc94c6404d861ca2b8206"
 197  dependencies = [
 198   "smallvec",
 199   "target-lexicon 0.13.2",
 200  ]
 201  
 202  [[package]]
 203  name = "cfg-if"
 204  version = "1.0.1"
 205  source = "registry+https://github.com/rust-lang/crates.io-index"
 206  checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
 207  
 208  [[package]]
 209  name = "cfg_aliases"
 210  version = "0.2.1"
 211  source = "registry+https://github.com/rust-lang/crates.io-index"
 212  checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 213  
 214  [[package]]
 215  name = "clang-sys"
 216  version = "1.8.1"
 217  source = "registry+https://github.com/rust-lang/crates.io-index"
 218  checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 219  dependencies = [
 220   "glob",
 221   "libc",
 222   "libloading",
 223  ]
 224  
 225  [[package]]
 226  name = "clap"
 227  version = "4.5.41"
 228  source = "registry+https://github.com/rust-lang/crates.io-index"
 229  checksum = "be92d32e80243a54711e5d7ce823c35c41c9d929dc4ab58e1276f625841aadf9"
 230  dependencies = [
 231   "clap_builder",
 232  ]
 233  
 234  [[package]]
 235  name = "clap_builder"
 236  version = "4.5.41"
 237  source = "registry+https://github.com/rust-lang/crates.io-index"
 238  checksum = "707eab41e9622f9139419d573eca0900137718000c517d47da73045f54331c3d"
 239  dependencies = [
 240   "anstream",
 241   "anstyle",
 242   "clap_lex",
 243   "strsim",
 244  ]
 245  
 246  [[package]]
 247  name = "clap_lex"
 248  version = "0.7.5"
 249  source = "registry+https://github.com/rust-lang/crates.io-index"
 250  checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
 251  
 252  [[package]]
 253  name = "colorchoice"
 254  version = "1.0.4"
 255  source = "registry+https://github.com/rust-lang/crates.io-index"
 256  checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 257  
 258  [[package]]
 259  name = "either"
 260  version = "1.15.0"
 261  source = "registry+https://github.com/rust-lang/crates.io-index"
 262  checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 263  
 264  [[package]]
 265  name = "equivalent"
 266  version = "1.0.2"
 267  source = "registry+https://github.com/rust-lang/crates.io-index"
 268  checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 269  
 270  [[package]]
 271  name = "errno"
 272  version = "0.3.13"
 273  source = "registry+https://github.com/rust-lang/crates.io-index"
 274  checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
 275  dependencies = [
 276   "libc",
 277   "windows-sys 0.60.2",
 278  ]
 279  
 280  [[package]]
 281  name = "fastrand"
 282  version = "2.3.0"
 283  source = "registry+https://github.com/rust-lang/crates.io-index"
 284  checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 285  
 286  [[package]]
 287  name = "field-offset"
 288  version = "0.3.6"
 289  source = "registry+https://github.com/rust-lang/crates.io-index"
 290  checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
 291  dependencies = [
 292   "memoffset",
 293   "rustc_version",
 294  ]
 295  
 296  [[package]]
 297  name = "find-msvc-tools"
 298  version = "0.1.1"
 299  source = "registry+https://github.com/rust-lang/crates.io-index"
 300  checksum = "7fd99930f64d146689264c637b5af2f0233a933bef0d8570e2526bf9e083192d"
 301  
 302  [[package]]
 303  name = "futures-channel"
 304  version = "0.3.31"
 305  source = "registry+https://github.com/rust-lang/crates.io-index"
 306  checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 307  dependencies = [
 308   "futures-core",
 309  ]
 310  
 311  [[package]]
 312  name = "futures-core"
 313  version = "0.3.31"
 314  source = "registry+https://github.com/rust-lang/crates.io-index"
 315  checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 316  
 317  [[package]]
 318  name = "futures-executor"
 319  version = "0.3.31"
 320  source = "registry+https://github.com/rust-lang/crates.io-index"
 321  checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 322  dependencies = [
 323   "futures-core",
 324   "futures-task",
 325   "futures-util",
 326  ]
 327  
 328  [[package]]
 329  name = "futures-io"
 330  version = "0.3.31"
 331  source = "registry+https://github.com/rust-lang/crates.io-index"
 332  checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 333  
 334  [[package]]
 335  name = "futures-macro"
 336  version = "0.3.31"
 337  source = "registry+https://github.com/rust-lang/crates.io-index"
 338  checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 339  dependencies = [
 340   "proc-macro2",
 341   "quote",
 342   "syn 2.0.104",
 343  ]
 344  
 345  [[package]]
 346  name = "futures-task"
 347  version = "0.3.31"
 348  source = "registry+https://github.com/rust-lang/crates.io-index"
 349  checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 350  
 351  [[package]]
 352  name = "futures-util"
 353  version = "0.3.31"
 354  source = "registry+https://github.com/rust-lang/crates.io-index"
 355  checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 356  dependencies = [
 357   "futures-core",
 358   "futures-macro",
 359   "futures-task",
 360   "pin-project-lite",
 361   "pin-utils",
 362   "slab",
 363  ]
 364  
 365  [[package]]
 366  name = "gdk"
 367  version = "0.18.2"
 368  source = "registry+https://github.com/rust-lang/crates.io-index"
 369  checksum = "d9f245958c627ac99d8e529166f9823fb3b838d1d41fd2b297af3075093c2691"
 370  dependencies = [
 371   "cairo-rs",
 372   "gdk-pixbuf",
 373   "gdk-sys",
 374   "gio",
 375   "glib 0.18.5",
 376   "libc",
 377   "pango",
 378  ]
 379  
 380  [[package]]
 381  name = "gdk-pixbuf"
 382  version = "0.18.5"
 383  source = "registry+https://github.com/rust-lang/crates.io-index"
 384  checksum = "50e1f5f1b0bfb830d6ccc8066d18db35c487b1b2b1e8589b5dfe9f07e8defaec"
 385  dependencies = [
 386   "gdk-pixbuf-sys",
 387   "gio",
 388   "glib 0.18.5",
 389   "libc",
 390   "once_cell",
 391  ]
 392  
 393  [[package]]
 394  name = "gdk-pixbuf-sys"
 395  version = "0.18.0"
 396  source = "registry+https://github.com/rust-lang/crates.io-index"
 397  checksum = "3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7"
 398  dependencies = [
 399   "gio-sys 0.18.1",
 400   "glib-sys 0.18.1",
 401   "gobject-sys 0.18.0",
 402   "libc",
 403   "system-deps 6.2.2",
 404  ]
 405  
 406  [[package]]
 407  name = "gdk-sys"
 408  version = "0.18.2"
 409  source = "registry+https://github.com/rust-lang/crates.io-index"
 410  checksum = "5c2d13f38594ac1e66619e188c6d5a1adb98d11b2fcf7894fc416ad76aa2f3f7"
 411  dependencies = [
 412   "cairo-sys-rs",
 413   "gdk-pixbuf-sys",
 414   "gio-sys 0.18.1",
 415   "glib-sys 0.18.1",
 416   "gobject-sys 0.18.0",
 417   "libc",
 418   "pango-sys",
 419   "pkg-config",
 420   "system-deps 6.2.2",
 421  ]
 422  
 423  [[package]]
 424  name = "getrandom"
 425  version = "0.3.3"
 426  source = "registry+https://github.com/rust-lang/crates.io-index"
 427  checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
 428  dependencies = [
 429   "cfg-if",
 430   "libc",
 431   "r-efi",
 432   "wasi",
 433  ]
 434  
 435  [[package]]
 436  name = "gio"
 437  version = "0.18.4"
 438  source = "registry+https://github.com/rust-lang/crates.io-index"
 439  checksum = "d4fc8f532f87b79cbc51a79748f16a6828fb784be93145a322fa14d06d354c73"
 440  dependencies = [
 441   "futures-channel",
 442   "futures-core",
 443   "futures-io",
 444   "futures-util",
 445   "gio-sys 0.18.1",
 446   "glib 0.18.5",
 447   "libc",
 448   "once_cell",
 449   "pin-project-lite",
 450   "smallvec",
 451   "thiserror",
 452  ]
 453  
 454  [[package]]
 455  name = "gio-sys"
 456  version = "0.18.1"
 457  source = "registry+https://github.com/rust-lang/crates.io-index"
 458  checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2"
 459  dependencies = [
 460   "glib-sys 0.18.1",
 461   "gobject-sys 0.18.0",
 462   "libc",
 463   "system-deps 6.2.2",
 464   "winapi",
 465  ]
 466  
 467  [[package]]
 468  name = "gio-sys"
 469  version = "0.21.1"
 470  source = "registry+https://github.com/rust-lang/crates.io-index"
 471  checksum = "a03f2234671e5a588cfe1f59c2b22c103f5772ea351be9cc824a9ce0d06d99fd"
 472  dependencies = [
 473   "glib-sys 0.21.1",
 474   "gobject-sys 0.21.1",
 475   "libc",
 476   "system-deps 7.0.5",
 477   "windows-sys 0.60.2",
 478  ]
 479  
 480  [[package]]
 481  name = "glib"
 482  version = "0.18.5"
 483  source = "registry+https://github.com/rust-lang/crates.io-index"
 484  checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5"
 485  dependencies = [
 486   "bitflags",
 487   "futures-channel",
 488   "futures-core",
 489   "futures-executor",
 490   "futures-task",
 491   "futures-util",
 492   "gio-sys 0.18.1",
 493   "glib-macros 0.18.5",
 494   "glib-sys 0.18.1",
 495   "gobject-sys 0.18.0",
 496   "libc",
 497   "memchr",
 498   "once_cell",
 499   "smallvec",
 500   "thiserror",
 501  ]
 502  
 503  [[package]]
 504  name = "glib"
 505  version = "0.21.1"
 506  source = "registry+https://github.com/rust-lang/crates.io-index"
 507  checksum = "60bdc26493257b5794ba9301f7cbaf7ab0d69a570bfbefa4d7d360e781cb5205"
 508  dependencies = [
 509   "bitflags",
 510   "futures-channel",
 511   "futures-core",
 512   "futures-executor",
 513   "futures-task",
 514   "futures-util",
 515   "gio-sys 0.21.1",
 516   "glib-macros 0.21.0",
 517   "glib-sys 0.21.1",
 518   "gobject-sys 0.21.1",
 519   "libc",
 520   "memchr",
 521   "smallvec",
 522  ]
 523  
 524  [[package]]
 525  name = "glib-macros"
 526  version = "0.18.5"
 527  source = "registry+https://github.com/rust-lang/crates.io-index"
 528  checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc"
 529  dependencies = [
 530   "heck 0.4.1",
 531   "proc-macro-crate 2.0.0",
 532   "proc-macro-error",
 533   "proc-macro2",
 534   "quote",
 535   "syn 2.0.104",
 536  ]
 537  
 538  [[package]]
 539  name = "glib-macros"
 540  version = "0.21.0"
 541  source = "registry+https://github.com/rust-lang/crates.io-index"
 542  checksum = "e772291ebea14c28eb11bb75741f62f4a4894f25e60ce80100797b6b010ef0f9"
 543  dependencies = [
 544   "heck 0.5.0",
 545   "proc-macro-crate 3.3.0",
 546   "proc-macro2",
 547   "quote",
 548   "syn 2.0.104",
 549  ]
 550  
 551  [[package]]
 552  name = "glib-sys"
 553  version = "0.18.1"
 554  source = "registry+https://github.com/rust-lang/crates.io-index"
 555  checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898"
 556  dependencies = [
 557   "libc",
 558   "system-deps 6.2.2",
 559  ]
 560  
 561  [[package]]
 562  name = "glib-sys"
 563  version = "0.21.1"
 564  source = "registry+https://github.com/rust-lang/crates.io-index"
 565  checksum = "dc7c43cff6a7dc43821e45ebf172399437acd6716fa2186b6852d2b397bf622d"
 566  dependencies = [
 567   "libc",
 568   "system-deps 7.0.5",
 569  ]
 570  
 571  [[package]]
 572  name = "glob"
 573  version = "0.3.3"
 574  source = "registry+https://github.com/rust-lang/crates.io-index"
 575  checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 576  
 577  [[package]]
 578  name = "gobject-sys"
 579  version = "0.18.0"
 580  source = "registry+https://github.com/rust-lang/crates.io-index"
 581  checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44"
 582  dependencies = [
 583   "glib-sys 0.18.1",
 584   "libc",
 585   "system-deps 6.2.2",
 586  ]
 587  
 588  [[package]]
 589  name = "gobject-sys"
 590  version = "0.21.1"
 591  source = "registry+https://github.com/rust-lang/crates.io-index"
 592  checksum = "3e9a190eef2bce144a6aa8434e306974c6062c398e0a33a146d60238f9062d5c"
 593  dependencies = [
 594   "glib-sys 0.21.1",
 595   "libc",
 596   "system-deps 7.0.5",
 597  ]
 598  
 599  [[package]]
 600  name = "gtk"
 601  version = "0.18.2"
 602  source = "registry+https://github.com/rust-lang/crates.io-index"
 603  checksum = "fd56fb197bfc42bd5d2751f4f017d44ff59fbb58140c6b49f9b3b2bdab08506a"
 604  dependencies = [
 605   "atk",
 606   "cairo-rs",
 607   "field-offset",
 608   "futures-channel",
 609   "gdk",
 610   "gdk-pixbuf",
 611   "gio",
 612   "glib 0.18.5",
 613   "gtk-sys",
 614   "gtk3-macros",
 615   "libc",
 616   "pango",
 617   "pkg-config",
 618  ]
 619  
 620  [[package]]
 621  name = "gtk-sys"
 622  version = "0.18.2"
 623  source = "registry+https://github.com/rust-lang/crates.io-index"
 624  checksum = "8f29a1c21c59553eb7dd40e918be54dccd60c52b049b75119d5d96ce6b624414"
 625  dependencies = [
 626   "atk-sys",
 627   "cairo-sys-rs",
 628   "gdk-pixbuf-sys",
 629   "gdk-sys",
 630   "gio-sys 0.18.1",
 631   "glib-sys 0.18.1",
 632   "gobject-sys 0.18.0",
 633   "libc",
 634   "pango-sys",
 635   "system-deps 6.2.2",
 636  ]
 637  
 638  [[package]]
 639  name = "gtk3-macros"
 640  version = "0.18.2"
 641  source = "registry+https://github.com/rust-lang/crates.io-index"
 642  checksum = "52ff3c5b21f14f0736fed6dcfc0bfb4225ebf5725f3c0209edeec181e4d73e9d"
 643  dependencies = [
 644   "proc-macro-crate 1.3.1",
 645   "proc-macro-error",
 646   "proc-macro2",
 647   "quote",
 648   "syn 2.0.104",
 649  ]
 650  
 651  [[package]]
 652  name = "hashbrown"
 653  version = "0.15.4"
 654  source = "registry+https://github.com/rust-lang/crates.io-index"
 655  checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
 656  
 657  [[package]]
 658  name = "heck"
 659  version = "0.4.1"
 660  source = "registry+https://github.com/rust-lang/crates.io-index"
 661  checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 662  
 663  [[package]]
 664  name = "heck"
 665  version = "0.5.0"
 666  source = "registry+https://github.com/rust-lang/crates.io-index"
 667  checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 668  
 669  [[package]]
 670  name = "hpsdr-rs"
 671  version = "0.1.0"
 672  dependencies = [
 673   "cbindgen",
 674   "glib 0.21.1",
 675   "gtk",
 676   "libc",
 677   "libpulse-binding",
 678   "libpulse-simple-binding",
 679   "nix",
 680   "once_cell",
 681   "paste",
 682   "strum",
 683   "wdsp-sys",
 684  ]
 685  
 686  [[package]]
 687  name = "indexmap"
 688  version = "2.10.0"
 689  source = "registry+https://github.com/rust-lang/crates.io-index"
 690  checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
 691  dependencies = [
 692   "equivalent",
 693   "hashbrown",
 694  ]
 695  
 696  [[package]]
 697  name = "is_terminal_polyfill"
 698  version = "1.70.1"
 699  source = "registry+https://github.com/rust-lang/crates.io-index"
 700  checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 701  
 702  [[package]]
 703  name = "itertools"
 704  version = "0.13.0"
 705  source = "registry+https://github.com/rust-lang/crates.io-index"
 706  checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
 707  dependencies = [
 708   "either",
 709  ]
 710  
 711  [[package]]
 712  name = "itoa"
 713  version = "1.0.15"
 714  source = "registry+https://github.com/rust-lang/crates.io-index"
 715  checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 716  
 717  [[package]]
 718  name = "libc"
 719  version = "0.2.174"
 720  source = "registry+https://github.com/rust-lang/crates.io-index"
 721  checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
 722  
 723  [[package]]
 724  name = "libloading"
 725  version = "0.8.8"
 726  source = "registry+https://github.com/rust-lang/crates.io-index"
 727  checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
 728  dependencies = [
 729   "cfg-if",
 730   "windows-targets 0.53.2",
 731  ]
 732  
 733  [[package]]
 734  name = "libpulse-binding"
 735  version = "2.30.1"
 736  source = "registry+https://github.com/rust-lang/crates.io-index"
 737  checksum = "909eb3049e16e373680fe65afe6e2a722ace06b671250cc4849557bc57d6a397"
 738  dependencies = [
 739   "bitflags",
 740   "libc",
 741   "libpulse-sys",
 742   "num-derive",
 743   "num-traits",
 744   "winapi",
 745  ]
 746  
 747  [[package]]
 748  name = "libpulse-simple-binding"
 749  version = "2.29.0"
 750  source = "registry+https://github.com/rust-lang/crates.io-index"
 751  checksum = "b7bebef0381c8e3e4b23cc24aaf36fab37472bece128de96f6a111efa464cfef"
 752  dependencies = [
 753   "libpulse-binding",
 754   "libpulse-simple-sys",
 755   "libpulse-sys",
 756  ]
 757  
 758  [[package]]
 759  name = "libpulse-simple-sys"
 760  version = "1.22.0"
 761  source = "registry+https://github.com/rust-lang/crates.io-index"
 762  checksum = "3bd96888fe37ad270d16abf5e82cccca1424871cf6afa2861824d2a52758eebc"
 763  dependencies = [
 764   "libpulse-sys",
 765   "pkg-config",
 766  ]
 767  
 768  [[package]]
 769  name = "libpulse-sys"
 770  version = "1.23.0"
 771  source = "registry+https://github.com/rust-lang/crates.io-index"
 772  checksum = "d74371848b22e989f829cc1621d2ebd74960711557d8b45cfe740f60d0a05e61"
 773  dependencies = [
 774   "libc",
 775   "num-derive",
 776   "num-traits",
 777   "pkg-config",
 778   "winapi",
 779  ]
 780  
 781  [[package]]
 782  name = "linux-raw-sys"
 783  version = "0.9.4"
 784  source = "registry+https://github.com/rust-lang/crates.io-index"
 785  checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
 786  
 787  [[package]]
 788  name = "log"
 789  version = "0.4.27"
 790  source = "registry+https://github.com/rust-lang/crates.io-index"
 791  checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
 792  
 793  [[package]]
 794  name = "memchr"
 795  version = "2.7.5"
 796  source = "registry+https://github.com/rust-lang/crates.io-index"
 797  checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
 798  
 799  [[package]]
 800  name = "memoffset"
 801  version = "0.9.1"
 802  source = "registry+https://github.com/rust-lang/crates.io-index"
 803  checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 804  dependencies = [
 805   "autocfg",
 806  ]
 807  
 808  [[package]]
 809  name = "minimal-lexical"
 810  version = "0.2.1"
 811  source = "registry+https://github.com/rust-lang/crates.io-index"
 812  checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 813  
 814  [[package]]
 815  name = "nix"
 816  version = "0.30.1"
 817  source = "registry+https://github.com/rust-lang/crates.io-index"
 818  checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
 819  dependencies = [
 820   "bitflags",
 821   "cfg-if",
 822   "cfg_aliases",
 823   "libc",
 824   "memoffset",
 825  ]
 826  
 827  [[package]]
 828  name = "nom"
 829  version = "7.1.3"
 830  source = "registry+https://github.com/rust-lang/crates.io-index"
 831  checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 832  dependencies = [
 833   "memchr",
 834   "minimal-lexical",
 835  ]
 836  
 837  [[package]]
 838  name = "num-derive"
 839  version = "0.4.2"
 840  source = "registry+https://github.com/rust-lang/crates.io-index"
 841  checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
 842  dependencies = [
 843   "proc-macro2",
 844   "quote",
 845   "syn 2.0.104",
 846  ]
 847  
 848  [[package]]
 849  name = "num-traits"
 850  version = "0.2.19"
 851  source = "registry+https://github.com/rust-lang/crates.io-index"
 852  checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
 853  dependencies = [
 854   "autocfg",
 855  ]
 856  
 857  [[package]]
 858  name = "once_cell"
 859  version = "1.21.3"
 860  source = "registry+https://github.com/rust-lang/crates.io-index"
 861  checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
 862  
 863  [[package]]
 864  name = "once_cell_polyfill"
 865  version = "1.70.1"
 866  source = "registry+https://github.com/rust-lang/crates.io-index"
 867  checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
 868  
 869  [[package]]
 870  name = "pango"
 871  version = "0.18.3"
 872  source = "registry+https://github.com/rust-lang/crates.io-index"
 873  checksum = "7ca27ec1eb0457ab26f3036ea52229edbdb74dee1edd29063f5b9b010e7ebee4"
 874  dependencies = [
 875   "gio",
 876   "glib 0.18.5",
 877   "libc",
 878   "once_cell",
 879   "pango-sys",
 880  ]
 881  
 882  [[package]]
 883  name = "pango-sys"
 884  version = "0.18.0"
 885  source = "registry+https://github.com/rust-lang/crates.io-index"
 886  checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5"
 887  dependencies = [
 888   "glib-sys 0.18.1",
 889   "gobject-sys 0.18.0",
 890   "libc",
 891   "system-deps 6.2.2",
 892  ]
 893  
 894  [[package]]
 895  name = "paste"
 896  version = "1.0.15"
 897  source = "registry+https://github.com/rust-lang/crates.io-index"
 898  checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
 899  
 900  [[package]]
 901  name = "pin-project-lite"
 902  version = "0.2.16"
 903  source = "registry+https://github.com/rust-lang/crates.io-index"
 904  checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
 905  
 906  [[package]]
 907  name = "pin-utils"
 908  version = "0.1.0"
 909  source = "registry+https://github.com/rust-lang/crates.io-index"
 910  checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
 911  
 912  [[package]]
 913  name = "pkg-config"
 914  version = "0.3.32"
 915  source = "registry+https://github.com/rust-lang/crates.io-index"
 916  checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
 917  
 918  [[package]]
 919  name = "prettyplease"
 920  version = "0.2.36"
 921  source = "registry+https://github.com/rust-lang/crates.io-index"
 922  checksum = "ff24dfcda44452b9816fff4cd4227e1bb73ff5a2f1bc1105aa92fb8565ce44d2"
 923  dependencies = [
 924   "proc-macro2",
 925   "syn 2.0.104",
 926  ]
 927  
 928  [[package]]
 929  name = "proc-macro-crate"
 930  version = "1.3.1"
 931  source = "registry+https://github.com/rust-lang/crates.io-index"
 932  checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
 933  dependencies = [
 934   "once_cell",
 935   "toml_edit 0.19.15",
 936  ]
 937  
 938  [[package]]
 939  name = "proc-macro-crate"
 940  version = "2.0.0"
 941  source = "registry+https://github.com/rust-lang/crates.io-index"
 942  checksum = "7e8366a6159044a37876a2b9817124296703c586a5c92e2c53751fa06d8d43e8"
 943  dependencies = [
 944   "toml_edit 0.20.7",
 945  ]
 946  
 947  [[package]]
 948  name = "proc-macro-crate"
 949  version = "3.3.0"
 950  source = "registry+https://github.com/rust-lang/crates.io-index"
 951  checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
 952  dependencies = [
 953   "toml_edit 0.22.27",
 954  ]
 955  
 956  [[package]]
 957  name = "proc-macro-error"
 958  version = "1.0.4"
 959  source = "registry+https://github.com/rust-lang/crates.io-index"
 960  checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
 961  dependencies = [
 962   "proc-macro-error-attr",
 963   "proc-macro2",
 964   "quote",
 965   "syn 1.0.109",
 966   "version_check",
 967  ]
 968  
 969  [[package]]
 970  name = "proc-macro-error-attr"
 971  version = "1.0.4"
 972  source = "registry+https://github.com/rust-lang/crates.io-index"
 973  checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
 974  dependencies = [
 975   "proc-macro2",
 976   "quote",
 977   "version_check",
 978  ]
 979  
 980  [[package]]
 981  name = "proc-macro2"
 982  version = "1.0.95"
 983  source = "registry+https://github.com/rust-lang/crates.io-index"
 984  checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
 985  dependencies = [
 986   "unicode-ident",
 987  ]
 988  
 989  [[package]]
 990  name = "quote"
 991  version = "1.0.40"
 992  source = "registry+https://github.com/rust-lang/crates.io-index"
 993  checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
 994  dependencies = [
 995   "proc-macro2",
 996  ]
 997  
 998  [[package]]
 999  name = "r-efi"
1000  version = "5.3.0"
1001  source = "registry+https://github.com/rust-lang/crates.io-index"
1002  checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1003  
1004  [[package]]
1005  name = "regex"
1006  version = "1.11.2"
1007  source = "registry+https://github.com/rust-lang/crates.io-index"
1008  checksum = "23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912"
1009  dependencies = [
1010   "aho-corasick",
1011   "memchr",
1012   "regex-automata",
1013   "regex-syntax",
1014  ]
1015  
1016  [[package]]
1017  name = "regex-automata"
1018  version = "0.4.10"
1019  source = "registry+https://github.com/rust-lang/crates.io-index"
1020  checksum = "6b9458fa0bfeeac22b5ca447c63aaf45f28439a709ccd244698632f9aa6394d6"
1021  dependencies = [
1022   "aho-corasick",
1023   "memchr",
1024   "regex-syntax",
1025  ]
1026  
1027  [[package]]
1028  name = "regex-syntax"
1029  version = "0.8.6"
1030  source = "registry+https://github.com/rust-lang/crates.io-index"
1031  checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001"
1032  
1033  [[package]]
1034  name = "rustc-hash"
1035  version = "2.1.1"
1036  source = "registry+https://github.com/rust-lang/crates.io-index"
1037  checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
1038  
1039  [[package]]
1040  name = "rustc_version"
1041  version = "0.4.1"
1042  source = "registry+https://github.com/rust-lang/crates.io-index"
1043  checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
1044  dependencies = [
1045   "semver",
1046  ]
1047  
1048  [[package]]
1049  name = "rustix"
1050  version = "1.0.8"
1051  source = "registry+https://github.com/rust-lang/crates.io-index"
1052  checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8"
1053  dependencies = [
1054   "bitflags",
1055   "errno",
1056   "libc",
1057   "linux-raw-sys",
1058   "windows-sys 0.60.2",
1059  ]
1060  
1061  [[package]]
1062  name = "ryu"
1063  version = "1.0.20"
1064  source = "registry+https://github.com/rust-lang/crates.io-index"
1065  checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
1066  
1067  [[package]]
1068  name = "semver"
1069  version = "1.0.26"
1070  source = "registry+https://github.com/rust-lang/crates.io-index"
1071  checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
1072  
1073  [[package]]
1074  name = "serde"
1075  version = "1.0.219"
1076  source = "registry+https://github.com/rust-lang/crates.io-index"
1077  checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
1078  dependencies = [
1079   "serde_derive",
1080  ]
1081  
1082  [[package]]
1083  name = "serde_derive"
1084  version = "1.0.219"
1085  source = "registry+https://github.com/rust-lang/crates.io-index"
1086  checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
1087  dependencies = [
1088   "proc-macro2",
1089   "quote",
1090   "syn 2.0.104",
1091  ]
1092  
1093  [[package]]
1094  name = "serde_json"
1095  version = "1.0.141"
1096  source = "registry+https://github.com/rust-lang/crates.io-index"
1097  checksum = "30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3"
1098  dependencies = [
1099   "itoa",
1100   "memchr",
1101   "ryu",
1102   "serde",
1103  ]
1104  
1105  [[package]]
1106  name = "serde_spanned"
1107  version = "0.6.9"
1108  source = "registry+https://github.com/rust-lang/crates.io-index"
1109  checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
1110  dependencies = [
1111   "serde",
1112  ]
1113  
1114  [[package]]
1115  name = "shlex"
1116  version = "1.3.0"
1117  source = "registry+https://github.com/rust-lang/crates.io-index"
1118  checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1119  
1120  [[package]]
1121  name = "slab"
1122  version = "0.4.11"
1123  source = "registry+https://github.com/rust-lang/crates.io-index"
1124  checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
1125  
1126  [[package]]
1127  name = "smallvec"
1128  version = "1.15.1"
1129  source = "registry+https://github.com/rust-lang/crates.io-index"
1130  checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1131  
1132  [[package]]
1133  name = "strsim"
1134  version = "0.11.1"
1135  source = "registry+https://github.com/rust-lang/crates.io-index"
1136  checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1137  
1138  [[package]]
1139  name = "strum"
1140  version = "0.27.2"
1141  source = "registry+https://github.com/rust-lang/crates.io-index"
1142  checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
1143  dependencies = [
1144   "strum_macros",
1145  ]
1146  
1147  [[package]]
1148  name = "strum_macros"
1149  version = "0.27.2"
1150  source = "registry+https://github.com/rust-lang/crates.io-index"
1151  checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
1152  dependencies = [
1153   "heck 0.5.0",
1154   "proc-macro2",
1155   "quote",
1156   "syn 2.0.104",
1157  ]
1158  
1159  [[package]]
1160  name = "syn"
1161  version = "1.0.109"
1162  source = "registry+https://github.com/rust-lang/crates.io-index"
1163  checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1164  dependencies = [
1165   "proc-macro2",
1166   "unicode-ident",
1167  ]
1168  
1169  [[package]]
1170  name = "syn"
1171  version = "2.0.104"
1172  source = "registry+https://github.com/rust-lang/crates.io-index"
1173  checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
1174  dependencies = [
1175   "proc-macro2",
1176   "quote",
1177   "unicode-ident",
1178  ]
1179  
1180  [[package]]
1181  name = "system-deps"
1182  version = "6.2.2"
1183  source = "registry+https://github.com/rust-lang/crates.io-index"
1184  checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
1185  dependencies = [
1186   "cfg-expr 0.15.8",
1187   "heck 0.5.0",
1188   "pkg-config",
1189   "toml",
1190   "version-compare",
1191  ]
1192  
1193  [[package]]
1194  name = "system-deps"
1195  version = "7.0.5"
1196  source = "registry+https://github.com/rust-lang/crates.io-index"
1197  checksum = "e4be53aa0cba896d2dc615bd42bbc130acdcffa239e0a2d965ea5b3b2a86ffdb"
1198  dependencies = [
1199   "cfg-expr 0.20.2",
1200   "heck 0.5.0",
1201   "pkg-config",
1202   "toml",
1203   "version-compare",
1204  ]
1205  
1206  [[package]]
1207  name = "target-lexicon"
1208  version = "0.12.16"
1209  source = "registry+https://github.com/rust-lang/crates.io-index"
1210  checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
1211  
1212  [[package]]
1213  name = "target-lexicon"
1214  version = "0.13.2"
1215  source = "registry+https://github.com/rust-lang/crates.io-index"
1216  checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
1217  
1218  [[package]]
1219  name = "tempfile"
1220  version = "3.20.0"
1221  source = "registry+https://github.com/rust-lang/crates.io-index"
1222  checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
1223  dependencies = [
1224   "fastrand",
1225   "getrandom",
1226   "once_cell",
1227   "rustix",
1228   "windows-sys 0.59.0",
1229  ]
1230  
1231  [[package]]
1232  name = "thiserror"
1233  version = "1.0.69"
1234  source = "registry+https://github.com/rust-lang/crates.io-index"
1235  checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1236  dependencies = [
1237   "thiserror-impl",
1238  ]
1239  
1240  [[package]]
1241  name = "thiserror-impl"
1242  version = "1.0.69"
1243  source = "registry+https://github.com/rust-lang/crates.io-index"
1244  checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1245  dependencies = [
1246   "proc-macro2",
1247   "quote",
1248   "syn 2.0.104",
1249  ]
1250  
1251  [[package]]
1252  name = "toml"
1253  version = "0.8.23"
1254  source = "registry+https://github.com/rust-lang/crates.io-index"
1255  checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
1256  dependencies = [
1257   "serde",
1258   "serde_spanned",
1259   "toml_datetime",
1260   "toml_edit 0.22.27",
1261  ]
1262  
1263  [[package]]
1264  name = "toml_datetime"
1265  version = "0.6.11"
1266  source = "registry+https://github.com/rust-lang/crates.io-index"
1267  checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
1268  dependencies = [
1269   "serde",
1270  ]
1271  
1272  [[package]]
1273  name = "toml_edit"
1274  version = "0.19.15"
1275  source = "registry+https://github.com/rust-lang/crates.io-index"
1276  checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
1277  dependencies = [
1278   "indexmap",
1279   "toml_datetime",
1280   "winnow 0.5.40",
1281  ]
1282  
1283  [[package]]
1284  name = "toml_edit"
1285  version = "0.20.7"
1286  source = "registry+https://github.com/rust-lang/crates.io-index"
1287  checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81"
1288  dependencies = [
1289   "indexmap",
1290   "toml_datetime",
1291   "winnow 0.5.40",
1292  ]
1293  
1294  [[package]]
1295  name = "toml_edit"
1296  version = "0.22.27"
1297  source = "registry+https://github.com/rust-lang/crates.io-index"
1298  checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
1299  dependencies = [
1300   "indexmap",
1301   "serde",
1302   "serde_spanned",
1303   "toml_datetime",
1304   "toml_write",
1305   "winnow 0.7.12",
1306  ]
1307  
1308  [[package]]
1309  name = "toml_write"
1310  version = "0.1.2"
1311  source = "registry+https://github.com/rust-lang/crates.io-index"
1312  checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
1313  
1314  [[package]]
1315  name = "unicode-ident"
1316  version = "1.0.18"
1317  source = "registry+https://github.com/rust-lang/crates.io-index"
1318  checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
1319  
1320  [[package]]
1321  name = "utf8parse"
1322  version = "0.2.2"
1323  source = "registry+https://github.com/rust-lang/crates.io-index"
1324  checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1325  
1326  [[package]]
1327  name = "version-compare"
1328  version = "0.2.0"
1329  source = "registry+https://github.com/rust-lang/crates.io-index"
1330  checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
1331  
1332  [[package]]
1333  name = "version_check"
1334  version = "0.9.5"
1335  source = "registry+https://github.com/rust-lang/crates.io-index"
1336  checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1337  
1338  [[package]]
1339  name = "wasi"
1340  version = "0.14.2+wasi-0.2.4"
1341  source = "registry+https://github.com/rust-lang/crates.io-index"
1342  checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
1343  dependencies = [
1344   "wit-bindgen-rt",
1345  ]
1346  
1347  [[package]]
1348  name = "wdsp-sys"
1349  version = "0.1.0"
1350  dependencies = [
1351   "bindgen",
1352   "cc",
1353   "pkg-config",
1354  ]
1355  
1356  [[package]]
1357  name = "winapi"
1358  version = "0.3.9"
1359  source = "registry+https://github.com/rust-lang/crates.io-index"
1360  checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1361  dependencies = [
1362   "winapi-i686-pc-windows-gnu",
1363   "winapi-x86_64-pc-windows-gnu",
1364  ]
1365  
1366  [[package]]
1367  name = "winapi-i686-pc-windows-gnu"
1368  version = "0.4.0"
1369  source = "registry+https://github.com/rust-lang/crates.io-index"
1370  checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1371  
1372  [[package]]
1373  name = "winapi-x86_64-pc-windows-gnu"
1374  version = "0.4.0"
1375  source = "registry+https://github.com/rust-lang/crates.io-index"
1376  checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1377  
1378  [[package]]
1379  name = "windows-sys"
1380  version = "0.59.0"
1381  source = "registry+https://github.com/rust-lang/crates.io-index"
1382  checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
1383  dependencies = [
1384   "windows-targets 0.52.6",
1385  ]
1386  
1387  [[package]]
1388  name = "windows-sys"
1389  version = "0.60.2"
1390  source = "registry+https://github.com/rust-lang/crates.io-index"
1391  checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
1392  dependencies = [
1393   "windows-targets 0.53.2",
1394  ]
1395  
1396  [[package]]
1397  name = "windows-targets"
1398  version = "0.52.6"
1399  source = "registry+https://github.com/rust-lang/crates.io-index"
1400  checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1401  dependencies = [
1402   "windows_aarch64_gnullvm 0.52.6",
1403   "windows_aarch64_msvc 0.52.6",
1404   "windows_i686_gnu 0.52.6",
1405   "windows_i686_gnullvm 0.52.6",
1406   "windows_i686_msvc 0.52.6",
1407   "windows_x86_64_gnu 0.52.6",
1408   "windows_x86_64_gnullvm 0.52.6",
1409   "windows_x86_64_msvc 0.52.6",
1410  ]
1411  
1412  [[package]]
1413  name = "windows-targets"
1414  version = "0.53.2"
1415  source = "registry+https://github.com/rust-lang/crates.io-index"
1416  checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
1417  dependencies = [
1418   "windows_aarch64_gnullvm 0.53.0",
1419   "windows_aarch64_msvc 0.53.0",
1420   "windows_i686_gnu 0.53.0",
1421   "windows_i686_gnullvm 0.53.0",
1422   "windows_i686_msvc 0.53.0",
1423   "windows_x86_64_gnu 0.53.0",
1424   "windows_x86_64_gnullvm 0.53.0",
1425   "windows_x86_64_msvc 0.53.0",
1426  ]
1427  
1428  [[package]]
1429  name = "windows_aarch64_gnullvm"
1430  version = "0.52.6"
1431  source = "registry+https://github.com/rust-lang/crates.io-index"
1432  checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1433  
1434  [[package]]
1435  name = "windows_aarch64_gnullvm"
1436  version = "0.53.0"
1437  source = "registry+https://github.com/rust-lang/crates.io-index"
1438  checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
1439  
1440  [[package]]
1441  name = "windows_aarch64_msvc"
1442  version = "0.52.6"
1443  source = "registry+https://github.com/rust-lang/crates.io-index"
1444  checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1445  
1446  [[package]]
1447  name = "windows_aarch64_msvc"
1448  version = "0.53.0"
1449  source = "registry+https://github.com/rust-lang/crates.io-index"
1450  checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
1451  
1452  [[package]]
1453  name = "windows_i686_gnu"
1454  version = "0.52.6"
1455  source = "registry+https://github.com/rust-lang/crates.io-index"
1456  checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1457  
1458  [[package]]
1459  name = "windows_i686_gnu"
1460  version = "0.53.0"
1461  source = "registry+https://github.com/rust-lang/crates.io-index"
1462  checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
1463  
1464  [[package]]
1465  name = "windows_i686_gnullvm"
1466  version = "0.52.6"
1467  source = "registry+https://github.com/rust-lang/crates.io-index"
1468  checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1469  
1470  [[package]]
1471  name = "windows_i686_gnullvm"
1472  version = "0.53.0"
1473  source = "registry+https://github.com/rust-lang/crates.io-index"
1474  checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
1475  
1476  [[package]]
1477  name = "windows_i686_msvc"
1478  version = "0.52.6"
1479  source = "registry+https://github.com/rust-lang/crates.io-index"
1480  checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1481  
1482  [[package]]
1483  name = "windows_i686_msvc"
1484  version = "0.53.0"
1485  source = "registry+https://github.com/rust-lang/crates.io-index"
1486  checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
1487  
1488  [[package]]
1489  name = "windows_x86_64_gnu"
1490  version = "0.52.6"
1491  source = "registry+https://github.com/rust-lang/crates.io-index"
1492  checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1493  
1494  [[package]]
1495  name = "windows_x86_64_gnu"
1496  version = "0.53.0"
1497  source = "registry+https://github.com/rust-lang/crates.io-index"
1498  checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
1499  
1500  [[package]]
1501  name = "windows_x86_64_gnullvm"
1502  version = "0.52.6"
1503  source = "registry+https://github.com/rust-lang/crates.io-index"
1504  checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1505  
1506  [[package]]
1507  name = "windows_x86_64_gnullvm"
1508  version = "0.53.0"
1509  source = "registry+https://github.com/rust-lang/crates.io-index"
1510  checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
1511  
1512  [[package]]
1513  name = "windows_x86_64_msvc"
1514  version = "0.52.6"
1515  source = "registry+https://github.com/rust-lang/crates.io-index"
1516  checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1517  
1518  [[package]]
1519  name = "windows_x86_64_msvc"
1520  version = "0.53.0"
1521  source = "registry+https://github.com/rust-lang/crates.io-index"
1522  checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
1523  
1524  [[package]]
1525  name = "winnow"
1526  version = "0.5.40"
1527  source = "registry+https://github.com/rust-lang/crates.io-index"
1528  checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
1529  dependencies = [
1530   "memchr",
1531  ]
1532  
1533  [[package]]
1534  name = "winnow"
1535  version = "0.7.12"
1536  source = "registry+https://github.com/rust-lang/crates.io-index"
1537  checksum = "f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95"
1538  dependencies = [
1539   "memchr",
1540  ]
1541  
1542  [[package]]
1543  name = "wit-bindgen-rt"
1544  version = "0.39.0"
1545  source = "registry+https://github.com/rust-lang/crates.io-index"
1546  checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
1547  dependencies = [
1548   "bitflags",
1549  ]