1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "aho-corasick" 7version = "1.1.3" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "anes" 16version = "0.1.6" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" 19 20[[package]] 21name = "anstyle" 22version = "1.0.10" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" 25 26[[package]] 27name = "autocfg" 28version = "1.4.0" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 31 32[[package]] 33name = "bumpalo" 34version = "3.17.0" 35source = "registry+https://github.com/rust-lang/crates.io-index" 36checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" 37 38[[package]] 39name = "byteorder" 40version = "1.5.0" 41source = "registry+https://github.com/rust-lang/crates.io-index" 42checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 43 44[[package]] 45name = "cast" 46version = "0.3.0" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" 49 50[[package]] 51name = "cfg-if" 52version = "1.0.0" 53source = "registry+https://github.com/rust-lang/crates.io-index" 54checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 55 56[[package]] 57name = "ciborium" 58version = "0.2.2" 59source = "registry+https://github.com/rust-lang/crates.io-index" 60checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" 61dependencies = [ 62 "ciborium-io", 63 "ciborium-ll", 64 "serde", 65] 66 67[[package]] 68name = "ciborium-io" 69version = "0.2.2" 70source = "registry+https://github.com/rust-lang/crates.io-index" 71checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" 72 73[[package]] 74name = "ciborium-ll" 75version = "0.2.2" 76source = "registry+https://github.com/rust-lang/crates.io-index" 77checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" 78dependencies = [ 79 "ciborium-io", 80 "half", 81] 82 83[[package]] 84name = "clap" 85version = "4.5.31" 86source = "registry+https://github.com/rust-lang/crates.io-index" 87checksum = "027bb0d98429ae334a8698531da7077bdf906419543a35a55c2cb1b66437d767" 88dependencies = [ 89 "clap_builder", 90] 91 92[[package]] 93name = "clap_builder" 94version = "4.5.31" 95source = "registry+https://github.com/rust-lang/crates.io-index" 96checksum = "5589e0cba072e0f3d23791efac0fd8627b49c829c196a492e88168e6a669d863" 97dependencies = [ 98 "anstyle", 99 "clap_lex", 100] 101 102[[package]] 103name = "clap_lex" 104version = "0.7.4" 105source = "registry+https://github.com/rust-lang/crates.io-index" 106checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" 107 108[[package]] 109name = "criterion" 110version = "0.5.1" 111source = "registry+https://github.com/rust-lang/crates.io-index" 112checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" 113dependencies = [ 114 "anes", 115 "cast", 116 "ciborium", 117 "clap", 118 "criterion-plot", 119 "is-terminal", 120 "itertools", 121 "num-traits", 122 "once_cell", 123 "oorandom", 124 "plotters", 125 "rayon", 126 "regex", 127 "serde", 128 "serde_derive", 129 "serde_json", 130 "tinytemplate", 131 "walkdir", 132] 133 134[[package]] 135name = "criterion-plot" 136version = "0.5.0" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" 139dependencies = [ 140 "cast", 141 "itertools", 142] 143 144[[package]] 145name = "crossbeam-deque" 146version = "0.8.6" 147source = "registry+https://github.com/rust-lang/crates.io-index" 148checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" 149dependencies = [ 150 "crossbeam-epoch", 151 "crossbeam-utils", 152] 153 154[[package]] 155name = "crossbeam-epoch" 156version = "0.9.18" 157source = "registry+https://github.com/rust-lang/crates.io-index" 158checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 159dependencies = [ 160 "crossbeam-utils", 161] 162 163[[package]] 164name = "crossbeam-utils" 165version = "0.8.21" 166source = "registry+https://github.com/rust-lang/crates.io-index" 167checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 168 169[[package]] 170name = "crunchy" 171version = "0.2.3" 172source = "registry+https://github.com/rust-lang/crates.io-index" 173checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929" 174 175[[package]] 176name = "either" 177version = "1.14.0" 178source = "registry+https://github.com/rust-lang/crates.io-index" 179checksum = "b7914353092ddf589ad78f25c5c1c21b7f80b0ff8621e7c814c3485b5306da9d" 180 181[[package]] 182name = "getrandom" 183version = "0.2.15" 184source = "registry+https://github.com/rust-lang/crates.io-index" 185checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 186dependencies = [ 187 "cfg-if", 188 "libc", 189 "wasi", 190] 191 192[[package]] 193name = "half" 194version = "2.4.1" 195source = "registry+https://github.com/rust-lang/crates.io-index" 196checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888" 197dependencies = [ 198 "cfg-if", 199 "crunchy", 200] 201 202[[package]] 203name = "hermit-abi" 204version = "0.4.0" 205source = "registry+https://github.com/rust-lang/crates.io-index" 206checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" 207 208[[package]] 209name = "is-terminal" 210version = "0.4.15" 211source = "registry+https://github.com/rust-lang/crates.io-index" 212checksum = "e19b23d53f35ce9f56aebc7d1bb4e6ac1e9c0db7ac85c8d1760c04379edced37" 213dependencies = [ 214 "hermit-abi", 215 "libc", 216 "windows-sys", 217] 218 219[[package]] 220name = "itertools" 221version = "0.10.5" 222source = "registry+https://github.com/rust-lang/crates.io-index" 223checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 224dependencies = [ 225 "either", 226] 227 228[[package]] 229name = "itoa" 230version = "1.0.14" 231source = "registry+https://github.com/rust-lang/crates.io-index" 232checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" 233 234[[package]] 235name = "js-sys" 236version = "0.3.77" 237source = "registry+https://github.com/rust-lang/crates.io-index" 238checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 239dependencies = [ 240 "once_cell", 241 "wasm-bindgen", 242] 243 244[[package]] 245name = "libc" 246version = "0.2.170" 247source = "registry+https://github.com/rust-lang/crates.io-index" 248checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828" 249 250[[package]] 251name = "log" 252version = "0.4.26" 253source = "registry+https://github.com/rust-lang/crates.io-index" 254checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e" 255 256[[package]] 257name = "memchr" 258version = "2.7.4" 259source = "registry+https://github.com/rust-lang/crates.io-index" 260checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 261 262[[package]] 263name = "num-traits" 264version = "0.2.19" 265source = "registry+https://github.com/rust-lang/crates.io-index" 266checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 267dependencies = [ 268 "autocfg", 269] 270 271[[package]] 272name = "once_cell" 273version = "1.20.3" 274source = "registry+https://github.com/rust-lang/crates.io-index" 275checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e" 276 277[[package]] 278name = "oorandom" 279version = "11.1.4" 280source = "registry+https://github.com/rust-lang/crates.io-index" 281checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9" 282 283[[package]] 284name = "plotters" 285version = "0.3.7" 286source = "registry+https://github.com/rust-lang/crates.io-index" 287checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747" 288dependencies = [ 289 "num-traits", 290 "plotters-backend", 291 "plotters-svg", 292 "wasm-bindgen", 293 "web-sys", 294] 295 296[[package]] 297name = "plotters-backend" 298version = "0.3.7" 299source = "registry+https://github.com/rust-lang/crates.io-index" 300checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a" 301 302[[package]] 303name = "plotters-svg" 304version = "0.3.7" 305source = "registry+https://github.com/rust-lang/crates.io-index" 306checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670" 307dependencies = [ 308 "plotters-backend", 309] 310 311[[package]] 312name = "ppv-lite86" 313version = "0.2.20" 314source = "registry+https://github.com/rust-lang/crates.io-index" 315checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" 316dependencies = [ 317 "zerocopy", 318] 319 320[[package]] 321name = "proc-macro2" 322version = "1.0.93" 323source = "registry+https://github.com/rust-lang/crates.io-index" 324checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99" 325dependencies = [ 326 "unicode-ident", 327] 328 329[[package]] 330name = "quote" 331version = "1.0.38" 332source = "registry+https://github.com/rust-lang/crates.io-index" 333checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" 334dependencies = [ 335 "proc-macro2", 336] 337 338[[package]] 339name = "rand" 340version = "0.8.5" 341source = "registry+https://github.com/rust-lang/crates.io-index" 342checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 343dependencies = [ 344 "libc", 345 "rand_chacha", 346 "rand_core", 347] 348 349[[package]] 350name = "rand_chacha" 351version = "0.3.1" 352source = "registry+https://github.com/rust-lang/crates.io-index" 353checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 354dependencies = [ 355 "ppv-lite86", 356 "rand_core", 357] 358 359[[package]] 360name = "rand_core" 361version = "0.6.4" 362source = "registry+https://github.com/rust-lang/crates.io-index" 363checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 364dependencies = [ 365 "getrandom", 366] 367 368[[package]] 369name = "rayon" 370version = "1.10.0" 371source = "registry+https://github.com/rust-lang/crates.io-index" 372checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" 373dependencies = [ 374 "either", 375 "rayon-core", 376] 377 378[[package]] 379name = "rayon-core" 380version = "1.12.1" 381source = "registry+https://github.com/rust-lang/crates.io-index" 382checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" 383dependencies = [ 384 "crossbeam-deque", 385 "crossbeam-utils", 386] 387 388[[package]] 389name = "regex" 390version = "1.11.1" 391source = "registry+https://github.com/rust-lang/crates.io-index" 392checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 393dependencies = [ 394 "aho-corasick", 395 "memchr", 396 "regex-automata", 397 "regex-syntax", 398] 399 400[[package]] 401name = "regex-automata" 402version = "0.4.9" 403source = "registry+https://github.com/rust-lang/crates.io-index" 404checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" 405dependencies = [ 406 "aho-corasick", 407 "memchr", 408 "regex-syntax", 409] 410 411[[package]] 412name = "regex-syntax" 413version = "0.8.5" 414source = "registry+https://github.com/rust-lang/crates.io-index" 415checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 416 417[[package]] 418name = "rustversion" 419version = "1.0.19" 420source = "registry+https://github.com/rust-lang/crates.io-index" 421checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4" 422 423[[package]] 424name = "ryu" 425version = "1.0.19" 426source = "registry+https://github.com/rust-lang/crates.io-index" 427checksum = "6ea1a2d0a644769cc99faa24c3ad26b379b786fe7c36fd3c546254801650e6dd" 428 429[[package]] 430name = "same-file" 431version = "1.0.6" 432source = "registry+https://github.com/rust-lang/crates.io-index" 433checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 434dependencies = [ 435 "winapi-util", 436] 437 438[[package]] 439name = "serde" 440version = "1.0.218" 441source = "registry+https://github.com/rust-lang/crates.io-index" 442checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60" 443dependencies = [ 444 "serde_derive", 445] 446 447[[package]] 448name = "serde_derive" 449version = "1.0.218" 450source = "registry+https://github.com/rust-lang/crates.io-index" 451checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b" 452dependencies = [ 453 "proc-macro2", 454 "quote", 455 "syn", 456] 457 458[[package]] 459name = "serde_json" 460version = "1.0.139" 461source = "registry+https://github.com/rust-lang/crates.io-index" 462checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6" 463dependencies = [ 464 "itoa", 465 "memchr", 466 "ryu", 467 "serde", 468] 469 470[[package]] 471name = "syn" 472version = "2.0.98" 473source = "registry+https://github.com/rust-lang/crates.io-index" 474checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1" 475dependencies = [ 476 "proc-macro2", 477 "quote", 478 "unicode-ident", 479] 480 481[[package]] 482name = "tinytemplate" 483version = "1.2.1" 484source = "registry+https://github.com/rust-lang/crates.io-index" 485checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" 486dependencies = [ 487 "serde", 488 "serde_json", 489] 490 491[[package]] 492name = "unicode-ident" 493version = "1.0.17" 494source = "registry+https://github.com/rust-lang/crates.io-index" 495checksum = "00e2473a93778eb0bad35909dff6a10d28e63f792f16ed15e404fca9d5eeedbe" 496 497[[package]] 498name = "walkdir" 499version = "2.5.0" 500source = "registry+https://github.com/rust-lang/crates.io-index" 501checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 502dependencies = [ 503 "same-file", 504 "winapi-util", 505] 506 507[[package]] 508name = "wasi" 509version = "0.11.0+wasi-snapshot-preview1" 510source = "registry+https://github.com/rust-lang/crates.io-index" 511checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 512 513[[package]] 514name = "wasm-bindgen" 515version = "0.2.100" 516source = "registry+https://github.com/rust-lang/crates.io-index" 517checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 518dependencies = [ 519 "cfg-if", 520 "once_cell", 521 "rustversion", 522 "wasm-bindgen-macro", 523] 524 525[[package]] 526name = "wasm-bindgen-backend" 527version = "0.2.100" 528source = "registry+https://github.com/rust-lang/crates.io-index" 529checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 530dependencies = [ 531 "bumpalo", 532 "log", 533 "proc-macro2", 534 "quote", 535 "syn", 536 "wasm-bindgen-shared", 537] 538 539[[package]] 540name = "wasm-bindgen-macro" 541version = "0.2.100" 542source = "registry+https://github.com/rust-lang/crates.io-index" 543checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 544dependencies = [ 545 "quote", 546 "wasm-bindgen-macro-support", 547] 548 549[[package]] 550name = "wasm-bindgen-macro-support" 551version = "0.2.100" 552source = "registry+https://github.com/rust-lang/crates.io-index" 553checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 554dependencies = [ 555 "proc-macro2", 556 "quote", 557 "syn", 558 "wasm-bindgen-backend", 559 "wasm-bindgen-shared", 560] 561 562[[package]] 563name = "wasm-bindgen-shared" 564version = "0.2.100" 565source = "registry+https://github.com/rust-lang/crates.io-index" 566checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 567dependencies = [ 568 "unicode-ident", 569] 570 571[[package]] 572name = "web-sys" 573version = "0.3.77" 574source = "registry+https://github.com/rust-lang/crates.io-index" 575checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" 576dependencies = [ 577 "js-sys", 578 "wasm-bindgen", 579] 580 581[[package]] 582name = "winapi-util" 583version = "0.1.9" 584source = "registry+https://github.com/rust-lang/crates.io-index" 585checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" 586dependencies = [ 587 "windows-sys", 588] 589 590[[package]] 591name = "windows-sys" 592version = "0.59.0" 593source = "registry+https://github.com/rust-lang/crates.io-index" 594checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 595dependencies = [ 596 "windows-targets", 597] 598 599[[package]] 600name = "windows-targets" 601version = "0.52.6" 602source = "registry+https://github.com/rust-lang/crates.io-index" 603checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 604dependencies = [ 605 "windows_aarch64_gnullvm", 606 "windows_aarch64_msvc", 607 "windows_i686_gnu", 608 "windows_i686_gnullvm", 609 "windows_i686_msvc", 610 "windows_x86_64_gnu", 611 "windows_x86_64_gnullvm", 612 "windows_x86_64_msvc", 613] 614 615[[package]] 616name = "windows_aarch64_gnullvm" 617version = "0.52.6" 618source = "registry+https://github.com/rust-lang/crates.io-index" 619checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 620 621[[package]] 622name = "windows_aarch64_msvc" 623version = "0.52.6" 624source = "registry+https://github.com/rust-lang/crates.io-index" 625checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 626 627[[package]] 628name = "windows_i686_gnu" 629version = "0.52.6" 630source = "registry+https://github.com/rust-lang/crates.io-index" 631checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 632 633[[package]] 634name = "windows_i686_gnullvm" 635version = "0.52.6" 636source = "registry+https://github.com/rust-lang/crates.io-index" 637checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 638 639[[package]] 640name = "windows_i686_msvc" 641version = "0.52.6" 642source = "registry+https://github.com/rust-lang/crates.io-index" 643checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 644 645[[package]] 646name = "windows_x86_64_gnu" 647version = "0.52.6" 648source = "registry+https://github.com/rust-lang/crates.io-index" 649checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 650 651[[package]] 652name = "windows_x86_64_gnullvm" 653version = "0.52.6" 654source = "registry+https://github.com/rust-lang/crates.io-index" 655checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 656 657[[package]] 658name = "windows_x86_64_msvc" 659version = "0.52.6" 660source = "registry+https://github.com/rust-lang/crates.io-index" 661checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 662 663[[package]] 664name = "writeable" 665version = "0.6.1" 666dependencies = [ 667 "criterion", 668 "either", 669 "rand", 670] 671 672[[package]] 673name = "zerocopy" 674version = "0.7.35" 675source = "registry+https://github.com/rust-lang/crates.io-index" 676checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 677dependencies = [ 678 "byteorder", 679 "zerocopy-derive", 680] 681 682[[package]] 683name = "zerocopy-derive" 684version = "0.7.35" 685source = "registry+https://github.com/rust-lang/crates.io-index" 686checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 687dependencies = [ 688 "proc-macro2", 689 "quote", 690 "syn", 691] 692