| 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
| 3 | version = 3 |
| 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 = "bindgen" |
| 16 | version = "0.69.4" |
| 17 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 18 | checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0" |
| 19 | dependencies = [ |
| 20 | "bitflags", |
| 21 | "cexpr", |
| 22 | "clang-sys", |
| 23 | "itertools", |
| 24 | "lazy_static", |
| 25 | "lazycell", |
| 26 | "proc-macro2", |
| 27 | "quote", |
| 28 | "regex", |
| 29 | "rustc-hash", |
| 30 | "shlex", |
| 31 | "syn", |
| 32 | ] |
| 33 | |
| 34 | [[package]] |
| 35 | name = "bitflags" |
| 36 | version = "2.6.0" |
| 37 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 38 | checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" |
| 39 | |
| 40 | [[package]] |
| 41 | name = "cexpr" |
| 42 | version = "0.6.0" |
| 43 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 44 | checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" |
| 45 | dependencies = [ |
| 46 | "nom", |
| 47 | ] |
| 48 | |
| 49 | [[package]] |
| 50 | name = "cfg-if" |
| 51 | version = "1.0.0" |
| 52 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 53 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| 54 | |
| 55 | [[package]] |
| 56 | name = "clang-sys" |
| 57 | version = "1.8.1" |
| 58 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 59 | checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" |
| 60 | dependencies = [ |
| 61 | "glob", |
| 62 | "libc", |
| 63 | "libloading", |
| 64 | ] |
| 65 | |
| 66 | [[package]] |
| 67 | name = "crate_error_codes" |
| 68 | version = "0.1.0" |
| 69 | dependencies = [ |
| 70 | "serde", |
| 71 | "serde_repr", |
| 72 | "ts-rs", |
| 73 | ] |
| 74 | |
| 75 | [[package]] |
| 76 | name = "either" |
| 77 | version = "1.13.0" |
| 78 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 79 | checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" |
| 80 | |
| 81 | [[package]] |
| 82 | name = "gem_error_codes" |
| 83 | version = "0.1.0" |
| 84 | dependencies = [ |
| 85 | "crate_error_codes", |
| 86 | "magnus", |
| 87 | ] |
| 88 | |
| 89 | [[package]] |
| 90 | name = "glob" |
| 91 | version = "0.3.1" |
| 92 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 93 | checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" |
| 94 | |
| 95 | [[package]] |
| 96 | name = "itertools" |
| 97 | version = "0.12.1" |
| 98 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 99 | checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" |
| 100 | dependencies = [ |
| 101 | "either", |
| 102 | ] |
| 103 | |
| 104 | [[package]] |
| 105 | name = "lazy_static" |
| 106 | version = "1.5.0" |
| 107 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 108 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| 109 | |
| 110 | [[package]] |
| 111 | name = "lazycell" |
| 112 | version = "1.3.0" |
| 113 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 114 | checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" |
| 115 | |
| 116 | [[package]] |
| 117 | name = "libc" |
| 118 | version = "0.2.155" |
| 119 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 120 | checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" |
| 121 | |
| 122 | [[package]] |
| 123 | name = "libloading" |
| 124 | version = "0.8.5" |
| 125 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 126 | checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" |
| 127 | dependencies = [ |
| 128 | "cfg-if", |
| 129 | "windows-targets", |
| 130 | ] |
| 131 | |
| 132 | [[package]] |
| 133 | name = "magnus" |
| 134 | version = "0.6.4" |
| 135 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 136 | checksum = "b1597ef40aa8c36be098249e82c9a20cf7199278ac1c1a1a995eeead6a184479" |
| 137 | dependencies = [ |
| 138 | "magnus-macros", |
| 139 | "rb-sys", |
| 140 | "rb-sys-env", |
| 141 | "seq-macro", |
| 142 | ] |
| 143 | |
| 144 | [[package]] |
| 145 | name = "magnus-macros" |
| 146 | version = "0.6.0" |
| 147 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 148 | checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3" |
| 149 | dependencies = [ |
| 150 | "proc-macro2", |
| 151 | "quote", |
| 152 | "syn", |
| 153 | ] |
| 154 | |
| 155 | [[package]] |
| 156 | name = "memchr" |
| 157 | version = "2.7.4" |
| 158 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 159 | checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" |
| 160 | |
| 161 | [[package]] |
| 162 | name = "minimal-lexical" |
| 163 | version = "0.2.1" |
| 164 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 165 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| 166 | |
| 167 | [[package]] |
| 168 | name = "nom" |
| 169 | version = "7.1.3" |
| 170 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 171 | checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
| 172 | dependencies = [ |
| 173 | "memchr", |
| 174 | "minimal-lexical", |
| 175 | ] |
| 176 | |
| 177 | [[package]] |
| 178 | name = "proc-macro2" |
| 179 | version = "1.0.86" |
| 180 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 181 | checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" |
| 182 | dependencies = [ |
| 183 | "unicode-ident", |
| 184 | ] |
| 185 | |
| 186 | [[package]] |
| 187 | name = "quote" |
| 188 | version = "1.0.36" |
| 189 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 190 | checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" |
| 191 | dependencies = [ |
| 192 | "proc-macro2", |
| 193 | ] |
| 194 | |
| 195 | [[package]] |
| 196 | name = "rb-sys" |
| 197 | version = "0.9.100" |
| 198 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 199 | checksum = "87f2ba20be84b32fad6b0ce397764bcdd0f2dca4431cf7035f6a6721e5747565" |
| 200 | dependencies = [ |
| 201 | "rb-sys-build", |
| 202 | ] |
| 203 | |
| 204 | [[package]] |
| 205 | name = "rb-sys-build" |
| 206 | version = "0.9.100" |
| 207 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 208 | checksum = "7ecae2bdcb118ee721d9a3929f89e8578237fade298dfcf8c928609aa88abc48" |
| 209 | dependencies = [ |
| 210 | "bindgen", |
| 211 | "lazy_static", |
| 212 | "proc-macro2", |
| 213 | "quote", |
| 214 | "regex", |
| 215 | "shell-words", |
| 216 | "syn", |
| 217 | ] |
| 218 | |
| 219 | [[package]] |
| 220 | name = "rb-sys-env" |
| 221 | version = "0.1.2" |
| 222 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 223 | checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb" |
| 224 | |
| 225 | [[package]] |
| 226 | name = "regex" |
| 227 | version = "1.10.6" |
| 228 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 229 | checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619" |
| 230 | dependencies = [ |
| 231 | "aho-corasick", |
| 232 | "memchr", |
| 233 | "regex-automata", |
| 234 | "regex-syntax", |
| 235 | ] |
| 236 | |
| 237 | [[package]] |
| 238 | name = "regex-automata" |
| 239 | version = "0.4.7" |
| 240 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 241 | checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df" |
| 242 | dependencies = [ |
| 243 | "aho-corasick", |
| 244 | "memchr", |
| 245 | "regex-syntax", |
| 246 | ] |
| 247 | |
| 248 | [[package]] |
| 249 | name = "regex-syntax" |
| 250 | version = "0.8.4" |
| 251 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 252 | checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" |
| 253 | |
| 254 | [[package]] |
| 255 | name = "rustc-hash" |
| 256 | version = "1.1.0" |
| 257 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 258 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
| 259 | |
| 260 | [[package]] |
| 261 | name = "seq-macro" |
| 262 | version = "0.3.5" |
| 263 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 264 | checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4" |
| 265 | |
| 266 | [[package]] |
| 267 | name = "serde" |
| 268 | version = "1.0.204" |
| 269 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 270 | checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12" |
| 271 | dependencies = [ |
| 272 | "serde_derive", |
| 273 | ] |
| 274 | |
| 275 | [[package]] |
| 276 | name = "serde_derive" |
| 277 | version = "1.0.204" |
| 278 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 279 | checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222" |
| 280 | dependencies = [ |
| 281 | "proc-macro2", |
| 282 | "quote", |
| 283 | "syn", |
| 284 | ] |
| 285 | |
| 286 | [[package]] |
| 287 | name = "serde_repr" |
| 288 | version = "0.1.19" |
| 289 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 290 | checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9" |
| 291 | dependencies = [ |
| 292 | "proc-macro2", |
| 293 | "quote", |
| 294 | "syn", |
| 295 | ] |
| 296 | |
| 297 | [[package]] |
| 298 | name = "shell-words" |
| 299 | version = "1.1.0" |
| 300 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 301 | checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" |
| 302 | |
| 303 | [[package]] |
| 304 | name = "shlex" |
| 305 | version = "1.3.0" |
| 306 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 307 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| 308 | |
| 309 | [[package]] |
| 310 | name = "syn" |
| 311 | version = "2.0.72" |
| 312 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 313 | checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af" |
| 314 | dependencies = [ |
| 315 | "proc-macro2", |
| 316 | "quote", |
| 317 | "unicode-ident", |
| 318 | ] |
| 319 | |
| 320 | [[package]] |
| 321 | name = "termcolor" |
| 322 | version = "1.4.1" |
| 323 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 324 | checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" |
| 325 | dependencies = [ |
| 326 | "winapi-util", |
| 327 | ] |
| 328 | |
| 329 | [[package]] |
| 330 | name = "thiserror" |
| 331 | version = "1.0.63" |
| 332 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 333 | checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" |
| 334 | dependencies = [ |
| 335 | "thiserror-impl", |
| 336 | ] |
| 337 | |
| 338 | [[package]] |
| 339 | name = "thiserror-impl" |
| 340 | version = "1.0.63" |
| 341 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 342 | checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" |
| 343 | dependencies = [ |
| 344 | "proc-macro2", |
| 345 | "quote", |
| 346 | "syn", |
| 347 | ] |
| 348 | |
| 349 | [[package]] |
| 350 | name = "ts-rs" |
| 351 | version = "9.0.1" |
| 352 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 353 | checksum = "b44017f9f875786e543595076374b9ef7d13465a518dd93d6ccdbf5b432dde8c" |
| 354 | dependencies = [ |
| 355 | "thiserror", |
| 356 | "ts-rs-macros", |
| 357 | ] |
| 358 | |
| 359 | [[package]] |
| 360 | name = "ts-rs-macros" |
| 361 | version = "9.0.1" |
| 362 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 363 | checksum = "c88cc88fd23b5a04528f3a8436024f20010a16ec18eb23c164b1242f65860130" |
| 364 | dependencies = [ |
| 365 | "proc-macro2", |
| 366 | "quote", |
| 367 | "syn", |
| 368 | "termcolor", |
| 369 | ] |
| 370 | |
| 371 | [[package]] |
| 372 | name = "unicode-ident" |
| 373 | version = "1.0.12" |
| 374 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 375 | checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" |
| 376 | |
| 377 | [[package]] |
| 378 | name = "winapi-util" |
| 379 | version = "0.1.9" |
| 380 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 381 | checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" |
| 382 | dependencies = [ |
| 383 | "windows-sys", |
| 384 | ] |
| 385 | |
| 386 | [[package]] |
| 387 | name = "windows-sys" |
| 388 | version = "0.59.0" |
| 389 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 390 | checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
| 391 | dependencies = [ |
| 392 | "windows-targets", |
| 393 | ] |
| 394 | |
| 395 | [[package]] |
| 396 | name = "windows-targets" |
| 397 | version = "0.52.6" |
| 398 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 399 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| 400 | dependencies = [ |
| 401 | "windows_aarch64_gnullvm", |
| 402 | "windows_aarch64_msvc", |
| 403 | "windows_i686_gnu", |
| 404 | "windows_i686_gnullvm", |
| 405 | "windows_i686_msvc", |
| 406 | "windows_x86_64_gnu", |
| 407 | "windows_x86_64_gnullvm", |
| 408 | "windows_x86_64_msvc", |
| 409 | ] |
| 410 | |
| 411 | [[package]] |
| 412 | name = "windows_aarch64_gnullvm" |
| 413 | version = "0.52.6" |
| 414 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 415 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| 416 | |
| 417 | [[package]] |
| 418 | name = "windows_aarch64_msvc" |
| 419 | version = "0.52.6" |
| 420 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 421 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| 422 | |
| 423 | [[package]] |
| 424 | name = "windows_i686_gnu" |
| 425 | version = "0.52.6" |
| 426 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 427 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| 428 | |
| 429 | [[package]] |
| 430 | name = "windows_i686_gnullvm" |
| 431 | version = "0.52.6" |
| 432 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 433 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| 434 | |
| 435 | [[package]] |
| 436 | name = "windows_i686_msvc" |
| 437 | version = "0.52.6" |
| 438 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 439 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| 440 | |
| 441 | [[package]] |
| 442 | name = "windows_x86_64_gnu" |
| 443 | version = "0.52.6" |
| 444 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 445 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| 446 | |
| 447 | [[package]] |
| 448 | name = "windows_x86_64_gnullvm" |
| 449 | version = "0.52.6" |
| 450 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 451 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| 452 | |
| 453 | [[package]] |
| 454 | name = "windows_x86_64_msvc" |
| 455 | version = "0.52.6" |
| 456 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 457 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |