krz/orgo

Lightning fast org-mode static site generator.

clone: git clone https://gitbay.org/krz/orgo.git

v0.22.0: Cargo.lock · raw

   1# This file is automatically @generated by Cargo.
   2# It is not intended for manual editing.
   3version = 4
   4
   5[[package]]
   6name = "adler2"
   7version = "2.0.1"
   8source = "registry+https://github.com/rust-lang/crates.io-index"
   9checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
  10
  11[[package]]
  12name = "android_system_properties"
  13version = "0.1.6"
  14source = "registry+https://github.com/rust-lang/crates.io-index"
  15checksum = "ae221649c9976a6f6c56ae1facf410f3ddb33cc661c4b7b61020a912d4237fbc"
  16dependencies = [
  17 "libc",
  18]
  19
  20[[package]]
  21name = "anstream"
  22version = "1.0.0"
  23source = "registry+https://github.com/rust-lang/crates.io-index"
  24checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
  25dependencies = [
  26 "anstyle",
  27 "anstyle-parse",
  28 "anstyle-query",
  29 "anstyle-wincon",
  30 "colorchoice",
  31 "is_terminal_polyfill",
  32 "utf8parse",
  33]
  34
  35[[package]]
  36name = "anstyle"
  37version = "1.0.14"
  38source = "registry+https://github.com/rust-lang/crates.io-index"
  39checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
  40
  41[[package]]
  42name = "anstyle-parse"
  43version = "1.0.0"
  44source = "registry+https://github.com/rust-lang/crates.io-index"
  45checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
  46dependencies = [
  47 "utf8parse",
  48]
  49
  50[[package]]
  51name = "anstyle-query"
  52version = "1.1.5"
  53source = "registry+https://github.com/rust-lang/crates.io-index"
  54checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
  55dependencies = [
  56 "windows-sys 0.61.2",
  57]
  58
  59[[package]]
  60name = "anstyle-wincon"
  61version = "3.0.11"
  62source = "registry+https://github.com/rust-lang/crates.io-index"
  63checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
  64dependencies = [
  65 "anstyle",
  66 "once_cell_polyfill",
  67 "windows-sys 0.61.2",
  68]
  69
  70[[package]]
  71name = "anyhow"
  72version = "1.0.104"
  73source = "registry+https://github.com/rust-lang/crates.io-index"
  74checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470"
  75
  76[[package]]
  77name = "arrayref"
  78version = "0.3.9"
  79source = "registry+https://github.com/rust-lang/crates.io-index"
  80checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  81
  82[[package]]
  83name = "arrayvec"
  84version = "0.7.8"
  85source = "registry+https://github.com/rust-lang/crates.io-index"
  86checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56"
  87
  88[[package]]
  89name = "ascii"
  90version = "1.1.0"
  91source = "registry+https://github.com/rust-lang/crates.io-index"
  92checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  93
  94[[package]]
  95name = "autocfg"
  96version = "1.5.1"
  97source = "registry+https://github.com/rust-lang/crates.io-index"
  98checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
  99
 100[[package]]
 101name = "base64"
 102version = "0.22.1"
 103source = "registry+https://github.com/rust-lang/crates.io-index"
 104checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 105
 106[[package]]
 107name = "bincode"
 108version = "1.3.3"
 109source = "registry+https://github.com/rust-lang/crates.io-index"
 110checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 111dependencies = [
 112 "serde",
 113]
 114
 115[[package]]
 116name = "bitflags"
 117version = "2.13.1"
 118source = "registry+https://github.com/rust-lang/crates.io-index"
 119checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
 120
 121[[package]]
 122name = "blake3"
 123version = "1.8.6"
 124source = "registry+https://github.com/rust-lang/crates.io-index"
 125checksum = "76ae7bad254120e9e4c63bafc385310756f90c484eac0e36b8317cf09cb92a77"
 126dependencies = [
 127 "arrayref",
 128 "arrayvec",
 129 "cc",
 130 "cfg-if",
 131 "constant_time_eq",
 132 "cpufeatures",
 133]
 134
 135[[package]]
 136name = "bumpalo"
 137version = "3.20.3"
 138source = "registry+https://github.com/rust-lang/crates.io-index"
 139checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
 140
 141[[package]]
 142name = "camino"
 143version = "1.2.5"
 144source = "registry+https://github.com/rust-lang/crates.io-index"
 145checksum = "bb1307f12aa967b5a58416e87b3653360e0fd614a016b6e970db08fecbb1b80d"
 146dependencies = [
 147 "serde_core",
 148]
 149
 150[[package]]
 151name = "cc"
 152version = "1.4.2"
 153source = "registry+https://github.com/rust-lang/crates.io-index"
 154checksum = "5d262e149917187838d5b42777c8253bcb64500067342904e7d429499a6f277e"
 155dependencies = [
 156 "find-msvc-tools",
 157 "shlex",
 158]
 159
 160[[package]]
 161name = "cfg-if"
 162version = "1.0.4"
 163source = "registry+https://github.com/rust-lang/crates.io-index"
 164checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 165
 166[[package]]
 167name = "chrono"
 168version = "0.4.45"
 169source = "registry+https://github.com/rust-lang/crates.io-index"
 170checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
 171dependencies = [
 172 "iana-time-zone",
 173 "js-sys",
 174 "num-traits",
 175 "serde",
 176 "wasm-bindgen",
 177 "windows-link",
 178]
 179
 180[[package]]
 181name = "chunked_transfer"
 182version = "1.5.0"
 183source = "registry+https://github.com/rust-lang/crates.io-index"
 184checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 185
 186[[package]]
 187name = "clap"
 188version = "4.6.6"
 189source = "registry+https://github.com/rust-lang/crates.io-index"
 190checksum = "473c7e07f409a8d772161724aa8db6a765a2532a70f9667eeb7b49d3d02fbdca"
 191dependencies = [
 192 "clap_builder",
 193 "clap_derive",
 194]
 195
 196[[package]]
 197name = "clap_builder"
 198version = "4.6.6"
 199source = "registry+https://github.com/rust-lang/crates.io-index"
 200checksum = "7b48fea5a88e9ae728a2dcbedbfc0e730f7d60da42e1cb049a83c9fb8b789889"
 201dependencies = [
 202 "anstream",
 203 "anstyle",
 204 "clap_lex",
 205 "strsim",
 206]
 207
 208[[package]]
 209name = "clap_derive"
 210version = "4.6.4"
 211source = "registry+https://github.com/rust-lang/crates.io-index"
 212checksum = "d012d2b9d65aca7f18f4d9878a045bc17899bba951561ba5ec3c2ba1eed9a061"
 213dependencies = [
 214 "heck",
 215 "proc-macro2",
 216 "quote",
 217 "syn 3.0.3",
 218]
 219
 220[[package]]
 221name = "clap_lex"
 222version = "1.1.0"
 223source = "registry+https://github.com/rust-lang/crates.io-index"
 224checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
 225
 226[[package]]
 227name = "colorchoice"
 228version = "1.0.5"
 229source = "registry+https://github.com/rust-lang/crates.io-index"
 230checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
 231
 232[[package]]
 233name = "console"
 234version = "0.16.4"
 235source = "registry+https://github.com/rust-lang/crates.io-index"
 236checksum = "4fe5f465a4f6fee88fad41b85d990f84c835335e85b5d9e6e63e0d06d28cba7c"
 237dependencies = [
 238 "encode_unicode",
 239 "libc",
 240 "windows-sys 0.61.2",
 241]
 242
 243[[package]]
 244name = "constant_time_eq"
 245version = "0.4.2"
 246source = "registry+https://github.com/rust-lang/crates.io-index"
 247checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b"
 248
 249[[package]]
 250name = "core-foundation-sys"
 251version = "0.8.7"
 252source = "registry+https://github.com/rust-lang/crates.io-index"
 253checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 254
 255[[package]]
 256name = "cpufeatures"
 257version = "0.3.0"
 258source = "registry+https://github.com/rust-lang/crates.io-index"
 259checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
 260dependencies = [
 261 "libc",
 262]
 263
 264[[package]]
 265name = "crc32fast"
 266version = "1.5.0"
 267source = "registry+https://github.com/rust-lang/crates.io-index"
 268checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 269dependencies = [
 270 "cfg-if",
 271]
 272
 273[[package]]
 274name = "crossbeam-deque"
 275version = "0.8.7"
 276source = "registry+https://github.com/rust-lang/crates.io-index"
 277checksum = "5181e0de7b61eb03a81e347d6dd8797bae9da5146707b51077e2d71a54ec0ceb"
 278dependencies = [
 279 "crossbeam-epoch",
 280 "crossbeam-utils",
 281]
 282
 283[[package]]
 284name = "crossbeam-epoch"
 285version = "0.9.20"
 286source = "registry+https://github.com/rust-lang/crates.io-index"
 287checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f"
 288dependencies = [
 289 "crossbeam-utils",
 290]
 291
 292[[package]]
 293name = "crossbeam-utils"
 294version = "0.8.22"
 295source = "registry+https://github.com/rust-lang/crates.io-index"
 296checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17"
 297
 298[[package]]
 299name = "deranged"
 300version = "0.5.8"
 301source = "registry+https://github.com/rust-lang/crates.io-index"
 302checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
 303
 304[[package]]
 305name = "either"
 306version = "1.17.0"
 307source = "registry+https://github.com/rust-lang/crates.io-index"
 308checksum = "9e5e8f6c15a24b9a3ee5efec809ccd006d3b30e8b3bb63c39af737c7f87daa1d"
 309
 310[[package]]
 311name = "encode_unicode"
 312version = "1.0.0"
 313source = "registry+https://github.com/rust-lang/crates.io-index"
 314checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 315
 316[[package]]
 317name = "equivalent"
 318version = "1.0.2"
 319source = "registry+https://github.com/rust-lang/crates.io-index"
 320checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 321
 322[[package]]
 323name = "errno"
 324version = "0.3.14"
 325source = "registry+https://github.com/rust-lang/crates.io-index"
 326checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 327dependencies = [
 328 "libc",
 329 "windows-sys 0.61.2",
 330]
 331
 332[[package]]
 333name = "fastrand"
 334version = "2.5.0"
 335source = "registry+https://github.com/rust-lang/crates.io-index"
 336checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
 337
 338[[package]]
 339name = "find-msvc-tools"
 340version = "0.1.10"
 341source = "registry+https://github.com/rust-lang/crates.io-index"
 342checksum = "26b73573e6edcd2af0cdf47bd6cb58f0b3839491263c314eaad1ccf24430e1de"
 343
 344[[package]]
 345name = "flate2"
 346version = "1.1.9"
 347source = "registry+https://github.com/rust-lang/crates.io-index"
 348checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
 349dependencies = [
 350 "crc32fast",
 351 "miniz_oxide",
 352]
 353
 354[[package]]
 355name = "fnv"
 356version = "1.0.7"
 357source = "registry+https://github.com/rust-lang/crates.io-index"
 358checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 359
 360[[package]]
 361name = "fsevent-sys"
 362version = "4.1.0"
 363source = "registry+https://github.com/rust-lang/crates.io-index"
 364checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 365dependencies = [
 366 "libc",
 367]
 368
 369[[package]]
 370name = "futures-core"
 371version = "0.3.33"
 372source = "registry+https://github.com/rust-lang/crates.io-index"
 373checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7"
 374
 375[[package]]
 376name = "futures-task"
 377version = "0.3.33"
 378source = "registry+https://github.com/rust-lang/crates.io-index"
 379checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109"
 380
 381[[package]]
 382name = "futures-util"
 383version = "0.3.33"
 384source = "registry+https://github.com/rust-lang/crates.io-index"
 385checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa"
 386dependencies = [
 387 "futures-core",
 388 "futures-task",
 389 "pin-project-lite",
 390 "slab",
 391]
 392
 393[[package]]
 394name = "getrandom"
 395version = "0.4.3"
 396source = "registry+https://github.com/rust-lang/crates.io-index"
 397checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
 398dependencies = [
 399 "cfg-if",
 400 "libc",
 401 "r-efi",
 402]
 403
 404[[package]]
 405name = "hashbrown"
 406version = "0.17.1"
 407source = "registry+https://github.com/rust-lang/crates.io-index"
 408checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
 409
 410[[package]]
 411name = "heck"
 412version = "0.5.0"
 413source = "registry+https://github.com/rust-lang/crates.io-index"
 414checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 415
 416[[package]]
 417name = "httpdate"
 418version = "1.0.3"
 419source = "registry+https://github.com/rust-lang/crates.io-index"
 420checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 421
 422[[package]]
 423name = "iana-time-zone"
 424version = "0.1.65"
 425source = "registry+https://github.com/rust-lang/crates.io-index"
 426checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
 427dependencies = [
 428 "android_system_properties",
 429 "core-foundation-sys",
 430 "iana-time-zone-haiku",
 431 "js-sys",
 432 "log",
 433 "wasm-bindgen",
 434 "windows-core",
 435]
 436
 437[[package]]
 438name = "iana-time-zone-haiku"
 439version = "0.1.2"
 440source = "registry+https://github.com/rust-lang/crates.io-index"
 441checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 442dependencies = [
 443 "cc",
 444]
 445
 446[[package]]
 447name = "indexmap"
 448version = "2.14.0"
 449source = "registry+https://github.com/rust-lang/crates.io-index"
 450checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
 451dependencies = [
 452 "equivalent",
 453 "hashbrown",
 454]
 455
 456[[package]]
 457name = "inotify"
 458version = "0.11.4"
 459source = "registry+https://github.com/rust-lang/crates.io-index"
 460checksum = "153be1941a183ec9ccd095ddbe17a8b8d435ef6c76e9e02451b933c3999af2c8"
 461dependencies = [
 462 "bitflags",
 463 "inotify-sys",
 464 "libc",
 465]
 466
 467[[package]]
 468name = "inotify-sys"
 469version = "0.1.8"
 470source = "registry+https://github.com/rust-lang/crates.io-index"
 471checksum = "c033f80b2c113cdf91ab7a33faa9cbc014726dcad99880c8609af2a370edf37d"
 472dependencies = [
 473 "libc",
 474]
 475
 476[[package]]
 477name = "insta"
 478version = "1.48.0"
 479source = "registry+https://github.com/rust-lang/crates.io-index"
 480checksum = "86f0f8fee8c926415c58d6ae43a08523a26faccb2323f5e6b644fe7dd4ef6b82"
 481dependencies = [
 482 "console",
 483 "once_cell",
 484 "serde",
 485 "similar",
 486 "tempfile",
 487]
 488
 489[[package]]
 490name = "is_terminal_polyfill"
 491version = "1.70.2"
 492source = "registry+https://github.com/rust-lang/crates.io-index"
 493checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
 494
 495[[package]]
 496name = "itoa"
 497version = "1.0.18"
 498source = "registry+https://github.com/rust-lang/crates.io-index"
 499checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
 500
 501[[package]]
 502name = "js-sys"
 503version = "0.3.104"
 504source = "registry+https://github.com/rust-lang/crates.io-index"
 505checksum = "0e0c1080212aad755ea003d18543e8768dd432c48819efd73a7bf1e39b7a5a3a"
 506dependencies = [
 507 "cfg-if",
 508 "futures-util",
 509 "wasm-bindgen",
 510]
 511
 512[[package]]
 513name = "kqueue"
 514version = "1.2.1"
 515source = "registry+https://github.com/rust-lang/crates.io-index"
 516checksum = "8d763e5b24120b4ddf50de6c92308156765aabfbbccebf401da7cff2d70a41ea"
 517dependencies = [
 518 "kqueue-sys",
 519 "libc",
 520]
 521
 522[[package]]
 523name = "kqueue-sys"
 524version = "1.1.2"
 525source = "registry+https://github.com/rust-lang/crates.io-index"
 526checksum = "07293a4e297ac234359b510362495713f75ea345d5307140414f20c69ffeb087"
 527dependencies = [
 528 "bitflags",
 529 "libc",
 530]
 531
 532[[package]]
 533name = "libc"
 534version = "0.2.189"
 535source = "registry+https://github.com/rust-lang/crates.io-index"
 536checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
 537
 538[[package]]
 539name = "linked-hash-map"
 540version = "0.5.6"
 541source = "registry+https://github.com/rust-lang/crates.io-index"
 542checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
 543
 544[[package]]
 545name = "linux-raw-sys"
 546version = "0.12.1"
 547source = "registry+https://github.com/rust-lang/crates.io-index"
 548checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
 549
 550[[package]]
 551name = "log"
 552version = "0.4.33"
 553source = "registry+https://github.com/rust-lang/crates.io-index"
 554checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
 555
 556[[package]]
 557name = "memchr"
 558version = "2.8.3"
 559source = "registry+https://github.com/rust-lang/crates.io-index"
 560checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
 561
 562[[package]]
 563name = "memo-map"
 564version = "0.3.3"
 565source = "registry+https://github.com/rust-lang/crates.io-index"
 566checksum = "38d1115007560874e373613744c6fba374c17688327a71c1476d1a5954cc857b"
 567
 568[[package]]
 569name = "minijinja"
 570version = "2.24.0"
 571source = "registry+https://github.com/rust-lang/crates.io-index"
 572checksum = "86886cf6dbf4e614b19c9a1eec9775f021869d7eadde0fc73921a81b90c9b4c9"
 573dependencies = [
 574 "memo-map",
 575 "serde",
 576]
 577
 578[[package]]
 579name = "miniz_oxide"
 580version = "0.8.9"
 581source = "registry+https://github.com/rust-lang/crates.io-index"
 582checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
 583dependencies = [
 584 "adler2",
 585 "simd-adler32",
 586]
 587
 588[[package]]
 589name = "mio"
 590version = "1.2.2"
 591source = "registry+https://github.com/rust-lang/crates.io-index"
 592checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427"
 593dependencies = [
 594 "libc",
 595 "log",
 596 "wasi",
 597 "windows-sys 0.61.2",
 598]
 599
 600[[package]]
 601name = "notify"
 602version = "8.2.0"
 603source = "registry+https://github.com/rust-lang/crates.io-index"
 604checksum = "4d3d07927151ff8575b7087f245456e549fea62edf0ec4e565a5ee50c8402bc3"
 605dependencies = [
 606 "bitflags",
 607 "fsevent-sys",
 608 "inotify",
 609 "kqueue",
 610 "libc",
 611 "log",
 612 "mio",
 613 "notify-types",
 614 "walkdir",
 615 "windows-sys 0.60.2",
 616]
 617
 618[[package]]
 619name = "notify-types"
 620version = "2.1.0"
 621source = "registry+https://github.com/rust-lang/crates.io-index"
 622checksum = "42b8cfee0e339a0337359f3c88165702ac6e600dc01c0cc9579a92d62b08477a"
 623dependencies = [
 624 "bitflags",
 625]
 626
 627[[package]]
 628name = "num-conv"
 629version = "0.2.2"
 630source = "registry+https://github.com/rust-lang/crates.io-index"
 631checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
 632
 633[[package]]
 634name = "num-traits"
 635version = "0.2.19"
 636source = "registry+https://github.com/rust-lang/crates.io-index"
 637checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
 638dependencies = [
 639 "autocfg",
 640]
 641
 642[[package]]
 643name = "once_cell"
 644version = "1.21.4"
 645source = "registry+https://github.com/rust-lang/crates.io-index"
 646checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
 647
 648[[package]]
 649name = "once_cell_polyfill"
 650version = "1.70.2"
 651source = "registry+https://github.com/rust-lang/crates.io-index"
 652checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
 653
 654[[package]]
 655name = "onig"
 656version = "6.5.3"
 657source = "registry+https://github.com/rust-lang/crates.io-index"
 658checksum = "0cc3cbf698f9438986c11a880c90a6d04b9de27575afd28bbf45b154b6c709e2"
 659dependencies = [
 660 "bitflags",
 661 "libc",
 662 "once_cell",
 663 "onig_sys",
 664]
 665
 666[[package]]
 667name = "onig_sys"
 668version = "69.9.3"
 669source = "registry+https://github.com/rust-lang/crates.io-index"
 670checksum = "1e68317604e77e53b85896388e1a803c1d21b74c899ec9e5e1112db90735edd7"
 671dependencies = [
 672 "cc",
 673 "pkg-config",
 674]
 675
 676[[package]]
 677name = "orgo"
 678version = "0.22.0"
 679dependencies = [
 680 "anyhow",
 681 "blake3",
 682 "camino",
 683 "chrono",
 684 "clap",
 685 "insta",
 686 "minijinja",
 687 "notify",
 688 "rayon",
 689 "serde",
 690 "serde_json",
 691 "syntect",
 692 "thiserror",
 693 "tiny_http",
 694 "toml",
 695 "walkdir",
 696]
 697
 698[[package]]
 699name = "pin-project-lite"
 700version = "0.2.17"
 701source = "registry+https://github.com/rust-lang/crates.io-index"
 702checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
 703
 704[[package]]
 705name = "pkg-config"
 706version = "0.3.33"
 707source = "registry+https://github.com/rust-lang/crates.io-index"
 708checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
 709
 710[[package]]
 711name = "plist"
 712version = "1.10.0"
 713source = "registry+https://github.com/rust-lang/crates.io-index"
 714checksum = "7da1d65da6dd5d1e44199ac0f58712d241c0f439f80adea8924d832384087f85"
 715dependencies = [
 716 "base64",
 717 "indexmap",
 718 "quick-xml",
 719 "serde",
 720 "time",
 721]
 722
 723[[package]]
 724name = "powerfmt"
 725version = "0.2.0"
 726source = "registry+https://github.com/rust-lang/crates.io-index"
 727checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
 728
 729[[package]]
 730name = "proc-macro2"
 731version = "1.0.107"
 732source = "registry+https://github.com/rust-lang/crates.io-index"
 733checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
 734dependencies = [
 735 "unicode-ident",
 736]
 737
 738[[package]]
 739name = "quick-xml"
 740version = "0.41.0"
 741source = "registry+https://github.com/rust-lang/crates.io-index"
 742checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1"
 743dependencies = [
 744 "memchr",
 745]
 746
 747[[package]]
 748name = "quote"
 749version = "1.0.47"
 750source = "registry+https://github.com/rust-lang/crates.io-index"
 751checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
 752dependencies = [
 753 "proc-macro2",
 754]
 755
 756[[package]]
 757name = "r-efi"
 758version = "6.0.0"
 759source = "registry+https://github.com/rust-lang/crates.io-index"
 760checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
 761
 762[[package]]
 763name = "rayon"
 764version = "1.12.0"
 765source = "registry+https://github.com/rust-lang/crates.io-index"
 766checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
 767dependencies = [
 768 "either",
 769 "rayon-core",
 770]
 771
 772[[package]]
 773name = "rayon-core"
 774version = "1.13.0"
 775source = "registry+https://github.com/rust-lang/crates.io-index"
 776checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
 777dependencies = [
 778 "crossbeam-deque",
 779 "crossbeam-utils",
 780]
 781
 782[[package]]
 783name = "regex-syntax"
 784version = "0.8.11"
 785source = "registry+https://github.com/rust-lang/crates.io-index"
 786checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
 787
 788[[package]]
 789name = "rustix"
 790version = "1.1.4"
 791source = "registry+https://github.com/rust-lang/crates.io-index"
 792checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
 793dependencies = [
 794 "bitflags",
 795 "errno",
 796 "libc",
 797 "linux-raw-sys",
 798 "windows-sys 0.61.2",
 799]
 800
 801[[package]]
 802name = "rustversion"
 803version = "1.0.23"
 804source = "registry+https://github.com/rust-lang/crates.io-index"
 805checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
 806
 807[[package]]
 808name = "same-file"
 809version = "1.0.6"
 810source = "registry+https://github.com/rust-lang/crates.io-index"
 811checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
 812dependencies = [
 813 "winapi-util",
 814]
 815
 816[[package]]
 817name = "serde"
 818version = "1.0.229"
 819source = "registry+https://github.com/rust-lang/crates.io-index"
 820checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
 821dependencies = [
 822 "serde_core",
 823 "serde_derive",
 824]
 825
 826[[package]]
 827name = "serde_core"
 828version = "1.0.229"
 829source = "registry+https://github.com/rust-lang/crates.io-index"
 830checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
 831dependencies = [
 832 "serde_derive",
 833]
 834
 835[[package]]
 836name = "serde_derive"
 837version = "1.0.229"
 838source = "registry+https://github.com/rust-lang/crates.io-index"
 839checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
 840dependencies = [
 841 "proc-macro2",
 842 "quote",
 843 "syn 3.0.3",
 844]
 845
 846[[package]]
 847name = "serde_json"
 848version = "1.0.151"
 849source = "registry+https://github.com/rust-lang/crates.io-index"
 850checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
 851dependencies = [
 852 "itoa",
 853 "memchr",
 854 "serde",
 855 "serde_core",
 856 "zmij",
 857]
 858
 859[[package]]
 860name = "serde_spanned"
 861version = "1.1.1"
 862source = "registry+https://github.com/rust-lang/crates.io-index"
 863checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
 864dependencies = [
 865 "serde_core",
 866]
 867
 868[[package]]
 869name = "shlex"
 870version = "2.0.1"
 871source = "registry+https://github.com/rust-lang/crates.io-index"
 872checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
 873
 874[[package]]
 875name = "simd-adler32"
 876version = "0.3.10"
 877source = "registry+https://github.com/rust-lang/crates.io-index"
 878checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea"
 879
 880[[package]]
 881name = "similar"
 882version = "2.7.0"
 883source = "registry+https://github.com/rust-lang/crates.io-index"
 884checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
 885
 886[[package]]
 887name = "slab"
 888version = "0.4.12"
 889source = "registry+https://github.com/rust-lang/crates.io-index"
 890checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
 891
 892[[package]]
 893name = "strsim"
 894version = "0.11.1"
 895source = "registry+https://github.com/rust-lang/crates.io-index"
 896checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
 897
 898[[package]]
 899name = "syn"
 900version = "2.0.119"
 901source = "registry+https://github.com/rust-lang/crates.io-index"
 902checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
 903dependencies = [
 904 "proc-macro2",
 905 "quote",
 906 "unicode-ident",
 907]
 908
 909[[package]]
 910name = "syn"
 911version = "3.0.3"
 912source = "registry+https://github.com/rust-lang/crates.io-index"
 913checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
 914dependencies = [
 915 "proc-macro2",
 916 "quote",
 917 "unicode-ident",
 918]
 919
 920[[package]]
 921name = "syntect"
 922version = "5.3.0"
 923source = "registry+https://github.com/rust-lang/crates.io-index"
 924checksum = "656b45c05d95a5704399aeef6bd0ddec7b2b3531b7c9e900abbf7c4d2190c925"
 925dependencies = [
 926 "bincode",
 927 "flate2",
 928 "fnv",
 929 "once_cell",
 930 "onig",
 931 "plist",
 932 "regex-syntax",
 933 "serde",
 934 "serde_derive",
 935 "serde_json",
 936 "thiserror",
 937 "walkdir",
 938 "yaml-rust",
 939]
 940
 941[[package]]
 942name = "tempfile"
 943version = "3.27.0"
 944source = "registry+https://github.com/rust-lang/crates.io-index"
 945checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
 946dependencies = [
 947 "fastrand",
 948 "getrandom",
 949 "once_cell",
 950 "rustix",
 951 "windows-sys 0.61.2",
 952]
 953
 954[[package]]
 955name = "thiserror"
 956version = "2.0.20"
 957source = "registry+https://github.com/rust-lang/crates.io-index"
 958checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f"
 959dependencies = [
 960 "thiserror-impl",
 961]
 962
 963[[package]]
 964name = "thiserror-impl"
 965version = "2.0.20"
 966source = "registry+https://github.com/rust-lang/crates.io-index"
 967checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af"
 968dependencies = [
 969 "proc-macro2",
 970 "quote",
 971 "syn 3.0.3",
 972]
 973
 974[[package]]
 975name = "time"
 976version = "0.3.55"
 977source = "registry+https://github.com/rust-lang/crates.io-index"
 978checksum = "cdb87b95ec50ddfa440816d227a17b2ccbdda963a316a727fda0fc4334f7d134"
 979dependencies = [
 980 "deranged",
 981 "num-conv",
 982 "powerfmt",
 983 "serde_core",
 984 "time-core",
 985 "time-macros",
 986]
 987
 988[[package]]
 989name = "time-core"
 990version = "0.1.9"
 991source = "registry+https://github.com/rust-lang/crates.io-index"
 992checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
 993
 994[[package]]
 995name = "time-macros"
 996version = "0.2.32"
 997source = "registry+https://github.com/rust-lang/crates.io-index"
 998checksum = "7e689342a48d2ea927c87ea50cabf8594854bf940e9310208848d680d668ed85"
 999dependencies = [
1000 "num-conv",
1001 "time-core",
1002]
1003
1004[[package]]
1005name = "tiny_http"
1006version = "0.12.0"
1007source = "registry+https://github.com/rust-lang/crates.io-index"
1008checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
1009dependencies = [
1010 "ascii",
1011 "chunked_transfer",
1012 "httpdate",
1013 "log",
1014]
1015
1016[[package]]
1017name = "toml"
1018version = "1.1.4+spec-1.1.0"
1019source = "registry+https://github.com/rust-lang/crates.io-index"
1020checksum = "3aace63f4bbcdfc2c965b059de67119c89c4017a70d633be6c104910f67056f5"
1021dependencies = [
1022 "indexmap",
1023 "serde_core",
1024 "serde_spanned",
1025 "toml_datetime",
1026 "toml_parser",
1027 "toml_writer",
1028 "winnow",
1029]
1030
1031[[package]]
1032name = "toml_datetime"
1033version = "1.1.1+spec-1.1.0"
1034source = "registry+https://github.com/rust-lang/crates.io-index"
1035checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
1036dependencies = [
1037 "serde_core",
1038]
1039
1040[[package]]
1041name = "toml_parser"
1042version = "1.1.3+spec-1.1.0"
1043source = "registry+https://github.com/rust-lang/crates.io-index"
1044checksum = "1d38ac1cf9b95face32296c0a3ede1fdc270627c9d9c02a7274dd6d960dc4d56"
1045dependencies = [
1046 "winnow",
1047]
1048
1049[[package]]
1050name = "toml_writer"
1051version = "1.1.2+spec-1.1.0"
1052source = "registry+https://github.com/rust-lang/crates.io-index"
1053checksum = "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2"
1054
1055[[package]]
1056name = "unicode-ident"
1057version = "1.0.24"
1058source = "registry+https://github.com/rust-lang/crates.io-index"
1059checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1060
1061[[package]]
1062name = "utf8parse"
1063version = "0.2.2"
1064source = "registry+https://github.com/rust-lang/crates.io-index"
1065checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1066
1067[[package]]
1068name = "walkdir"
1069version = "2.5.0"
1070source = "registry+https://github.com/rust-lang/crates.io-index"
1071checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
1072dependencies = [
1073 "same-file",
1074 "winapi-util",
1075]
1076
1077[[package]]
1078name = "wasi"
1079version = "0.11.1+wasi-snapshot-preview1"
1080source = "registry+https://github.com/rust-lang/crates.io-index"
1081checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1082
1083[[package]]
1084name = "wasm-bindgen"
1085version = "0.2.127"
1086source = "registry+https://github.com/rust-lang/crates.io-index"
1087checksum = "1b70935747edd64d89de3efa29d73789b806c15798f8e7dca4d8ac356b50ce70"
1088dependencies = [
1089 "cfg-if",
1090 "once_cell",
1091 "rustversion",
1092 "wasm-bindgen-macro",
1093 "wasm-bindgen-shared",
1094]
1095
1096[[package]]
1097name = "wasm-bindgen-macro"
1098version = "0.2.127"
1099source = "registry+https://github.com/rust-lang/crates.io-index"
1100checksum = "77775f8f3f7217702089053b94958f8f54061a3f663417df76e19cbdcca29bc1"
1101dependencies = [
1102 "quote",
1103 "wasm-bindgen-macro-support",
1104]
1105
1106[[package]]
1107name = "wasm-bindgen-macro-support"
1108version = "0.2.127"
1109source = "registry+https://github.com/rust-lang/crates.io-index"
1110checksum = "e11d33f857dc2fb11b8bc75aee111aa9cbeb12cd9f25efd3d4c2a3dd4e235284"
1111dependencies = [
1112 "bumpalo",
1113 "proc-macro2",
1114 "quote",
1115 "syn 2.0.119",
1116 "wasm-bindgen-shared",
1117]
1118
1119[[package]]
1120name = "wasm-bindgen-shared"
1121version = "0.2.127"
1122source = "registry+https://github.com/rust-lang/crates.io-index"
1123checksum = "7ef64dbcc55df09c7e5a46182d181c2cfa3e925f3da937ea764728b4bbb9dcbf"
1124dependencies = [
1125 "unicode-ident",
1126]
1127
1128[[package]]
1129name = "winapi-util"
1130version = "0.1.11"
1131source = "registry+https://github.com/rust-lang/crates.io-index"
1132checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
1133dependencies = [
1134 "windows-sys 0.61.2",
1135]
1136
1137[[package]]
1138name = "windows-core"
1139version = "0.62.2"
1140source = "registry+https://github.com/rust-lang/crates.io-index"
1141checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
1142dependencies = [
1143 "windows-implement",
1144 "windows-interface",
1145 "windows-link",
1146 "windows-result",
1147 "windows-strings",
1148]
1149
1150[[package]]
1151name = "windows-implement"
1152version = "0.60.2"
1153source = "registry+https://github.com/rust-lang/crates.io-index"
1154checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
1155dependencies = [
1156 "proc-macro2",
1157 "quote",
1158 "syn 2.0.119",
1159]
1160
1161[[package]]
1162name = "windows-interface"
1163version = "0.59.3"
1164source = "registry+https://github.com/rust-lang/crates.io-index"
1165checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
1166dependencies = [
1167 "proc-macro2",
1168 "quote",
1169 "syn 2.0.119",
1170]
1171
1172[[package]]
1173name = "windows-link"
1174version = "0.2.1"
1175source = "registry+https://github.com/rust-lang/crates.io-index"
1176checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1177
1178[[package]]
1179name = "windows-result"
1180version = "0.4.1"
1181source = "registry+https://github.com/rust-lang/crates.io-index"
1182checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
1183dependencies = [
1184 "windows-link",
1185]
1186
1187[[package]]
1188name = "windows-strings"
1189version = "0.5.1"
1190source = "registry+https://github.com/rust-lang/crates.io-index"
1191checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
1192dependencies = [
1193 "windows-link",
1194]
1195
1196[[package]]
1197name = "windows-sys"
1198version = "0.60.2"
1199source = "registry+https://github.com/rust-lang/crates.io-index"
1200checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
1201dependencies = [
1202 "windows-targets",
1203]
1204
1205[[package]]
1206name = "windows-sys"
1207version = "0.61.2"
1208source = "registry+https://github.com/rust-lang/crates.io-index"
1209checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1210dependencies = [
1211 "windows-link",
1212]
1213
1214[[package]]
1215name = "windows-targets"
1216version = "0.53.5"
1217source = "registry+https://github.com/rust-lang/crates.io-index"
1218checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
1219dependencies = [
1220 "windows-link",
1221 "windows_aarch64_gnullvm",
1222 "windows_aarch64_msvc",
1223 "windows_i686_gnu",
1224 "windows_i686_gnullvm",
1225 "windows_i686_msvc",
1226 "windows_x86_64_gnu",
1227 "windows_x86_64_gnullvm",
1228 "windows_x86_64_msvc",
1229]
1230
1231[[package]]
1232name = "windows_aarch64_gnullvm"
1233version = "0.53.1"
1234source = "registry+https://github.com/rust-lang/crates.io-index"
1235checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
1236
1237[[package]]
1238name = "windows_aarch64_msvc"
1239version = "0.53.1"
1240source = "registry+https://github.com/rust-lang/crates.io-index"
1241checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
1242
1243[[package]]
1244name = "windows_i686_gnu"
1245version = "0.53.1"
1246source = "registry+https://github.com/rust-lang/crates.io-index"
1247checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
1248
1249[[package]]
1250name = "windows_i686_gnullvm"
1251version = "0.53.1"
1252source = "registry+https://github.com/rust-lang/crates.io-index"
1253checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
1254
1255[[package]]
1256name = "windows_i686_msvc"
1257version = "0.53.1"
1258source = "registry+https://github.com/rust-lang/crates.io-index"
1259checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
1260
1261[[package]]
1262name = "windows_x86_64_gnu"
1263version = "0.53.1"
1264source = "registry+https://github.com/rust-lang/crates.io-index"
1265checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
1266
1267[[package]]
1268name = "windows_x86_64_gnullvm"
1269version = "0.53.1"
1270source = "registry+https://github.com/rust-lang/crates.io-index"
1271checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
1272
1273[[package]]
1274name = "windows_x86_64_msvc"
1275version = "0.53.1"
1276source = "registry+https://github.com/rust-lang/crates.io-index"
1277checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
1278
1279[[package]]
1280name = "winnow"
1281version = "1.0.4"
1282source = "registry+https://github.com/rust-lang/crates.io-index"
1283checksum = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81"
1284
1285[[package]]
1286name = "yaml-rust"
1287version = "0.4.5"
1288source = "registry+https://github.com/rust-lang/crates.io-index"
1289checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
1290dependencies = [
1291 "linked-hash-map",
1292]
1293
1294[[package]]
1295name = "zmij"
1296version = "1.0.23"
1297source = "registry+https://github.com/rust-lang/crates.io-index"
1298checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"