personal memory agent
0

Configure Feed

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

solstone / core / Cargo.lock
20 kB 792 lines
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "android_system_properties" 7version = "0.1.5" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 10dependencies = [ 11 "libc", 12] 13 14[[package]] 15name = "autocfg" 16version = "1.5.1" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" 19 20[[package]] 21name = "base64" 22version = "0.22.1" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 25 26[[package]] 27name = "bitflags" 28version = "2.13.1" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da" 31 32[[package]] 33name = "bumpalo" 34version = "3.20.3" 35source = "registry+https://github.com/rust-lang/crates.io-index" 36checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" 37 38[[package]] 39name = "bytes" 40version = "1.12.1" 41source = "registry+https://github.com/rust-lang/crates.io-index" 42checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04" 43 44[[package]] 45name = "cc" 46version = "1.2.67" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "e17dd265a7d0f31ef544e1b20e03add05d3b45b491b633b10d67145d2acc1a38" 49dependencies = [ 50 "find-msvc-tools", 51 "shlex", 52] 53 54[[package]] 55name = "cfg-if" 56version = "1.0.4" 57source = "registry+https://github.com/rust-lang/crates.io-index" 58checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 59 60[[package]] 61name = "chrono" 62version = "0.4.45" 63source = "registry+https://github.com/rust-lang/crates.io-index" 64checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327" 65dependencies = [ 66 "iana-time-zone", 67 "num-traits", 68 "windows-link", 69] 70 71[[package]] 72name = "chrono-tz" 73version = "0.10.4" 74source = "registry+https://github.com/rust-lang/crates.io-index" 75checksum = "a6139a8597ed92cf816dfb33f5dd6cf0bb93a6adc938f11039f371bc5bcd26c3" 76dependencies = [ 77 "chrono", 78 "phf", 79] 80 81[[package]] 82name = "core-foundation-sys" 83version = "0.8.7" 84source = "registry+https://github.com/rust-lang/crates.io-index" 85checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 86 87[[package]] 88name = "equivalent" 89version = "1.0.2" 90source = "registry+https://github.com/rust-lang/crates.io-index" 91checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 92 93[[package]] 94name = "fallible-iterator" 95version = "0.3.0" 96source = "registry+https://github.com/rust-lang/crates.io-index" 97checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" 98 99[[package]] 100name = "fallible-streaming-iterator" 101version = "0.1.9" 102source = "registry+https://github.com/rust-lang/crates.io-index" 103checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" 104 105[[package]] 106name = "find-msvc-tools" 107version = "0.1.9" 108source = "registry+https://github.com/rust-lang/crates.io-index" 109checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 110 111[[package]] 112name = "foldhash" 113version = "0.2.0" 114source = "registry+https://github.com/rust-lang/crates.io-index" 115checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" 116 117[[package]] 118name = "futures-core" 119version = "0.3.32" 120source = "registry+https://github.com/rust-lang/crates.io-index" 121checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" 122 123[[package]] 124name = "futures-task" 125version = "0.3.32" 126source = "registry+https://github.com/rust-lang/crates.io-index" 127checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" 128 129[[package]] 130name = "futures-util" 131version = "0.3.32" 132source = "registry+https://github.com/rust-lang/crates.io-index" 133checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" 134dependencies = [ 135 "futures-core", 136 "futures-task", 137 "pin-project-lite", 138 "slab", 139] 140 141[[package]] 142name = "glob" 143version = "0.3.3" 144source = "registry+https://github.com/rust-lang/crates.io-index" 145checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" 146 147[[package]] 148name = "hashbrown" 149version = "0.16.1" 150source = "registry+https://github.com/rust-lang/crates.io-index" 151checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 152dependencies = [ 153 "foldhash", 154] 155 156[[package]] 157name = "hashbrown" 158version = "0.17.1" 159source = "registry+https://github.com/rust-lang/crates.io-index" 160checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" 161dependencies = [ 162 "foldhash", 163] 164 165[[package]] 166name = "hashlink" 167version = "0.12.1" 168source = "registry+https://github.com/rust-lang/crates.io-index" 169checksum = "32069d97bb81e38fa67eab65e3393bf804bb85969f2bc06bf13f64aef5aba248" 170dependencies = [ 171 "hashbrown 0.17.1", 172] 173 174[[package]] 175name = "http" 176version = "1.4.2" 177source = "registry+https://github.com/rust-lang/crates.io-index" 178checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425" 179dependencies = [ 180 "bytes", 181 "itoa", 182] 183 184[[package]] 185name = "httparse" 186version = "1.10.1" 187source = "registry+https://github.com/rust-lang/crates.io-index" 188checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 189 190[[package]] 191name = "iana-time-zone" 192version = "0.1.65" 193source = "registry+https://github.com/rust-lang/crates.io-index" 194checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" 195dependencies = [ 196 "android_system_properties", 197 "core-foundation-sys", 198 "iana-time-zone-haiku", 199 "js-sys", 200 "log", 201 "wasm-bindgen", 202 "windows-core", 203] 204 205[[package]] 206name = "iana-time-zone-haiku" 207version = "0.1.2" 208source = "registry+https://github.com/rust-lang/crates.io-index" 209checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 210dependencies = [ 211 "cc", 212] 213 214[[package]] 215name = "indexmap" 216version = "2.14.0" 217source = "registry+https://github.com/rust-lang/crates.io-index" 218checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" 219dependencies = [ 220 "equivalent", 221 "hashbrown 0.17.1", 222] 223 224[[package]] 225name = "itoa" 226version = "1.0.18" 227source = "registry+https://github.com/rust-lang/crates.io-index" 228checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" 229 230[[package]] 231name = "js-sys" 232version = "0.3.103" 233source = "registry+https://github.com/rust-lang/crates.io-index" 234checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102" 235dependencies = [ 236 "cfg-if", 237 "futures-util", 238 "wasm-bindgen", 239] 240 241[[package]] 242name = "libc" 243version = "0.2.186" 244source = "registry+https://github.com/rust-lang/crates.io-index" 245checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" 246 247[[package]] 248name = "libsqlite3-sys" 249version = "0.38.1" 250source = "registry+https://github.com/rust-lang/crates.io-index" 251checksum = "f6c19a05435c21ac299d71b6a9c13db3e3f47c520517d58990a462a1397a61db" 252dependencies = [ 253 "cc", 254 "pkg-config", 255 "vcpkg", 256] 257 258[[package]] 259name = "log" 260version = "0.4.33" 261source = "registry+https://github.com/rust-lang/crates.io-index" 262checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" 263 264[[package]] 265name = "md5" 266version = "0.8.1" 267source = "registry+https://github.com/rust-lang/crates.io-index" 268checksum = "7ebb8d8732c6a6df3d8f032a82911cfc747e00efb95cc46e8d0acd5b5b88570c" 269 270[[package]] 271name = "memchr" 272version = "2.8.3" 273source = "registry+https://github.com/rust-lang/crates.io-index" 274checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98" 275 276[[package]] 277name = "num-traits" 278version = "0.2.19" 279source = "registry+https://github.com/rust-lang/crates.io-index" 280checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 281dependencies = [ 282 "autocfg", 283] 284 285[[package]] 286name = "once_cell" 287version = "1.21.4" 288source = "registry+https://github.com/rust-lang/crates.io-index" 289checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" 290 291[[package]] 292name = "percent-encoding" 293version = "2.3.2" 294source = "registry+https://github.com/rust-lang/crates.io-index" 295checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 296 297[[package]] 298name = "phf" 299version = "0.12.1" 300source = "registry+https://github.com/rust-lang/crates.io-index" 301checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7" 302dependencies = [ 303 "phf_shared", 304] 305 306[[package]] 307name = "phf_shared" 308version = "0.12.1" 309source = "registry+https://github.com/rust-lang/crates.io-index" 310checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981" 311dependencies = [ 312 "siphasher", 313] 314 315[[package]] 316name = "pin-project-lite" 317version = "0.2.17" 318source = "registry+https://github.com/rust-lang/crates.io-index" 319checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" 320 321[[package]] 322name = "pkg-config" 323version = "0.3.33" 324source = "registry+https://github.com/rust-lang/crates.io-index" 325checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" 326 327[[package]] 328name = "proc-macro2" 329version = "1.0.106" 330source = "registry+https://github.com/rust-lang/crates.io-index" 331checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 332dependencies = [ 333 "unicode-ident", 334] 335 336[[package]] 337name = "pulldown-cmark" 338version = "0.13.4" 339source = "registry+https://github.com/rust-lang/crates.io-index" 340checksum = "e9f068eba8e7071c5f9511831b44f32c740d5adf574e990f946ddb53db2f314e" 341dependencies = [ 342 "bitflags", 343 "memchr", 344 "unicase", 345] 346 347[[package]] 348name = "quote" 349version = "1.0.46" 350source = "registry+https://github.com/rust-lang/crates.io-index" 351checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368" 352dependencies = [ 353 "proc-macro2", 354] 355 356[[package]] 357name = "rapidfuzz" 358version = "0.5.0" 359source = "registry+https://github.com/rust-lang/crates.io-index" 360checksum = "270e04e5ea61d40841942bb15e451c29ee1618637bcf97fc7ede5dd4a9b1601b" 361 362[[package]] 363name = "rsqlite-vfs" 364version = "0.1.1" 365source = "registry+https://github.com/rust-lang/crates.io-index" 366checksum = "c51c9ae4df8a7fba42103df5c621fa3c37eccf3a3c650879e90fc48b11cc192c" 367dependencies = [ 368 "hashbrown 0.16.1", 369 "thiserror", 370] 371 372[[package]] 373name = "rusqlite" 374version = "0.40.1" 375source = "registry+https://github.com/rust-lang/crates.io-index" 376checksum = "11438310b19e3109b6446c33d1ed5e889428cf2e278407bc7896bc4aaea43323" 377dependencies = [ 378 "bitflags", 379 "fallible-iterator", 380 "fallible-streaming-iterator", 381 "hashlink", 382 "libsqlite3-sys", 383 "smallvec", 384 "sqlite-wasm-rs", 385] 386 387[[package]] 388name = "rustversion" 389version = "1.0.23" 390source = "registry+https://github.com/rust-lang/crates.io-index" 391checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f" 392 393[[package]] 394name = "serde" 395version = "1.0.228" 396source = "registry+https://github.com/rust-lang/crates.io-index" 397checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 398dependencies = [ 399 "serde_core", 400] 401 402[[package]] 403name = "serde_core" 404version = "1.0.228" 405source = "registry+https://github.com/rust-lang/crates.io-index" 406checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 407dependencies = [ 408 "serde_derive", 409] 410 411[[package]] 412name = "serde_derive" 413version = "1.0.228" 414source = "registry+https://github.com/rust-lang/crates.io-index" 415checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 416dependencies = [ 417 "proc-macro2", 418 "quote", 419 "syn", 420] 421 422[[package]] 423name = "serde_json" 424version = "1.0.150" 425source = "registry+https://github.com/rust-lang/crates.io-index" 426checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" 427dependencies = [ 428 "indexmap", 429 "itoa", 430 "memchr", 431 "serde", 432 "serde_core", 433 "zmij", 434] 435 436[[package]] 437name = "shlex" 438version = "2.0.1" 439source = "registry+https://github.com/rust-lang/crates.io-index" 440checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" 441 442[[package]] 443name = "siphasher" 444version = "1.0.3" 445source = "registry+https://github.com/rust-lang/crates.io-index" 446checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649" 447 448[[package]] 449name = "slab" 450version = "0.4.12" 451source = "registry+https://github.com/rust-lang/crates.io-index" 452checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 453 454[[package]] 455name = "smallvec" 456version = "1.15.2" 457source = "registry+https://github.com/rust-lang/crates.io-index" 458checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90" 459 460[[package]] 461name = "solstone-core" 462version = "1.0.17" 463dependencies = [ 464 "chrono", 465 "solstone-core-cli", 466 "solstone-core-indexer-store", 467 "solstone-core-journal", 468 "solstone-core-sol", 469] 470 471[[package]] 472name = "solstone-core-cli" 473version = "1.0.17" 474 475[[package]] 476name = "solstone-core-indexer" 477version = "1.0.17" 478dependencies = [ 479 "chrono", 480 "chrono-tz", 481 "glob", 482 "md5", 483 "pulldown-cmark", 484 "rapidfuzz", 485 "serde_json", 486 "unicode-normalization", 487 "unidecode", 488] 489 490[[package]] 491name = "solstone-core-indexer-store" 492version = "1.0.17" 493dependencies = [ 494 "rusqlite", 495 "serde_json", 496 "solstone-core-indexer", 497] 498 499[[package]] 500name = "solstone-core-journal" 501version = "1.0.17" 502dependencies = [ 503 "serde_json", 504 "toml_edit", 505] 506 507[[package]] 508name = "solstone-core-sol" 509version = "1.0.17" 510dependencies = [ 511 "chrono", 512 "serde_json", 513 "solstone-core-journal", 514 "solstone-core-sol-client", 515 "solstone-core-sol-client-cli", 516] 517 518[[package]] 519name = "solstone-core-sol-client" 520version = "1.0.17" 521dependencies = [ 522 "chrono", 523 "serde_json", 524 "solstone-core-journal", 525 "ureq", 526] 527 528[[package]] 529name = "solstone-core-sol-client-cli" 530version = "1.0.17" 531dependencies = [ 532 "serde_json", 533 "solstone-core-sol-client", 534] 535 536[[package]] 537name = "sqlite-wasm-rs" 538version = "0.5.5" 539source = "registry+https://github.com/rust-lang/crates.io-index" 540checksum = "dc3efc0da82635d7e1ced0053bbbfa8c7ab9645d0bf36ceb4f7127bb85315d75" 541dependencies = [ 542 "cc", 543 "js-sys", 544 "rsqlite-vfs", 545 "wasm-bindgen", 546] 547 548[[package]] 549name = "syn" 550version = "2.0.119" 551source = "registry+https://github.com/rust-lang/crates.io-index" 552checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297" 553dependencies = [ 554 "proc-macro2", 555 "quote", 556 "unicode-ident", 557] 558 559[[package]] 560name = "thiserror" 561version = "2.0.18" 562source = "registry+https://github.com/rust-lang/crates.io-index" 563checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 564dependencies = [ 565 "thiserror-impl", 566] 567 568[[package]] 569name = "thiserror-impl" 570version = "2.0.18" 571source = "registry+https://github.com/rust-lang/crates.io-index" 572checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 573dependencies = [ 574 "proc-macro2", 575 "quote", 576 "syn", 577] 578 579[[package]] 580name = "tinyvec" 581version = "1.12.0" 582source = "registry+https://github.com/rust-lang/crates.io-index" 583checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f" 584dependencies = [ 585 "tinyvec_macros", 586] 587 588[[package]] 589name = "tinyvec_macros" 590version = "0.1.1" 591source = "registry+https://github.com/rust-lang/crates.io-index" 592checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 593 594[[package]] 595name = "toml_datetime" 596version = "0.6.11" 597source = "registry+https://github.com/rust-lang/crates.io-index" 598checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" 599 600[[package]] 601name = "toml_edit" 602version = "0.22.27" 603source = "registry+https://github.com/rust-lang/crates.io-index" 604checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" 605dependencies = [ 606 "indexmap", 607 "toml_datetime", 608 "winnow", 609] 610 611[[package]] 612name = "unicase" 613version = "2.9.0" 614source = "registry+https://github.com/rust-lang/crates.io-index" 615checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142" 616 617[[package]] 618name = "unicode-ident" 619version = "1.0.24" 620source = "registry+https://github.com/rust-lang/crates.io-index" 621checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 622 623[[package]] 624name = "unicode-normalization" 625version = "0.1.25" 626source = "registry+https://github.com/rust-lang/crates.io-index" 627checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" 628dependencies = [ 629 "tinyvec", 630] 631 632[[package]] 633name = "unidecode" 634version = "0.3.0" 635source = "registry+https://github.com/rust-lang/crates.io-index" 636checksum = "402bb19d8e03f1d1a7450e2bd613980869438e0666331be3e073089124aa1adc" 637 638[[package]] 639name = "ureq" 640version = "3.3.0" 641source = "registry+https://github.com/rust-lang/crates.io-index" 642checksum = "dea7109cdcd5864d4eeb1b58a1648dc9bf520360d7af16ec26d0a9354bafcfc0" 643dependencies = [ 644 "base64", 645 "log", 646 "percent-encoding", 647 "ureq-proto", 648 "utf8-zero", 649] 650 651[[package]] 652name = "ureq-proto" 653version = "0.6.0" 654source = "registry+https://github.com/rust-lang/crates.io-index" 655checksum = "e994ba84b0bd1b1b0cf92878b7ef898a5c1760108fe7b6010327e274917a808c" 656dependencies = [ 657 "base64", 658 "http", 659 "httparse", 660 "log", 661] 662 663[[package]] 664name = "utf8-zero" 665version = "0.8.1" 666source = "registry+https://github.com/rust-lang/crates.io-index" 667checksum = "b8c0a043c9540bae7c578c88f91dda8bd82e59ae27c21baca69c8b191aaf5a6e" 668 669[[package]] 670name = "vcpkg" 671version = "0.2.15" 672source = "registry+https://github.com/rust-lang/crates.io-index" 673checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 674 675[[package]] 676name = "wasm-bindgen" 677version = "0.2.126" 678source = "registry+https://github.com/rust-lang/crates.io-index" 679checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4" 680dependencies = [ 681 "cfg-if", 682 "once_cell", 683 "rustversion", 684 "wasm-bindgen-macro", 685 "wasm-bindgen-shared", 686] 687 688[[package]] 689name = "wasm-bindgen-macro" 690version = "0.2.126" 691source = "registry+https://github.com/rust-lang/crates.io-index" 692checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1" 693dependencies = [ 694 "quote", 695 "wasm-bindgen-macro-support", 696] 697 698[[package]] 699name = "wasm-bindgen-macro-support" 700version = "0.2.126" 701source = "registry+https://github.com/rust-lang/crates.io-index" 702checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e" 703dependencies = [ 704 "bumpalo", 705 "proc-macro2", 706 "quote", 707 "syn", 708 "wasm-bindgen-shared", 709] 710 711[[package]] 712name = "wasm-bindgen-shared" 713version = "0.2.126" 714source = "registry+https://github.com/rust-lang/crates.io-index" 715checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24" 716dependencies = [ 717 "unicode-ident", 718] 719 720[[package]] 721name = "windows-core" 722version = "0.62.2" 723source = "registry+https://github.com/rust-lang/crates.io-index" 724checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 725dependencies = [ 726 "windows-implement", 727 "windows-interface", 728 "windows-link", 729 "windows-result", 730 "windows-strings", 731] 732 733[[package]] 734name = "windows-implement" 735version = "0.60.2" 736source = "registry+https://github.com/rust-lang/crates.io-index" 737checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 738dependencies = [ 739 "proc-macro2", 740 "quote", 741 "syn", 742] 743 744[[package]] 745name = "windows-interface" 746version = "0.59.3" 747source = "registry+https://github.com/rust-lang/crates.io-index" 748checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 749dependencies = [ 750 "proc-macro2", 751 "quote", 752 "syn", 753] 754 755[[package]] 756name = "windows-link" 757version = "0.2.1" 758source = "registry+https://github.com/rust-lang/crates.io-index" 759checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 760 761[[package]] 762name = "windows-result" 763version = "0.4.1" 764source = "registry+https://github.com/rust-lang/crates.io-index" 765checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 766dependencies = [ 767 "windows-link", 768] 769 770[[package]] 771name = "windows-strings" 772version = "0.5.1" 773source = "registry+https://github.com/rust-lang/crates.io-index" 774checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 775dependencies = [ 776 "windows-link", 777] 778 779[[package]] 780name = "winnow" 781version = "0.7.15" 782source = "registry+https://github.com/rust-lang/crates.io-index" 783checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" 784dependencies = [ 785 "memchr", 786] 787 788[[package]] 789name = "zmij" 790version = "1.0.23" 791source = "registry+https://github.com/rust-lang/crates.io-index" 792checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"