A better Rust ATProto crate
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 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 = "anstream" 16version = "0.6.20" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "3ae563653d1938f79b1ab1b5e668c87c76a9930414574a6583a7b7e11a8e6192" 19dependencies = [ 20 "anstyle", 21 "anstyle-parse", 22 "anstyle-query", 23 "anstyle-wincon", 24 "colorchoice", 25 "is_terminal_polyfill", 26 "utf8parse", 27] 28 29[[package]] 30name = "anstyle" 31version = "1.0.11" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd" 34 35[[package]] 36name = "anstyle-parse" 37version = "0.2.7" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 40dependencies = [ 41 "utf8parse", 42] 43 44[[package]] 45name = "anstyle-query" 46version = "1.1.4" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2" 49dependencies = [ 50 "windows-sys", 51] 52 53[[package]] 54name = "anstyle-wincon" 55version = "3.0.10" 56source = "registry+https://github.com/rust-lang/crates.io-index" 57checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a" 58dependencies = [ 59 "anstyle", 60 "once_cell_polyfill", 61 "windows-sys", 62] 63 64[[package]] 65name = "base-x" 66version = "0.2.11" 67source = "registry+https://github.com/rust-lang/crates.io-index" 68checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 69 70[[package]] 71name = "castaway" 72version = "0.2.4" 73source = "registry+https://github.com/rust-lang/crates.io-index" 74checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a" 75dependencies = [ 76 "rustversion", 77] 78 79[[package]] 80name = "cfg-if" 81version = "1.0.3" 82source = "registry+https://github.com/rust-lang/crates.io-index" 83checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" 84 85[[package]] 86name = "cid" 87version = "0.11.1" 88source = "registry+https://github.com/rust-lang/crates.io-index" 89checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a" 90dependencies = [ 91 "core2", 92 "multibase", 93 "multihash", 94 "serde", 95 "serde_bytes", 96 "unsigned-varint", 97] 98 99[[package]] 100name = "clap" 101version = "4.5.48" 102source = "registry+https://github.com/rust-lang/crates.io-index" 103checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae" 104dependencies = [ 105 "clap_builder", 106 "clap_derive", 107] 108 109[[package]] 110name = "clap_builder" 111version = "4.5.48" 112source = "registry+https://github.com/rust-lang/crates.io-index" 113checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9" 114dependencies = [ 115 "anstream", 116 "anstyle", 117 "clap_lex", 118 "strsim", 119] 120 121[[package]] 122name = "clap_derive" 123version = "4.5.47" 124source = "registry+https://github.com/rust-lang/crates.io-index" 125checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c" 126dependencies = [ 127 "heck", 128 "proc-macro2", 129 "quote", 130 "syn", 131] 132 133[[package]] 134name = "clap_lex" 135version = "0.7.5" 136source = "registry+https://github.com/rust-lang/crates.io-index" 137checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" 138 139[[package]] 140name = "colorchoice" 141version = "1.0.4" 142source = "registry+https://github.com/rust-lang/crates.io-index" 143checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 144 145[[package]] 146name = "compact_str" 147version = "0.9.0" 148source = "registry+https://github.com/rust-lang/crates.io-index" 149checksum = "3fdb1325a1cece981e8a296ab8f0f9b63ae357bd0784a9faaf548cc7b480707a" 150dependencies = [ 151 "castaway", 152 "cfg-if", 153 "itoa", 154 "rustversion", 155 "ryu", 156 "static_assertions", 157] 158 159[[package]] 160name = "core2" 161version = "0.4.0" 162source = "registry+https://github.com/rust-lang/crates.io-index" 163checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" 164dependencies = [ 165 "memchr", 166] 167 168[[package]] 169name = "data-encoding" 170version = "2.9.0" 171source = "registry+https://github.com/rust-lang/crates.io-index" 172checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" 173 174[[package]] 175name = "data-encoding-macro" 176version = "0.1.18" 177source = "registry+https://github.com/rust-lang/crates.io-index" 178checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d" 179dependencies = [ 180 "data-encoding", 181 "data-encoding-macro-internal", 182] 183 184[[package]] 185name = "data-encoding-macro-internal" 186version = "0.1.16" 187source = "registry+https://github.com/rust-lang/crates.io-index" 188checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" 189dependencies = [ 190 "data-encoding", 191 "syn", 192] 193 194[[package]] 195name = "heck" 196version = "0.5.0" 197source = "registry+https://github.com/rust-lang/crates.io-index" 198checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 199 200[[package]] 201name = "is_terminal_polyfill" 202version = "1.70.1" 203source = "registry+https://github.com/rust-lang/crates.io-index" 204checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 205 206[[package]] 207name = "itoa" 208version = "1.0.15" 209source = "registry+https://github.com/rust-lang/crates.io-index" 210checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 211 212[[package]] 213name = "jacquard" 214version = "0.1.0" 215dependencies = [ 216 "clap", 217] 218 219[[package]] 220name = "jacquard-common" 221version = "0.1.0" 222dependencies = [ 223 "cid", 224 "compact_str", 225 "miette", 226 "multibase", 227 "multihash", 228 "regex", 229 "serde", 230 "thiserror", 231] 232 233[[package]] 234name = "memchr" 235version = "2.7.6" 236source = "registry+https://github.com/rust-lang/crates.io-index" 237checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 238 239[[package]] 240name = "miette" 241version = "7.6.0" 242source = "registry+https://github.com/rust-lang/crates.io-index" 243checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7" 244dependencies = [ 245 "cfg-if", 246 "miette-derive", 247 "unicode-width", 248] 249 250[[package]] 251name = "miette-derive" 252version = "7.6.0" 253source = "registry+https://github.com/rust-lang/crates.io-index" 254checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b" 255dependencies = [ 256 "proc-macro2", 257 "quote", 258 "syn", 259] 260 261[[package]] 262name = "multibase" 263version = "0.9.1" 264source = "registry+https://github.com/rust-lang/crates.io-index" 265checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404" 266dependencies = [ 267 "base-x", 268 "data-encoding", 269 "data-encoding-macro", 270] 271 272[[package]] 273name = "multihash" 274version = "0.19.3" 275source = "registry+https://github.com/rust-lang/crates.io-index" 276checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" 277dependencies = [ 278 "core2", 279 "serde", 280 "unsigned-varint", 281] 282 283[[package]] 284name = "once_cell_polyfill" 285version = "1.70.1" 286source = "registry+https://github.com/rust-lang/crates.io-index" 287checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" 288 289[[package]] 290name = "proc-macro2" 291version = "1.0.101" 292source = "registry+https://github.com/rust-lang/crates.io-index" 293checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" 294dependencies = [ 295 "unicode-ident", 296] 297 298[[package]] 299name = "quote" 300version = "1.0.40" 301source = "registry+https://github.com/rust-lang/crates.io-index" 302checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 303dependencies = [ 304 "proc-macro2", 305] 306 307[[package]] 308name = "regex" 309version = "1.11.3" 310source = "registry+https://github.com/rust-lang/crates.io-index" 311checksum = "8b5288124840bee7b386bc413c487869b360b2b4ec421ea56425128692f2a82c" 312dependencies = [ 313 "aho-corasick", 314 "memchr", 315 "regex-automata", 316 "regex-syntax", 317] 318 319[[package]] 320name = "regex-automata" 321version = "0.4.11" 322source = "registry+https://github.com/rust-lang/crates.io-index" 323checksum = "833eb9ce86d40ef33cb1306d8accf7bc8ec2bfea4355cbdebb3df68b40925cad" 324dependencies = [ 325 "aho-corasick", 326 "memchr", 327 "regex-syntax", 328] 329 330[[package]] 331name = "regex-syntax" 332version = "0.8.6" 333source = "registry+https://github.com/rust-lang/crates.io-index" 334checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001" 335 336[[package]] 337name = "rustversion" 338version = "1.0.22" 339source = "registry+https://github.com/rust-lang/crates.io-index" 340checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 341 342[[package]] 343name = "ryu" 344version = "1.0.20" 345source = "registry+https://github.com/rust-lang/crates.io-index" 346checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 347 348[[package]] 349name = "serde" 350version = "1.0.227" 351source = "registry+https://github.com/rust-lang/crates.io-index" 352checksum = "80ece43fc6fbed4eb5392ab50c07334d3e577cbf40997ee896fe7af40bba4245" 353dependencies = [ 354 "serde_core", 355 "serde_derive", 356] 357 358[[package]] 359name = "serde_bytes" 360version = "0.11.17" 361source = "registry+https://github.com/rust-lang/crates.io-index" 362checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96" 363dependencies = [ 364 "serde", 365] 366 367[[package]] 368name = "serde_core" 369version = "1.0.227" 370source = "registry+https://github.com/rust-lang/crates.io-index" 371checksum = "7a576275b607a2c86ea29e410193df32bc680303c82f31e275bbfcafe8b33be5" 372dependencies = [ 373 "serde_derive", 374] 375 376[[package]] 377name = "serde_derive" 378version = "1.0.227" 379source = "registry+https://github.com/rust-lang/crates.io-index" 380checksum = "51e694923b8824cf0e9b382adf0f60d4e05f348f357b38833a3fa5ed7c2ede04" 381dependencies = [ 382 "proc-macro2", 383 "quote", 384 "syn", 385] 386 387[[package]] 388name = "static_assertions" 389version = "1.1.0" 390source = "registry+https://github.com/rust-lang/crates.io-index" 391checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 392 393[[package]] 394name = "strsim" 395version = "0.11.1" 396source = "registry+https://github.com/rust-lang/crates.io-index" 397checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 398 399[[package]] 400name = "syn" 401version = "2.0.106" 402source = "registry+https://github.com/rust-lang/crates.io-index" 403checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" 404dependencies = [ 405 "proc-macro2", 406 "quote", 407 "unicode-ident", 408] 409 410[[package]] 411name = "thiserror" 412version = "2.0.16" 413source = "registry+https://github.com/rust-lang/crates.io-index" 414checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" 415dependencies = [ 416 "thiserror-impl", 417] 418 419[[package]] 420name = "thiserror-impl" 421version = "2.0.16" 422source = "registry+https://github.com/rust-lang/crates.io-index" 423checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" 424dependencies = [ 425 "proc-macro2", 426 "quote", 427 "syn", 428] 429 430[[package]] 431name = "unicode-ident" 432version = "1.0.19" 433source = "registry+https://github.com/rust-lang/crates.io-index" 434checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d" 435 436[[package]] 437name = "unicode-width" 438version = "0.1.14" 439source = "registry+https://github.com/rust-lang/crates.io-index" 440checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 441 442[[package]] 443name = "unsigned-varint" 444version = "0.8.0" 445source = "registry+https://github.com/rust-lang/crates.io-index" 446checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 447 448[[package]] 449name = "utf8parse" 450version = "0.2.2" 451source = "registry+https://github.com/rust-lang/crates.io-index" 452checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 453 454[[package]] 455name = "windows-link" 456version = "0.2.0" 457source = "registry+https://github.com/rust-lang/crates.io-index" 458checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65" 459 460[[package]] 461name = "windows-sys" 462version = "0.60.2" 463source = "registry+https://github.com/rust-lang/crates.io-index" 464checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 465dependencies = [ 466 "windows-targets", 467] 468 469[[package]] 470name = "windows-targets" 471version = "0.53.4" 472source = "registry+https://github.com/rust-lang/crates.io-index" 473checksum = "2d42b7b7f66d2a06854650af09cfdf8713e427a439c97ad65a6375318033ac4b" 474dependencies = [ 475 "windows-link", 476 "windows_aarch64_gnullvm", 477 "windows_aarch64_msvc", 478 "windows_i686_gnu", 479 "windows_i686_gnullvm", 480 "windows_i686_msvc", 481 "windows_x86_64_gnu", 482 "windows_x86_64_gnullvm", 483 "windows_x86_64_msvc", 484] 485 486[[package]] 487name = "windows_aarch64_gnullvm" 488version = "0.53.0" 489source = "registry+https://github.com/rust-lang/crates.io-index" 490checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" 491 492[[package]] 493name = "windows_aarch64_msvc" 494version = "0.53.0" 495source = "registry+https://github.com/rust-lang/crates.io-index" 496checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" 497 498[[package]] 499name = "windows_i686_gnu" 500version = "0.53.0" 501source = "registry+https://github.com/rust-lang/crates.io-index" 502checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" 503 504[[package]] 505name = "windows_i686_gnullvm" 506version = "0.53.0" 507source = "registry+https://github.com/rust-lang/crates.io-index" 508checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" 509 510[[package]] 511name = "windows_i686_msvc" 512version = "0.53.0" 513source = "registry+https://github.com/rust-lang/crates.io-index" 514checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" 515 516[[package]] 517name = "windows_x86_64_gnu" 518version = "0.53.0" 519source = "registry+https://github.com/rust-lang/crates.io-index" 520checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" 521 522[[package]] 523name = "windows_x86_64_gnullvm" 524version = "0.53.0" 525source = "registry+https://github.com/rust-lang/crates.io-index" 526checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" 527 528[[package]] 529name = "windows_x86_64_msvc" 530version = "0.53.0" 531source = "registry+https://github.com/rust-lang/crates.io-index" 532checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"