1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "ahash" 7version = "0.8.11" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 10dependencies = [ 11 "cfg-if", 12 "getrandom", 13 "once_cell", 14 "version_check", 15 "zerocopy", 16] 17 18[[package]] 19name = "arbitrary" 20version = "1.4.1" 21source = "registry+https://github.com/rust-lang/crates.io-index" 22checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223" 23 24[[package]] 25name = "autocfg" 26version = "1.4.0" 27source = "registry+https://github.com/rust-lang/crates.io-index" 28checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 29 30[[package]] 31name = "bencher" 32version = "0.1.5" 33source = "registry+https://github.com/rust-lang/crates.io-index" 34checksum = "7dfdb4953a096c551ce9ace855a604d702e6e62d77fac690575ae347571717f5" 35 36[[package]] 37name = "bitvec" 38version = "1.0.1" 39source = "registry+https://github.com/rust-lang/crates.io-index" 40checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" 41dependencies = [ 42 "funty", 43 "radium", 44 "tap", 45 "wyz", 46] 47 48[[package]] 49name = "cc" 50version = "1.2.7" 51source = "registry+https://github.com/rust-lang/crates.io-index" 52checksum = "a012a0df96dd6d06ba9a1b29d6402d1a5d77c6befd2566afdc26e10603dc93d7" 53dependencies = [ 54 "jobserver", 55 "libc", 56 "shlex", 57] 58 59[[package]] 60name = "cfg-if" 61version = "1.0.0" 62source = "registry+https://github.com/rust-lang/crates.io-index" 63checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 64 65[[package]] 66name = "codspeed" 67version = "2.7.2" 68source = "registry+https://github.com/rust-lang/crates.io-index" 69checksum = "450a0e9df9df1c154156f4344f99d8f6f6e69d0fc4de96ef6e2e68b2ec3bce97" 70dependencies = [ 71 "colored", 72 "libc", 73 "serde_json", 74] 75 76[[package]] 77name = "codspeed-bencher-compat" 78version = "2.7.2" 79source = "registry+https://github.com/rust-lang/crates.io-index" 80checksum = "025afeee31b5b589484a884c7eb92bf80e0a5420bc4cb1f00d3a08c000211558" 81dependencies = [ 82 "bencher", 83 "codspeed", 84] 85 86[[package]] 87name = "colored" 88version = "2.2.0" 89source = "registry+https://github.com/rust-lang/crates.io-index" 90checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" 91dependencies = [ 92 "lazy_static", 93 "windows-sys", 94] 95 96[[package]] 97name = "equivalent" 98version = "1.0.1" 99source = "registry+https://github.com/rust-lang/crates.io-index" 100checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 101 102[[package]] 103name = "funty" 104version = "2.0.0" 105source = "registry+https://github.com/rust-lang/crates.io-index" 106checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" 107 108[[package]] 109name = "fuzz" 110version = "0.8.2" 111dependencies = [ 112 "indexmap", 113 "jiter", 114 "libfuzzer-sys", 115 "num-bigint", 116 "num-traits", 117 "serde", 118 "serde_json", 119] 120 121[[package]] 122name = "getrandom" 123version = "0.2.15" 124source = "registry+https://github.com/rust-lang/crates.io-index" 125checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 126dependencies = [ 127 "cfg-if", 128 "libc", 129 "wasi", 130] 131 132[[package]] 133name = "hashbrown" 134version = "0.15.2" 135source = "registry+https://github.com/rust-lang/crates.io-index" 136checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" 137 138[[package]] 139name = "heck" 140version = "0.5.0" 141source = "registry+https://github.com/rust-lang/crates.io-index" 142checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 143 144[[package]] 145name = "indexmap" 146version = "2.7.0" 147source = "registry+https://github.com/rust-lang/crates.io-index" 148checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" 149dependencies = [ 150 "equivalent", 151 "hashbrown", 152] 153 154[[package]] 155name = "indoc" 156version = "2.0.5" 157source = "registry+https://github.com/rust-lang/crates.io-index" 158checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" 159 160[[package]] 161name = "itoa" 162version = "1.0.14" 163source = "registry+https://github.com/rust-lang/crates.io-index" 164checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" 165 166[[package]] 167name = "jiter" 168version = "0.8.2" 169dependencies = [ 170 "ahash", 171 "bencher", 172 "bitvec", 173 "codspeed-bencher-compat", 174 "lexical-parse-float", 175 "num-bigint", 176 "num-traits", 177 "paste", 178 "pyo3", 179 "pyo3-build-config", 180 "serde", 181 "serde_json", 182 "smallvec", 183] 184 185[[package]] 186name = "jiter-python" 187version = "0.8.2" 188dependencies = [ 189 "jiter", 190 "pyo3", 191] 192 193[[package]] 194name = "jobserver" 195version = "0.1.32" 196source = "registry+https://github.com/rust-lang/crates.io-index" 197checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" 198dependencies = [ 199 "libc", 200] 201 202[[package]] 203name = "lazy_static" 204version = "1.5.0" 205source = "registry+https://github.com/rust-lang/crates.io-index" 206checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 207 208[[package]] 209name = "lexical-parse-float" 210version = "0.8.5" 211source = "registry+https://github.com/rust-lang/crates.io-index" 212checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f" 213dependencies = [ 214 "lexical-parse-integer", 215 "lexical-util", 216 "static_assertions", 217] 218 219[[package]] 220name = "lexical-parse-integer" 221version = "0.8.6" 222source = "registry+https://github.com/rust-lang/crates.io-index" 223checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9" 224dependencies = [ 225 "lexical-util", 226 "static_assertions", 227] 228 229[[package]] 230name = "lexical-util" 231version = "0.8.5" 232source = "registry+https://github.com/rust-lang/crates.io-index" 233checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc" 234dependencies = [ 235 "static_assertions", 236] 237 238[[package]] 239name = "libc" 240version = "0.2.169" 241source = "registry+https://github.com/rust-lang/crates.io-index" 242checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" 243 244[[package]] 245name = "libfuzzer-sys" 246version = "0.4.8" 247source = "registry+https://github.com/rust-lang/crates.io-index" 248checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa" 249dependencies = [ 250 "arbitrary", 251 "cc", 252] 253 254[[package]] 255name = "memchr" 256version = "2.7.4" 257source = "registry+https://github.com/rust-lang/crates.io-index" 258checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 259 260[[package]] 261name = "memoffset" 262version = "0.9.1" 263source = "registry+https://github.com/rust-lang/crates.io-index" 264checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 265dependencies = [ 266 "autocfg", 267] 268 269[[package]] 270name = "num-bigint" 271version = "0.4.6" 272source = "registry+https://github.com/rust-lang/crates.io-index" 273checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 274dependencies = [ 275 "num-integer", 276 "num-traits", 277] 278 279[[package]] 280name = "num-integer" 281version = "0.1.46" 282source = "registry+https://github.com/rust-lang/crates.io-index" 283checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 284dependencies = [ 285 "num-traits", 286] 287 288[[package]] 289name = "num-traits" 290version = "0.2.19" 291source = "registry+https://github.com/rust-lang/crates.io-index" 292checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 293dependencies = [ 294 "autocfg", 295] 296 297[[package]] 298name = "once_cell" 299version = "1.20.2" 300source = "registry+https://github.com/rust-lang/crates.io-index" 301checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" 302 303[[package]] 304name = "paste" 305version = "1.0.15" 306source = "registry+https://github.com/rust-lang/crates.io-index" 307checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 308 309[[package]] 310name = "portable-atomic" 311version = "1.10.0" 312source = "registry+https://github.com/rust-lang/crates.io-index" 313checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6" 314 315[[package]] 316name = "proc-macro2" 317version = "1.0.92" 318source = "registry+https://github.com/rust-lang/crates.io-index" 319checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0" 320dependencies = [ 321 "unicode-ident", 322] 323 324[[package]] 325name = "pyo3" 326version = "0.23.3" 327source = "registry+https://github.com/rust-lang/crates.io-index" 328checksum = "e484fd2c8b4cb67ab05a318f1fd6fa8f199fcc30819f08f07d200809dba26c15" 329dependencies = [ 330 "cfg-if", 331 "indoc", 332 "libc", 333 "memoffset", 334 "num-bigint", 335 "once_cell", 336 "portable-atomic", 337 "pyo3-build-config", 338 "pyo3-ffi", 339 "pyo3-macros", 340 "unindent", 341] 342 343[[package]] 344name = "pyo3-build-config" 345version = "0.23.3" 346source = "registry+https://github.com/rust-lang/crates.io-index" 347checksum = "dc0e0469a84f208e20044b98965e1561028180219e35352a2afaf2b942beff3b" 348dependencies = [ 349 "once_cell", 350 "python3-dll-a", 351 "target-lexicon", 352] 353 354[[package]] 355name = "pyo3-ffi" 356version = "0.23.3" 357source = "registry+https://github.com/rust-lang/crates.io-index" 358checksum = "eb1547a7f9966f6f1a0f0227564a9945fe36b90da5a93b3933fc3dc03fae372d" 359dependencies = [ 360 "libc", 361 "pyo3-build-config", 362] 363 364[[package]] 365name = "pyo3-macros" 366version = "0.23.3" 367source = "registry+https://github.com/rust-lang/crates.io-index" 368checksum = "fdb6da8ec6fa5cedd1626c886fc8749bdcbb09424a86461eb8cdf096b7c33257" 369dependencies = [ 370 "proc-macro2", 371 "pyo3-macros-backend", 372 "quote", 373 "syn", 374] 375 376[[package]] 377name = "pyo3-macros-backend" 378version = "0.23.3" 379source = "registry+https://github.com/rust-lang/crates.io-index" 380checksum = "38a385202ff5a92791168b1136afae5059d3ac118457bb7bc304c197c2d33e7d" 381dependencies = [ 382 "heck", 383 "proc-macro2", 384 "pyo3-build-config", 385 "quote", 386 "syn", 387] 388 389[[package]] 390name = "python3-dll-a" 391version = "0.2.12" 392source = "registry+https://github.com/rust-lang/crates.io-index" 393checksum = "9b66f9171950e674e64bad3456e11bb3cca108e5c34844383cfe277f45c8a7a8" 394dependencies = [ 395 "cc", 396] 397 398[[package]] 399name = "quote" 400version = "1.0.38" 401source = "registry+https://github.com/rust-lang/crates.io-index" 402checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" 403dependencies = [ 404 "proc-macro2", 405] 406 407[[package]] 408name = "radium" 409version = "0.7.0" 410source = "registry+https://github.com/rust-lang/crates.io-index" 411checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" 412 413[[package]] 414name = "ryu" 415version = "1.0.18" 416source = "registry+https://github.com/rust-lang/crates.io-index" 417checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 418 419[[package]] 420name = "serde" 421version = "1.0.217" 422source = "registry+https://github.com/rust-lang/crates.io-index" 423checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70" 424dependencies = [ 425 "serde_derive", 426] 427 428[[package]] 429name = "serde_derive" 430version = "1.0.217" 431source = "registry+https://github.com/rust-lang/crates.io-index" 432checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0" 433dependencies = [ 434 "proc-macro2", 435 "quote", 436 "syn", 437] 438 439[[package]] 440name = "serde_json" 441version = "1.0.134" 442source = "registry+https://github.com/rust-lang/crates.io-index" 443checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" 444dependencies = [ 445 "indexmap", 446 "itoa", 447 "memchr", 448 "ryu", 449 "serde", 450] 451 452[[package]] 453name = "shlex" 454version = "1.3.0" 455source = "registry+https://github.com/rust-lang/crates.io-index" 456checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 457 458[[package]] 459name = "smallvec" 460version = "1.13.2" 461source = "registry+https://github.com/rust-lang/crates.io-index" 462checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 463 464[[package]] 465name = "static_assertions" 466version = "1.1.0" 467source = "registry+https://github.com/rust-lang/crates.io-index" 468checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 469 470[[package]] 471name = "syn" 472version = "2.0.94" 473source = "registry+https://github.com/rust-lang/crates.io-index" 474checksum = "987bc0be1cdea8b10216bd06e2ca407d40b9543468fafd3ddfb02f36e77f71f3" 475dependencies = [ 476 "proc-macro2", 477 "quote", 478 "unicode-ident", 479] 480 481[[package]] 482name = "tap" 483version = "1.0.1" 484source = "registry+https://github.com/rust-lang/crates.io-index" 485checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 486 487[[package]] 488name = "target-lexicon" 489version = "0.12.16" 490source = "registry+https://github.com/rust-lang/crates.io-index" 491checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" 492 493[[package]] 494name = "unicode-ident" 495version = "1.0.14" 496source = "registry+https://github.com/rust-lang/crates.io-index" 497checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" 498 499[[package]] 500name = "unindent" 501version = "0.2.3" 502source = "registry+https://github.com/rust-lang/crates.io-index" 503checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce" 504 505[[package]] 506name = "version_check" 507version = "0.9.5" 508source = "registry+https://github.com/rust-lang/crates.io-index" 509checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 510 511[[package]] 512name = "wasi" 513version = "0.11.0+wasi-snapshot-preview1" 514source = "registry+https://github.com/rust-lang/crates.io-index" 515checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 516 517[[package]] 518name = "windows-sys" 519version = "0.59.0" 520source = "registry+https://github.com/rust-lang/crates.io-index" 521checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 522dependencies = [ 523 "windows-targets", 524] 525 526[[package]] 527name = "windows-targets" 528version = "0.52.6" 529source = "registry+https://github.com/rust-lang/crates.io-index" 530checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 531dependencies = [ 532 "windows_aarch64_gnullvm", 533 "windows_aarch64_msvc", 534 "windows_i686_gnu", 535 "windows_i686_gnullvm", 536 "windows_i686_msvc", 537 "windows_x86_64_gnu", 538 "windows_x86_64_gnullvm", 539 "windows_x86_64_msvc", 540] 541 542[[package]] 543name = "windows_aarch64_gnullvm" 544version = "0.52.6" 545source = "registry+https://github.com/rust-lang/crates.io-index" 546checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 547 548[[package]] 549name = "windows_aarch64_msvc" 550version = "0.52.6" 551source = "registry+https://github.com/rust-lang/crates.io-index" 552checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 553 554[[package]] 555name = "windows_i686_gnu" 556version = "0.52.6" 557source = "registry+https://github.com/rust-lang/crates.io-index" 558checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 559 560[[package]] 561name = "windows_i686_gnullvm" 562version = "0.52.6" 563source = "registry+https://github.com/rust-lang/crates.io-index" 564checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 565 566[[package]] 567name = "windows_i686_msvc" 568version = "0.52.6" 569source = "registry+https://github.com/rust-lang/crates.io-index" 570checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 571 572[[package]] 573name = "windows_x86_64_gnu" 574version = "0.52.6" 575source = "registry+https://github.com/rust-lang/crates.io-index" 576checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 577 578[[package]] 579name = "windows_x86_64_gnullvm" 580version = "0.52.6" 581source = "registry+https://github.com/rust-lang/crates.io-index" 582checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 583 584[[package]] 585name = "windows_x86_64_msvc" 586version = "0.52.6" 587source = "registry+https://github.com/rust-lang/crates.io-index" 588checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 589 590[[package]] 591name = "wyz" 592version = "0.5.1" 593source = "registry+https://github.com/rust-lang/crates.io-index" 594checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" 595dependencies = [ 596 "tap", 597] 598 599[[package]] 600name = "zerocopy" 601version = "0.7.35" 602source = "registry+https://github.com/rust-lang/crates.io-index" 603checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 604dependencies = [ 605 "zerocopy-derive", 606] 607 608[[package]] 609name = "zerocopy-derive" 610version = "0.7.35" 611source = "registry+https://github.com/rust-lang/crates.io-index" 612checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 613dependencies = [ 614 "proc-macro2", 615 "quote", 616 "syn", 617]