char/dns-ez
cloudflare dns management via plaintext zonefiles
git clone https://git.t4t.associates/char/dns-ez
a9a7bdb
main
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "anstream" 7version = "1.0.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" 10dependencies = [ 11 "anstyle", 12 "anstyle-parse", 13 "anstyle-query", 14 "anstyle-wincon", 15 "colorchoice", 16 "is_terminal_polyfill", 17 "utf8parse", 18] 19 20[[package]] 21name = "anstyle" 22version = "1.0.14" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" 25 26[[package]] 27name = "anstyle-parse" 28version = "1.0.0" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" 31dependencies = [ 32 "utf8parse", 33] 34 35[[package]] 36name = "anstyle-query" 37version = "1.1.5" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" 40dependencies = [ 41 "windows-sys 0.61.2", 42] 43 44[[package]] 45name = "anstyle-wincon" 46version = "3.0.11" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" 49dependencies = [ 50 "anstyle", 51 "once_cell_polyfill", 52 "windows-sys 0.61.2", 53] 54 55[[package]] 56name = "anyhow" 57version = "1.0.104" 58source = "registry+https://github.com/rust-lang/crates.io-index" 59checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470" 60 61[[package]] 62name = "base64" 63version = "0.22.1" 64source = "registry+https://github.com/rust-lang/crates.io-index" 65checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 66 67[[package]] 68name = "bitflags" 69version = "1.3.2" 70source = "registry+https://github.com/rust-lang/crates.io-index" 71checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 72 73[[package]] 74name = "bumpalo" 75version = "3.20.3" 76source = "registry+https://github.com/rust-lang/crates.io-index" 77checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" 78 79[[package]] 80name = "bytes" 81version = "1.12.1" 82source = "registry+https://github.com/rust-lang/crates.io-index" 83checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04" 84 85[[package]] 86name = "cc" 87version = "1.3.0" 88source = "registry+https://github.com/rust-lang/crates.io-index" 89checksum = "c89588d05638b5b4594a3348a2d6c20277e43a7f5c5202b05cc56888475a47b8" 90dependencies = [ 91 "find-msvc-tools", 92 "shlex", 93] 94 95[[package]] 96name = "cfg-if" 97version = "1.0.4" 98source = "registry+https://github.com/rust-lang/crates.io-index" 99checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 100 101[[package]] 102name = "clap" 103version = "4.6.4" 104source = "registry+https://github.com/rust-lang/crates.io-index" 105checksum = "d91e0c145792ef73a6ad36d27c75ac09f1832222a3c209689d90f534685ee5b7" 106dependencies = [ 107 "clap_builder", 108 "clap_derive", 109] 110 111[[package]] 112name = "clap_builder" 113version = "4.6.2" 114source = "registry+https://github.com/rust-lang/crates.io-index" 115checksum = "f09628afdcc538b57f3c6341e9c8e9970f18e4a481690a64974d7023bd33548b" 116dependencies = [ 117 "anstream", 118 "anstyle", 119 "clap_lex", 120 "strsim", 121] 122 123[[package]] 124name = "clap_derive" 125version = "4.6.4" 126source = "registry+https://github.com/rust-lang/crates.io-index" 127checksum = "d012d2b9d65aca7f18f4d9878a045bc17899bba951561ba5ec3c2ba1eed9a061" 128dependencies = [ 129 "heck", 130 "proc-macro2", 131 "quote", 132 "syn 3.0.3", 133] 134 135[[package]] 136name = "clap_lex" 137version = "1.1.0" 138source = "registry+https://github.com/rust-lang/crates.io-index" 139checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" 140 141[[package]] 142name = "colorchoice" 143version = "1.0.5" 144source = "registry+https://github.com/rust-lang/crates.io-index" 145checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" 146 147[[package]] 148name = "cookie" 149version = "0.18.1" 150source = "registry+https://github.com/rust-lang/crates.io-index" 151checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" 152dependencies = [ 153 "percent-encoding", 154 "time", 155 "version_check", 156] 157 158[[package]] 159name = "cookie_store" 160version = "0.22.1" 161source = "registry+https://github.com/rust-lang/crates.io-index" 162checksum = "15b2c103cf610ec6cae3da84a766285b42fd16aad564758459e6ecf128c75206" 163dependencies = [ 164 "cookie", 165 "document-features", 166 "idna", 167 "indexmap", 168 "log", 169 "serde", 170 "serde_derive", 171 "serde_json", 172 "time", 173 "url", 174] 175 176[[package]] 177name = "defmt" 178version = "1.1.1" 179source = "registry+https://github.com/rust-lang/crates.io-index" 180checksum = "e2953bfe4f93bbd20cc71198842756f77d161884c99ebbabc41d80231ded88d1" 181dependencies = [ 182 "bitflags", 183 "defmt-macros", 184] 185 186[[package]] 187name = "defmt-macros" 188version = "1.1.1" 189source = "registry+https://github.com/rust-lang/crates.io-index" 190checksum = "bad9c72e7ca2137e0dc3813245a0d282fd6daad32fd800af018306a9169b5fe8" 191dependencies = [ 192 "defmt-parser", 193 "proc-macro2", 194 "quote", 195 "syn 2.0.119", 196] 197 198[[package]] 199name = "defmt-parser" 200version = "1.0.0" 201source = "registry+https://github.com/rust-lang/crates.io-index" 202checksum = "10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e" 203dependencies = [ 204 "thiserror", 205] 206 207[[package]] 208name = "deranged" 209version = "0.5.8" 210source = "registry+https://github.com/rust-lang/crates.io-index" 211checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" 212dependencies = [ 213 "powerfmt", 214] 215 216[[package]] 217name = "displaydoc" 218version = "0.2.5" 219source = "registry+https://github.com/rust-lang/crates.io-index" 220checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 221dependencies = [ 222 "proc-macro2", 223 "quote", 224 "syn 2.0.119", 225] 226 227[[package]] 228name = "dns-ez" 229version = "0.1.0" 230dependencies = [ 231 "anyhow", 232 "clap", 233 "domain", 234 "serde", 235 "serde_json", 236 "ureq", 237] 238 239[[package]] 240name = "document-features" 241version = "0.2.12" 242source = "registry+https://github.com/rust-lang/crates.io-index" 243checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61" 244dependencies = [ 245 "litrs", 246] 247 248[[package]] 249name = "domain" 250version = "0.12.2" 251source = "registry+https://github.com/rust-lang/crates.io-index" 252checksum = "0c13d25dfb29edf328c7eb4ebb24838ade355272d685ba0402b8751567c3dde2" 253dependencies = [ 254 "bumpalo", 255 "bytes", 256 "domain-macros", 257 "hashbrown", 258 "jiff", 259 "octseq", 260 "serde", 261] 262 263[[package]] 264name = "domain-macros" 265version = "0.12.2" 266source = "registry+https://github.com/rust-lang/crates.io-index" 267checksum = "e68f247cb4e380bcdf44c1e27d7d046cbb321c4ab4a01271a51dfb19326b6b0e" 268dependencies = [ 269 "proc-macro2", 270 "quote", 271 "syn 2.0.119", 272] 273 274[[package]] 275name = "equivalent" 276version = "1.0.2" 277source = "registry+https://github.com/rust-lang/crates.io-index" 278checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 279 280[[package]] 281name = "find-msvc-tools" 282version = "0.1.9" 283source = "registry+https://github.com/rust-lang/crates.io-index" 284checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 285 286[[package]] 287name = "foldhash" 288version = "0.2.0" 289source = "registry+https://github.com/rust-lang/crates.io-index" 290checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" 291 292[[package]] 293name = "form_urlencoded" 294version = "1.2.2" 295source = "registry+https://github.com/rust-lang/crates.io-index" 296checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 297dependencies = [ 298 "percent-encoding", 299] 300 301[[package]] 302name = "getrandom" 303version = "0.2.17" 304source = "registry+https://github.com/rust-lang/crates.io-index" 305checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 306dependencies = [ 307 "cfg-if", 308 "libc", 309 "wasi", 310] 311 312[[package]] 313name = "hashbrown" 314version = "0.17.1" 315source = "registry+https://github.com/rust-lang/crates.io-index" 316checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" 317dependencies = [ 318 "foldhash", 319] 320 321[[package]] 322name = "heck" 323version = "0.5.0" 324source = "registry+https://github.com/rust-lang/crates.io-index" 325checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 326 327[[package]] 328name = "http" 329version = "1.4.2" 330source = "registry+https://github.com/rust-lang/crates.io-index" 331checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425" 332dependencies = [ 333 "bytes", 334 "itoa", 335] 336 337[[package]] 338name = "httparse" 339version = "1.10.1" 340source = "registry+https://github.com/rust-lang/crates.io-index" 341checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 342 343[[package]] 344name = "icu_collections" 345version = "2.2.0" 346source = "registry+https://github.com/rust-lang/crates.io-index" 347checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" 348dependencies = [ 349 "displaydoc", 350 "potential_utf", 351 "utf8_iter", 352 "yoke", 353 "zerofrom", 354 "zerovec", 355] 356 357[[package]] 358name = "icu_locale_core" 359version = "2.2.0" 360source = "registry+https://github.com/rust-lang/crates.io-index" 361checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" 362dependencies = [ 363 "displaydoc", 364 "litemap", 365 "tinystr", 366 "writeable", 367 "zerovec", 368] 369 370[[package]] 371name = "icu_normalizer" 372version = "2.2.0" 373source = "registry+https://github.com/rust-lang/crates.io-index" 374checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" 375dependencies = [ 376 "icu_collections", 377 "icu_normalizer_data", 378 "icu_properties", 379 "icu_provider", 380 "smallvec", 381 "zerovec", 382] 383 384[[package]] 385name = "icu_normalizer_data" 386version = "2.2.0" 387source = "registry+https://github.com/rust-lang/crates.io-index" 388checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" 389 390[[package]] 391name = "icu_properties" 392version = "2.2.0" 393source = "registry+https://github.com/rust-lang/crates.io-index" 394checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" 395dependencies = [ 396 "icu_collections", 397 "icu_locale_core", 398 "icu_properties_data", 399 "icu_provider", 400 "zerotrie", 401 "zerovec", 402] 403 404[[package]] 405name = "icu_properties_data" 406version = "2.2.0" 407source = "registry+https://github.com/rust-lang/crates.io-index" 408checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" 409 410[[package]] 411name = "icu_provider" 412version = "2.2.0" 413source = "registry+https://github.com/rust-lang/crates.io-index" 414checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" 415dependencies = [ 416 "displaydoc", 417 "icu_locale_core", 418 "writeable", 419 "yoke", 420 "zerofrom", 421 "zerotrie", 422 "zerovec", 423] 424 425[[package]] 426name = "idna" 427version = "1.1.0" 428source = "registry+https://github.com/rust-lang/crates.io-index" 429checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 430dependencies = [ 431 "idna_adapter", 432 "smallvec", 433 "utf8_iter", 434] 435 436[[package]] 437name = "idna_adapter" 438version = "1.2.1" 439source = "registry+https://github.com/rust-lang/crates.io-index" 440checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 441dependencies = [ 442 "icu_normalizer", 443 "icu_properties", 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 = "is_terminal_polyfill" 458version = "1.70.2" 459source = "registry+https://github.com/rust-lang/crates.io-index" 460checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 461 462[[package]] 463name = "itoa" 464version = "1.0.18" 465source = "registry+https://github.com/rust-lang/crates.io-index" 466checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" 467 468[[package]] 469name = "jiff" 470version = "0.2.34" 471source = "registry+https://github.com/rust-lang/crates.io-index" 472checksum = "e184d09547b80eb7e20d141ba2fb1fbac843ca53f4cf1b31210adc4c1adc6e16" 473dependencies = [ 474 "defmt", 475 "jiff-core", 476 "jiff-static", 477 "log", 478 "portable-atomic", 479 "portable-atomic-util", 480 "serde_core", 481] 482 483[[package]] 484name = "jiff-core" 485version = "0.1.0" 486source = "registry+https://github.com/rust-lang/crates.io-index" 487checksum = "7feca88439efe53da3754500c1851dedf3cb36c524dd5cf8225cc0794de95d09" 488dependencies = [ 489 "defmt", 490] 491 492[[package]] 493name = "jiff-static" 494version = "0.2.34" 495source = "registry+https://github.com/rust-lang/crates.io-index" 496checksum = "323da076b7a6faf914dc677cb05a4b907742ff7375c8322c9e7f5061e5e0e9de" 497dependencies = [ 498 "jiff-core", 499 "proc-macro2", 500 "quote", 501 "syn 2.0.119", 502] 503 504[[package]] 505name = "libc" 506version = "0.2.189" 507source = "registry+https://github.com/rust-lang/crates.io-index" 508checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2" 509 510[[package]] 511name = "litemap" 512version = "0.8.2" 513source = "registry+https://github.com/rust-lang/crates.io-index" 514checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" 515 516[[package]] 517name = "litrs" 518version = "1.0.0" 519source = "registry+https://github.com/rust-lang/crates.io-index" 520checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" 521 522[[package]] 523name = "log" 524version = "0.4.33" 525source = "registry+https://github.com/rust-lang/crates.io-index" 526checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" 527 528[[package]] 529name = "memchr" 530version = "2.8.3" 531source = "registry+https://github.com/rust-lang/crates.io-index" 532checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98" 533 534[[package]] 535name = "num-conv" 536version = "0.2.1" 537source = "registry+https://github.com/rust-lang/crates.io-index" 538checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967" 539 540[[package]] 541name = "octseq" 542version = "0.6.1" 543source = "registry+https://github.com/rust-lang/crates.io-index" 544checksum = "182eab3e1cd9cdc0ecf1ce3342d9844f3dc7d098f0694569bfdf327b612d69fd" 545dependencies = [ 546 "bytes", 547 "serde", 548] 549 550[[package]] 551name = "once_cell" 552version = "1.21.4" 553source = "registry+https://github.com/rust-lang/crates.io-index" 554checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" 555 556[[package]] 557name = "once_cell_polyfill" 558version = "1.70.2" 559source = "registry+https://github.com/rust-lang/crates.io-index" 560checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 561 562[[package]] 563name = "percent-encoding" 564version = "2.3.2" 565source = "registry+https://github.com/rust-lang/crates.io-index" 566checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 567 568[[package]] 569name = "portable-atomic" 570version = "1.14.0" 571source = "registry+https://github.com/rust-lang/crates.io-index" 572checksum = "3d20d5497ef88037a52ff98267d066e7f11fcc5e99bbfbd58a42336193aacec3" 573 574[[package]] 575name = "portable-atomic-util" 576version = "0.2.7" 577source = "registry+https://github.com/rust-lang/crates.io-index" 578checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618" 579dependencies = [ 580 "portable-atomic", 581] 582 583[[package]] 584name = "potential_utf" 585version = "0.1.5" 586source = "registry+https://github.com/rust-lang/crates.io-index" 587checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564" 588dependencies = [ 589 "zerovec", 590] 591 592[[package]] 593name = "powerfmt" 594version = "0.2.0" 595source = "registry+https://github.com/rust-lang/crates.io-index" 596checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 597 598[[package]] 599name = "proc-macro2" 600version = "1.0.107" 601source = "registry+https://github.com/rust-lang/crates.io-index" 602checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9" 603dependencies = [ 604 "unicode-ident", 605] 606 607[[package]] 608name = "quote" 609version = "1.0.47" 610source = "registry+https://github.com/rust-lang/crates.io-index" 611checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001" 612dependencies = [ 613 "proc-macro2", 614] 615 616[[package]] 617name = "ring" 618version = "0.17.14" 619source = "registry+https://github.com/rust-lang/crates.io-index" 620checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 621dependencies = [ 622 "cc", 623 "cfg-if", 624 "getrandom", 625 "libc", 626 "untrusted", 627 "windows-sys 0.52.0", 628] 629 630[[package]] 631name = "rustls" 632version = "0.23.42" 633source = "registry+https://github.com/rust-lang/crates.io-index" 634checksum = "3c54fcab019b409d04215d3a17cb438fd7fbf192ee61461f20f4fe18704bc138" 635dependencies = [ 636 "log", 637 "once_cell", 638 "ring", 639 "rustls-pki-types", 640 "rustls-webpki", 641 "subtle", 642 "zeroize", 643] 644 645[[package]] 646name = "rustls-pki-types" 647version = "1.15.0" 648source = "registry+https://github.com/rust-lang/crates.io-index" 649checksum = "764899a24af3980067ee14bc143654f297b22eaebfe3c7b6b211920a5a59b046" 650dependencies = [ 651 "zeroize", 652] 653 654[[package]] 655name = "rustls-webpki" 656version = "0.103.13" 657source = "registry+https://github.com/rust-lang/crates.io-index" 658checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" 659dependencies = [ 660 "ring", 661 "rustls-pki-types", 662 "untrusted", 663] 664 665[[package]] 666name = "serde" 667version = "1.0.229" 668source = "registry+https://github.com/rust-lang/crates.io-index" 669checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba" 670dependencies = [ 671 "serde_core", 672 "serde_derive", 673] 674 675[[package]] 676name = "serde_core" 677version = "1.0.229" 678source = "registry+https://github.com/rust-lang/crates.io-index" 679checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48" 680dependencies = [ 681 "serde_derive", 682] 683 684[[package]] 685name = "serde_derive" 686version = "1.0.229" 687source = "registry+https://github.com/rust-lang/crates.io-index" 688checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348" 689dependencies = [ 690 "proc-macro2", 691 "quote", 692 "syn 3.0.3", 693] 694 695[[package]] 696name = "serde_json" 697version = "1.0.151" 698source = "registry+https://github.com/rust-lang/crates.io-index" 699checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14" 700dependencies = [ 701 "itoa", 702 "memchr", 703 "serde", 704 "serde_core", 705 "zmij", 706] 707 708[[package]] 709name = "shlex" 710version = "2.0.1" 711source = "registry+https://github.com/rust-lang/crates.io-index" 712checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" 713 714[[package]] 715name = "smallvec" 716version = "1.15.2" 717source = "registry+https://github.com/rust-lang/crates.io-index" 718checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90" 719 720[[package]] 721name = "stable_deref_trait" 722version = "1.2.1" 723source = "registry+https://github.com/rust-lang/crates.io-index" 724checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 725 726[[package]] 727name = "strsim" 728version = "0.11.1" 729source = "registry+https://github.com/rust-lang/crates.io-index" 730checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 731 732[[package]] 733name = "subtle" 734version = "2.6.1" 735source = "registry+https://github.com/rust-lang/crates.io-index" 736checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 737 738[[package]] 739name = "syn" 740version = "2.0.119" 741source = "registry+https://github.com/rust-lang/crates.io-index" 742checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297" 743dependencies = [ 744 "proc-macro2", 745 "quote", 746 "unicode-ident", 747] 748 749[[package]] 750name = "syn" 751version = "3.0.3" 752source = "registry+https://github.com/rust-lang/crates.io-index" 753checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3" 754dependencies = [ 755 "proc-macro2", 756 "quote", 757 "unicode-ident", 758] 759 760[[package]] 761name = "synstructure" 762version = "0.13.2" 763source = "registry+https://github.com/rust-lang/crates.io-index" 764checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 765dependencies = [ 766 "proc-macro2", 767 "quote", 768 "syn 2.0.119", 769] 770 771[[package]] 772name = "thiserror" 773version = "2.0.19" 774source = "registry+https://github.com/rust-lang/crates.io-index" 775checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9" 776dependencies = [ 777 "thiserror-impl", 778] 779 780[[package]] 781name = "thiserror-impl" 782version = "2.0.19" 783source = "registry+https://github.com/rust-lang/crates.io-index" 784checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd" 785dependencies = [ 786 "proc-macro2", 787 "quote", 788 "syn 3.0.3", 789] 790 791[[package]] 792name = "time" 793version = "0.3.47" 794source = "registry+https://github.com/rust-lang/crates.io-index" 795checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" 796dependencies = [ 797 "deranged", 798 "itoa", 799 "num-conv", 800 "powerfmt", 801 "serde_core", 802 "time-core", 803 "time-macros", 804] 805 806[[package]] 807name = "time-core" 808version = "0.1.8" 809source = "registry+https://github.com/rust-lang/crates.io-index" 810checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" 811 812[[package]] 813name = "time-macros" 814version = "0.2.27" 815source = "registry+https://github.com/rust-lang/crates.io-index" 816checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" 817dependencies = [ 818 "num-conv", 819 "time-core", 820] 821 822[[package]] 823name = "tinystr" 824version = "0.8.3" 825source = "registry+https://github.com/rust-lang/crates.io-index" 826checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" 827dependencies = [ 828 "displaydoc", 829 "zerovec", 830] 831 832[[package]] 833name = "unicode-ident" 834version = "1.0.24" 835source = "registry+https://github.com/rust-lang/crates.io-index" 836checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 837 838[[package]] 839name = "untrusted" 840version = "0.9.0" 841source = "registry+https://github.com/rust-lang/crates.io-index" 842checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 843 844[[package]] 845name = "ureq" 846version = "3.3.0" 847source = "registry+https://github.com/rust-lang/crates.io-index" 848checksum = "dea7109cdcd5864d4eeb1b58a1648dc9bf520360d7af16ec26d0a9354bafcfc0" 849dependencies = [ 850 "base64", 851 "cookie_store", 852 "log", 853 "percent-encoding", 854 "rustls", 855 "rustls-pki-types", 856 "serde", 857 "serde_json", 858 "ureq-proto", 859 "utf8-zero", 860 "webpki-roots", 861] 862 863[[package]] 864name = "ureq-proto" 865version = "0.6.0" 866source = "registry+https://github.com/rust-lang/crates.io-index" 867checksum = "e994ba84b0bd1b1b0cf92878b7ef898a5c1760108fe7b6010327e274917a808c" 868dependencies = [ 869 "base64", 870 "http", 871 "httparse", 872 "log", 873] 874 875[[package]] 876name = "url" 877version = "2.5.8" 878source = "registry+https://github.com/rust-lang/crates.io-index" 879checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" 880dependencies = [ 881 "form_urlencoded", 882 "idna", 883 "percent-encoding", 884 "serde", 885] 886 887[[package]] 888name = "utf8-zero" 889version = "0.8.1" 890source = "registry+https://github.com/rust-lang/crates.io-index" 891checksum = "b8c0a043c9540bae7c578c88f91dda8bd82e59ae27c21baca69c8b191aaf5a6e" 892 893[[package]] 894name = "utf8_iter" 895version = "1.0.4" 896source = "registry+https://github.com/rust-lang/crates.io-index" 897checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 898 899[[package]] 900name = "utf8parse" 901version = "0.2.2" 902source = "registry+https://github.com/rust-lang/crates.io-index" 903checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 904 905[[package]] 906name = "version_check" 907version = "0.9.5" 908source = "registry+https://github.com/rust-lang/crates.io-index" 909checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 910 911[[package]] 912name = "wasi" 913version = "0.11.1+wasi-snapshot-preview1" 914source = "registry+https://github.com/rust-lang/crates.io-index" 915checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 916 917[[package]] 918name = "webpki-roots" 919version = "1.0.9" 920source = "registry+https://github.com/rust-lang/crates.io-index" 921checksum = "7dcd9d09a39985f5344844e66b0c530a33843579125f23e21e9f0f220850f22a" 922dependencies = [ 923 "rustls-pki-types", 924] 925 926[[package]] 927name = "windows-link" 928version = "0.2.1" 929source = "registry+https://github.com/rust-lang/crates.io-index" 930checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 931 932[[package]] 933name = "windows-sys" 934version = "0.52.0" 935source = "registry+https://github.com/rust-lang/crates.io-index" 936checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 937dependencies = [ 938 "windows-targets", 939] 940 941[[package]] 942name = "windows-sys" 943version = "0.61.2" 944source = "registry+https://github.com/rust-lang/crates.io-index" 945checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 946dependencies = [ 947 "windows-link", 948] 949 950[[package]] 951name = "windows-targets" 952version = "0.52.6" 953source = "registry+https://github.com/rust-lang/crates.io-index" 954checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 955dependencies = [ 956 "windows_aarch64_gnullvm", 957 "windows_aarch64_msvc", 958 "windows_i686_gnu", 959 "windows_i686_gnullvm", 960 "windows_i686_msvc", 961 "windows_x86_64_gnu", 962 "windows_x86_64_gnullvm", 963 "windows_x86_64_msvc", 964] 965 966[[package]] 967name = "windows_aarch64_gnullvm" 968version = "0.52.6" 969source = "registry+https://github.com/rust-lang/crates.io-index" 970checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 971 972[[package]] 973name = "windows_aarch64_msvc" 974version = "0.52.6" 975source = "registry+https://github.com/rust-lang/crates.io-index" 976checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 977 978[[package]] 979name = "windows_i686_gnu" 980version = "0.52.6" 981source = "registry+https://github.com/rust-lang/crates.io-index" 982checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 983 984[[package]] 985name = "windows_i686_gnullvm" 986version = "0.52.6" 987source = "registry+https://github.com/rust-lang/crates.io-index" 988checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 989 990[[package]] 991name = "windows_i686_msvc" 992version = "0.52.6" 993source = "registry+https://github.com/rust-lang/crates.io-index" 994checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 995 996[[package]] 997name = "windows_x86_64_gnu" 998version = "0.52.6" 999source = "registry+https://github.com/rust-lang/crates.io-index" 1000checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 1001 1002[[package]] 1003name = "windows_x86_64_gnullvm" 1004version = "0.52.6" 1005source = "registry+https://github.com/rust-lang/crates.io-index" 1006checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 1007 1008[[package]] 1009name = "windows_x86_64_msvc" 1010version = "0.52.6" 1011source = "registry+https://github.com/rust-lang/crates.io-index" 1012checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 1013 1014[[package]] 1015name = "writeable" 1016version = "0.6.3" 1017source = "registry+https://github.com/rust-lang/crates.io-index" 1018checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" 1019 1020[[package]] 1021name = "yoke" 1022version = "0.8.2" 1023source = "registry+https://github.com/rust-lang/crates.io-index" 1024checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca" 1025dependencies = [ 1026 "stable_deref_trait", 1027 "yoke-derive", 1028 "zerofrom", 1029] 1030 1031[[package]] 1032name = "yoke-derive" 1033version = "0.8.2" 1034source = "registry+https://github.com/rust-lang/crates.io-index" 1035checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" 1036dependencies = [ 1037 "proc-macro2", 1038 "quote", 1039 "syn 2.0.119", 1040 "synstructure", 1041] 1042 1043[[package]] 1044name = "zerofrom" 1045version = "0.1.7" 1046source = "registry+https://github.com/rust-lang/crates.io-index" 1047checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df" 1048dependencies = [ 1049 "zerofrom-derive", 1050] 1051 1052[[package]] 1053name = "zerofrom-derive" 1054version = "0.1.7" 1055source = "registry+https://github.com/rust-lang/crates.io-index" 1056checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" 1057dependencies = [ 1058 "proc-macro2", 1059 "quote", 1060 "syn 2.0.119", 1061 "synstructure", 1062] 1063 1064[[package]] 1065name = "zeroize" 1066version = "1.9.0" 1067source = "registry+https://github.com/rust-lang/crates.io-index" 1068checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e" 1069 1070[[package]] 1071name = "zerotrie" 1072version = "0.2.4" 1073source = "registry+https://github.com/rust-lang/crates.io-index" 1074checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf" 1075dependencies = [ 1076 "displaydoc", 1077 "yoke", 1078 "zerofrom", 1079] 1080 1081[[package]] 1082name = "zerovec" 1083version = "0.11.6" 1084source = "registry+https://github.com/rust-lang/crates.io-index" 1085checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" 1086dependencies = [ 1087 "yoke", 1088 "zerofrom", 1089 "zerovec-derive", 1090] 1091 1092[[package]] 1093name = "zerovec-derive" 1094version = "0.11.3" 1095source = "registry+https://github.com/rust-lang/crates.io-index" 1096checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" 1097dependencies = [ 1098 "proc-macro2", 1099 "quote", 1100 "syn 2.0.119", 1101] 1102 1103[[package]] 1104name = "zmij" 1105version = "1.0.23" 1106source = "registry+https://github.com/rust-lang/crates.io-index" 1107checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"