very fast at protocol indexer with flexible filtering, xrpc queries, cursor-backed event stream, and more, built on fjall
rust fjall at-protocol atproto indexer
58
fork

Configure Feed

Select the types of activity you want to include in your feed.

[build] update cargo deps

dawn 7713bbd9 d73d9a15

+63 -150
+63 -150
Cargo.lock
··· 70 70 71 71 [[package]] 72 72 name = "arc-swap" 73 - version = "1.8.2" 73 + version = "1.9.0" 74 74 source = "registry+https://github.com/rust-lang/crates.io-index" 75 - checksum = "f9f3647c145568cec02c42054e07bdf9a5a698e15b466fb2341bfc393cd24aa5" 75 + checksum = "a07d1f37ff60921c83bdfc7407723bdefe89b44b98a9b772f225c8f9d67141a6" 76 76 dependencies = [ 77 77 "rustversion", 78 78 ] ··· 123 123 124 124 [[package]] 125 125 name = "aws-lc-rs" 126 - version = "1.16.1" 126 + version = "1.16.2" 127 127 source = "registry+https://github.com/rust-lang/crates.io-index" 128 - checksum = "94bffc006df10ac2a68c83692d734a465f8ee6c5b384d8545a636f81d858f4bf" 128 + checksum = "a054912289d18629dc78375ba2c3726a3afe3ff71b4edba9dedfca0e3446d1fc" 129 129 dependencies = [ 130 130 "aws-lc-sys", 131 131 "zeroize", ··· 133 133 134 134 [[package]] 135 135 name = "aws-lc-sys" 136 - version = "0.38.0" 136 + version = "0.39.1" 137 137 source = "registry+https://github.com/rust-lang/crates.io-index" 138 - checksum = "4321e568ed89bb5a7d291a7f37997c2c0df89809d7b6d12062c81ddb54aa782e" 138 + checksum = "83a25cf98105baa966497416dbd42565ce3a8cf8dbfd59803ec9ad46f3126399" 139 139 dependencies = [ 140 140 "cc", 141 141 "cmake", ··· 389 389 390 390 [[package]] 391 391 name = "cc" 392 - version = "1.2.57" 392 + version = "1.2.58" 393 393 source = "registry+https://github.com/rust-lang/crates.io-index" 394 - checksum = "7a0dd1ca384932ff3641c8718a02769f1698e7563dc6974ffd03346116310423" 394 + checksum = "e1e928d4b69e3077709075a938a05ffbedfa53a84c8f766efbf8220bb1ff60e1" 395 395 dependencies = [ 396 396 "find-msvc-tools", 397 397 "jobserver", ··· 479 479 480 480 [[package]] 481 481 name = "cmake" 482 - version = "0.1.57" 482 + version = "0.1.58" 483 483 source = "registry+https://github.com/rust-lang/crates.io-index" 484 - checksum = "75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d" 484 + checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678" 485 485 dependencies = [ 486 486 "cc", 487 487 ] ··· 1572 1572 "libc", 1573 1573 "percent-encoding", 1574 1574 "pin-project-lite", 1575 - "socket2 0.6.3", 1575 + "socket2", 1576 1576 "system-configuration", 1577 1577 "tokio", 1578 1578 "tower-service", ··· 1741 1741 1742 1742 [[package]] 1743 1743 name = "inventory" 1744 - version = "0.3.22" 1744 + version = "0.3.24" 1745 1745 source = "registry+https://github.com/rust-lang/crates.io-index" 1746 - checksum = "009ae045c87e7082cb72dab0ccd01ae075dd00141ddc108f43a0ea150a9e7227" 1746 + checksum = "a4f0c30c76f2f4ccee3fe55a2435f691ca00c0e4bd87abe4f4a851b1d4dac39b" 1747 1747 dependencies = [ 1748 1748 "rustversion", 1749 1749 ] 1750 1750 1751 1751 [[package]] 1752 1752 name = "ipconfig" 1753 - version = "0.3.2" 1753 + version = "0.3.4" 1754 1754 source = "registry+https://github.com/rust-lang/crates.io-index" 1755 - checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" 1755 + checksum = "4d40460c0ce33d6ce4b0630ad68ff63d6661961c48b6dba35e5a4d81cfb48222" 1756 1756 dependencies = [ 1757 - "socket2 0.5.10", 1757 + "socket2", 1758 1758 "widestring", 1759 - "windows-sys 0.48.0", 1760 - "winreg", 1759 + "windows-registry", 1760 + "windows-result", 1761 + "windows-sys 0.61.2", 1761 1762 ] 1762 1763 1763 1764 [[package]] ··· 1779 1780 1780 1781 [[package]] 1781 1782 name = "iri-string" 1782 - version = "0.7.10" 1783 + version = "0.7.12" 1783 1784 source = "registry+https://github.com/rust-lang/crates.io-index" 1784 - checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a" 1785 + checksum = "25e659a4bb38e810ebc252e53b5814ff908a8c58c2a9ce2fae1bbec24cbf4e20" 1785 1786 dependencies = [ 1786 1787 "memchr", 1787 1788 "serde", ··· 1811 1812 1812 1813 [[package]] 1813 1814 name = "itoa" 1814 - version = "1.0.17" 1815 + version = "1.0.18" 1815 1816 source = "registry+https://github.com/rust-lang/crates.io-index" 1816 - checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" 1817 + checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" 1817 1818 1818 1819 [[package]] 1819 1820 name = "jacquard-api" ··· 1989 1990 1990 1991 [[package]] 1991 1992 name = "js-sys" 1992 - version = "0.3.91" 1993 + version = "0.3.93" 1993 1994 source = "registry+https://github.com/rust-lang/crates.io-index" 1994 - checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c" 1995 + checksum = "797146bb2677299a1eb6b7b50a890f4c361b29ef967addf5b2fa45dae1bb6d7d" 1995 1996 dependencies = [ 1997 + "cfg-if", 1998 + "futures-util", 1996 1999 "once_cell", 1997 2000 "wasm-bindgen", 1998 2001 ] ··· 2233 2236 2234 2237 [[package]] 2235 2238 name = "mio" 2236 - version = "1.1.1" 2239 + version = "1.2.0" 2237 2240 source = "registry+https://github.com/rust-lang/crates.io-index" 2238 - checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" 2241 + checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1" 2239 2242 dependencies = [ 2240 2243 "libc", 2241 2244 "wasi", ··· 2303 2306 2304 2307 [[package]] 2305 2308 name = "num-conv" 2306 - version = "0.2.0" 2309 + version = "0.2.1" 2307 2310 source = "registry+https://github.com/rust-lang/crates.io-index" 2308 - checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050" 2311 + checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967" 2309 2312 2310 2313 [[package]] 2311 2314 name = "num-traits" ··· 2629 2632 "quinn-udp", 2630 2633 "rustc-hash", 2631 2634 "rustls", 2632 - "socket2 0.6.3", 2635 + "socket2", 2633 2636 "thiserror 2.0.18", 2634 2637 "tokio", 2635 2638 "tracing", ··· 2666 2669 "cfg_aliases", 2667 2670 "libc", 2668 2671 "once_cell", 2669 - "socket2 0.6.3", 2672 + "socket2", 2670 2673 "tracing", 2671 2674 "windows-sys 0.60.2", 2672 2675 ] ··· 2931 2934 2932 2935 [[package]] 2933 2936 name = "rustc-hash" 2934 - version = "2.1.1" 2937 + version = "2.1.2" 2935 2938 source = "registry+https://github.com/rust-lang/crates.io-index" 2936 - checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 2939 + checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" 2937 2940 2938 2941 [[package]] 2939 2942 name = "rustc_version" ··· 2997 3000 2998 3001 [[package]] 2999 3002 name = "rustls-webpki" 3000 - version = "0.103.9" 3003 + version = "0.103.10" 3001 3004 source = "registry+https://github.com/rust-lang/crates.io-index" 3002 - checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53" 3005 + checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef" 3003 3006 dependencies = [ 3004 3007 "aws-lc-rs", 3005 3008 "ring", ··· 3027 3030 3028 3031 [[package]] 3029 3032 name = "scc" 3030 - version = "3.6.10" 3033 + version = "3.6.12" 3031 3034 source = "registry+https://github.com/rust-lang/crates.io-index" 3032 - checksum = "ec3cea477634b93dee5619c6e437e2eae11c1e3730e59bad72af0e09dba9126f" 3035 + checksum = "f448f7d881535036452f0cac656a41463807f095eda504890764ca7d11e2a2ea" 3033 3036 dependencies = [ 3034 3037 "saa", 3035 3038 "sdd", ··· 3325 3328 3326 3329 [[package]] 3327 3330 name = "simd-adler32" 3328 - version = "0.3.8" 3331 + version = "0.3.9" 3329 3332 source = "registry+https://github.com/rust-lang/crates.io-index" 3330 - checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" 3333 + checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214" 3331 3334 3332 3335 [[package]] 3333 3336 name = "siphasher" ··· 3359 3362 3360 3363 [[package]] 3361 3364 name = "socket2" 3362 - version = "0.5.10" 3363 - source = "registry+https://github.com/rust-lang/crates.io-index" 3364 - checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" 3365 - dependencies = [ 3366 - "libc", 3367 - "windows-sys 0.52.0", 3368 - ] 3369 - 3370 - [[package]] 3371 - name = "socket2" 3372 3365 version = "0.6.3" 3373 3366 source = "registry+https://github.com/rust-lang/crates.io-index" 3374 3367 checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" ··· 3514 3507 3515 3508 [[package]] 3516 3509 name = "terminal_size" 3517 - version = "0.4.3" 3510 + version = "0.4.4" 3518 3511 source = "registry+https://github.com/rust-lang/crates.io-index" 3519 - checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0" 3512 + checksum = "230a1b821ccbd75b185820a1f1ff7b14d21da1e442e22c0863ea5f08771a8874" 3520 3513 dependencies = [ 3521 3514 "rustix", 3522 - "windows-sys 0.60.2", 3515 + "windows-sys 0.61.2", 3523 3516 ] 3524 3517 3525 3518 [[package]] ··· 3637 3630 "parking_lot", 3638 3631 "pin-project-lite", 3639 3632 "signal-hook-registry", 3640 - "socket2 0.6.3", 3633 + "socket2", 3641 3634 "tokio-macros", 3642 3635 "windows-sys 0.61.2", 3643 3636 ] ··· 3924 3917 3925 3918 [[package]] 3926 3919 name = "unicode-segmentation" 3927 - version = "1.12.0" 3920 + version = "1.13.2" 3928 3921 source = "registry+https://github.com/rust-lang/crates.io-index" 3929 - checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 3922 + checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c" 3930 3923 3931 3924 [[package]] 3932 3925 name = "unicode-width" ··· 4042 4035 4043 4036 [[package]] 4044 4037 name = "wasm-bindgen" 4045 - version = "0.2.114" 4038 + version = "0.2.116" 4046 4039 source = "registry+https://github.com/rust-lang/crates.io-index" 4047 - checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e" 4040 + checksum = "7dc0882f7b5bb01ae8c5215a1230832694481c1a4be062fd410e12ea3da5b631" 4048 4041 dependencies = [ 4049 4042 "cfg-if", 4050 4043 "once_cell", ··· 4055 4048 4056 4049 [[package]] 4057 4050 name = "wasm-bindgen-futures" 4058 - version = "0.4.64" 4051 + version = "0.4.66" 4059 4052 source = "registry+https://github.com/rust-lang/crates.io-index" 4060 - checksum = "e9c5522b3a28661442748e09d40924dfb9ca614b21c00d3fd135720e48b67db8" 4053 + checksum = "19280959e2844181895ef62f065c63e0ca07ece4771b53d89bfdb967d97cbf05" 4061 4054 dependencies = [ 4062 - "cfg-if", 4063 - "futures-util", 4064 4055 "js-sys", 4065 - "once_cell", 4066 4056 "wasm-bindgen", 4067 - "web-sys", 4068 4057 ] 4069 4058 4070 4059 [[package]] 4071 4060 name = "wasm-bindgen-macro" 4072 - version = "0.2.114" 4061 + version = "0.2.116" 4073 4062 source = "registry+https://github.com/rust-lang/crates.io-index" 4074 - checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6" 4063 + checksum = "75973d3066e01d035dbedaad2864c398df42f8dd7b1ea057c35b8407c015b537" 4075 4064 dependencies = [ 4076 4065 "quote", 4077 4066 "wasm-bindgen-macro-support", ··· 4079 4068 4080 4069 [[package]] 4081 4070 name = "wasm-bindgen-macro-support" 4082 - version = "0.2.114" 4071 + version = "0.2.116" 4083 4072 source = "registry+https://github.com/rust-lang/crates.io-index" 4084 - checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3" 4073 + checksum = "91af5e4be765819e0bcfee7322c14374dc821e35e72fa663a830bbc7dc199eac" 4085 4074 dependencies = [ 4086 4075 "bumpalo", 4087 4076 "proc-macro2", ··· 4092 4081 4093 4082 [[package]] 4094 4083 name = "wasm-bindgen-shared" 4095 - version = "0.2.114" 4084 + version = "0.2.116" 4096 4085 source = "registry+https://github.com/rust-lang/crates.io-index" 4097 - checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16" 4086 + checksum = "c9bf0406a78f02f336bf1e451799cca198e8acde4ffa278f0fb20487b150a633" 4098 4087 dependencies = [ 4099 4088 "unicode-ident", 4100 4089 ] ··· 4148 4137 4149 4138 [[package]] 4150 4139 name = "web-sys" 4151 - version = "0.3.91" 4140 + version = "0.3.93" 4152 4141 source = "registry+https://github.com/rust-lang/crates.io-index" 4153 - checksum = "854ba17bb104abfb26ba36da9729addc7ce7f06f5c0f90f3c391f8461cca21f9" 4142 + checksum = "749466a37ee189057f54748b200186b59a03417a117267baf3fd89cecc9fb837" 4154 4143 dependencies = [ 4155 4144 "js-sys", 4156 4145 "wasm-bindgen", ··· 4253 4242 4254 4243 [[package]] 4255 4244 name = "windows-sys" 4256 - version = "0.48.0" 4257 - source = "registry+https://github.com/rust-lang/crates.io-index" 4258 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 4259 - dependencies = [ 4260 - "windows-targets 0.48.5", 4261 - ] 4262 - 4263 - [[package]] 4264 - name = "windows-sys" 4265 4245 version = "0.52.0" 4266 4246 source = "registry+https://github.com/rust-lang/crates.io-index" 4267 4247 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" ··· 4289 4269 4290 4270 [[package]] 4291 4271 name = "windows-targets" 4292 - version = "0.48.5" 4293 - source = "registry+https://github.com/rust-lang/crates.io-index" 4294 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 4295 - dependencies = [ 4296 - "windows_aarch64_gnullvm 0.48.5", 4297 - "windows_aarch64_msvc 0.48.5", 4298 - "windows_i686_gnu 0.48.5", 4299 - "windows_i686_msvc 0.48.5", 4300 - "windows_x86_64_gnu 0.48.5", 4301 - "windows_x86_64_gnullvm 0.48.5", 4302 - "windows_x86_64_msvc 0.48.5", 4303 - ] 4304 - 4305 - [[package]] 4306 - name = "windows-targets" 4307 4272 version = "0.52.6" 4308 4273 source = "registry+https://github.com/rust-lang/crates.io-index" 4309 4274 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" ··· 4337 4302 4338 4303 [[package]] 4339 4304 name = "windows_aarch64_gnullvm" 4340 - version = "0.48.5" 4341 - source = "registry+https://github.com/rust-lang/crates.io-index" 4342 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 4343 - 4344 - [[package]] 4345 - name = "windows_aarch64_gnullvm" 4346 4305 version = "0.52.6" 4347 4306 source = "registry+https://github.com/rust-lang/crates.io-index" 4348 4307 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" ··· 4355 4314 4356 4315 [[package]] 4357 4316 name = "windows_aarch64_msvc" 4358 - version = "0.48.5" 4359 - source = "registry+https://github.com/rust-lang/crates.io-index" 4360 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 4361 - 4362 - [[package]] 4363 - name = "windows_aarch64_msvc" 4364 4317 version = "0.52.6" 4365 4318 source = "registry+https://github.com/rust-lang/crates.io-index" 4366 4319 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" ··· 4370 4323 version = "0.53.1" 4371 4324 source = "registry+https://github.com/rust-lang/crates.io-index" 4372 4325 checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 4373 - 4374 - [[package]] 4375 - name = "windows_i686_gnu" 4376 - version = "0.48.5" 4377 - source = "registry+https://github.com/rust-lang/crates.io-index" 4378 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 4379 4326 4380 4327 [[package]] 4381 4328 name = "windows_i686_gnu" ··· 4403 4350 4404 4351 [[package]] 4405 4352 name = "windows_i686_msvc" 4406 - version = "0.48.5" 4407 - source = "registry+https://github.com/rust-lang/crates.io-index" 4408 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 4409 - 4410 - [[package]] 4411 - name = "windows_i686_msvc" 4412 4353 version = "0.52.6" 4413 4354 source = "registry+https://github.com/rust-lang/crates.io-index" 4414 4355 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" ··· 4421 4362 4422 4363 [[package]] 4423 4364 name = "windows_x86_64_gnu" 4424 - version = "0.48.5" 4425 - source = "registry+https://github.com/rust-lang/crates.io-index" 4426 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 4427 - 4428 - [[package]] 4429 - name = "windows_x86_64_gnu" 4430 4365 version = "0.52.6" 4431 4366 source = "registry+https://github.com/rust-lang/crates.io-index" 4432 4367 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" ··· 4439 4374 4440 4375 [[package]] 4441 4376 name = "windows_x86_64_gnullvm" 4442 - version = "0.48.5" 4443 - source = "registry+https://github.com/rust-lang/crates.io-index" 4444 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 4445 - 4446 - [[package]] 4447 - name = "windows_x86_64_gnullvm" 4448 4377 version = "0.52.6" 4449 4378 source = "registry+https://github.com/rust-lang/crates.io-index" 4450 4379 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" ··· 4457 4386 4458 4387 [[package]] 4459 4388 name = "windows_x86_64_msvc" 4460 - version = "0.48.5" 4461 - source = "registry+https://github.com/rust-lang/crates.io-index" 4462 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 4463 - 4464 - [[package]] 4465 - name = "windows_x86_64_msvc" 4466 4389 version = "0.52.6" 4467 4390 source = "registry+https://github.com/rust-lang/crates.io-index" 4468 4391 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" ··· 4472 4395 version = "0.53.1" 4473 4396 source = "registry+https://github.com/rust-lang/crates.io-index" 4474 4397 checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 4475 - 4476 - [[package]] 4477 - name = "winreg" 4478 - version = "0.50.0" 4479 - source = "registry+https://github.com/rust-lang/crates.io-index" 4480 - checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 4481 - dependencies = [ 4482 - "cfg-if", 4483 - "windows-sys 0.48.0", 4484 - ] 4485 4398 4486 4399 [[package]] 4487 4400 name = "wit-bindgen" ··· 4614 4527 4615 4528 [[package]] 4616 4529 name = "zerocopy" 4617 - version = "0.8.46" 4530 + version = "0.8.48" 4618 4531 source = "registry+https://github.com/rust-lang/crates.io-index" 4619 - checksum = "5c5030500cb2d66bdfbb4ebc9563be6ce7005a4b5d0f26be0c523870fe372ca6" 4532 + checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9" 4620 4533 dependencies = [ 4621 4534 "zerocopy-derive", 4622 4535 ] 4623 4536 4624 4537 [[package]] 4625 4538 name = "zerocopy-derive" 4626 - version = "0.8.46" 4539 + version = "0.8.48" 4627 4540 source = "registry+https://github.com/rust-lang/crates.io-index" 4628 - checksum = "a5f86989a046a79640b9d8867c823349a139367bda96549794fcc3313ce91f4e" 4541 + checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4" 4629 4542 dependencies = [ 4630 4543 "proc-macro2", 4631 4544 "quote",