1*d4726bddSHONG Yifan# This file is automatically @generated by Cargo. 2*d4726bddSHONG Yifan# It is not intended for manual editing. 3*d4726bddSHONG Yifanversion = 3 4*d4726bddSHONG Yifan 5*d4726bddSHONG Yifan[[package]] 6*d4726bddSHONG Yifanname = "adler" 7*d4726bddSHONG Yifanversion = "1.0.2" 8*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 9*d4726bddSHONG Yifanchecksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 10*d4726bddSHONG Yifan 11*d4726bddSHONG Yifan[[package]] 12*d4726bddSHONG Yifanname = "aho-corasick" 13*d4726bddSHONG Yifanversion = "1.0.2" 14*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 15*d4726bddSHONG Yifanchecksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41" 16*d4726bddSHONG Yifandependencies = [ 17*d4726bddSHONG Yifan "memchr", 18*d4726bddSHONG Yifan] 19*d4726bddSHONG Yifan 20*d4726bddSHONG Yifan[[package]] 21*d4726bddSHONG Yifanname = "android-tzdata" 22*d4726bddSHONG Yifanversion = "0.1.1" 23*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 24*d4726bddSHONG Yifanchecksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 25*d4726bddSHONG Yifan 26*d4726bddSHONG Yifan[[package]] 27*d4726bddSHONG Yifanname = "android_system_properties" 28*d4726bddSHONG Yifanversion = "0.1.5" 29*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 30*d4726bddSHONG Yifanchecksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 31*d4726bddSHONG Yifandependencies = [ 32*d4726bddSHONG Yifan "libc", 33*d4726bddSHONG Yifan] 34*d4726bddSHONG Yifan 35*d4726bddSHONG Yifan[[package]] 36*d4726bddSHONG Yifanname = "anstream" 37*d4726bddSHONG Yifanversion = "0.3.2" 38*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 39*d4726bddSHONG Yifanchecksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163" 40*d4726bddSHONG Yifandependencies = [ 41*d4726bddSHONG Yifan "anstyle", 42*d4726bddSHONG Yifan "anstyle-parse", 43*d4726bddSHONG Yifan "anstyle-query", 44*d4726bddSHONG Yifan "anstyle-wincon", 45*d4726bddSHONG Yifan "colorchoice", 46*d4726bddSHONG Yifan "is-terminal", 47*d4726bddSHONG Yifan "utf8parse", 48*d4726bddSHONG Yifan] 49*d4726bddSHONG Yifan 50*d4726bddSHONG Yifan[[package]] 51*d4726bddSHONG Yifanname = "anstyle" 52*d4726bddSHONG Yifanversion = "1.0.1" 53*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 54*d4726bddSHONG Yifanchecksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd" 55*d4726bddSHONG Yifan 56*d4726bddSHONG Yifan[[package]] 57*d4726bddSHONG Yifanname = "anstyle-parse" 58*d4726bddSHONG Yifanversion = "0.2.1" 59*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 60*d4726bddSHONG Yifanchecksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333" 61*d4726bddSHONG Yifandependencies = [ 62*d4726bddSHONG Yifan "utf8parse", 63*d4726bddSHONG Yifan] 64*d4726bddSHONG Yifan 65*d4726bddSHONG Yifan[[package]] 66*d4726bddSHONG Yifanname = "anstyle-query" 67*d4726bddSHONG Yifanversion = "1.0.0" 68*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 69*d4726bddSHONG Yifanchecksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" 70*d4726bddSHONG Yifandependencies = [ 71*d4726bddSHONG Yifan "windows-sys", 72*d4726bddSHONG Yifan] 73*d4726bddSHONG Yifan 74*d4726bddSHONG Yifan[[package]] 75*d4726bddSHONG Yifanname = "anstyle-wincon" 76*d4726bddSHONG Yifanversion = "1.0.1" 77*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 78*d4726bddSHONG Yifanchecksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188" 79*d4726bddSHONG Yifandependencies = [ 80*d4726bddSHONG Yifan "anstyle", 81*d4726bddSHONG Yifan "windows-sys", 82*d4726bddSHONG Yifan] 83*d4726bddSHONG Yifan 84*d4726bddSHONG Yifan[[package]] 85*d4726bddSHONG Yifanname = "anyhow" 86*d4726bddSHONG Yifanversion = "1.0.75" 87*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 88*d4726bddSHONG Yifanchecksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" 89*d4726bddSHONG Yifan 90*d4726bddSHONG Yifan[[package]] 91*d4726bddSHONG Yifanname = "arc-swap" 92*d4726bddSHONG Yifanversion = "1.6.0" 93*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 94*d4726bddSHONG Yifanchecksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6" 95*d4726bddSHONG Yifan 96*d4726bddSHONG Yifan[[package]] 97*d4726bddSHONG Yifanname = "arrayvec" 98*d4726bddSHONG Yifanversion = "0.7.4" 99*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 100*d4726bddSHONG Yifanchecksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" 101*d4726bddSHONG Yifan 102*d4726bddSHONG Yifan[[package]] 103*d4726bddSHONG Yifanname = "autocfg" 104*d4726bddSHONG Yifanversion = "1.1.0" 105*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 106*d4726bddSHONG Yifanchecksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 107*d4726bddSHONG Yifan 108*d4726bddSHONG Yifan[[package]] 109*d4726bddSHONG Yifanname = "bitflags" 110*d4726bddSHONG Yifanversion = "1.3.2" 111*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 112*d4726bddSHONG Yifanchecksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 113*d4726bddSHONG Yifan 114*d4726bddSHONG Yifan[[package]] 115*d4726bddSHONG Yifanname = "bitflags" 116*d4726bddSHONG Yifanversion = "2.4.1" 117*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 118*d4726bddSHONG Yifanchecksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" 119*d4726bddSHONG Yifan 120*d4726bddSHONG Yifan[[package]] 121*d4726bddSHONG Yifanname = "block-buffer" 122*d4726bddSHONG Yifanversion = "0.10.4" 123*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 124*d4726bddSHONG Yifanchecksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 125*d4726bddSHONG Yifandependencies = [ 126*d4726bddSHONG Yifan "generic-array", 127*d4726bddSHONG Yifan] 128*d4726bddSHONG Yifan 129*d4726bddSHONG Yifan[[package]] 130*d4726bddSHONG Yifanname = "bstr" 131*d4726bddSHONG Yifanversion = "1.6.0" 132*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 133*d4726bddSHONG Yifanchecksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05" 134*d4726bddSHONG Yifandependencies = [ 135*d4726bddSHONG Yifan "memchr", 136*d4726bddSHONG Yifan "regex-automata 0.3.3", 137*d4726bddSHONG Yifan "serde", 138*d4726bddSHONG Yifan] 139*d4726bddSHONG Yifan 140*d4726bddSHONG Yifan[[package]] 141*d4726bddSHONG Yifanname = "btoi" 142*d4726bddSHONG Yifanversion = "0.4.3" 143*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 144*d4726bddSHONG Yifanchecksum = "9dd6407f73a9b8b6162d8a2ef999fe6afd7cc15902ebf42c5cd296addf17e0ad" 145*d4726bddSHONG Yifandependencies = [ 146*d4726bddSHONG Yifan "num-traits", 147*d4726bddSHONG Yifan] 148*d4726bddSHONG Yifan 149*d4726bddSHONG Yifan[[package]] 150*d4726bddSHONG Yifanname = "bumpalo" 151*d4726bddSHONG Yifanversion = "3.13.0" 152*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 153*d4726bddSHONG Yifanchecksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" 154*d4726bddSHONG Yifan 155*d4726bddSHONG Yifan[[package]] 156*d4726bddSHONG Yifanname = "byteyarn" 157*d4726bddSHONG Yifanversion = "0.2.3" 158*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 159*d4726bddSHONG Yifanchecksum = "a7534301c0ea17abb4db06d75efc7b4b0fa360fce8e175a4330d721c71c942ff" 160*d4726bddSHONG Yifan 161*d4726bddSHONG Yifan[[package]] 162*d4726bddSHONG Yifanname = "camino" 163*d4726bddSHONG Yifanversion = "1.1.6" 164*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 165*d4726bddSHONG Yifanchecksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c" 166*d4726bddSHONG Yifandependencies = [ 167*d4726bddSHONG Yifan "serde", 168*d4726bddSHONG Yifan] 169*d4726bddSHONG Yifan 170*d4726bddSHONG Yifan[[package]] 171*d4726bddSHONG Yifanname = "cargo-bazel" 172*d4726bddSHONG Yifanversion = "0.14.0" 173*d4726bddSHONG Yifandependencies = [ 174*d4726bddSHONG Yifan "anyhow", 175*d4726bddSHONG Yifan "camino", 176*d4726bddSHONG Yifan "cargo-lock", 177*d4726bddSHONG Yifan "cargo-platform", 178*d4726bddSHONG Yifan "cargo_metadata", 179*d4726bddSHONG Yifan "cargo_toml", 180*d4726bddSHONG Yifan "cfg-expr", 181*d4726bddSHONG Yifan "clap", 182*d4726bddSHONG Yifan "crates-index", 183*d4726bddSHONG Yifan "hex", 184*d4726bddSHONG Yifan "indoc", 185*d4726bddSHONG Yifan "itertools", 186*d4726bddSHONG Yifan "maplit", 187*d4726bddSHONG Yifan "normpath", 188*d4726bddSHONG Yifan "once_cell", 189*d4726bddSHONG Yifan "pathdiff", 190*d4726bddSHONG Yifan "regex", 191*d4726bddSHONG Yifan "semver", 192*d4726bddSHONG Yifan "serde", 193*d4726bddSHONG Yifan "serde_json", 194*d4726bddSHONG Yifan "serde_starlark", 195*d4726bddSHONG Yifan "sha2", 196*d4726bddSHONG Yifan "spdx", 197*d4726bddSHONG Yifan "spectral", 198*d4726bddSHONG Yifan "tempfile", 199*d4726bddSHONG Yifan "tera", 200*d4726bddSHONG Yifan "textwrap", 201*d4726bddSHONG Yifan "toml 0.8.10", 202*d4726bddSHONG Yifan "tracing", 203*d4726bddSHONG Yifan "tracing-subscriber", 204*d4726bddSHONG Yifan "url", 205*d4726bddSHONG Yifan] 206*d4726bddSHONG Yifan 207*d4726bddSHONG Yifan[[package]] 208*d4726bddSHONG Yifanname = "cargo-lock" 209*d4726bddSHONG Yifanversion = "9.0.0" 210*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 211*d4726bddSHONG Yifanchecksum = "e11c675378efb449ed3ce8de78d75d0d80542fc98487c26aba28eb3b82feac72" 212*d4726bddSHONG Yifandependencies = [ 213*d4726bddSHONG Yifan "semver", 214*d4726bddSHONG Yifan "serde", 215*d4726bddSHONG Yifan "toml 0.7.6", 216*d4726bddSHONG Yifan "url", 217*d4726bddSHONG Yifan] 218*d4726bddSHONG Yifan 219*d4726bddSHONG Yifan[[package]] 220*d4726bddSHONG Yifanname = "cargo-platform" 221*d4726bddSHONG Yifanversion = "0.1.4" 222*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 223*d4726bddSHONG Yifanchecksum = "12024c4645c97566567129c204f65d5815a8c9aecf30fcbe682b2fe034996d36" 224*d4726bddSHONG Yifandependencies = [ 225*d4726bddSHONG Yifan "serde", 226*d4726bddSHONG Yifan] 227*d4726bddSHONG Yifan 228*d4726bddSHONG Yifan[[package]] 229*d4726bddSHONG Yifanname = "cargo_metadata" 230*d4726bddSHONG Yifanversion = "0.18.1" 231*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 232*d4726bddSHONG Yifanchecksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037" 233*d4726bddSHONG Yifandependencies = [ 234*d4726bddSHONG Yifan "camino", 235*d4726bddSHONG Yifan "cargo-platform", 236*d4726bddSHONG Yifan "semver", 237*d4726bddSHONG Yifan "serde", 238*d4726bddSHONG Yifan "serde_json", 239*d4726bddSHONG Yifan "thiserror", 240*d4726bddSHONG Yifan] 241*d4726bddSHONG Yifan 242*d4726bddSHONG Yifan[[package]] 243*d4726bddSHONG Yifanname = "cargo_toml" 244*d4726bddSHONG Yifanversion = "0.19.2" 245*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 246*d4726bddSHONG Yifanchecksum = "a98356df42a2eb1bd8f1793ae4ee4de48e384dd974ce5eac8eee802edb7492be" 247*d4726bddSHONG Yifandependencies = [ 248*d4726bddSHONG Yifan "serde", 249*d4726bddSHONG Yifan "toml 0.8.10", 250*d4726bddSHONG Yifan] 251*d4726bddSHONG Yifan 252*d4726bddSHONG Yifan[[package]] 253*d4726bddSHONG Yifanname = "cc" 254*d4726bddSHONG Yifanversion = "1.0.79" 255*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 256*d4726bddSHONG Yifanchecksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 257*d4726bddSHONG Yifan 258*d4726bddSHONG Yifan[[package]] 259*d4726bddSHONG Yifanname = "cfg-expr" 260*d4726bddSHONG Yifanversion = "0.15.5" 261*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 262*d4726bddSHONG Yifanchecksum = "03915af431787e6ffdcc74c645077518c6b6e01f80b761e0fbbfa288536311b3" 263*d4726bddSHONG Yifandependencies = [ 264*d4726bddSHONG Yifan "smallvec", 265*d4726bddSHONG Yifan] 266*d4726bddSHONG Yifan 267*d4726bddSHONG Yifan[[package]] 268*d4726bddSHONG Yifanname = "cfg-if" 269*d4726bddSHONG Yifanversion = "1.0.0" 270*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 271*d4726bddSHONG Yifanchecksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 272*d4726bddSHONG Yifan 273*d4726bddSHONG Yifan[[package]] 274*d4726bddSHONG Yifanname = "chrono" 275*d4726bddSHONG Yifanversion = "0.4.26" 276*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 277*d4726bddSHONG Yifanchecksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" 278*d4726bddSHONG Yifandependencies = [ 279*d4726bddSHONG Yifan "android-tzdata", 280*d4726bddSHONG Yifan "iana-time-zone", 281*d4726bddSHONG Yifan "num-traits", 282*d4726bddSHONG Yifan "winapi", 283*d4726bddSHONG Yifan] 284*d4726bddSHONG Yifan 285*d4726bddSHONG Yifan[[package]] 286*d4726bddSHONG Yifanname = "chrono-tz" 287*d4726bddSHONG Yifanversion = "0.8.4" 288*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 289*d4726bddSHONG Yifanchecksum = "e23185c0e21df6ed832a12e2bda87c7d1def6842881fb634a8511ced741b0d76" 290*d4726bddSHONG Yifandependencies = [ 291*d4726bddSHONG Yifan "chrono", 292*d4726bddSHONG Yifan "chrono-tz-build", 293*d4726bddSHONG Yifan "phf", 294*d4726bddSHONG Yifan] 295*d4726bddSHONG Yifan 296*d4726bddSHONG Yifan[[package]] 297*d4726bddSHONG Yifanname = "chrono-tz-build" 298*d4726bddSHONG Yifanversion = "0.2.1" 299*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 300*d4726bddSHONG Yifanchecksum = "433e39f13c9a060046954e0592a8d0a4bcb1040125cbf91cb8ee58964cfb350f" 301*d4726bddSHONG Yifandependencies = [ 302*d4726bddSHONG Yifan "parse-zoneinfo", 303*d4726bddSHONG Yifan "phf", 304*d4726bddSHONG Yifan "phf_codegen", 305*d4726bddSHONG Yifan] 306*d4726bddSHONG Yifan 307*d4726bddSHONG Yifan[[package]] 308*d4726bddSHONG Yifanname = "clap" 309*d4726bddSHONG Yifanversion = "4.3.11" 310*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 311*d4726bddSHONG Yifanchecksum = "1640e5cc7fb47dbb8338fd471b105e7ed6c3cb2aeb00c2e067127ffd3764a05d" 312*d4726bddSHONG Yifandependencies = [ 313*d4726bddSHONG Yifan "clap_builder", 314*d4726bddSHONG Yifan "clap_derive", 315*d4726bddSHONG Yifan "once_cell", 316*d4726bddSHONG Yifan] 317*d4726bddSHONG Yifan 318*d4726bddSHONG Yifan[[package]] 319*d4726bddSHONG Yifanname = "clap_builder" 320*d4726bddSHONG Yifanversion = "4.3.11" 321*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 322*d4726bddSHONG Yifanchecksum = "98c59138d527eeaf9b53f35a77fcc1fad9d883116070c63d5de1c7dc7b00c72b" 323*d4726bddSHONG Yifandependencies = [ 324*d4726bddSHONG Yifan "anstream", 325*d4726bddSHONG Yifan "anstyle", 326*d4726bddSHONG Yifan "clap_lex", 327*d4726bddSHONG Yifan "strsim", 328*d4726bddSHONG Yifan] 329*d4726bddSHONG Yifan 330*d4726bddSHONG Yifan[[package]] 331*d4726bddSHONG Yifanname = "clap_derive" 332*d4726bddSHONG Yifanversion = "4.3.2" 333*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 334*d4726bddSHONG Yifanchecksum = "b8cd2b2a819ad6eec39e8f1d6b53001af1e5469f8c177579cdaeb313115b825f" 335*d4726bddSHONG Yifandependencies = [ 336*d4726bddSHONG Yifan "heck", 337*d4726bddSHONG Yifan "proc-macro2", 338*d4726bddSHONG Yifan "quote", 339*d4726bddSHONG Yifan "syn 2.0.32", 340*d4726bddSHONG Yifan] 341*d4726bddSHONG Yifan 342*d4726bddSHONG Yifan[[package]] 343*d4726bddSHONG Yifanname = "clap_lex" 344*d4726bddSHONG Yifanversion = "0.5.0" 345*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 346*d4726bddSHONG Yifanchecksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" 347*d4726bddSHONG Yifan 348*d4726bddSHONG Yifan[[package]] 349*d4726bddSHONG Yifanname = "clru" 350*d4726bddSHONG Yifanversion = "0.6.1" 351*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 352*d4726bddSHONG Yifanchecksum = "b8191fa7302e03607ff0e237d4246cc043ff5b3cb9409d995172ba3bea16b807" 353*d4726bddSHONG Yifan 354*d4726bddSHONG Yifan[[package]] 355*d4726bddSHONG Yifanname = "colorchoice" 356*d4726bddSHONG Yifanversion = "1.0.0" 357*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 358*d4726bddSHONG Yifanchecksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" 359*d4726bddSHONG Yifan 360*d4726bddSHONG Yifan[[package]] 361*d4726bddSHONG Yifanname = "core-foundation-sys" 362*d4726bddSHONG Yifanversion = "0.8.4" 363*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 364*d4726bddSHONG Yifanchecksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 365*d4726bddSHONG Yifan 366*d4726bddSHONG Yifan[[package]] 367*d4726bddSHONG Yifanname = "cpufeatures" 368*d4726bddSHONG Yifanversion = "0.2.9" 369*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 370*d4726bddSHONG Yifanchecksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1" 371*d4726bddSHONG Yifandependencies = [ 372*d4726bddSHONG Yifan "libc", 373*d4726bddSHONG Yifan] 374*d4726bddSHONG Yifan 375*d4726bddSHONG Yifan[[package]] 376*d4726bddSHONG Yifanname = "crates-index" 377*d4726bddSHONG Yifanversion = "2.2.0" 378*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 379*d4726bddSHONG Yifanchecksum = "33bc10579ea08741ae173928194b6c42c90b295d51ddd0d18238eaf15502ac87" 380*d4726bddSHONG Yifandependencies = [ 381*d4726bddSHONG Yifan "gix", 382*d4726bddSHONG Yifan "hex", 383*d4726bddSHONG Yifan "home", 384*d4726bddSHONG Yifan "memchr", 385*d4726bddSHONG Yifan "rustc-hash", 386*d4726bddSHONG Yifan "semver", 387*d4726bddSHONG Yifan "serde", 388*d4726bddSHONG Yifan "serde_derive", 389*d4726bddSHONG Yifan "serde_json", 390*d4726bddSHONG Yifan "smol_str", 391*d4726bddSHONG Yifan "thiserror", 392*d4726bddSHONG Yifan "toml 0.8.10", 393*d4726bddSHONG Yifan] 394*d4726bddSHONG Yifan 395*d4726bddSHONG Yifan[[package]] 396*d4726bddSHONG Yifanname = "crc32fast" 397*d4726bddSHONG Yifanversion = "1.3.2" 398*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 399*d4726bddSHONG Yifanchecksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 400*d4726bddSHONG Yifandependencies = [ 401*d4726bddSHONG Yifan "cfg-if", 402*d4726bddSHONG Yifan] 403*d4726bddSHONG Yifan 404*d4726bddSHONG Yifan[[package]] 405*d4726bddSHONG Yifanname = "cross_installer" 406*d4726bddSHONG Yifanversion = "0.1.0" 407*d4726bddSHONG Yifandependencies = [ 408*d4726bddSHONG Yifan "clap", 409*d4726bddSHONG Yifan] 410*d4726bddSHONG Yifan 411*d4726bddSHONG Yifan[[package]] 412*d4726bddSHONG Yifanname = "crossbeam" 413*d4726bddSHONG Yifanversion = "0.8.2" 414*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 415*d4726bddSHONG Yifanchecksum = "2801af0d36612ae591caa9568261fddce32ce6e08a7275ea334a06a4ad021a2c" 416*d4726bddSHONG Yifandependencies = [ 417*d4726bddSHONG Yifan "cfg-if", 418*d4726bddSHONG Yifan "crossbeam-channel", 419*d4726bddSHONG Yifan "crossbeam-deque", 420*d4726bddSHONG Yifan "crossbeam-epoch", 421*d4726bddSHONG Yifan "crossbeam-queue", 422*d4726bddSHONG Yifan "crossbeam-utils", 423*d4726bddSHONG Yifan] 424*d4726bddSHONG Yifan 425*d4726bddSHONG Yifan[[package]] 426*d4726bddSHONG Yifanname = "crossbeam-channel" 427*d4726bddSHONG Yifanversion = "0.5.8" 428*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 429*d4726bddSHONG Yifanchecksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" 430*d4726bddSHONG Yifandependencies = [ 431*d4726bddSHONG Yifan "cfg-if", 432*d4726bddSHONG Yifan "crossbeam-utils", 433*d4726bddSHONG Yifan] 434*d4726bddSHONG Yifan 435*d4726bddSHONG Yifan[[package]] 436*d4726bddSHONG Yifanname = "crossbeam-deque" 437*d4726bddSHONG Yifanversion = "0.8.3" 438*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 439*d4726bddSHONG Yifanchecksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" 440*d4726bddSHONG Yifandependencies = [ 441*d4726bddSHONG Yifan "cfg-if", 442*d4726bddSHONG Yifan "crossbeam-epoch", 443*d4726bddSHONG Yifan "crossbeam-utils", 444*d4726bddSHONG Yifan] 445*d4726bddSHONG Yifan 446*d4726bddSHONG Yifan[[package]] 447*d4726bddSHONG Yifanname = "crossbeam-epoch" 448*d4726bddSHONG Yifanversion = "0.9.15" 449*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 450*d4726bddSHONG Yifanchecksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" 451*d4726bddSHONG Yifandependencies = [ 452*d4726bddSHONG Yifan "autocfg", 453*d4726bddSHONG Yifan "cfg-if", 454*d4726bddSHONG Yifan "crossbeam-utils", 455*d4726bddSHONG Yifan "memoffset", 456*d4726bddSHONG Yifan "scopeguard", 457*d4726bddSHONG Yifan] 458*d4726bddSHONG Yifan 459*d4726bddSHONG Yifan[[package]] 460*d4726bddSHONG Yifanname = "crossbeam-queue" 461*d4726bddSHONG Yifanversion = "0.3.8" 462*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 463*d4726bddSHONG Yifanchecksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add" 464*d4726bddSHONG Yifandependencies = [ 465*d4726bddSHONG Yifan "cfg-if", 466*d4726bddSHONG Yifan "crossbeam-utils", 467*d4726bddSHONG Yifan] 468*d4726bddSHONG Yifan 469*d4726bddSHONG Yifan[[package]] 470*d4726bddSHONG Yifanname = "crossbeam-utils" 471*d4726bddSHONG Yifanversion = "0.8.16" 472*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 473*d4726bddSHONG Yifanchecksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" 474*d4726bddSHONG Yifandependencies = [ 475*d4726bddSHONG Yifan "cfg-if", 476*d4726bddSHONG Yifan] 477*d4726bddSHONG Yifan 478*d4726bddSHONG Yifan[[package]] 479*d4726bddSHONG Yifanname = "crypto-common" 480*d4726bddSHONG Yifanversion = "0.1.6" 481*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 482*d4726bddSHONG Yifanchecksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 483*d4726bddSHONG Yifandependencies = [ 484*d4726bddSHONG Yifan "generic-array", 485*d4726bddSHONG Yifan "typenum", 486*d4726bddSHONG Yifan] 487*d4726bddSHONG Yifan 488*d4726bddSHONG Yifan[[package]] 489*d4726bddSHONG Yifanname = "deranged" 490*d4726bddSHONG Yifanversion = "0.3.9" 491*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 492*d4726bddSHONG Yifanchecksum = "0f32d04922c60427da6f9fef14d042d9edddef64cb9d4ce0d64d0685fbeb1fd3" 493*d4726bddSHONG Yifandependencies = [ 494*d4726bddSHONG Yifan "powerfmt", 495*d4726bddSHONG Yifan] 496*d4726bddSHONG Yifan 497*d4726bddSHONG Yifan[[package]] 498*d4726bddSHONG Yifanname = "deunicode" 499*d4726bddSHONG Yifanversion = "0.4.3" 500*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 501*d4726bddSHONG Yifanchecksum = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690" 502*d4726bddSHONG Yifan 503*d4726bddSHONG Yifan[[package]] 504*d4726bddSHONG Yifanname = "digest" 505*d4726bddSHONG Yifanversion = "0.10.7" 506*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 507*d4726bddSHONG Yifanchecksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 508*d4726bddSHONG Yifandependencies = [ 509*d4726bddSHONG Yifan "block-buffer", 510*d4726bddSHONG Yifan "crypto-common", 511*d4726bddSHONG Yifan] 512*d4726bddSHONG Yifan 513*d4726bddSHONG Yifan[[package]] 514*d4726bddSHONG Yifanname = "dunce" 515*d4726bddSHONG Yifanversion = "1.0.4" 516*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 517*d4726bddSHONG Yifanchecksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b" 518*d4726bddSHONG Yifan 519*d4726bddSHONG Yifan[[package]] 520*d4726bddSHONG Yifanname = "either" 521*d4726bddSHONG Yifanversion = "1.9.0" 522*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 523*d4726bddSHONG Yifanchecksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" 524*d4726bddSHONG Yifan 525*d4726bddSHONG Yifan[[package]] 526*d4726bddSHONG Yifanname = "encoding_rs" 527*d4726bddSHONG Yifanversion = "0.8.33" 528*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 529*d4726bddSHONG Yifanchecksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" 530*d4726bddSHONG Yifandependencies = [ 531*d4726bddSHONG Yifan "cfg-if", 532*d4726bddSHONG Yifan] 533*d4726bddSHONG Yifan 534*d4726bddSHONG Yifan[[package]] 535*d4726bddSHONG Yifanname = "equivalent" 536*d4726bddSHONG Yifanversion = "1.0.1" 537*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 538*d4726bddSHONG Yifanchecksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 539*d4726bddSHONG Yifan 540*d4726bddSHONG Yifan[[package]] 541*d4726bddSHONG Yifanname = "errno" 542*d4726bddSHONG Yifanversion = "0.3.1" 543*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 544*d4726bddSHONG Yifanchecksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 545*d4726bddSHONG Yifandependencies = [ 546*d4726bddSHONG Yifan "errno-dragonfly", 547*d4726bddSHONG Yifan "libc", 548*d4726bddSHONG Yifan "windows-sys", 549*d4726bddSHONG Yifan] 550*d4726bddSHONG Yifan 551*d4726bddSHONG Yifan[[package]] 552*d4726bddSHONG Yifanname = "errno-dragonfly" 553*d4726bddSHONG Yifanversion = "0.1.2" 554*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 555*d4726bddSHONG Yifanchecksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 556*d4726bddSHONG Yifandependencies = [ 557*d4726bddSHONG Yifan "cc", 558*d4726bddSHONG Yifan "libc", 559*d4726bddSHONG Yifan] 560*d4726bddSHONG Yifan 561*d4726bddSHONG Yifan[[package]] 562*d4726bddSHONG Yifanname = "faster-hex" 563*d4726bddSHONG Yifanversion = "0.8.1" 564*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 565*d4726bddSHONG Yifanchecksum = "239f7bfb930f820ab16a9cd95afc26f88264cf6905c960b340a615384aa3338a" 566*d4726bddSHONG Yifandependencies = [ 567*d4726bddSHONG Yifan "serde", 568*d4726bddSHONG Yifan] 569*d4726bddSHONG Yifan 570*d4726bddSHONG Yifan[[package]] 571*d4726bddSHONG Yifanname = "fastrand" 572*d4726bddSHONG Yifanversion = "2.0.1" 573*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 574*d4726bddSHONG Yifanchecksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" 575*d4726bddSHONG Yifan 576*d4726bddSHONG Yifan[[package]] 577*d4726bddSHONG Yifanname = "filetime" 578*d4726bddSHONG Yifanversion = "0.2.22" 579*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 580*d4726bddSHONG Yifanchecksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0" 581*d4726bddSHONG Yifandependencies = [ 582*d4726bddSHONG Yifan "cfg-if", 583*d4726bddSHONG Yifan "libc", 584*d4726bddSHONG Yifan "redox_syscall 0.3.5", 585*d4726bddSHONG Yifan "windows-sys", 586*d4726bddSHONG Yifan] 587*d4726bddSHONG Yifan 588*d4726bddSHONG Yifan[[package]] 589*d4726bddSHONG Yifanname = "flate2" 590*d4726bddSHONG Yifanversion = "1.0.28" 591*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 592*d4726bddSHONG Yifanchecksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" 593*d4726bddSHONG Yifandependencies = [ 594*d4726bddSHONG Yifan "crc32fast", 595*d4726bddSHONG Yifan "miniz_oxide", 596*d4726bddSHONG Yifan] 597*d4726bddSHONG Yifan 598*d4726bddSHONG Yifan[[package]] 599*d4726bddSHONG Yifanname = "fnv" 600*d4726bddSHONG Yifanversion = "1.0.7" 601*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 602*d4726bddSHONG Yifanchecksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 603*d4726bddSHONG Yifan 604*d4726bddSHONG Yifan[[package]] 605*d4726bddSHONG Yifanname = "form_urlencoded" 606*d4726bddSHONG Yifanversion = "1.2.1" 607*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 608*d4726bddSHONG Yifanchecksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 609*d4726bddSHONG Yifandependencies = [ 610*d4726bddSHONG Yifan "percent-encoding", 611*d4726bddSHONG Yifan] 612*d4726bddSHONG Yifan 613*d4726bddSHONG Yifan[[package]] 614*d4726bddSHONG Yifanname = "fuchsia-cprng" 615*d4726bddSHONG Yifanversion = "0.1.1" 616*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 617*d4726bddSHONG Yifanchecksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" 618*d4726bddSHONG Yifan 619*d4726bddSHONG Yifan[[package]] 620*d4726bddSHONG Yifanname = "generic-array" 621*d4726bddSHONG Yifanversion = "0.14.7" 622*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 623*d4726bddSHONG Yifanchecksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 624*d4726bddSHONG Yifandependencies = [ 625*d4726bddSHONG Yifan "typenum", 626*d4726bddSHONG Yifan "version_check", 627*d4726bddSHONG Yifan] 628*d4726bddSHONG Yifan 629*d4726bddSHONG Yifan[[package]] 630*d4726bddSHONG Yifanname = "getrandom" 631*d4726bddSHONG Yifanversion = "0.2.10" 632*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 633*d4726bddSHONG Yifanchecksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" 634*d4726bddSHONG Yifandependencies = [ 635*d4726bddSHONG Yifan "cfg-if", 636*d4726bddSHONG Yifan "libc", 637*d4726bddSHONG Yifan "wasi", 638*d4726bddSHONG Yifan] 639*d4726bddSHONG Yifan 640*d4726bddSHONG Yifan[[package]] 641*d4726bddSHONG Yifanname = "gix" 642*d4726bddSHONG Yifanversion = "0.54.1" 643*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 644*d4726bddSHONG Yifanchecksum = "ad6d32e74454459690d57d18ea4ebec1629936e6b130b51d12cb4a81630ac953" 645*d4726bddSHONG Yifandependencies = [ 646*d4726bddSHONG Yifan "gix-actor", 647*d4726bddSHONG Yifan "gix-attributes", 648*d4726bddSHONG Yifan "gix-commitgraph", 649*d4726bddSHONG Yifan "gix-config", 650*d4726bddSHONG Yifan "gix-credentials", 651*d4726bddSHONG Yifan "gix-date", 652*d4726bddSHONG Yifan "gix-diff", 653*d4726bddSHONG Yifan "gix-discover", 654*d4726bddSHONG Yifan "gix-features", 655*d4726bddSHONG Yifan "gix-filter", 656*d4726bddSHONG Yifan "gix-fs", 657*d4726bddSHONG Yifan "gix-glob", 658*d4726bddSHONG Yifan "gix-hash", 659*d4726bddSHONG Yifan "gix-hashtable", 660*d4726bddSHONG Yifan "gix-ignore", 661*d4726bddSHONG Yifan "gix-index", 662*d4726bddSHONG Yifan "gix-lock", 663*d4726bddSHONG Yifan "gix-macros", 664*d4726bddSHONG Yifan "gix-negotiate", 665*d4726bddSHONG Yifan "gix-object", 666*d4726bddSHONG Yifan "gix-odb", 667*d4726bddSHONG Yifan "gix-pack", 668*d4726bddSHONG Yifan "gix-path", 669*d4726bddSHONG Yifan "gix-pathspec", 670*d4726bddSHONG Yifan "gix-prompt", 671*d4726bddSHONG Yifan "gix-protocol", 672*d4726bddSHONG Yifan "gix-ref", 673*d4726bddSHONG Yifan "gix-refspec", 674*d4726bddSHONG Yifan "gix-revision", 675*d4726bddSHONG Yifan "gix-revwalk", 676*d4726bddSHONG Yifan "gix-sec", 677*d4726bddSHONG Yifan "gix-submodule", 678*d4726bddSHONG Yifan "gix-tempfile", 679*d4726bddSHONG Yifan "gix-trace", 680*d4726bddSHONG Yifan "gix-traverse", 681*d4726bddSHONG Yifan "gix-url", 682*d4726bddSHONG Yifan "gix-utils", 683*d4726bddSHONG Yifan "gix-validate", 684*d4726bddSHONG Yifan "gix-worktree", 685*d4726bddSHONG Yifan "once_cell", 686*d4726bddSHONG Yifan "parking_lot", 687*d4726bddSHONG Yifan "smallvec", 688*d4726bddSHONG Yifan "thiserror", 689*d4726bddSHONG Yifan "unicode-normalization", 690*d4726bddSHONG Yifan] 691*d4726bddSHONG Yifan 692*d4726bddSHONG Yifan[[package]] 693*d4726bddSHONG Yifanname = "gix-actor" 694*d4726bddSHONG Yifanversion = "0.27.0" 695*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 696*d4726bddSHONG Yifanchecksum = "08c60e982c5290897122d4e2622447f014a2dadd5a18cb73d50bb91b31645e27" 697*d4726bddSHONG Yifandependencies = [ 698*d4726bddSHONG Yifan "bstr", 699*d4726bddSHONG Yifan "btoi", 700*d4726bddSHONG Yifan "gix-date", 701*d4726bddSHONG Yifan "itoa", 702*d4726bddSHONG Yifan "thiserror", 703*d4726bddSHONG Yifan "winnow", 704*d4726bddSHONG Yifan] 705*d4726bddSHONG Yifan 706*d4726bddSHONG Yifan[[package]] 707*d4726bddSHONG Yifanname = "gix-attributes" 708*d4726bddSHONG Yifanversion = "0.19.0" 709*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 710*d4726bddSHONG Yifanchecksum = "2451665e70709ba4753b623ef97511ee98c4a73816b2c5b5df25678d607ed820" 711*d4726bddSHONG Yifandependencies = [ 712*d4726bddSHONG Yifan "bstr", 713*d4726bddSHONG Yifan "byteyarn", 714*d4726bddSHONG Yifan "gix-glob", 715*d4726bddSHONG Yifan "gix-path", 716*d4726bddSHONG Yifan "gix-quote", 717*d4726bddSHONG Yifan "gix-trace", 718*d4726bddSHONG Yifan "smallvec", 719*d4726bddSHONG Yifan "thiserror", 720*d4726bddSHONG Yifan "unicode-bom", 721*d4726bddSHONG Yifan] 722*d4726bddSHONG Yifan 723*d4726bddSHONG Yifan[[package]] 724*d4726bddSHONG Yifanname = "gix-bitmap" 725*d4726bddSHONG Yifanversion = "0.2.7" 726*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 727*d4726bddSHONG Yifanchecksum = "0ccab4bc576844ddb51b78d81b4a42d73e6229660fa614dfc3d3999c874d1959" 728*d4726bddSHONG Yifandependencies = [ 729*d4726bddSHONG Yifan "thiserror", 730*d4726bddSHONG Yifan] 731*d4726bddSHONG Yifan 732*d4726bddSHONG Yifan[[package]] 733*d4726bddSHONG Yifanname = "gix-chunk" 734*d4726bddSHONG Yifanversion = "0.4.4" 735*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 736*d4726bddSHONG Yifanchecksum = "5b42ea64420f7994000130328f3c7a2038f639120518870436d31b8bde704493" 737*d4726bddSHONG Yifandependencies = [ 738*d4726bddSHONG Yifan "thiserror", 739*d4726bddSHONG Yifan] 740*d4726bddSHONG Yifan 741*d4726bddSHONG Yifan[[package]] 742*d4726bddSHONG Yifanname = "gix-command" 743*d4726bddSHONG Yifanversion = "0.2.10" 744*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 745*d4726bddSHONG Yifanchecksum = "3c576cfbf577f72c097b5f88aedea502cd62952bdc1fb3adcab4531d5525a4c7" 746*d4726bddSHONG Yifandependencies = [ 747*d4726bddSHONG Yifan "bstr", 748*d4726bddSHONG Yifan] 749*d4726bddSHONG Yifan 750*d4726bddSHONG Yifan[[package]] 751*d4726bddSHONG Yifanname = "gix-commitgraph" 752*d4726bddSHONG Yifanversion = "0.21.0" 753*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 754*d4726bddSHONG Yifanchecksum = "e75a975ee22cf0a002bfe9b5d5cb3d2a88e263a8a178cd7509133cff10f4df8a" 755*d4726bddSHONG Yifandependencies = [ 756*d4726bddSHONG Yifan "bstr", 757*d4726bddSHONG Yifan "gix-chunk", 758*d4726bddSHONG Yifan "gix-features", 759*d4726bddSHONG Yifan "gix-hash", 760*d4726bddSHONG Yifan "memmap2", 761*d4726bddSHONG Yifan "thiserror", 762*d4726bddSHONG Yifan] 763*d4726bddSHONG Yifan 764*d4726bddSHONG Yifan[[package]] 765*d4726bddSHONG Yifanname = "gix-config" 766*d4726bddSHONG Yifanversion = "0.30.0" 767*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 768*d4726bddSHONG Yifanchecksum = "c171514b40487d3f677ae37efc0f45ac980e3169f23c27eb30a70b47fdf88ab5" 769*d4726bddSHONG Yifandependencies = [ 770*d4726bddSHONG Yifan "bstr", 771*d4726bddSHONG Yifan "gix-config-value", 772*d4726bddSHONG Yifan "gix-features", 773*d4726bddSHONG Yifan "gix-glob", 774*d4726bddSHONG Yifan "gix-path", 775*d4726bddSHONG Yifan "gix-ref", 776*d4726bddSHONG Yifan "gix-sec", 777*d4726bddSHONG Yifan "memchr", 778*d4726bddSHONG Yifan "once_cell", 779*d4726bddSHONG Yifan "smallvec", 780*d4726bddSHONG Yifan "thiserror", 781*d4726bddSHONG Yifan "unicode-bom", 782*d4726bddSHONG Yifan "winnow", 783*d4726bddSHONG Yifan] 784*d4726bddSHONG Yifan 785*d4726bddSHONG Yifan[[package]] 786*d4726bddSHONG Yifanname = "gix-config-value" 787*d4726bddSHONG Yifanversion = "0.14.0" 788*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 789*d4726bddSHONG Yifanchecksum = "ea7505b97f4d8e7933e29735a568ba2f86d8de466669d9f0e8321384f9972f47" 790*d4726bddSHONG Yifandependencies = [ 791*d4726bddSHONG Yifan "bitflags 2.4.1", 792*d4726bddSHONG Yifan "bstr", 793*d4726bddSHONG Yifan "gix-path", 794*d4726bddSHONG Yifan "libc", 795*d4726bddSHONG Yifan "thiserror", 796*d4726bddSHONG Yifan] 797*d4726bddSHONG Yifan 798*d4726bddSHONG Yifan[[package]] 799*d4726bddSHONG Yifanname = "gix-credentials" 800*d4726bddSHONG Yifanversion = "0.20.0" 801*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 802*d4726bddSHONG Yifanchecksum = "46900b884cc5af6a6c141ee741607c0c651a4e1d33614b8d888a1ba81cc0bc8a" 803*d4726bddSHONG Yifandependencies = [ 804*d4726bddSHONG Yifan "bstr", 805*d4726bddSHONG Yifan "gix-command", 806*d4726bddSHONG Yifan "gix-config-value", 807*d4726bddSHONG Yifan "gix-path", 808*d4726bddSHONG Yifan "gix-prompt", 809*d4726bddSHONG Yifan "gix-sec", 810*d4726bddSHONG Yifan "gix-url", 811*d4726bddSHONG Yifan "thiserror", 812*d4726bddSHONG Yifan] 813*d4726bddSHONG Yifan 814*d4726bddSHONG Yifan[[package]] 815*d4726bddSHONG Yifanname = "gix-date" 816*d4726bddSHONG Yifanversion = "0.8.0" 817*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 818*d4726bddSHONG Yifanchecksum = "fc7df669639582dc7c02737642f76890b03b5544e141caba68a7d6b4eb551e0d" 819*d4726bddSHONG Yifandependencies = [ 820*d4726bddSHONG Yifan "bstr", 821*d4726bddSHONG Yifan "itoa", 822*d4726bddSHONG Yifan "thiserror", 823*d4726bddSHONG Yifan "time", 824*d4726bddSHONG Yifan] 825*d4726bddSHONG Yifan 826*d4726bddSHONG Yifan[[package]] 827*d4726bddSHONG Yifanname = "gix-diff" 828*d4726bddSHONG Yifanversion = "0.36.0" 829*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 830*d4726bddSHONG Yifanchecksum = "788ddb152c388206e81f36bcbb574e7ed7827c27d8fa62227b34edc333d8928c" 831*d4726bddSHONG Yifandependencies = [ 832*d4726bddSHONG Yifan "gix-hash", 833*d4726bddSHONG Yifan "gix-object", 834*d4726bddSHONG Yifan "thiserror", 835*d4726bddSHONG Yifan] 836*d4726bddSHONG Yifan 837*d4726bddSHONG Yifan[[package]] 838*d4726bddSHONG Yifanname = "gix-discover" 839*d4726bddSHONG Yifanversion = "0.25.0" 840*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 841*d4726bddSHONG Yifanchecksum = "69507643d75a0ea9a402fcf73ced517d2b95cc95385904ac09d03e0b952fde33" 842*d4726bddSHONG Yifandependencies = [ 843*d4726bddSHONG Yifan "bstr", 844*d4726bddSHONG Yifan "dunce", 845*d4726bddSHONG Yifan "gix-hash", 846*d4726bddSHONG Yifan "gix-path", 847*d4726bddSHONG Yifan "gix-ref", 848*d4726bddSHONG Yifan "gix-sec", 849*d4726bddSHONG Yifan "thiserror", 850*d4726bddSHONG Yifan] 851*d4726bddSHONG Yifan 852*d4726bddSHONG Yifan[[package]] 853*d4726bddSHONG Yifanname = "gix-features" 854*d4726bddSHONG Yifanversion = "0.35.0" 855*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 856*d4726bddSHONG Yifanchecksum = "9b9ff423ae4983f762659040d13dd7a5defbd54b6a04ac3cc7347741cec828cd" 857*d4726bddSHONG Yifandependencies = [ 858*d4726bddSHONG Yifan "crc32fast", 859*d4726bddSHONG Yifan "crossbeam-channel", 860*d4726bddSHONG Yifan "flate2", 861*d4726bddSHONG Yifan "gix-hash", 862*d4726bddSHONG Yifan "gix-trace", 863*d4726bddSHONG Yifan "jwalk", 864*d4726bddSHONG Yifan "libc", 865*d4726bddSHONG Yifan "once_cell", 866*d4726bddSHONG Yifan "parking_lot", 867*d4726bddSHONG Yifan "prodash", 868*d4726bddSHONG Yifan "sha1_smol", 869*d4726bddSHONG Yifan "thiserror", 870*d4726bddSHONG Yifan "walkdir", 871*d4726bddSHONG Yifan] 872*d4726bddSHONG Yifan 873*d4726bddSHONG Yifan[[package]] 874*d4726bddSHONG Yifanname = "gix-filter" 875*d4726bddSHONG Yifanversion = "0.5.0" 876*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 877*d4726bddSHONG Yifanchecksum = "1be40d28cd41445bb6cd52c4d847d915900e5466f7433eaee6a9e0a3d1d88b08" 878*d4726bddSHONG Yifandependencies = [ 879*d4726bddSHONG Yifan "bstr", 880*d4726bddSHONG Yifan "encoding_rs", 881*d4726bddSHONG Yifan "gix-attributes", 882*d4726bddSHONG Yifan "gix-command", 883*d4726bddSHONG Yifan "gix-hash", 884*d4726bddSHONG Yifan "gix-object", 885*d4726bddSHONG Yifan "gix-packetline-blocking", 886*d4726bddSHONG Yifan "gix-path", 887*d4726bddSHONG Yifan "gix-quote", 888*d4726bddSHONG Yifan "gix-trace", 889*d4726bddSHONG Yifan "smallvec", 890*d4726bddSHONG Yifan "thiserror", 891*d4726bddSHONG Yifan] 892*d4726bddSHONG Yifan 893*d4726bddSHONG Yifan[[package]] 894*d4726bddSHONG Yifanname = "gix-fs" 895*d4726bddSHONG Yifanversion = "0.7.0" 896*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 897*d4726bddSHONG Yifanchecksum = "09815faba62fe9b32d918b75a554686c98e43f7d48c43a80df58eb718e5c6635" 898*d4726bddSHONG Yifandependencies = [ 899*d4726bddSHONG Yifan "gix-features", 900*d4726bddSHONG Yifan] 901*d4726bddSHONG Yifan 902*d4726bddSHONG Yifan[[package]] 903*d4726bddSHONG Yifanname = "gix-glob" 904*d4726bddSHONG Yifanversion = "0.13.0" 905*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 906*d4726bddSHONG Yifanchecksum = "a9d76e85f11251dcf751d2c5e918a14f562db5be6f727fd24775245653e9b19d" 907*d4726bddSHONG Yifandependencies = [ 908*d4726bddSHONG Yifan "bitflags 2.4.1", 909*d4726bddSHONG Yifan "bstr", 910*d4726bddSHONG Yifan "gix-features", 911*d4726bddSHONG Yifan "gix-path", 912*d4726bddSHONG Yifan] 913*d4726bddSHONG Yifan 914*d4726bddSHONG Yifan[[package]] 915*d4726bddSHONG Yifanname = "gix-hash" 916*d4726bddSHONG Yifanversion = "0.13.1" 917*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 918*d4726bddSHONG Yifanchecksum = "1884c7b41ea0875217c1be9ce91322f90bde433e91d374d0e1276073a51ccc60" 919*d4726bddSHONG Yifandependencies = [ 920*d4726bddSHONG Yifan "faster-hex", 921*d4726bddSHONG Yifan "thiserror", 922*d4726bddSHONG Yifan] 923*d4726bddSHONG Yifan 924*d4726bddSHONG Yifan[[package]] 925*d4726bddSHONG Yifanname = "gix-hashtable" 926*d4726bddSHONG Yifanversion = "0.4.0" 927*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 928*d4726bddSHONG Yifanchecksum = "409268480841ad008e81c17ca5a293393fbf9f2b6c2f85b8ab9de1f0c5176a16" 929*d4726bddSHONG Yifandependencies = [ 930*d4726bddSHONG Yifan "gix-hash", 931*d4726bddSHONG Yifan "hashbrown", 932*d4726bddSHONG Yifan "parking_lot", 933*d4726bddSHONG Yifan] 934*d4726bddSHONG Yifan 935*d4726bddSHONG Yifan[[package]] 936*d4726bddSHONG Yifanname = "gix-ignore" 937*d4726bddSHONG Yifanversion = "0.8.0" 938*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 939*d4726bddSHONG Yifanchecksum = "b048f443a1f6b02da4205c34d2e287e3fd45d75e8e2f06cfb216630ea9bff5e3" 940*d4726bddSHONG Yifandependencies = [ 941*d4726bddSHONG Yifan "bstr", 942*d4726bddSHONG Yifan "gix-glob", 943*d4726bddSHONG Yifan "gix-path", 944*d4726bddSHONG Yifan "unicode-bom", 945*d4726bddSHONG Yifan] 946*d4726bddSHONG Yifan 947*d4726bddSHONG Yifan[[package]] 948*d4726bddSHONG Yifanname = "gix-index" 949*d4726bddSHONG Yifanversion = "0.25.0" 950*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 951*d4726bddSHONG Yifanchecksum = "f54d63a9d13c13088f41f5a3accbec284e492ac8f4f707fcc307c139622e17b7" 952*d4726bddSHONG Yifandependencies = [ 953*d4726bddSHONG Yifan "bitflags 2.4.1", 954*d4726bddSHONG Yifan "bstr", 955*d4726bddSHONG Yifan "btoi", 956*d4726bddSHONG Yifan "filetime", 957*d4726bddSHONG Yifan "gix-bitmap", 958*d4726bddSHONG Yifan "gix-features", 959*d4726bddSHONG Yifan "gix-fs", 960*d4726bddSHONG Yifan "gix-hash", 961*d4726bddSHONG Yifan "gix-lock", 962*d4726bddSHONG Yifan "gix-object", 963*d4726bddSHONG Yifan "gix-traverse", 964*d4726bddSHONG Yifan "itoa", 965*d4726bddSHONG Yifan "memmap2", 966*d4726bddSHONG Yifan "smallvec", 967*d4726bddSHONG Yifan "thiserror", 968*d4726bddSHONG Yifan] 969*d4726bddSHONG Yifan 970*d4726bddSHONG Yifan[[package]] 971*d4726bddSHONG Yifanname = "gix-lock" 972*d4726bddSHONG Yifanversion = "10.0.0" 973*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 974*d4726bddSHONG Yifanchecksum = "47fc96fa8b6b6d33555021907c81eb3b27635daecf6e630630bdad44f8feaa95" 975*d4726bddSHONG Yifandependencies = [ 976*d4726bddSHONG Yifan "gix-tempfile", 977*d4726bddSHONG Yifan "gix-utils", 978*d4726bddSHONG Yifan "thiserror", 979*d4726bddSHONG Yifan] 980*d4726bddSHONG Yifan 981*d4726bddSHONG Yifan[[package]] 982*d4726bddSHONG Yifanname = "gix-macros" 983*d4726bddSHONG Yifanversion = "0.1.0" 984*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 985*d4726bddSHONG Yifanchecksum = "9d8acb5ee668d55f0f2d19a320a3f9ef67a6999ad483e11135abcc2464ed18b6" 986*d4726bddSHONG Yifandependencies = [ 987*d4726bddSHONG Yifan "proc-macro2", 988*d4726bddSHONG Yifan "quote", 989*d4726bddSHONG Yifan "syn 2.0.32", 990*d4726bddSHONG Yifan] 991*d4726bddSHONG Yifan 992*d4726bddSHONG Yifan[[package]] 993*d4726bddSHONG Yifanname = "gix-negotiate" 994*d4726bddSHONG Yifanversion = "0.8.0" 995*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 996*d4726bddSHONG Yifanchecksum = "6f1697bf9911c6d1b8d709b9e6ef718cb5ea5821a1b7991520125a8134448004" 997*d4726bddSHONG Yifandependencies = [ 998*d4726bddSHONG Yifan "bitflags 2.4.1", 999*d4726bddSHONG Yifan "gix-commitgraph", 1000*d4726bddSHONG Yifan "gix-date", 1001*d4726bddSHONG Yifan "gix-hash", 1002*d4726bddSHONG Yifan "gix-object", 1003*d4726bddSHONG Yifan "gix-revwalk", 1004*d4726bddSHONG Yifan "smallvec", 1005*d4726bddSHONG Yifan "thiserror", 1006*d4726bddSHONG Yifan] 1007*d4726bddSHONG Yifan 1008*d4726bddSHONG Yifan[[package]] 1009*d4726bddSHONG Yifanname = "gix-object" 1010*d4726bddSHONG Yifanversion = "0.37.0" 1011*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1012*d4726bddSHONG Yifanchecksum = "1e7e19616c67967374137bae83e950e9b518a9ea8a605069bd6716ada357fd6f" 1013*d4726bddSHONG Yifandependencies = [ 1014*d4726bddSHONG Yifan "bstr", 1015*d4726bddSHONG Yifan "btoi", 1016*d4726bddSHONG Yifan "gix-actor", 1017*d4726bddSHONG Yifan "gix-date", 1018*d4726bddSHONG Yifan "gix-features", 1019*d4726bddSHONG Yifan "gix-hash", 1020*d4726bddSHONG Yifan "gix-validate", 1021*d4726bddSHONG Yifan "itoa", 1022*d4726bddSHONG Yifan "smallvec", 1023*d4726bddSHONG Yifan "thiserror", 1024*d4726bddSHONG Yifan "winnow", 1025*d4726bddSHONG Yifan] 1026*d4726bddSHONG Yifan 1027*d4726bddSHONG Yifan[[package]] 1028*d4726bddSHONG Yifanname = "gix-odb" 1029*d4726bddSHONG Yifanversion = "0.53.0" 1030*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1031*d4726bddSHONG Yifanchecksum = "8d6a392c6ba3a2f133cdc63120e9bc7aec81eef763db372c817de31febfe64bf" 1032*d4726bddSHONG Yifandependencies = [ 1033*d4726bddSHONG Yifan "arc-swap", 1034*d4726bddSHONG Yifan "gix-date", 1035*d4726bddSHONG Yifan "gix-features", 1036*d4726bddSHONG Yifan "gix-hash", 1037*d4726bddSHONG Yifan "gix-object", 1038*d4726bddSHONG Yifan "gix-pack", 1039*d4726bddSHONG Yifan "gix-path", 1040*d4726bddSHONG Yifan "gix-quote", 1041*d4726bddSHONG Yifan "parking_lot", 1042*d4726bddSHONG Yifan "tempfile", 1043*d4726bddSHONG Yifan "thiserror", 1044*d4726bddSHONG Yifan] 1045*d4726bddSHONG Yifan 1046*d4726bddSHONG Yifan[[package]] 1047*d4726bddSHONG Yifanname = "gix-pack" 1048*d4726bddSHONG Yifanversion = "0.43.0" 1049*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1050*d4726bddSHONG Yifanchecksum = "7536203a45b31e1bc5694bbf90ba8da1b736c77040dd6a520db369f371eb1ab3" 1051*d4726bddSHONG Yifandependencies = [ 1052*d4726bddSHONG Yifan "clru", 1053*d4726bddSHONG Yifan "gix-chunk", 1054*d4726bddSHONG Yifan "gix-features", 1055*d4726bddSHONG Yifan "gix-hash", 1056*d4726bddSHONG Yifan "gix-hashtable", 1057*d4726bddSHONG Yifan "gix-object", 1058*d4726bddSHONG Yifan "gix-path", 1059*d4726bddSHONG Yifan "gix-tempfile", 1060*d4726bddSHONG Yifan "memmap2", 1061*d4726bddSHONG Yifan "parking_lot", 1062*d4726bddSHONG Yifan "smallvec", 1063*d4726bddSHONG Yifan "thiserror", 1064*d4726bddSHONG Yifan "uluru", 1065*d4726bddSHONG Yifan] 1066*d4726bddSHONG Yifan 1067*d4726bddSHONG Yifan[[package]] 1068*d4726bddSHONG Yifanname = "gix-packetline" 1069*d4726bddSHONG Yifanversion = "0.16.7" 1070*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1071*d4726bddSHONG Yifanchecksum = "8a8384b1e964151aff0d5632dd9b191059d07dff358b96bd940f1b452600d7ab" 1072*d4726bddSHONG Yifandependencies = [ 1073*d4726bddSHONG Yifan "bstr", 1074*d4726bddSHONG Yifan "faster-hex", 1075*d4726bddSHONG Yifan "thiserror", 1076*d4726bddSHONG Yifan] 1077*d4726bddSHONG Yifan 1078*d4726bddSHONG Yifan[[package]] 1079*d4726bddSHONG Yifanname = "gix-packetline-blocking" 1080*d4726bddSHONG Yifanversion = "0.16.6" 1081*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1082*d4726bddSHONG Yifanchecksum = "7d8395f7501c84d6a1fe902035fdfd8cd86d89e2dd6be0200ec1a72fd3c92d39" 1083*d4726bddSHONG Yifandependencies = [ 1084*d4726bddSHONG Yifan "bstr", 1085*d4726bddSHONG Yifan "faster-hex", 1086*d4726bddSHONG Yifan "thiserror", 1087*d4726bddSHONG Yifan] 1088*d4726bddSHONG Yifan 1089*d4726bddSHONG Yifan[[package]] 1090*d4726bddSHONG Yifanname = "gix-path" 1091*d4726bddSHONG Yifanversion = "0.10.0" 1092*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1093*d4726bddSHONG Yifanchecksum = "6a1d370115171e3ae03c5c6d4f7d096f2981a40ddccb98dfd704c773530ba73b" 1094*d4726bddSHONG Yifandependencies = [ 1095*d4726bddSHONG Yifan "bstr", 1096*d4726bddSHONG Yifan "gix-trace", 1097*d4726bddSHONG Yifan "home", 1098*d4726bddSHONG Yifan "once_cell", 1099*d4726bddSHONG Yifan "thiserror", 1100*d4726bddSHONG Yifan] 1101*d4726bddSHONG Yifan 1102*d4726bddSHONG Yifan[[package]] 1103*d4726bddSHONG Yifanname = "gix-pathspec" 1104*d4726bddSHONG Yifanversion = "0.3.0" 1105*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1106*d4726bddSHONG Yifanchecksum = "c3e26c9b47c51be73f98d38c84494bd5fb99334c5d6fda14ef5d036d50a9e5fd" 1107*d4726bddSHONG Yifandependencies = [ 1108*d4726bddSHONG Yifan "bitflags 2.4.1", 1109*d4726bddSHONG Yifan "bstr", 1110*d4726bddSHONG Yifan "gix-attributes", 1111*d4726bddSHONG Yifan "gix-config-value", 1112*d4726bddSHONG Yifan "gix-glob", 1113*d4726bddSHONG Yifan "gix-path", 1114*d4726bddSHONG Yifan "thiserror", 1115*d4726bddSHONG Yifan] 1116*d4726bddSHONG Yifan 1117*d4726bddSHONG Yifan[[package]] 1118*d4726bddSHONG Yifanname = "gix-prompt" 1119*d4726bddSHONG Yifanversion = "0.7.0" 1120*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1121*d4726bddSHONG Yifanchecksum = "5c9a913769516f5e9d937afac206fb76428e3d7238e538845842887fda584678" 1122*d4726bddSHONG Yifandependencies = [ 1123*d4726bddSHONG Yifan "gix-command", 1124*d4726bddSHONG Yifan "gix-config-value", 1125*d4726bddSHONG Yifan "parking_lot", 1126*d4726bddSHONG Yifan "rustix 0.38.21", 1127*d4726bddSHONG Yifan "thiserror", 1128*d4726bddSHONG Yifan] 1129*d4726bddSHONG Yifan 1130*d4726bddSHONG Yifan[[package]] 1131*d4726bddSHONG Yifanname = "gix-protocol" 1132*d4726bddSHONG Yifanversion = "0.40.0" 1133*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1134*d4726bddSHONG Yifanchecksum = "cc7b700dc20cc9be8a5130a1fd7e10c34117ffa7068431c8c24d963f0a2e0c9b" 1135*d4726bddSHONG Yifandependencies = [ 1136*d4726bddSHONG Yifan "bstr", 1137*d4726bddSHONG Yifan "btoi", 1138*d4726bddSHONG Yifan "gix-credentials", 1139*d4726bddSHONG Yifan "gix-date", 1140*d4726bddSHONG Yifan "gix-features", 1141*d4726bddSHONG Yifan "gix-hash", 1142*d4726bddSHONG Yifan "gix-transport", 1143*d4726bddSHONG Yifan "maybe-async", 1144*d4726bddSHONG Yifan "thiserror", 1145*d4726bddSHONG Yifan "winnow", 1146*d4726bddSHONG Yifan] 1147*d4726bddSHONG Yifan 1148*d4726bddSHONG Yifan[[package]] 1149*d4726bddSHONG Yifanname = "gix-quote" 1150*d4726bddSHONG Yifanversion = "0.4.7" 1151*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1152*d4726bddSHONG Yifanchecksum = "475c86a97dd0127ba4465fbb239abac9ea10e68301470c9791a6dd5351cdc905" 1153*d4726bddSHONG Yifandependencies = [ 1154*d4726bddSHONG Yifan "bstr", 1155*d4726bddSHONG Yifan "btoi", 1156*d4726bddSHONG Yifan "thiserror", 1157*d4726bddSHONG Yifan] 1158*d4726bddSHONG Yifan 1159*d4726bddSHONG Yifan[[package]] 1160*d4726bddSHONG Yifanname = "gix-ref" 1161*d4726bddSHONG Yifanversion = "0.37.0" 1162*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1163*d4726bddSHONG Yifanchecksum = "22e6b749660b613641769edc1954132eb8071a13c32224891686091bef078de4" 1164*d4726bddSHONG Yifandependencies = [ 1165*d4726bddSHONG Yifan "gix-actor", 1166*d4726bddSHONG Yifan "gix-date", 1167*d4726bddSHONG Yifan "gix-features", 1168*d4726bddSHONG Yifan "gix-fs", 1169*d4726bddSHONG Yifan "gix-hash", 1170*d4726bddSHONG Yifan "gix-lock", 1171*d4726bddSHONG Yifan "gix-object", 1172*d4726bddSHONG Yifan "gix-path", 1173*d4726bddSHONG Yifan "gix-tempfile", 1174*d4726bddSHONG Yifan "gix-validate", 1175*d4726bddSHONG Yifan "memmap2", 1176*d4726bddSHONG Yifan "thiserror", 1177*d4726bddSHONG Yifan "winnow", 1178*d4726bddSHONG Yifan] 1179*d4726bddSHONG Yifan 1180*d4726bddSHONG Yifan[[package]] 1181*d4726bddSHONG Yifanname = "gix-refspec" 1182*d4726bddSHONG Yifanversion = "0.18.0" 1183*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1184*d4726bddSHONG Yifanchecksum = "0895cb7b1e70f3c3bd4550c329e9f5caf2975f97fcd4238e05754e72208ef61e" 1185*d4726bddSHONG Yifandependencies = [ 1186*d4726bddSHONG Yifan "bstr", 1187*d4726bddSHONG Yifan "gix-hash", 1188*d4726bddSHONG Yifan "gix-revision", 1189*d4726bddSHONG Yifan "gix-validate", 1190*d4726bddSHONG Yifan "smallvec", 1191*d4726bddSHONG Yifan "thiserror", 1192*d4726bddSHONG Yifan] 1193*d4726bddSHONG Yifan 1194*d4726bddSHONG Yifan[[package]] 1195*d4726bddSHONG Yifanname = "gix-revision" 1196*d4726bddSHONG Yifanversion = "0.22.0" 1197*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1198*d4726bddSHONG Yifanchecksum = "c8c4b15cf2ab7a35f5bcb3ef146187c8d36df0177e171ca061913cbaaa890e89" 1199*d4726bddSHONG Yifandependencies = [ 1200*d4726bddSHONG Yifan "bstr", 1201*d4726bddSHONG Yifan "gix-date", 1202*d4726bddSHONG Yifan "gix-hash", 1203*d4726bddSHONG Yifan "gix-hashtable", 1204*d4726bddSHONG Yifan "gix-object", 1205*d4726bddSHONG Yifan "gix-revwalk", 1206*d4726bddSHONG Yifan "gix-trace", 1207*d4726bddSHONG Yifan "thiserror", 1208*d4726bddSHONG Yifan] 1209*d4726bddSHONG Yifan 1210*d4726bddSHONG Yifan[[package]] 1211*d4726bddSHONG Yifanname = "gix-revwalk" 1212*d4726bddSHONG Yifanversion = "0.8.0" 1213*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1214*d4726bddSHONG Yifanchecksum = "e9870c6b1032f2084567710c3b2106ac603377f8d25766b8a6b7c33e6e3ca279" 1215*d4726bddSHONG Yifandependencies = [ 1216*d4726bddSHONG Yifan "gix-commitgraph", 1217*d4726bddSHONG Yifan "gix-date", 1218*d4726bddSHONG Yifan "gix-hash", 1219*d4726bddSHONG Yifan "gix-hashtable", 1220*d4726bddSHONG Yifan "gix-object", 1221*d4726bddSHONG Yifan "smallvec", 1222*d4726bddSHONG Yifan "thiserror", 1223*d4726bddSHONG Yifan] 1224*d4726bddSHONG Yifan 1225*d4726bddSHONG Yifan[[package]] 1226*d4726bddSHONG Yifanname = "gix-sec" 1227*d4726bddSHONG Yifanversion = "0.10.0" 1228*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1229*d4726bddSHONG Yifanchecksum = "92b9542ac025a8c02ed5d17b3fc031a111a384e859d0be3532ec4d58c40a0f28" 1230*d4726bddSHONG Yifandependencies = [ 1231*d4726bddSHONG Yifan "bitflags 2.4.1", 1232*d4726bddSHONG Yifan "gix-path", 1233*d4726bddSHONG Yifan "libc", 1234*d4726bddSHONG Yifan "windows", 1235*d4726bddSHONG Yifan] 1236*d4726bddSHONG Yifan 1237*d4726bddSHONG Yifan[[package]] 1238*d4726bddSHONG Yifanname = "gix-submodule" 1239*d4726bddSHONG Yifanversion = "0.4.0" 1240*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1241*d4726bddSHONG Yifanchecksum = "dd0150e82e9282d3f2ab2dd57a22f9f6c3447b9d9856e5321ac92d38e3e0e2b7" 1242*d4726bddSHONG Yifandependencies = [ 1243*d4726bddSHONG Yifan "bstr", 1244*d4726bddSHONG Yifan "gix-config", 1245*d4726bddSHONG Yifan "gix-path", 1246*d4726bddSHONG Yifan "gix-pathspec", 1247*d4726bddSHONG Yifan "gix-refspec", 1248*d4726bddSHONG Yifan "gix-url", 1249*d4726bddSHONG Yifan "thiserror", 1250*d4726bddSHONG Yifan] 1251*d4726bddSHONG Yifan 1252*d4726bddSHONG Yifan[[package]] 1253*d4726bddSHONG Yifanname = "gix-tempfile" 1254*d4726bddSHONG Yifanversion = "10.0.0" 1255*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1256*d4726bddSHONG Yifanchecksum = "5ae0978f3e11dc57290ee75ac2477c815bca1ce2fa7ed5dc5f16db067410ac4d" 1257*d4726bddSHONG Yifandependencies = [ 1258*d4726bddSHONG Yifan "gix-fs", 1259*d4726bddSHONG Yifan "libc", 1260*d4726bddSHONG Yifan "once_cell", 1261*d4726bddSHONG Yifan "parking_lot", 1262*d4726bddSHONG Yifan "tempfile", 1263*d4726bddSHONG Yifan] 1264*d4726bddSHONG Yifan 1265*d4726bddSHONG Yifan[[package]] 1266*d4726bddSHONG Yifanname = "gix-trace" 1267*d4726bddSHONG Yifanversion = "0.1.3" 1268*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1269*d4726bddSHONG Yifanchecksum = "96b6d623a1152c3facb79067d6e2ecdae48130030cf27d6eb21109f13bd7b836" 1270*d4726bddSHONG Yifan 1271*d4726bddSHONG Yifan[[package]] 1272*d4726bddSHONG Yifanname = "gix-transport" 1273*d4726bddSHONG Yifanversion = "0.37.0" 1274*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1275*d4726bddSHONG Yifanchecksum = "b9ec726e6a245e68ace59a34126a1d679de60360676612985e70b0d3b102fb4e" 1276*d4726bddSHONG Yifandependencies = [ 1277*d4726bddSHONG Yifan "bstr", 1278*d4726bddSHONG Yifan "gix-command", 1279*d4726bddSHONG Yifan "gix-features", 1280*d4726bddSHONG Yifan "gix-packetline", 1281*d4726bddSHONG Yifan "gix-quote", 1282*d4726bddSHONG Yifan "gix-sec", 1283*d4726bddSHONG Yifan "gix-url", 1284*d4726bddSHONG Yifan "thiserror", 1285*d4726bddSHONG Yifan] 1286*d4726bddSHONG Yifan 1287*d4726bddSHONG Yifan[[package]] 1288*d4726bddSHONG Yifanname = "gix-traverse" 1289*d4726bddSHONG Yifanversion = "0.33.0" 1290*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1291*d4726bddSHONG Yifanchecksum = "22ef04ab3643acba289b5cedd25d6f53c0430770b1d689d1d654511e6fb81ba0" 1292*d4726bddSHONG Yifandependencies = [ 1293*d4726bddSHONG Yifan "gix-commitgraph", 1294*d4726bddSHONG Yifan "gix-date", 1295*d4726bddSHONG Yifan "gix-hash", 1296*d4726bddSHONG Yifan "gix-hashtable", 1297*d4726bddSHONG Yifan "gix-object", 1298*d4726bddSHONG Yifan "gix-revwalk", 1299*d4726bddSHONG Yifan "smallvec", 1300*d4726bddSHONG Yifan "thiserror", 1301*d4726bddSHONG Yifan] 1302*d4726bddSHONG Yifan 1303*d4726bddSHONG Yifan[[package]] 1304*d4726bddSHONG Yifanname = "gix-url" 1305*d4726bddSHONG Yifanversion = "0.24.0" 1306*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1307*d4726bddSHONG Yifanchecksum = "6125ecf46e8c68bf7202da6cad239831daebf0247ffbab30210d72f3856e420f" 1308*d4726bddSHONG Yifandependencies = [ 1309*d4726bddSHONG Yifan "bstr", 1310*d4726bddSHONG Yifan "gix-features", 1311*d4726bddSHONG Yifan "gix-path", 1312*d4726bddSHONG Yifan "home", 1313*d4726bddSHONG Yifan "thiserror", 1314*d4726bddSHONG Yifan "url", 1315*d4726bddSHONG Yifan] 1316*d4726bddSHONG Yifan 1317*d4726bddSHONG Yifan[[package]] 1318*d4726bddSHONG Yifanname = "gix-utils" 1319*d4726bddSHONG Yifanversion = "0.1.5" 1320*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1321*d4726bddSHONG Yifanchecksum = "b85d89dc728613e26e0ed952a19583744e7f5240fcd4aa30d6c824ffd8b52f0f" 1322*d4726bddSHONG Yifandependencies = [ 1323*d4726bddSHONG Yifan "fastrand", 1324*d4726bddSHONG Yifan] 1325*d4726bddSHONG Yifan 1326*d4726bddSHONG Yifan[[package]] 1327*d4726bddSHONG Yifanname = "gix-validate" 1328*d4726bddSHONG Yifanversion = "0.8.0" 1329*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1330*d4726bddSHONG Yifanchecksum = "e05cab2b03a45b866156e052aa38619f4ece4adcb2f79978bfc249bc3b21b8c5" 1331*d4726bddSHONG Yifandependencies = [ 1332*d4726bddSHONG Yifan "bstr", 1333*d4726bddSHONG Yifan "thiserror", 1334*d4726bddSHONG Yifan] 1335*d4726bddSHONG Yifan 1336*d4726bddSHONG Yifan[[package]] 1337*d4726bddSHONG Yifanname = "gix-worktree" 1338*d4726bddSHONG Yifanversion = "0.26.0" 1339*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1340*d4726bddSHONG Yifanchecksum = "9f5e32972801bd82d56609e6fc84efc358fa1f11f25c5e83b7807ee2280f14fe" 1341*d4726bddSHONG Yifandependencies = [ 1342*d4726bddSHONG Yifan "bstr", 1343*d4726bddSHONG Yifan "gix-attributes", 1344*d4726bddSHONG Yifan "gix-features", 1345*d4726bddSHONG Yifan "gix-fs", 1346*d4726bddSHONG Yifan "gix-glob", 1347*d4726bddSHONG Yifan "gix-hash", 1348*d4726bddSHONG Yifan "gix-ignore", 1349*d4726bddSHONG Yifan "gix-index", 1350*d4726bddSHONG Yifan "gix-object", 1351*d4726bddSHONG Yifan "gix-path", 1352*d4726bddSHONG Yifan] 1353*d4726bddSHONG Yifan 1354*d4726bddSHONG Yifan[[package]] 1355*d4726bddSHONG Yifanname = "globset" 1356*d4726bddSHONG Yifanversion = "0.4.11" 1357*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1358*d4726bddSHONG Yifanchecksum = "1391ab1f92ffcc08911957149833e682aa3fe252b9f45f966d2ef972274c97df" 1359*d4726bddSHONG Yifandependencies = [ 1360*d4726bddSHONG Yifan "aho-corasick", 1361*d4726bddSHONG Yifan "bstr", 1362*d4726bddSHONG Yifan "fnv", 1363*d4726bddSHONG Yifan "log", 1364*d4726bddSHONG Yifan "regex", 1365*d4726bddSHONG Yifan] 1366*d4726bddSHONG Yifan 1367*d4726bddSHONG Yifan[[package]] 1368*d4726bddSHONG Yifanname = "globwalk" 1369*d4726bddSHONG Yifanversion = "0.8.1" 1370*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1371*d4726bddSHONG Yifanchecksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc" 1372*d4726bddSHONG Yifandependencies = [ 1373*d4726bddSHONG Yifan "bitflags 1.3.2", 1374*d4726bddSHONG Yifan "ignore", 1375*d4726bddSHONG Yifan "walkdir", 1376*d4726bddSHONG Yifan] 1377*d4726bddSHONG Yifan 1378*d4726bddSHONG Yifan[[package]] 1379*d4726bddSHONG Yifanname = "hashbrown" 1380*d4726bddSHONG Yifanversion = "0.14.3" 1381*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1382*d4726bddSHONG Yifanchecksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" 1383*d4726bddSHONG Yifan 1384*d4726bddSHONG Yifan[[package]] 1385*d4726bddSHONG Yifanname = "heck" 1386*d4726bddSHONG Yifanversion = "0.4.1" 1387*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1388*d4726bddSHONG Yifanchecksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1389*d4726bddSHONG Yifan 1390*d4726bddSHONG Yifan[[package]] 1391*d4726bddSHONG Yifanname = "hermit-abi" 1392*d4726bddSHONG Yifanversion = "0.3.2" 1393*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1394*d4726bddSHONG Yifanchecksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" 1395*d4726bddSHONG Yifan 1396*d4726bddSHONG Yifan[[package]] 1397*d4726bddSHONG Yifanname = "hex" 1398*d4726bddSHONG Yifanversion = "0.4.3" 1399*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1400*d4726bddSHONG Yifanchecksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1401*d4726bddSHONG Yifandependencies = [ 1402*d4726bddSHONG Yifan "serde", 1403*d4726bddSHONG Yifan] 1404*d4726bddSHONG Yifan 1405*d4726bddSHONG Yifan[[package]] 1406*d4726bddSHONG Yifanname = "home" 1407*d4726bddSHONG Yifanversion = "0.5.5" 1408*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1409*d4726bddSHONG Yifanchecksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" 1410*d4726bddSHONG Yifandependencies = [ 1411*d4726bddSHONG Yifan "windows-sys", 1412*d4726bddSHONG Yifan] 1413*d4726bddSHONG Yifan 1414*d4726bddSHONG Yifan[[package]] 1415*d4726bddSHONG Yifanname = "humansize" 1416*d4726bddSHONG Yifanversion = "2.1.3" 1417*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1418*d4726bddSHONG Yifanchecksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7" 1419*d4726bddSHONG Yifandependencies = [ 1420*d4726bddSHONG Yifan "libm", 1421*d4726bddSHONG Yifan] 1422*d4726bddSHONG Yifan 1423*d4726bddSHONG Yifan[[package]] 1424*d4726bddSHONG Yifanname = "iana-time-zone" 1425*d4726bddSHONG Yifanversion = "0.1.57" 1426*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1427*d4726bddSHONG Yifanchecksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613" 1428*d4726bddSHONG Yifandependencies = [ 1429*d4726bddSHONG Yifan "android_system_properties", 1430*d4726bddSHONG Yifan "core-foundation-sys", 1431*d4726bddSHONG Yifan "iana-time-zone-haiku", 1432*d4726bddSHONG Yifan "js-sys", 1433*d4726bddSHONG Yifan "wasm-bindgen", 1434*d4726bddSHONG Yifan "windows", 1435*d4726bddSHONG Yifan] 1436*d4726bddSHONG Yifan 1437*d4726bddSHONG Yifan[[package]] 1438*d4726bddSHONG Yifanname = "iana-time-zone-haiku" 1439*d4726bddSHONG Yifanversion = "0.1.2" 1440*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1441*d4726bddSHONG Yifanchecksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1442*d4726bddSHONG Yifandependencies = [ 1443*d4726bddSHONG Yifan "cc", 1444*d4726bddSHONG Yifan] 1445*d4726bddSHONG Yifan 1446*d4726bddSHONG Yifan[[package]] 1447*d4726bddSHONG Yifanname = "idna" 1448*d4726bddSHONG Yifanversion = "0.5.0" 1449*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1450*d4726bddSHONG Yifanchecksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 1451*d4726bddSHONG Yifandependencies = [ 1452*d4726bddSHONG Yifan "unicode-bidi", 1453*d4726bddSHONG Yifan "unicode-normalization", 1454*d4726bddSHONG Yifan] 1455*d4726bddSHONG Yifan 1456*d4726bddSHONG Yifan[[package]] 1457*d4726bddSHONG Yifanname = "ignore" 1458*d4726bddSHONG Yifanversion = "0.4.18" 1459*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1460*d4726bddSHONG Yifanchecksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d" 1461*d4726bddSHONG Yifandependencies = [ 1462*d4726bddSHONG Yifan "crossbeam-utils", 1463*d4726bddSHONG Yifan "globset", 1464*d4726bddSHONG Yifan "lazy_static", 1465*d4726bddSHONG Yifan "log", 1466*d4726bddSHONG Yifan "memchr", 1467*d4726bddSHONG Yifan "regex", 1468*d4726bddSHONG Yifan "same-file", 1469*d4726bddSHONG Yifan "thread_local", 1470*d4726bddSHONG Yifan "walkdir", 1471*d4726bddSHONG Yifan "winapi-util", 1472*d4726bddSHONG Yifan] 1473*d4726bddSHONG Yifan 1474*d4726bddSHONG Yifan[[package]] 1475*d4726bddSHONG Yifanname = "indexmap" 1476*d4726bddSHONG Yifanversion = "2.1.0" 1477*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1478*d4726bddSHONG Yifanchecksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" 1479*d4726bddSHONG Yifandependencies = [ 1480*d4726bddSHONG Yifan "equivalent", 1481*d4726bddSHONG Yifan "hashbrown", 1482*d4726bddSHONG Yifan] 1483*d4726bddSHONG Yifan 1484*d4726bddSHONG Yifan[[package]] 1485*d4726bddSHONG Yifanname = "indoc" 1486*d4726bddSHONG Yifanversion = "2.0.4" 1487*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1488*d4726bddSHONG Yifanchecksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8" 1489*d4726bddSHONG Yifan 1490*d4726bddSHONG Yifan[[package]] 1491*d4726bddSHONG Yifanname = "io-lifetimes" 1492*d4726bddSHONG Yifanversion = "1.0.11" 1493*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1494*d4726bddSHONG Yifanchecksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 1495*d4726bddSHONG Yifandependencies = [ 1496*d4726bddSHONG Yifan "hermit-abi", 1497*d4726bddSHONG Yifan "libc", 1498*d4726bddSHONG Yifan "windows-sys", 1499*d4726bddSHONG Yifan] 1500*d4726bddSHONG Yifan 1501*d4726bddSHONG Yifan[[package]] 1502*d4726bddSHONG Yifanname = "is-terminal" 1503*d4726bddSHONG Yifanversion = "0.4.7" 1504*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1505*d4726bddSHONG Yifanchecksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f" 1506*d4726bddSHONG Yifandependencies = [ 1507*d4726bddSHONG Yifan "hermit-abi", 1508*d4726bddSHONG Yifan "io-lifetimes", 1509*d4726bddSHONG Yifan "rustix 0.37.23", 1510*d4726bddSHONG Yifan "windows-sys", 1511*d4726bddSHONG Yifan] 1512*d4726bddSHONG Yifan 1513*d4726bddSHONG Yifan[[package]] 1514*d4726bddSHONG Yifanname = "itertools" 1515*d4726bddSHONG Yifanversion = "0.12.0" 1516*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1517*d4726bddSHONG Yifanchecksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0" 1518*d4726bddSHONG Yifandependencies = [ 1519*d4726bddSHONG Yifan "either", 1520*d4726bddSHONG Yifan] 1521*d4726bddSHONG Yifan 1522*d4726bddSHONG Yifan[[package]] 1523*d4726bddSHONG Yifanname = "itoa" 1524*d4726bddSHONG Yifanversion = "1.0.8" 1525*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1526*d4726bddSHONG Yifanchecksum = "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a" 1527*d4726bddSHONG Yifan 1528*d4726bddSHONG Yifan[[package]] 1529*d4726bddSHONG Yifanname = "js-sys" 1530*d4726bddSHONG Yifanversion = "0.3.64" 1531*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1532*d4726bddSHONG Yifanchecksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" 1533*d4726bddSHONG Yifandependencies = [ 1534*d4726bddSHONG Yifan "wasm-bindgen", 1535*d4726bddSHONG Yifan] 1536*d4726bddSHONG Yifan 1537*d4726bddSHONG Yifan[[package]] 1538*d4726bddSHONG Yifanname = "jwalk" 1539*d4726bddSHONG Yifanversion = "0.8.1" 1540*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1541*d4726bddSHONG Yifanchecksum = "2735847566356cd2179a2a38264839308f7079fa96e6bd5a42d740460e003c56" 1542*d4726bddSHONG Yifandependencies = [ 1543*d4726bddSHONG Yifan "crossbeam", 1544*d4726bddSHONG Yifan "rayon", 1545*d4726bddSHONG Yifan] 1546*d4726bddSHONG Yifan 1547*d4726bddSHONG Yifan[[package]] 1548*d4726bddSHONG Yifanname = "lazy_static" 1549*d4726bddSHONG Yifanversion = "1.4.0" 1550*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1551*d4726bddSHONG Yifanchecksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 1552*d4726bddSHONG Yifan 1553*d4726bddSHONG Yifan[[package]] 1554*d4726bddSHONG Yifanname = "libc" 1555*d4726bddSHONG Yifanversion = "0.2.149" 1556*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1557*d4726bddSHONG Yifanchecksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b" 1558*d4726bddSHONG Yifan 1559*d4726bddSHONG Yifan[[package]] 1560*d4726bddSHONG Yifanname = "libm" 1561*d4726bddSHONG Yifanversion = "0.2.7" 1562*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1563*d4726bddSHONG Yifanchecksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4" 1564*d4726bddSHONG Yifan 1565*d4726bddSHONG Yifan[[package]] 1566*d4726bddSHONG Yifanname = "linux-raw-sys" 1567*d4726bddSHONG Yifanversion = "0.3.8" 1568*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1569*d4726bddSHONG Yifanchecksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 1570*d4726bddSHONG Yifan 1571*d4726bddSHONG Yifan[[package]] 1572*d4726bddSHONG Yifanname = "linux-raw-sys" 1573*d4726bddSHONG Yifanversion = "0.4.10" 1574*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1575*d4726bddSHONG Yifanchecksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f" 1576*d4726bddSHONG Yifan 1577*d4726bddSHONG Yifan[[package]] 1578*d4726bddSHONG Yifanname = "lock_api" 1579*d4726bddSHONG Yifanversion = "0.4.11" 1580*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1581*d4726bddSHONG Yifanchecksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" 1582*d4726bddSHONG Yifandependencies = [ 1583*d4726bddSHONG Yifan "autocfg", 1584*d4726bddSHONG Yifan "scopeguard", 1585*d4726bddSHONG Yifan] 1586*d4726bddSHONG Yifan 1587*d4726bddSHONG Yifan[[package]] 1588*d4726bddSHONG Yifanname = "log" 1589*d4726bddSHONG Yifanversion = "0.4.19" 1590*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1591*d4726bddSHONG Yifanchecksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" 1592*d4726bddSHONG Yifan 1593*d4726bddSHONG Yifan[[package]] 1594*d4726bddSHONG Yifanname = "maplit" 1595*d4726bddSHONG Yifanversion = "1.0.2" 1596*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1597*d4726bddSHONG Yifanchecksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" 1598*d4726bddSHONG Yifan 1599*d4726bddSHONG Yifan[[package]] 1600*d4726bddSHONG Yifanname = "maybe-async" 1601*d4726bddSHONG Yifanversion = "0.2.7" 1602*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1603*d4726bddSHONG Yifanchecksum = "0f1b8c13cb1f814b634a96b2c725449fe7ed464a7b8781de8688be5ffbd3f305" 1604*d4726bddSHONG Yifandependencies = [ 1605*d4726bddSHONG Yifan "proc-macro2", 1606*d4726bddSHONG Yifan "quote", 1607*d4726bddSHONG Yifan "syn 1.0.109", 1608*d4726bddSHONG Yifan] 1609*d4726bddSHONG Yifan 1610*d4726bddSHONG Yifan[[package]] 1611*d4726bddSHONG Yifanname = "memchr" 1612*d4726bddSHONG Yifanversion = "2.6.4" 1613*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1614*d4726bddSHONG Yifanchecksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" 1615*d4726bddSHONG Yifan 1616*d4726bddSHONG Yifan[[package]] 1617*d4726bddSHONG Yifanname = "memmap2" 1618*d4726bddSHONG Yifanversion = "0.7.1" 1619*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1620*d4726bddSHONG Yifanchecksum = "f49388d20533534cd19360ad3d6a7dadc885944aa802ba3995040c5ec11288c6" 1621*d4726bddSHONG Yifandependencies = [ 1622*d4726bddSHONG Yifan "libc", 1623*d4726bddSHONG Yifan] 1624*d4726bddSHONG Yifan 1625*d4726bddSHONG Yifan[[package]] 1626*d4726bddSHONG Yifanname = "memoffset" 1627*d4726bddSHONG Yifanversion = "0.9.0" 1628*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1629*d4726bddSHONG Yifanchecksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" 1630*d4726bddSHONG Yifandependencies = [ 1631*d4726bddSHONG Yifan "autocfg", 1632*d4726bddSHONG Yifan] 1633*d4726bddSHONG Yifan 1634*d4726bddSHONG Yifan[[package]] 1635*d4726bddSHONG Yifanname = "miniz_oxide" 1636*d4726bddSHONG Yifanversion = "0.7.1" 1637*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1638*d4726bddSHONG Yifanchecksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 1639*d4726bddSHONG Yifandependencies = [ 1640*d4726bddSHONG Yifan "adler", 1641*d4726bddSHONG Yifan] 1642*d4726bddSHONG Yifan 1643*d4726bddSHONG Yifan[[package]] 1644*d4726bddSHONG Yifanname = "normpath" 1645*d4726bddSHONG Yifanversion = "1.1.1" 1646*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1647*d4726bddSHONG Yifanchecksum = "ec60c60a693226186f5d6edf073232bfb6464ed97eb22cf3b01c1e8198fd97f5" 1648*d4726bddSHONG Yifandependencies = [ 1649*d4726bddSHONG Yifan "windows-sys", 1650*d4726bddSHONG Yifan] 1651*d4726bddSHONG Yifan 1652*d4726bddSHONG Yifan[[package]] 1653*d4726bddSHONG Yifanname = "nu-ansi-term" 1654*d4726bddSHONG Yifanversion = "0.46.0" 1655*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1656*d4726bddSHONG Yifanchecksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 1657*d4726bddSHONG Yifandependencies = [ 1658*d4726bddSHONG Yifan "overload", 1659*d4726bddSHONG Yifan "winapi", 1660*d4726bddSHONG Yifan] 1661*d4726bddSHONG Yifan 1662*d4726bddSHONG Yifan[[package]] 1663*d4726bddSHONG Yifanname = "num" 1664*d4726bddSHONG Yifanversion = "0.1.42" 1665*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1666*d4726bddSHONG Yifanchecksum = "4703ad64153382334aa8db57c637364c322d3372e097840c72000dabdcf6156e" 1667*d4726bddSHONG Yifandependencies = [ 1668*d4726bddSHONG Yifan "num-bigint", 1669*d4726bddSHONG Yifan "num-complex", 1670*d4726bddSHONG Yifan "num-integer", 1671*d4726bddSHONG Yifan "num-iter", 1672*d4726bddSHONG Yifan "num-rational", 1673*d4726bddSHONG Yifan "num-traits", 1674*d4726bddSHONG Yifan] 1675*d4726bddSHONG Yifan 1676*d4726bddSHONG Yifan[[package]] 1677*d4726bddSHONG Yifanname = "num-bigint" 1678*d4726bddSHONG Yifanversion = "0.1.44" 1679*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1680*d4726bddSHONG Yifanchecksum = "e63899ad0da84ce718c14936262a41cee2c79c981fc0a0e7c7beb47d5a07e8c1" 1681*d4726bddSHONG Yifandependencies = [ 1682*d4726bddSHONG Yifan "num-integer", 1683*d4726bddSHONG Yifan "num-traits", 1684*d4726bddSHONG Yifan "rand 0.4.6", 1685*d4726bddSHONG Yifan "rustc-serialize", 1686*d4726bddSHONG Yifan] 1687*d4726bddSHONG Yifan 1688*d4726bddSHONG Yifan[[package]] 1689*d4726bddSHONG Yifanname = "num-complex" 1690*d4726bddSHONG Yifanversion = "0.1.43" 1691*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1692*d4726bddSHONG Yifanchecksum = "b288631d7878aaf59442cffd36910ea604ecd7745c36054328595114001c9656" 1693*d4726bddSHONG Yifandependencies = [ 1694*d4726bddSHONG Yifan "num-traits", 1695*d4726bddSHONG Yifan "rustc-serialize", 1696*d4726bddSHONG Yifan] 1697*d4726bddSHONG Yifan 1698*d4726bddSHONG Yifan[[package]] 1699*d4726bddSHONG Yifanname = "num-conv" 1700*d4726bddSHONG Yifanversion = "0.1.0" 1701*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1702*d4726bddSHONG Yifanchecksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 1703*d4726bddSHONG Yifan 1704*d4726bddSHONG Yifan[[package]] 1705*d4726bddSHONG Yifanname = "num-integer" 1706*d4726bddSHONG Yifanversion = "0.1.45" 1707*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1708*d4726bddSHONG Yifanchecksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 1709*d4726bddSHONG Yifandependencies = [ 1710*d4726bddSHONG Yifan "autocfg", 1711*d4726bddSHONG Yifan "num-traits", 1712*d4726bddSHONG Yifan] 1713*d4726bddSHONG Yifan 1714*d4726bddSHONG Yifan[[package]] 1715*d4726bddSHONG Yifanname = "num-iter" 1716*d4726bddSHONG Yifanversion = "0.1.43" 1717*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1718*d4726bddSHONG Yifanchecksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252" 1719*d4726bddSHONG Yifandependencies = [ 1720*d4726bddSHONG Yifan "autocfg", 1721*d4726bddSHONG Yifan "num-integer", 1722*d4726bddSHONG Yifan "num-traits", 1723*d4726bddSHONG Yifan] 1724*d4726bddSHONG Yifan 1725*d4726bddSHONG Yifan[[package]] 1726*d4726bddSHONG Yifanname = "num-rational" 1727*d4726bddSHONG Yifanversion = "0.1.42" 1728*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1729*d4726bddSHONG Yifanchecksum = "ee314c74bd753fc86b4780aa9475da469155f3848473a261d2d18e35245a784e" 1730*d4726bddSHONG Yifandependencies = [ 1731*d4726bddSHONG Yifan "num-bigint", 1732*d4726bddSHONG Yifan "num-integer", 1733*d4726bddSHONG Yifan "num-traits", 1734*d4726bddSHONG Yifan "rustc-serialize", 1735*d4726bddSHONG Yifan] 1736*d4726bddSHONG Yifan 1737*d4726bddSHONG Yifan[[package]] 1738*d4726bddSHONG Yifanname = "num-traits" 1739*d4726bddSHONG Yifanversion = "0.2.15" 1740*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1741*d4726bddSHONG Yifanchecksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 1742*d4726bddSHONG Yifandependencies = [ 1743*d4726bddSHONG Yifan "autocfg", 1744*d4726bddSHONG Yifan] 1745*d4726bddSHONG Yifan 1746*d4726bddSHONG Yifan[[package]] 1747*d4726bddSHONG Yifanname = "num_threads" 1748*d4726bddSHONG Yifanversion = "0.1.6" 1749*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1750*d4726bddSHONG Yifanchecksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44" 1751*d4726bddSHONG Yifandependencies = [ 1752*d4726bddSHONG Yifan "libc", 1753*d4726bddSHONG Yifan] 1754*d4726bddSHONG Yifan 1755*d4726bddSHONG Yifan[[package]] 1756*d4726bddSHONG Yifanname = "once_cell" 1757*d4726bddSHONG Yifanversion = "1.19.0" 1758*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1759*d4726bddSHONG Yifanchecksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 1760*d4726bddSHONG Yifan 1761*d4726bddSHONG Yifan[[package]] 1762*d4726bddSHONG Yifanname = "overload" 1763*d4726bddSHONG Yifanversion = "0.1.1" 1764*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1765*d4726bddSHONG Yifanchecksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 1766*d4726bddSHONG Yifan 1767*d4726bddSHONG Yifan[[package]] 1768*d4726bddSHONG Yifanname = "parking_lot" 1769*d4726bddSHONG Yifanversion = "0.12.1" 1770*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1771*d4726bddSHONG Yifanchecksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 1772*d4726bddSHONG Yifandependencies = [ 1773*d4726bddSHONG Yifan "lock_api", 1774*d4726bddSHONG Yifan "parking_lot_core", 1775*d4726bddSHONG Yifan] 1776*d4726bddSHONG Yifan 1777*d4726bddSHONG Yifan[[package]] 1778*d4726bddSHONG Yifanname = "parking_lot_core" 1779*d4726bddSHONG Yifanversion = "0.9.9" 1780*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1781*d4726bddSHONG Yifanchecksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" 1782*d4726bddSHONG Yifandependencies = [ 1783*d4726bddSHONG Yifan "cfg-if", 1784*d4726bddSHONG Yifan "libc", 1785*d4726bddSHONG Yifan "redox_syscall 0.4.1", 1786*d4726bddSHONG Yifan "smallvec", 1787*d4726bddSHONG Yifan "windows-targets", 1788*d4726bddSHONG Yifan] 1789*d4726bddSHONG Yifan 1790*d4726bddSHONG Yifan[[package]] 1791*d4726bddSHONG Yifanname = "parse-zoneinfo" 1792*d4726bddSHONG Yifanversion = "0.3.0" 1793*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1794*d4726bddSHONG Yifanchecksum = "c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41" 1795*d4726bddSHONG Yifandependencies = [ 1796*d4726bddSHONG Yifan "regex", 1797*d4726bddSHONG Yifan] 1798*d4726bddSHONG Yifan 1799*d4726bddSHONG Yifan[[package]] 1800*d4726bddSHONG Yifanname = "pathdiff" 1801*d4726bddSHONG Yifanversion = "0.2.1" 1802*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1803*d4726bddSHONG Yifanchecksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" 1804*d4726bddSHONG Yifan 1805*d4726bddSHONG Yifan[[package]] 1806*d4726bddSHONG Yifanname = "percent-encoding" 1807*d4726bddSHONG Yifanversion = "2.3.1" 1808*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1809*d4726bddSHONG Yifanchecksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 1810*d4726bddSHONG Yifan 1811*d4726bddSHONG Yifan[[package]] 1812*d4726bddSHONG Yifanname = "pest" 1813*d4726bddSHONG Yifanversion = "2.7.0" 1814*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1815*d4726bddSHONG Yifanchecksum = "f73935e4d55e2abf7f130186537b19e7a4abc886a0252380b59248af473a3fc9" 1816*d4726bddSHONG Yifandependencies = [ 1817*d4726bddSHONG Yifan "thiserror", 1818*d4726bddSHONG Yifan "ucd-trie", 1819*d4726bddSHONG Yifan] 1820*d4726bddSHONG Yifan 1821*d4726bddSHONG Yifan[[package]] 1822*d4726bddSHONG Yifanname = "pest_derive" 1823*d4726bddSHONG Yifanversion = "2.7.0" 1824*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1825*d4726bddSHONG Yifanchecksum = "aef623c9bbfa0eedf5a0efba11a5ee83209c326653ca31ff019bec3a95bfff2b" 1826*d4726bddSHONG Yifandependencies = [ 1827*d4726bddSHONG Yifan "pest", 1828*d4726bddSHONG Yifan "pest_generator", 1829*d4726bddSHONG Yifan] 1830*d4726bddSHONG Yifan 1831*d4726bddSHONG Yifan[[package]] 1832*d4726bddSHONG Yifanname = "pest_generator" 1833*d4726bddSHONG Yifanversion = "2.7.0" 1834*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1835*d4726bddSHONG Yifanchecksum = "b3e8cba4ec22bada7fc55ffe51e2deb6a0e0db2d0b7ab0b103acc80d2510c190" 1836*d4726bddSHONG Yifandependencies = [ 1837*d4726bddSHONG Yifan "pest", 1838*d4726bddSHONG Yifan "pest_meta", 1839*d4726bddSHONG Yifan "proc-macro2", 1840*d4726bddSHONG Yifan "quote", 1841*d4726bddSHONG Yifan "syn 2.0.32", 1842*d4726bddSHONG Yifan] 1843*d4726bddSHONG Yifan 1844*d4726bddSHONG Yifan[[package]] 1845*d4726bddSHONG Yifanname = "pest_meta" 1846*d4726bddSHONG Yifanversion = "2.7.0" 1847*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1848*d4726bddSHONG Yifanchecksum = "a01f71cb40bd8bb94232df14b946909e14660e33fc05db3e50ae2a82d7ea0ca0" 1849*d4726bddSHONG Yifandependencies = [ 1850*d4726bddSHONG Yifan "once_cell", 1851*d4726bddSHONG Yifan "pest", 1852*d4726bddSHONG Yifan "sha2", 1853*d4726bddSHONG Yifan] 1854*d4726bddSHONG Yifan 1855*d4726bddSHONG Yifan[[package]] 1856*d4726bddSHONG Yifanname = "phf" 1857*d4726bddSHONG Yifanversion = "0.11.2" 1858*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1859*d4726bddSHONG Yifanchecksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" 1860*d4726bddSHONG Yifandependencies = [ 1861*d4726bddSHONG Yifan "phf_shared", 1862*d4726bddSHONG Yifan] 1863*d4726bddSHONG Yifan 1864*d4726bddSHONG Yifan[[package]] 1865*d4726bddSHONG Yifanname = "phf_codegen" 1866*d4726bddSHONG Yifanversion = "0.11.2" 1867*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1868*d4726bddSHONG Yifanchecksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a" 1869*d4726bddSHONG Yifandependencies = [ 1870*d4726bddSHONG Yifan "phf_generator", 1871*d4726bddSHONG Yifan "phf_shared", 1872*d4726bddSHONG Yifan] 1873*d4726bddSHONG Yifan 1874*d4726bddSHONG Yifan[[package]] 1875*d4726bddSHONG Yifanname = "phf_generator" 1876*d4726bddSHONG Yifanversion = "0.11.2" 1877*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1878*d4726bddSHONG Yifanchecksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" 1879*d4726bddSHONG Yifandependencies = [ 1880*d4726bddSHONG Yifan "phf_shared", 1881*d4726bddSHONG Yifan "rand 0.8.5", 1882*d4726bddSHONG Yifan] 1883*d4726bddSHONG Yifan 1884*d4726bddSHONG Yifan[[package]] 1885*d4726bddSHONG Yifanname = "phf_shared" 1886*d4726bddSHONG Yifanversion = "0.11.2" 1887*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1888*d4726bddSHONG Yifanchecksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" 1889*d4726bddSHONG Yifandependencies = [ 1890*d4726bddSHONG Yifan "siphasher", 1891*d4726bddSHONG Yifan] 1892*d4726bddSHONG Yifan 1893*d4726bddSHONG Yifan[[package]] 1894*d4726bddSHONG Yifanname = "pin-project-lite" 1895*d4726bddSHONG Yifanversion = "0.2.13" 1896*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1897*d4726bddSHONG Yifanchecksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" 1898*d4726bddSHONG Yifan 1899*d4726bddSHONG Yifan[[package]] 1900*d4726bddSHONG Yifanname = "powerfmt" 1901*d4726bddSHONG Yifanversion = "0.2.0" 1902*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1903*d4726bddSHONG Yifanchecksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 1904*d4726bddSHONG Yifan 1905*d4726bddSHONG Yifan[[package]] 1906*d4726bddSHONG Yifanname = "ppv-lite86" 1907*d4726bddSHONG Yifanversion = "0.2.17" 1908*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1909*d4726bddSHONG Yifanchecksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 1910*d4726bddSHONG Yifan 1911*d4726bddSHONG Yifan[[package]] 1912*d4726bddSHONG Yifanname = "proc-macro2" 1913*d4726bddSHONG Yifanversion = "1.0.64" 1914*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1915*d4726bddSHONG Yifanchecksum = "78803b62cbf1f46fde80d7c0e803111524b9877184cfe7c3033659490ac7a7da" 1916*d4726bddSHONG Yifandependencies = [ 1917*d4726bddSHONG Yifan "unicode-ident", 1918*d4726bddSHONG Yifan] 1919*d4726bddSHONG Yifan 1920*d4726bddSHONG Yifan[[package]] 1921*d4726bddSHONG Yifanname = "prodash" 1922*d4726bddSHONG Yifanversion = "26.2.2" 1923*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1924*d4726bddSHONG Yifanchecksum = "794b5bf8e2d19b53dcdcec3e4bba628e20f5b6062503ba89281fa7037dd7bbcf" 1925*d4726bddSHONG Yifan 1926*d4726bddSHONG Yifan[[package]] 1927*d4726bddSHONG Yifanname = "quote" 1928*d4726bddSHONG Yifanversion = "1.0.29" 1929*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1930*d4726bddSHONG Yifanchecksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105" 1931*d4726bddSHONG Yifandependencies = [ 1932*d4726bddSHONG Yifan "proc-macro2", 1933*d4726bddSHONG Yifan] 1934*d4726bddSHONG Yifan 1935*d4726bddSHONG Yifan[[package]] 1936*d4726bddSHONG Yifanname = "rand" 1937*d4726bddSHONG Yifanversion = "0.4.6" 1938*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1939*d4726bddSHONG Yifanchecksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" 1940*d4726bddSHONG Yifandependencies = [ 1941*d4726bddSHONG Yifan "fuchsia-cprng", 1942*d4726bddSHONG Yifan "libc", 1943*d4726bddSHONG Yifan "rand_core 0.3.1", 1944*d4726bddSHONG Yifan "rdrand", 1945*d4726bddSHONG Yifan "winapi", 1946*d4726bddSHONG Yifan] 1947*d4726bddSHONG Yifan 1948*d4726bddSHONG Yifan[[package]] 1949*d4726bddSHONG Yifanname = "rand" 1950*d4726bddSHONG Yifanversion = "0.8.5" 1951*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1952*d4726bddSHONG Yifanchecksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1953*d4726bddSHONG Yifandependencies = [ 1954*d4726bddSHONG Yifan "libc", 1955*d4726bddSHONG Yifan "rand_chacha", 1956*d4726bddSHONG Yifan "rand_core 0.6.4", 1957*d4726bddSHONG Yifan] 1958*d4726bddSHONG Yifan 1959*d4726bddSHONG Yifan[[package]] 1960*d4726bddSHONG Yifanname = "rand_chacha" 1961*d4726bddSHONG Yifanversion = "0.3.1" 1962*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1963*d4726bddSHONG Yifanchecksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1964*d4726bddSHONG Yifandependencies = [ 1965*d4726bddSHONG Yifan "ppv-lite86", 1966*d4726bddSHONG Yifan "rand_core 0.6.4", 1967*d4726bddSHONG Yifan] 1968*d4726bddSHONG Yifan 1969*d4726bddSHONG Yifan[[package]] 1970*d4726bddSHONG Yifanname = "rand_core" 1971*d4726bddSHONG Yifanversion = "0.3.1" 1972*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1973*d4726bddSHONG Yifanchecksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" 1974*d4726bddSHONG Yifandependencies = [ 1975*d4726bddSHONG Yifan "rand_core 0.4.2", 1976*d4726bddSHONG Yifan] 1977*d4726bddSHONG Yifan 1978*d4726bddSHONG Yifan[[package]] 1979*d4726bddSHONG Yifanname = "rand_core" 1980*d4726bddSHONG Yifanversion = "0.4.2" 1981*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1982*d4726bddSHONG Yifanchecksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" 1983*d4726bddSHONG Yifan 1984*d4726bddSHONG Yifan[[package]] 1985*d4726bddSHONG Yifanname = "rand_core" 1986*d4726bddSHONG Yifanversion = "0.6.4" 1987*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1988*d4726bddSHONG Yifanchecksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1989*d4726bddSHONG Yifandependencies = [ 1990*d4726bddSHONG Yifan "getrandom", 1991*d4726bddSHONG Yifan] 1992*d4726bddSHONG Yifan 1993*d4726bddSHONG Yifan[[package]] 1994*d4726bddSHONG Yifanname = "rayon" 1995*d4726bddSHONG Yifanversion = "1.8.0" 1996*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1997*d4726bddSHONG Yifanchecksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1" 1998*d4726bddSHONG Yifandependencies = [ 1999*d4726bddSHONG Yifan "either", 2000*d4726bddSHONG Yifan "rayon-core", 2001*d4726bddSHONG Yifan] 2002*d4726bddSHONG Yifan 2003*d4726bddSHONG Yifan[[package]] 2004*d4726bddSHONG Yifanname = "rayon-core" 2005*d4726bddSHONG Yifanversion = "1.12.0" 2006*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2007*d4726bddSHONG Yifanchecksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed" 2008*d4726bddSHONG Yifandependencies = [ 2009*d4726bddSHONG Yifan "crossbeam-deque", 2010*d4726bddSHONG Yifan "crossbeam-utils", 2011*d4726bddSHONG Yifan] 2012*d4726bddSHONG Yifan 2013*d4726bddSHONG Yifan[[package]] 2014*d4726bddSHONG Yifanname = "rdrand" 2015*d4726bddSHONG Yifanversion = "0.4.0" 2016*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2017*d4726bddSHONG Yifanchecksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" 2018*d4726bddSHONG Yifandependencies = [ 2019*d4726bddSHONG Yifan "rand_core 0.3.1", 2020*d4726bddSHONG Yifan] 2021*d4726bddSHONG Yifan 2022*d4726bddSHONG Yifan[[package]] 2023*d4726bddSHONG Yifanname = "redox_syscall" 2024*d4726bddSHONG Yifanversion = "0.3.5" 2025*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2026*d4726bddSHONG Yifanchecksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 2027*d4726bddSHONG Yifandependencies = [ 2028*d4726bddSHONG Yifan "bitflags 1.3.2", 2029*d4726bddSHONG Yifan] 2030*d4726bddSHONG Yifan 2031*d4726bddSHONG Yifan[[package]] 2032*d4726bddSHONG Yifanname = "redox_syscall" 2033*d4726bddSHONG Yifanversion = "0.4.1" 2034*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2035*d4726bddSHONG Yifanchecksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 2036*d4726bddSHONG Yifandependencies = [ 2037*d4726bddSHONG Yifan "bitflags 1.3.2", 2038*d4726bddSHONG Yifan] 2039*d4726bddSHONG Yifan 2040*d4726bddSHONG Yifan[[package]] 2041*d4726bddSHONG Yifanname = "regex" 2042*d4726bddSHONG Yifanversion = "1.10.2" 2043*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2044*d4726bddSHONG Yifanchecksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343" 2045*d4726bddSHONG Yifandependencies = [ 2046*d4726bddSHONG Yifan "aho-corasick", 2047*d4726bddSHONG Yifan "memchr", 2048*d4726bddSHONG Yifan "regex-automata 0.4.3", 2049*d4726bddSHONG Yifan "regex-syntax", 2050*d4726bddSHONG Yifan] 2051*d4726bddSHONG Yifan 2052*d4726bddSHONG Yifan[[package]] 2053*d4726bddSHONG Yifanname = "regex-automata" 2054*d4726bddSHONG Yifanversion = "0.3.3" 2055*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2056*d4726bddSHONG Yifanchecksum = "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310" 2057*d4726bddSHONG Yifan 2058*d4726bddSHONG Yifan[[package]] 2059*d4726bddSHONG Yifanname = "regex-automata" 2060*d4726bddSHONG Yifanversion = "0.4.3" 2061*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2062*d4726bddSHONG Yifanchecksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f" 2063*d4726bddSHONG Yifandependencies = [ 2064*d4726bddSHONG Yifan "aho-corasick", 2065*d4726bddSHONG Yifan "memchr", 2066*d4726bddSHONG Yifan "regex-syntax", 2067*d4726bddSHONG Yifan] 2068*d4726bddSHONG Yifan 2069*d4726bddSHONG Yifan[[package]] 2070*d4726bddSHONG Yifanname = "regex-syntax" 2071*d4726bddSHONG Yifanversion = "0.8.2" 2072*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2073*d4726bddSHONG Yifanchecksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" 2074*d4726bddSHONG Yifan 2075*d4726bddSHONG Yifan[[package]] 2076*d4726bddSHONG Yifanname = "rustc-hash" 2077*d4726bddSHONG Yifanversion = "1.1.0" 2078*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2079*d4726bddSHONG Yifanchecksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 2080*d4726bddSHONG Yifan 2081*d4726bddSHONG Yifan[[package]] 2082*d4726bddSHONG Yifanname = "rustc-serialize" 2083*d4726bddSHONG Yifanversion = "0.3.25" 2084*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2085*d4726bddSHONG Yifanchecksum = "fe834bc780604f4674073badbad26d7219cadfb4a2275802db12cbae17498401" 2086*d4726bddSHONG Yifan 2087*d4726bddSHONG Yifan[[package]] 2088*d4726bddSHONG Yifanname = "rustix" 2089*d4726bddSHONG Yifanversion = "0.37.23" 2090*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2091*d4726bddSHONG Yifanchecksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06" 2092*d4726bddSHONG Yifandependencies = [ 2093*d4726bddSHONG Yifan "bitflags 1.3.2", 2094*d4726bddSHONG Yifan "errno", 2095*d4726bddSHONG Yifan "io-lifetimes", 2096*d4726bddSHONG Yifan "libc", 2097*d4726bddSHONG Yifan "linux-raw-sys 0.3.8", 2098*d4726bddSHONG Yifan "windows-sys", 2099*d4726bddSHONG Yifan] 2100*d4726bddSHONG Yifan 2101*d4726bddSHONG Yifan[[package]] 2102*d4726bddSHONG Yifanname = "rustix" 2103*d4726bddSHONG Yifanversion = "0.38.21" 2104*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2105*d4726bddSHONG Yifanchecksum = "2b426b0506e5d50a7d8dafcf2e81471400deb602392c7dd110815afb4eaf02a3" 2106*d4726bddSHONG Yifandependencies = [ 2107*d4726bddSHONG Yifan "bitflags 2.4.1", 2108*d4726bddSHONG Yifan "errno", 2109*d4726bddSHONG Yifan "libc", 2110*d4726bddSHONG Yifan "linux-raw-sys 0.4.10", 2111*d4726bddSHONG Yifan "windows-sys", 2112*d4726bddSHONG Yifan] 2113*d4726bddSHONG Yifan 2114*d4726bddSHONG Yifan[[package]] 2115*d4726bddSHONG Yifanname = "ryu" 2116*d4726bddSHONG Yifanversion = "1.0.14" 2117*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2118*d4726bddSHONG Yifanchecksum = "fe232bdf6be8c8de797b22184ee71118d63780ea42ac85b61d1baa6d3b782ae9" 2119*d4726bddSHONG Yifan 2120*d4726bddSHONG Yifan[[package]] 2121*d4726bddSHONG Yifanname = "same-file" 2122*d4726bddSHONG Yifanversion = "1.0.6" 2123*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2124*d4726bddSHONG Yifanchecksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 2125*d4726bddSHONG Yifandependencies = [ 2126*d4726bddSHONG Yifan "winapi-util", 2127*d4726bddSHONG Yifan] 2128*d4726bddSHONG Yifan 2129*d4726bddSHONG Yifan[[package]] 2130*d4726bddSHONG Yifanname = "scopeguard" 2131*d4726bddSHONG Yifanversion = "1.2.0" 2132*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2133*d4726bddSHONG Yifanchecksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2134*d4726bddSHONG Yifan 2135*d4726bddSHONG Yifan[[package]] 2136*d4726bddSHONG Yifanname = "semver" 2137*d4726bddSHONG Yifanversion = "1.0.20" 2138*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2139*d4726bddSHONG Yifanchecksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090" 2140*d4726bddSHONG Yifandependencies = [ 2141*d4726bddSHONG Yifan "serde", 2142*d4726bddSHONG Yifan] 2143*d4726bddSHONG Yifan 2144*d4726bddSHONG Yifan[[package]] 2145*d4726bddSHONG Yifanname = "serde" 2146*d4726bddSHONG Yifanversion = "1.0.190" 2147*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2148*d4726bddSHONG Yifanchecksum = "91d3c334ca1ee894a2c6f6ad698fe8c435b76d504b13d436f0685d648d6d96f7" 2149*d4726bddSHONG Yifandependencies = [ 2150*d4726bddSHONG Yifan "serde_derive", 2151*d4726bddSHONG Yifan] 2152*d4726bddSHONG Yifan 2153*d4726bddSHONG Yifan[[package]] 2154*d4726bddSHONG Yifanname = "serde_derive" 2155*d4726bddSHONG Yifanversion = "1.0.190" 2156*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2157*d4726bddSHONG Yifanchecksum = "67c5609f394e5c2bd7fc51efda478004ea80ef42fee983d5c67a65e34f32c0e3" 2158*d4726bddSHONG Yifandependencies = [ 2159*d4726bddSHONG Yifan "proc-macro2", 2160*d4726bddSHONG Yifan "quote", 2161*d4726bddSHONG Yifan "syn 2.0.32", 2162*d4726bddSHONG Yifan] 2163*d4726bddSHONG Yifan 2164*d4726bddSHONG Yifan[[package]] 2165*d4726bddSHONG Yifanname = "serde_json" 2166*d4726bddSHONG Yifanversion = "1.0.108" 2167*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2168*d4726bddSHONG Yifanchecksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b" 2169*d4726bddSHONG Yifandependencies = [ 2170*d4726bddSHONG Yifan "itoa", 2171*d4726bddSHONG Yifan "ryu", 2172*d4726bddSHONG Yifan "serde", 2173*d4726bddSHONG Yifan] 2174*d4726bddSHONG Yifan 2175*d4726bddSHONG Yifan[[package]] 2176*d4726bddSHONG Yifanname = "serde_spanned" 2177*d4726bddSHONG Yifanversion = "0.6.5" 2178*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2179*d4726bddSHONG Yifanchecksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1" 2180*d4726bddSHONG Yifandependencies = [ 2181*d4726bddSHONG Yifan "serde", 2182*d4726bddSHONG Yifan] 2183*d4726bddSHONG Yifan 2184*d4726bddSHONG Yifan[[package]] 2185*d4726bddSHONG Yifanname = "serde_starlark" 2186*d4726bddSHONG Yifanversion = "0.1.14" 2187*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2188*d4726bddSHONG Yifanchecksum = "29675b116dd4c7ab4012e00e71f6dee9ed8c731108468b4434779c6b9eec7957" 2189*d4726bddSHONG Yifandependencies = [ 2190*d4726bddSHONG Yifan "serde", 2191*d4726bddSHONG Yifan] 2192*d4726bddSHONG Yifan 2193*d4726bddSHONG Yifan[[package]] 2194*d4726bddSHONG Yifanname = "sha1_smol" 2195*d4726bddSHONG Yifanversion = "1.0.0" 2196*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2197*d4726bddSHONG Yifanchecksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012" 2198*d4726bddSHONG Yifan 2199*d4726bddSHONG Yifan[[package]] 2200*d4726bddSHONG Yifanname = "sha2" 2201*d4726bddSHONG Yifanversion = "0.10.8" 2202*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2203*d4726bddSHONG Yifanchecksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 2204*d4726bddSHONG Yifandependencies = [ 2205*d4726bddSHONG Yifan "cfg-if", 2206*d4726bddSHONG Yifan "cpufeatures", 2207*d4726bddSHONG Yifan "digest", 2208*d4726bddSHONG Yifan] 2209*d4726bddSHONG Yifan 2210*d4726bddSHONG Yifan[[package]] 2211*d4726bddSHONG Yifanname = "sharded-slab" 2212*d4726bddSHONG Yifanversion = "0.1.7" 2213*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2214*d4726bddSHONG Yifanchecksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 2215*d4726bddSHONG Yifandependencies = [ 2216*d4726bddSHONG Yifan "lazy_static", 2217*d4726bddSHONG Yifan] 2218*d4726bddSHONG Yifan 2219*d4726bddSHONG Yifan[[package]] 2220*d4726bddSHONG Yifanname = "siphasher" 2221*d4726bddSHONG Yifanversion = "0.3.10" 2222*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2223*d4726bddSHONG Yifanchecksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" 2224*d4726bddSHONG Yifan 2225*d4726bddSHONG Yifan[[package]] 2226*d4726bddSHONG Yifanname = "slug" 2227*d4726bddSHONG Yifanversion = "0.1.4" 2228*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2229*d4726bddSHONG Yifanchecksum = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373" 2230*d4726bddSHONG Yifandependencies = [ 2231*d4726bddSHONG Yifan "deunicode", 2232*d4726bddSHONG Yifan] 2233*d4726bddSHONG Yifan 2234*d4726bddSHONG Yifan[[package]] 2235*d4726bddSHONG Yifanname = "smallvec" 2236*d4726bddSHONG Yifanversion = "1.11.0" 2237*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2238*d4726bddSHONG Yifanchecksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" 2239*d4726bddSHONG Yifan 2240*d4726bddSHONG Yifan[[package]] 2241*d4726bddSHONG Yifanname = "smawk" 2242*d4726bddSHONG Yifanversion = "0.3.1" 2243*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2244*d4726bddSHONG Yifanchecksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043" 2245*d4726bddSHONG Yifan 2246*d4726bddSHONG Yifan[[package]] 2247*d4726bddSHONG Yifanname = "smol_str" 2248*d4726bddSHONG Yifanversion = "0.2.0" 2249*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2250*d4726bddSHONG Yifanchecksum = "74212e6bbe9a4352329b2f68ba3130c15a3f26fe88ff22dbdc6cdd58fa85e99c" 2251*d4726bddSHONG Yifandependencies = [ 2252*d4726bddSHONG Yifan "serde", 2253*d4726bddSHONG Yifan] 2254*d4726bddSHONG Yifan 2255*d4726bddSHONG Yifan[[package]] 2256*d4726bddSHONG Yifanname = "spdx" 2257*d4726bddSHONG Yifanversion = "0.10.3" 2258*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2259*d4726bddSHONG Yifanchecksum = "62bde1398b09b9f93fc2fc9b9da86e362693e999d3a54a8ac47a99a5a73f638b" 2260*d4726bddSHONG Yifandependencies = [ 2261*d4726bddSHONG Yifan "smallvec", 2262*d4726bddSHONG Yifan] 2263*d4726bddSHONG Yifan 2264*d4726bddSHONG Yifan[[package]] 2265*d4726bddSHONG Yifanname = "spectral" 2266*d4726bddSHONG Yifanversion = "0.6.0" 2267*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2268*d4726bddSHONG Yifanchecksum = "ae3c15181f4b14e52eeaac3efaeec4d2764716ce9c86da0c934c3e318649c5ba" 2269*d4726bddSHONG Yifandependencies = [ 2270*d4726bddSHONG Yifan "num", 2271*d4726bddSHONG Yifan] 2272*d4726bddSHONG Yifan 2273*d4726bddSHONG Yifan[[package]] 2274*d4726bddSHONG Yifanname = "strsim" 2275*d4726bddSHONG Yifanversion = "0.10.0" 2276*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2277*d4726bddSHONG Yifanchecksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 2278*d4726bddSHONG Yifan 2279*d4726bddSHONG Yifan[[package]] 2280*d4726bddSHONG Yifanname = "syn" 2281*d4726bddSHONG Yifanversion = "1.0.109" 2282*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2283*d4726bddSHONG Yifanchecksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 2284*d4726bddSHONG Yifandependencies = [ 2285*d4726bddSHONG Yifan "proc-macro2", 2286*d4726bddSHONG Yifan "quote", 2287*d4726bddSHONG Yifan "unicode-ident", 2288*d4726bddSHONG Yifan] 2289*d4726bddSHONG Yifan 2290*d4726bddSHONG Yifan[[package]] 2291*d4726bddSHONG Yifanname = "syn" 2292*d4726bddSHONG Yifanversion = "2.0.32" 2293*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2294*d4726bddSHONG Yifanchecksum = "239814284fd6f1a4ffe4ca893952cdd93c224b6a1571c9a9eadd670295c0c9e2" 2295*d4726bddSHONG Yifandependencies = [ 2296*d4726bddSHONG Yifan "proc-macro2", 2297*d4726bddSHONG Yifan "quote", 2298*d4726bddSHONG Yifan "unicode-ident", 2299*d4726bddSHONG Yifan] 2300*d4726bddSHONG Yifan 2301*d4726bddSHONG Yifan[[package]] 2302*d4726bddSHONG Yifanname = "tempfile" 2303*d4726bddSHONG Yifanversion = "3.8.1" 2304*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2305*d4726bddSHONG Yifanchecksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5" 2306*d4726bddSHONG Yifandependencies = [ 2307*d4726bddSHONG Yifan "cfg-if", 2308*d4726bddSHONG Yifan "fastrand", 2309*d4726bddSHONG Yifan "redox_syscall 0.4.1", 2310*d4726bddSHONG Yifan "rustix 0.38.21", 2311*d4726bddSHONG Yifan "windows-sys", 2312*d4726bddSHONG Yifan] 2313*d4726bddSHONG Yifan 2314*d4726bddSHONG Yifan[[package]] 2315*d4726bddSHONG Yifanname = "tera" 2316*d4726bddSHONG Yifanversion = "1.19.1" 2317*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2318*d4726bddSHONG Yifanchecksum = "970dff17c11e884a4a09bc76e3a17ef71e01bb13447a11e85226e254fe6d10b8" 2319*d4726bddSHONG Yifandependencies = [ 2320*d4726bddSHONG Yifan "chrono", 2321*d4726bddSHONG Yifan "chrono-tz", 2322*d4726bddSHONG Yifan "globwalk", 2323*d4726bddSHONG Yifan "humansize", 2324*d4726bddSHONG Yifan "lazy_static", 2325*d4726bddSHONG Yifan "percent-encoding", 2326*d4726bddSHONG Yifan "pest", 2327*d4726bddSHONG Yifan "pest_derive", 2328*d4726bddSHONG Yifan "rand 0.8.5", 2329*d4726bddSHONG Yifan "regex", 2330*d4726bddSHONG Yifan "serde", 2331*d4726bddSHONG Yifan "serde_json", 2332*d4726bddSHONG Yifan "slug", 2333*d4726bddSHONG Yifan "unic-segment", 2334*d4726bddSHONG Yifan] 2335*d4726bddSHONG Yifan 2336*d4726bddSHONG Yifan[[package]] 2337*d4726bddSHONG Yifanname = "textwrap" 2338*d4726bddSHONG Yifanversion = "0.16.0" 2339*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2340*d4726bddSHONG Yifanchecksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" 2341*d4726bddSHONG Yifandependencies = [ 2342*d4726bddSHONG Yifan "smawk", 2343*d4726bddSHONG Yifan "unicode-linebreak", 2344*d4726bddSHONG Yifan "unicode-width", 2345*d4726bddSHONG Yifan] 2346*d4726bddSHONG Yifan 2347*d4726bddSHONG Yifan[[package]] 2348*d4726bddSHONG Yifanname = "thiserror" 2349*d4726bddSHONG Yifanversion = "1.0.50" 2350*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2351*d4726bddSHONG Yifanchecksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2" 2352*d4726bddSHONG Yifandependencies = [ 2353*d4726bddSHONG Yifan "thiserror-impl", 2354*d4726bddSHONG Yifan] 2355*d4726bddSHONG Yifan 2356*d4726bddSHONG Yifan[[package]] 2357*d4726bddSHONG Yifanname = "thiserror-impl" 2358*d4726bddSHONG Yifanversion = "1.0.50" 2359*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2360*d4726bddSHONG Yifanchecksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8" 2361*d4726bddSHONG Yifandependencies = [ 2362*d4726bddSHONG Yifan "proc-macro2", 2363*d4726bddSHONG Yifan "quote", 2364*d4726bddSHONG Yifan "syn 2.0.32", 2365*d4726bddSHONG Yifan] 2366*d4726bddSHONG Yifan 2367*d4726bddSHONG Yifan[[package]] 2368*d4726bddSHONG Yifanname = "thread_local" 2369*d4726bddSHONG Yifanversion = "1.1.4" 2370*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2371*d4726bddSHONG Yifanchecksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" 2372*d4726bddSHONG Yifandependencies = [ 2373*d4726bddSHONG Yifan "once_cell", 2374*d4726bddSHONG Yifan] 2375*d4726bddSHONG Yifan 2376*d4726bddSHONG Yifan[[package]] 2377*d4726bddSHONG Yifanname = "time" 2378*d4726bddSHONG Yifanversion = "0.3.36" 2379*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2380*d4726bddSHONG Yifanchecksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 2381*d4726bddSHONG Yifandependencies = [ 2382*d4726bddSHONG Yifan "deranged", 2383*d4726bddSHONG Yifan "itoa", 2384*d4726bddSHONG Yifan "libc", 2385*d4726bddSHONG Yifan "num-conv", 2386*d4726bddSHONG Yifan "num_threads", 2387*d4726bddSHONG Yifan "powerfmt", 2388*d4726bddSHONG Yifan "serde", 2389*d4726bddSHONG Yifan "time-core", 2390*d4726bddSHONG Yifan "time-macros", 2391*d4726bddSHONG Yifan] 2392*d4726bddSHONG Yifan 2393*d4726bddSHONG Yifan[[package]] 2394*d4726bddSHONG Yifanname = "time-core" 2395*d4726bddSHONG Yifanversion = "0.1.2" 2396*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2397*d4726bddSHONG Yifanchecksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 2398*d4726bddSHONG Yifan 2399*d4726bddSHONG Yifan[[package]] 2400*d4726bddSHONG Yifanname = "time-macros" 2401*d4726bddSHONG Yifanversion = "0.2.18" 2402*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2403*d4726bddSHONG Yifanchecksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" 2404*d4726bddSHONG Yifandependencies = [ 2405*d4726bddSHONG Yifan "num-conv", 2406*d4726bddSHONG Yifan "time-core", 2407*d4726bddSHONG Yifan] 2408*d4726bddSHONG Yifan 2409*d4726bddSHONG Yifan[[package]] 2410*d4726bddSHONG Yifanname = "tinyvec" 2411*d4726bddSHONG Yifanversion = "1.6.0" 2412*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2413*d4726bddSHONG Yifanchecksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 2414*d4726bddSHONG Yifandependencies = [ 2415*d4726bddSHONG Yifan "tinyvec_macros", 2416*d4726bddSHONG Yifan] 2417*d4726bddSHONG Yifan 2418*d4726bddSHONG Yifan[[package]] 2419*d4726bddSHONG Yifanname = "tinyvec_macros" 2420*d4726bddSHONG Yifanversion = "0.1.1" 2421*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2422*d4726bddSHONG Yifanchecksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2423*d4726bddSHONG Yifan 2424*d4726bddSHONG Yifan[[package]] 2425*d4726bddSHONG Yifanname = "toml" 2426*d4726bddSHONG Yifanversion = "0.7.6" 2427*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2428*d4726bddSHONG Yifanchecksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542" 2429*d4726bddSHONG Yifandependencies = [ 2430*d4726bddSHONG Yifan "serde", 2431*d4726bddSHONG Yifan "serde_spanned", 2432*d4726bddSHONG Yifan "toml_datetime", 2433*d4726bddSHONG Yifan "toml_edit 0.19.13", 2434*d4726bddSHONG Yifan] 2435*d4726bddSHONG Yifan 2436*d4726bddSHONG Yifan[[package]] 2437*d4726bddSHONG Yifanname = "toml" 2438*d4726bddSHONG Yifanversion = "0.8.10" 2439*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2440*d4726bddSHONG Yifanchecksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290" 2441*d4726bddSHONG Yifandependencies = [ 2442*d4726bddSHONG Yifan "serde", 2443*d4726bddSHONG Yifan "serde_spanned", 2444*d4726bddSHONG Yifan "toml_datetime", 2445*d4726bddSHONG Yifan "toml_edit 0.22.4", 2446*d4726bddSHONG Yifan] 2447*d4726bddSHONG Yifan 2448*d4726bddSHONG Yifan[[package]] 2449*d4726bddSHONG Yifanname = "toml_datetime" 2450*d4726bddSHONG Yifanversion = "0.6.5" 2451*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2452*d4726bddSHONG Yifanchecksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" 2453*d4726bddSHONG Yifandependencies = [ 2454*d4726bddSHONG Yifan "serde", 2455*d4726bddSHONG Yifan] 2456*d4726bddSHONG Yifan 2457*d4726bddSHONG Yifan[[package]] 2458*d4726bddSHONG Yifanname = "toml_edit" 2459*d4726bddSHONG Yifanversion = "0.19.13" 2460*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2461*d4726bddSHONG Yifanchecksum = "5f8751d9c1b03c6500c387e96f81f815a4f8e72d142d2d4a9ffa6fedd51ddee7" 2462*d4726bddSHONG Yifandependencies = [ 2463*d4726bddSHONG Yifan "indexmap", 2464*d4726bddSHONG Yifan "serde", 2465*d4726bddSHONG Yifan "serde_spanned", 2466*d4726bddSHONG Yifan "toml_datetime", 2467*d4726bddSHONG Yifan "winnow", 2468*d4726bddSHONG Yifan] 2469*d4726bddSHONG Yifan 2470*d4726bddSHONG Yifan[[package]] 2471*d4726bddSHONG Yifanname = "toml_edit" 2472*d4726bddSHONG Yifanversion = "0.22.4" 2473*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2474*d4726bddSHONG Yifanchecksum = "0c9ffdf896f8daaabf9b66ba8e77ea1ed5ed0f72821b398aba62352e95062951" 2475*d4726bddSHONG Yifandependencies = [ 2476*d4726bddSHONG Yifan "indexmap", 2477*d4726bddSHONG Yifan "serde", 2478*d4726bddSHONG Yifan "serde_spanned", 2479*d4726bddSHONG Yifan "toml_datetime", 2480*d4726bddSHONG Yifan "winnow", 2481*d4726bddSHONG Yifan] 2482*d4726bddSHONG Yifan 2483*d4726bddSHONG Yifan[[package]] 2484*d4726bddSHONG Yifanname = "tracing" 2485*d4726bddSHONG Yifanversion = "0.1.40" 2486*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2487*d4726bddSHONG Yifanchecksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 2488*d4726bddSHONG Yifandependencies = [ 2489*d4726bddSHONG Yifan "pin-project-lite", 2490*d4726bddSHONG Yifan "tracing-attributes", 2491*d4726bddSHONG Yifan "tracing-core", 2492*d4726bddSHONG Yifan] 2493*d4726bddSHONG Yifan 2494*d4726bddSHONG Yifan[[package]] 2495*d4726bddSHONG Yifanname = "tracing-attributes" 2496*d4726bddSHONG Yifanversion = "0.1.27" 2497*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2498*d4726bddSHONG Yifanchecksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 2499*d4726bddSHONG Yifandependencies = [ 2500*d4726bddSHONG Yifan "proc-macro2", 2501*d4726bddSHONG Yifan "quote", 2502*d4726bddSHONG Yifan "syn 2.0.32", 2503*d4726bddSHONG Yifan] 2504*d4726bddSHONG Yifan 2505*d4726bddSHONG Yifan[[package]] 2506*d4726bddSHONG Yifanname = "tracing-core" 2507*d4726bddSHONG Yifanversion = "0.1.32" 2508*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2509*d4726bddSHONG Yifanchecksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 2510*d4726bddSHONG Yifandependencies = [ 2511*d4726bddSHONG Yifan "once_cell", 2512*d4726bddSHONG Yifan "valuable", 2513*d4726bddSHONG Yifan] 2514*d4726bddSHONG Yifan 2515*d4726bddSHONG Yifan[[package]] 2516*d4726bddSHONG Yifanname = "tracing-log" 2517*d4726bddSHONG Yifanversion = "0.1.4" 2518*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2519*d4726bddSHONG Yifanchecksum = "f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2" 2520*d4726bddSHONG Yifandependencies = [ 2521*d4726bddSHONG Yifan "log", 2522*d4726bddSHONG Yifan "once_cell", 2523*d4726bddSHONG Yifan "tracing-core", 2524*d4726bddSHONG Yifan] 2525*d4726bddSHONG Yifan 2526*d4726bddSHONG Yifan[[package]] 2527*d4726bddSHONG Yifanname = "tracing-subscriber" 2528*d4726bddSHONG Yifanversion = "0.3.17" 2529*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2530*d4726bddSHONG Yifanchecksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77" 2531*d4726bddSHONG Yifandependencies = [ 2532*d4726bddSHONG Yifan "nu-ansi-term", 2533*d4726bddSHONG Yifan "sharded-slab", 2534*d4726bddSHONG Yifan "smallvec", 2535*d4726bddSHONG Yifan "thread_local", 2536*d4726bddSHONG Yifan "tracing-core", 2537*d4726bddSHONG Yifan "tracing-log", 2538*d4726bddSHONG Yifan] 2539*d4726bddSHONG Yifan 2540*d4726bddSHONG Yifan[[package]] 2541*d4726bddSHONG Yifanname = "typenum" 2542*d4726bddSHONG Yifanversion = "1.16.0" 2543*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2544*d4726bddSHONG Yifanchecksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" 2545*d4726bddSHONG Yifan 2546*d4726bddSHONG Yifan[[package]] 2547*d4726bddSHONG Yifanname = "ucd-trie" 2548*d4726bddSHONG Yifanversion = "0.1.6" 2549*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2550*d4726bddSHONG Yifanchecksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" 2551*d4726bddSHONG Yifan 2552*d4726bddSHONG Yifan[[package]] 2553*d4726bddSHONG Yifanname = "uluru" 2554*d4726bddSHONG Yifanversion = "3.0.0" 2555*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2556*d4726bddSHONG Yifanchecksum = "794a32261a1f5eb6a4462c81b59cec87b5c27d5deea7dd1ac8fc781c41d226db" 2557*d4726bddSHONG Yifandependencies = [ 2558*d4726bddSHONG Yifan "arrayvec", 2559*d4726bddSHONG Yifan] 2560*d4726bddSHONG Yifan 2561*d4726bddSHONG Yifan[[package]] 2562*d4726bddSHONG Yifanname = "unic-char-property" 2563*d4726bddSHONG Yifanversion = "0.9.0" 2564*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2565*d4726bddSHONG Yifanchecksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221" 2566*d4726bddSHONG Yifandependencies = [ 2567*d4726bddSHONG Yifan "unic-char-range", 2568*d4726bddSHONG Yifan] 2569*d4726bddSHONG Yifan 2570*d4726bddSHONG Yifan[[package]] 2571*d4726bddSHONG Yifanname = "unic-char-range" 2572*d4726bddSHONG Yifanversion = "0.9.0" 2573*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2574*d4726bddSHONG Yifanchecksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc" 2575*d4726bddSHONG Yifan 2576*d4726bddSHONG Yifan[[package]] 2577*d4726bddSHONG Yifanname = "unic-common" 2578*d4726bddSHONG Yifanversion = "0.9.0" 2579*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2580*d4726bddSHONG Yifanchecksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc" 2581*d4726bddSHONG Yifan 2582*d4726bddSHONG Yifan[[package]] 2583*d4726bddSHONG Yifanname = "unic-segment" 2584*d4726bddSHONG Yifanversion = "0.9.0" 2585*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2586*d4726bddSHONG Yifanchecksum = "e4ed5d26be57f84f176157270c112ef57b86debac9cd21daaabbe56db0f88f23" 2587*d4726bddSHONG Yifandependencies = [ 2588*d4726bddSHONG Yifan "unic-ucd-segment", 2589*d4726bddSHONG Yifan] 2590*d4726bddSHONG Yifan 2591*d4726bddSHONG Yifan[[package]] 2592*d4726bddSHONG Yifanname = "unic-ucd-segment" 2593*d4726bddSHONG Yifanversion = "0.9.0" 2594*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2595*d4726bddSHONG Yifanchecksum = "2079c122a62205b421f499da10f3ee0f7697f012f55b675e002483c73ea34700" 2596*d4726bddSHONG Yifandependencies = [ 2597*d4726bddSHONG Yifan "unic-char-property", 2598*d4726bddSHONG Yifan "unic-char-range", 2599*d4726bddSHONG Yifan "unic-ucd-version", 2600*d4726bddSHONG Yifan] 2601*d4726bddSHONG Yifan 2602*d4726bddSHONG Yifan[[package]] 2603*d4726bddSHONG Yifanname = "unic-ucd-version" 2604*d4726bddSHONG Yifanversion = "0.9.0" 2605*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2606*d4726bddSHONG Yifanchecksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4" 2607*d4726bddSHONG Yifandependencies = [ 2608*d4726bddSHONG Yifan "unic-common", 2609*d4726bddSHONG Yifan] 2610*d4726bddSHONG Yifan 2611*d4726bddSHONG Yifan[[package]] 2612*d4726bddSHONG Yifanname = "unicode-bidi" 2613*d4726bddSHONG Yifanversion = "0.3.13" 2614*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2615*d4726bddSHONG Yifanchecksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 2616*d4726bddSHONG Yifan 2617*d4726bddSHONG Yifan[[package]] 2618*d4726bddSHONG Yifanname = "unicode-bom" 2619*d4726bddSHONG Yifanversion = "2.0.2" 2620*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2621*d4726bddSHONG Yifanchecksum = "98e90c70c9f0d4d1ee6d0a7d04aa06cb9bbd53d8cfbdd62a0269a7c2eb640552" 2622*d4726bddSHONG Yifan 2623*d4726bddSHONG Yifan[[package]] 2624*d4726bddSHONG Yifanname = "unicode-ident" 2625*d4726bddSHONG Yifanversion = "1.0.10" 2626*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2627*d4726bddSHONG Yifanchecksum = "22049a19f4a68748a168c0fc439f9516686aa045927ff767eca0a85101fb6e73" 2628*d4726bddSHONG Yifan 2629*d4726bddSHONG Yifan[[package]] 2630*d4726bddSHONG Yifanname = "unicode-linebreak" 2631*d4726bddSHONG Yifanversion = "0.1.5" 2632*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2633*d4726bddSHONG Yifanchecksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" 2634*d4726bddSHONG Yifan 2635*d4726bddSHONG Yifan[[package]] 2636*d4726bddSHONG Yifanname = "unicode-normalization" 2637*d4726bddSHONG Yifanversion = "0.1.22" 2638*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2639*d4726bddSHONG Yifanchecksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 2640*d4726bddSHONG Yifandependencies = [ 2641*d4726bddSHONG Yifan "tinyvec", 2642*d4726bddSHONG Yifan] 2643*d4726bddSHONG Yifan 2644*d4726bddSHONG Yifan[[package]] 2645*d4726bddSHONG Yifanname = "unicode-width" 2646*d4726bddSHONG Yifanversion = "0.1.10" 2647*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2648*d4726bddSHONG Yifanchecksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 2649*d4726bddSHONG Yifan 2650*d4726bddSHONG Yifan[[package]] 2651*d4726bddSHONG Yifanname = "url" 2652*d4726bddSHONG Yifanversion = "2.5.2" 2653*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2654*d4726bddSHONG Yifanchecksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" 2655*d4726bddSHONG Yifandependencies = [ 2656*d4726bddSHONG Yifan "form_urlencoded", 2657*d4726bddSHONG Yifan "idna", 2658*d4726bddSHONG Yifan "percent-encoding", 2659*d4726bddSHONG Yifan] 2660*d4726bddSHONG Yifan 2661*d4726bddSHONG Yifan[[package]] 2662*d4726bddSHONG Yifanname = "urls_generator" 2663*d4726bddSHONG Yifanversion = "0.1.0" 2664*d4726bddSHONG Yifandependencies = [ 2665*d4726bddSHONG Yifan "clap", 2666*d4726bddSHONG Yifan "hex", 2667*d4726bddSHONG Yifan "serde_json", 2668*d4726bddSHONG Yifan "sha2", 2669*d4726bddSHONG Yifan] 2670*d4726bddSHONG Yifan 2671*d4726bddSHONG Yifan[[package]] 2672*d4726bddSHONG Yifanname = "utf8parse" 2673*d4726bddSHONG Yifanversion = "0.2.1" 2674*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2675*d4726bddSHONG Yifanchecksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 2676*d4726bddSHONG Yifan 2677*d4726bddSHONG Yifan[[package]] 2678*d4726bddSHONG Yifanname = "valuable" 2679*d4726bddSHONG Yifanversion = "0.1.0" 2680*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2681*d4726bddSHONG Yifanchecksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 2682*d4726bddSHONG Yifan 2683*d4726bddSHONG Yifan[[package]] 2684*d4726bddSHONG Yifanname = "version_check" 2685*d4726bddSHONG Yifanversion = "0.9.4" 2686*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2687*d4726bddSHONG Yifanchecksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 2688*d4726bddSHONG Yifan 2689*d4726bddSHONG Yifan[[package]] 2690*d4726bddSHONG Yifanname = "walkdir" 2691*d4726bddSHONG Yifanversion = "2.3.3" 2692*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2693*d4726bddSHONG Yifanchecksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" 2694*d4726bddSHONG Yifandependencies = [ 2695*d4726bddSHONG Yifan "same-file", 2696*d4726bddSHONG Yifan "winapi-util", 2697*d4726bddSHONG Yifan] 2698*d4726bddSHONG Yifan 2699*d4726bddSHONG Yifan[[package]] 2700*d4726bddSHONG Yifanname = "wasi" 2701*d4726bddSHONG Yifanversion = "0.11.0+wasi-snapshot-preview1" 2702*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2703*d4726bddSHONG Yifanchecksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 2704*d4726bddSHONG Yifan 2705*d4726bddSHONG Yifan[[package]] 2706*d4726bddSHONG Yifanname = "wasm-bindgen" 2707*d4726bddSHONG Yifanversion = "0.2.87" 2708*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2709*d4726bddSHONG Yifanchecksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" 2710*d4726bddSHONG Yifandependencies = [ 2711*d4726bddSHONG Yifan "cfg-if", 2712*d4726bddSHONG Yifan "wasm-bindgen-macro", 2713*d4726bddSHONG Yifan] 2714*d4726bddSHONG Yifan 2715*d4726bddSHONG Yifan[[package]] 2716*d4726bddSHONG Yifanname = "wasm-bindgen-backend" 2717*d4726bddSHONG Yifanversion = "0.2.87" 2718*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2719*d4726bddSHONG Yifanchecksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" 2720*d4726bddSHONG Yifandependencies = [ 2721*d4726bddSHONG Yifan "bumpalo", 2722*d4726bddSHONG Yifan "log", 2723*d4726bddSHONG Yifan "once_cell", 2724*d4726bddSHONG Yifan "proc-macro2", 2725*d4726bddSHONG Yifan "quote", 2726*d4726bddSHONG Yifan "syn 2.0.32", 2727*d4726bddSHONG Yifan "wasm-bindgen-shared", 2728*d4726bddSHONG Yifan] 2729*d4726bddSHONG Yifan 2730*d4726bddSHONG Yifan[[package]] 2731*d4726bddSHONG Yifanname = "wasm-bindgen-macro" 2732*d4726bddSHONG Yifanversion = "0.2.87" 2733*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2734*d4726bddSHONG Yifanchecksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" 2735*d4726bddSHONG Yifandependencies = [ 2736*d4726bddSHONG Yifan "quote", 2737*d4726bddSHONG Yifan "wasm-bindgen-macro-support", 2738*d4726bddSHONG Yifan] 2739*d4726bddSHONG Yifan 2740*d4726bddSHONG Yifan[[package]] 2741*d4726bddSHONG Yifanname = "wasm-bindgen-macro-support" 2742*d4726bddSHONG Yifanversion = "0.2.87" 2743*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2744*d4726bddSHONG Yifanchecksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" 2745*d4726bddSHONG Yifandependencies = [ 2746*d4726bddSHONG Yifan "proc-macro2", 2747*d4726bddSHONG Yifan "quote", 2748*d4726bddSHONG Yifan "syn 2.0.32", 2749*d4726bddSHONG Yifan "wasm-bindgen-backend", 2750*d4726bddSHONG Yifan "wasm-bindgen-shared", 2751*d4726bddSHONG Yifan] 2752*d4726bddSHONG Yifan 2753*d4726bddSHONG Yifan[[package]] 2754*d4726bddSHONG Yifanname = "wasm-bindgen-shared" 2755*d4726bddSHONG Yifanversion = "0.2.87" 2756*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2757*d4726bddSHONG Yifanchecksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" 2758*d4726bddSHONG Yifan 2759*d4726bddSHONG Yifan[[package]] 2760*d4726bddSHONG Yifanname = "winapi" 2761*d4726bddSHONG Yifanversion = "0.3.9" 2762*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2763*d4726bddSHONG Yifanchecksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 2764*d4726bddSHONG Yifandependencies = [ 2765*d4726bddSHONG Yifan "winapi-i686-pc-windows-gnu", 2766*d4726bddSHONG Yifan "winapi-x86_64-pc-windows-gnu", 2767*d4726bddSHONG Yifan] 2768*d4726bddSHONG Yifan 2769*d4726bddSHONG Yifan[[package]] 2770*d4726bddSHONG Yifanname = "winapi-i686-pc-windows-gnu" 2771*d4726bddSHONG Yifanversion = "0.4.0" 2772*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2773*d4726bddSHONG Yifanchecksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 2774*d4726bddSHONG Yifan 2775*d4726bddSHONG Yifan[[package]] 2776*d4726bddSHONG Yifanname = "winapi-util" 2777*d4726bddSHONG Yifanversion = "0.1.5" 2778*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2779*d4726bddSHONG Yifanchecksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 2780*d4726bddSHONG Yifandependencies = [ 2781*d4726bddSHONG Yifan "winapi", 2782*d4726bddSHONG Yifan] 2783*d4726bddSHONG Yifan 2784*d4726bddSHONG Yifan[[package]] 2785*d4726bddSHONG Yifanname = "winapi-x86_64-pc-windows-gnu" 2786*d4726bddSHONG Yifanversion = "0.4.0" 2787*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2788*d4726bddSHONG Yifanchecksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2789*d4726bddSHONG Yifan 2790*d4726bddSHONG Yifan[[package]] 2791*d4726bddSHONG Yifanname = "windows" 2792*d4726bddSHONG Yifanversion = "0.48.0" 2793*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2794*d4726bddSHONG Yifanchecksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 2795*d4726bddSHONG Yifandependencies = [ 2796*d4726bddSHONG Yifan "windows-targets", 2797*d4726bddSHONG Yifan] 2798*d4726bddSHONG Yifan 2799*d4726bddSHONG Yifan[[package]] 2800*d4726bddSHONG Yifanname = "windows-sys" 2801*d4726bddSHONG Yifanversion = "0.48.0" 2802*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2803*d4726bddSHONG Yifanchecksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 2804*d4726bddSHONG Yifandependencies = [ 2805*d4726bddSHONG Yifan "windows-targets", 2806*d4726bddSHONG Yifan] 2807*d4726bddSHONG Yifan 2808*d4726bddSHONG Yifan[[package]] 2809*d4726bddSHONG Yifanname = "windows-targets" 2810*d4726bddSHONG Yifanversion = "0.48.1" 2811*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2812*d4726bddSHONG Yifanchecksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f" 2813*d4726bddSHONG Yifandependencies = [ 2814*d4726bddSHONG Yifan "windows_aarch64_gnullvm", 2815*d4726bddSHONG Yifan "windows_aarch64_msvc", 2816*d4726bddSHONG Yifan "windows_i686_gnu", 2817*d4726bddSHONG Yifan "windows_i686_msvc", 2818*d4726bddSHONG Yifan "windows_x86_64_gnu", 2819*d4726bddSHONG Yifan "windows_x86_64_gnullvm", 2820*d4726bddSHONG Yifan "windows_x86_64_msvc", 2821*d4726bddSHONG Yifan] 2822*d4726bddSHONG Yifan 2823*d4726bddSHONG Yifan[[package]] 2824*d4726bddSHONG Yifanname = "windows_aarch64_gnullvm" 2825*d4726bddSHONG Yifanversion = "0.48.0" 2826*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2827*d4726bddSHONG Yifanchecksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 2828*d4726bddSHONG Yifan 2829*d4726bddSHONG Yifan[[package]] 2830*d4726bddSHONG Yifanname = "windows_aarch64_msvc" 2831*d4726bddSHONG Yifanversion = "0.48.0" 2832*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2833*d4726bddSHONG Yifanchecksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 2834*d4726bddSHONG Yifan 2835*d4726bddSHONG Yifan[[package]] 2836*d4726bddSHONG Yifanname = "windows_i686_gnu" 2837*d4726bddSHONG Yifanversion = "0.48.0" 2838*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2839*d4726bddSHONG Yifanchecksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 2840*d4726bddSHONG Yifan 2841*d4726bddSHONG Yifan[[package]] 2842*d4726bddSHONG Yifanname = "windows_i686_msvc" 2843*d4726bddSHONG Yifanversion = "0.48.0" 2844*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2845*d4726bddSHONG Yifanchecksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 2846*d4726bddSHONG Yifan 2847*d4726bddSHONG Yifan[[package]] 2848*d4726bddSHONG Yifanname = "windows_x86_64_gnu" 2849*d4726bddSHONG Yifanversion = "0.48.0" 2850*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2851*d4726bddSHONG Yifanchecksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 2852*d4726bddSHONG Yifan 2853*d4726bddSHONG Yifan[[package]] 2854*d4726bddSHONG Yifanname = "windows_x86_64_gnullvm" 2855*d4726bddSHONG Yifanversion = "0.48.0" 2856*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2857*d4726bddSHONG Yifanchecksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 2858*d4726bddSHONG Yifan 2859*d4726bddSHONG Yifan[[package]] 2860*d4726bddSHONG Yifanname = "windows_x86_64_msvc" 2861*d4726bddSHONG Yifanversion = "0.48.0" 2862*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2863*d4726bddSHONG Yifanchecksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 2864*d4726bddSHONG Yifan 2865*d4726bddSHONG Yifan[[package]] 2866*d4726bddSHONG Yifanname = "winnow" 2867*d4726bddSHONG Yifanversion = "0.5.18" 2868*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 2869*d4726bddSHONG Yifanchecksum = "176b6138793677221d420fd2f0aeeced263f197688b36484660da767bca2fa32" 2870*d4726bddSHONG Yifandependencies = [ 2871*d4726bddSHONG Yifan "memchr", 2872*d4726bddSHONG Yifan] 2873