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 = "alloc-no-stdlib" 22*d4726bddSHONG Yifanversion = "2.0.4" 23*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 24*d4726bddSHONG Yifanchecksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 25*d4726bddSHONG Yifan 26*d4726bddSHONG Yifan[[package]] 27*d4726bddSHONG Yifanname = "alloc-stdlib" 28*d4726bddSHONG Yifanversion = "0.2.2" 29*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 30*d4726bddSHONG Yifanchecksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 31*d4726bddSHONG Yifandependencies = [ 32*d4726bddSHONG Yifan "alloc-no-stdlib", 33*d4726bddSHONG Yifan] 34*d4726bddSHONG Yifan 35*d4726bddSHONG Yifan[[package]] 36*d4726bddSHONG Yifanname = "android-tzdata" 37*d4726bddSHONG Yifanversion = "0.1.1" 38*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 39*d4726bddSHONG Yifanchecksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 40*d4726bddSHONG Yifan 41*d4726bddSHONG Yifan[[package]] 42*d4726bddSHONG Yifanname = "android_system_properties" 43*d4726bddSHONG Yifanversion = "0.1.5" 44*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 45*d4726bddSHONG Yifanchecksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 46*d4726bddSHONG Yifandependencies = [ 47*d4726bddSHONG Yifan "libc", 48*d4726bddSHONG Yifan] 49*d4726bddSHONG Yifan 50*d4726bddSHONG Yifan[[package]] 51*d4726bddSHONG Yifanname = "anyhow" 52*d4726bddSHONG Yifanversion = "1.0.71" 53*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 54*d4726bddSHONG Yifanchecksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" 55*d4726bddSHONG Yifan 56*d4726bddSHONG Yifan[[package]] 57*d4726bddSHONG Yifanname = "ascii" 58*d4726bddSHONG Yifanversion = "1.1.0" 59*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 60*d4726bddSHONG Yifanchecksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16" 61*d4726bddSHONG Yifan 62*d4726bddSHONG Yifan[[package]] 63*d4726bddSHONG Yifanname = "assert_cmd" 64*d4726bddSHONG Yifanversion = "1.0.8" 65*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 66*d4726bddSHONG Yifanchecksum = "c98233c6673d8601ab23e77eb38f999c51100d46c5703b17288c57fddf3a1ffe" 67*d4726bddSHONG Yifandependencies = [ 68*d4726bddSHONG Yifan "bstr", 69*d4726bddSHONG Yifan "doc-comment", 70*d4726bddSHONG Yifan "predicates 2.1.5", 71*d4726bddSHONG Yifan "predicates-core", 72*d4726bddSHONG Yifan "predicates-tree", 73*d4726bddSHONG Yifan "wait-timeout", 74*d4726bddSHONG Yifan] 75*d4726bddSHONG Yifan 76*d4726bddSHONG Yifan[[package]] 77*d4726bddSHONG Yifanname = "atty" 78*d4726bddSHONG Yifanversion = "0.2.14" 79*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 80*d4726bddSHONG Yifanchecksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 81*d4726bddSHONG Yifandependencies = [ 82*d4726bddSHONG Yifan "hermit-abi 0.1.19", 83*d4726bddSHONG Yifan "libc", 84*d4726bddSHONG Yifan "winapi", 85*d4726bddSHONG Yifan] 86*d4726bddSHONG Yifan 87*d4726bddSHONG Yifan[[package]] 88*d4726bddSHONG Yifanname = "autocfg" 89*d4726bddSHONG Yifanversion = "1.1.0" 90*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 91*d4726bddSHONG Yifanchecksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 92*d4726bddSHONG Yifan 93*d4726bddSHONG Yifan[[package]] 94*d4726bddSHONG Yifanname = "base64" 95*d4726bddSHONG Yifanversion = "0.13.1" 96*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 97*d4726bddSHONG Yifanchecksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 98*d4726bddSHONG Yifan 99*d4726bddSHONG Yifan[[package]] 100*d4726bddSHONG Yifanname = "base64" 101*d4726bddSHONG Yifanversion = "0.21.5" 102*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 103*d4726bddSHONG Yifanchecksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9" 104*d4726bddSHONG Yifan 105*d4726bddSHONG Yifan[[package]] 106*d4726bddSHONG Yifanname = "bitflags" 107*d4726bddSHONG Yifanversion = "1.3.2" 108*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 109*d4726bddSHONG Yifanchecksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 110*d4726bddSHONG Yifan 111*d4726bddSHONG Yifan[[package]] 112*d4726bddSHONG Yifanname = "brotli-decompressor" 113*d4726bddSHONG Yifanversion = "2.5.1" 114*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 115*d4726bddSHONG Yifanchecksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f" 116*d4726bddSHONG Yifandependencies = [ 117*d4726bddSHONG Yifan "alloc-no-stdlib", 118*d4726bddSHONG Yifan "alloc-stdlib", 119*d4726bddSHONG Yifan] 120*d4726bddSHONG Yifan 121*d4726bddSHONG Yifan[[package]] 122*d4726bddSHONG Yifanname = "bstr" 123*d4726bddSHONG Yifanversion = "0.2.17" 124*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 125*d4726bddSHONG Yifanchecksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223" 126*d4726bddSHONG Yifandependencies = [ 127*d4726bddSHONG Yifan "lazy_static", 128*d4726bddSHONG Yifan "memchr", 129*d4726bddSHONG Yifan "regex-automata 0.1.10", 130*d4726bddSHONG Yifan] 131*d4726bddSHONG Yifan 132*d4726bddSHONG Yifan[[package]] 133*d4726bddSHONG Yifanname = "buf_redux" 134*d4726bddSHONG Yifanversion = "0.8.4" 135*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 136*d4726bddSHONG Yifanchecksum = "b953a6887648bb07a535631f2bc00fbdb2a2216f135552cb3f534ed136b9c07f" 137*d4726bddSHONG Yifandependencies = [ 138*d4726bddSHONG Yifan "memchr", 139*d4726bddSHONG Yifan "safemem", 140*d4726bddSHONG Yifan] 141*d4726bddSHONG Yifan 142*d4726bddSHONG Yifan[[package]] 143*d4726bddSHONG Yifanname = "bumpalo" 144*d4726bddSHONG Yifanversion = "3.13.0" 145*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 146*d4726bddSHONG Yifanchecksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" 147*d4726bddSHONG Yifan 148*d4726bddSHONG Yifan[[package]] 149*d4726bddSHONG Yifanname = "cc" 150*d4726bddSHONG Yifanversion = "1.0.83" 151*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 152*d4726bddSHONG Yifanchecksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 153*d4726bddSHONG Yifandependencies = [ 154*d4726bddSHONG Yifan "libc", 155*d4726bddSHONG Yifan] 156*d4726bddSHONG Yifan 157*d4726bddSHONG Yifan[[package]] 158*d4726bddSHONG Yifanname = "cfg-if" 159*d4726bddSHONG Yifanversion = "1.0.0" 160*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 161*d4726bddSHONG Yifanchecksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 162*d4726bddSHONG Yifan 163*d4726bddSHONG Yifan[[package]] 164*d4726bddSHONG Yifanname = "chrono" 165*d4726bddSHONG Yifanversion = "0.4.26" 166*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 167*d4726bddSHONG Yifanchecksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" 168*d4726bddSHONG Yifandependencies = [ 169*d4726bddSHONG Yifan "android-tzdata", 170*d4726bddSHONG Yifan "iana-time-zone", 171*d4726bddSHONG Yifan "num-traits", 172*d4726bddSHONG Yifan "winapi", 173*d4726bddSHONG Yifan] 174*d4726bddSHONG Yifan 175*d4726bddSHONG Yifan[[package]] 176*d4726bddSHONG Yifanname = "chunked_transfer" 177*d4726bddSHONG Yifanversion = "1.4.1" 178*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 179*d4726bddSHONG Yifanchecksum = "cca491388666e04d7248af3f60f0c40cfb0991c72205595d7c396e3510207d1a" 180*d4726bddSHONG Yifan 181*d4726bddSHONG Yifan[[package]] 182*d4726bddSHONG Yifanname = "core-foundation" 183*d4726bddSHONG Yifanversion = "0.9.3" 184*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 185*d4726bddSHONG Yifanchecksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 186*d4726bddSHONG Yifandependencies = [ 187*d4726bddSHONG Yifan "core-foundation-sys", 188*d4726bddSHONG Yifan "libc", 189*d4726bddSHONG Yifan] 190*d4726bddSHONG Yifan 191*d4726bddSHONG Yifan[[package]] 192*d4726bddSHONG Yifanname = "core-foundation-sys" 193*d4726bddSHONG Yifanversion = "0.8.4" 194*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 195*d4726bddSHONG Yifanchecksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 196*d4726bddSHONG Yifan 197*d4726bddSHONG Yifan[[package]] 198*d4726bddSHONG Yifanname = "crc32fast" 199*d4726bddSHONG Yifanversion = "1.3.2" 200*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 201*d4726bddSHONG Yifanchecksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 202*d4726bddSHONG Yifandependencies = [ 203*d4726bddSHONG Yifan "cfg-if", 204*d4726bddSHONG Yifan] 205*d4726bddSHONG Yifan 206*d4726bddSHONG Yifan[[package]] 207*d4726bddSHONG Yifanname = "crossbeam-channel" 208*d4726bddSHONG Yifanversion = "0.5.8" 209*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 210*d4726bddSHONG Yifanchecksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" 211*d4726bddSHONG Yifandependencies = [ 212*d4726bddSHONG Yifan "cfg-if", 213*d4726bddSHONG Yifan "crossbeam-utils", 214*d4726bddSHONG Yifan] 215*d4726bddSHONG Yifan 216*d4726bddSHONG Yifan[[package]] 217*d4726bddSHONG Yifanname = "crossbeam-deque" 218*d4726bddSHONG Yifanversion = "0.8.3" 219*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 220*d4726bddSHONG Yifanchecksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" 221*d4726bddSHONG Yifandependencies = [ 222*d4726bddSHONG Yifan "cfg-if", 223*d4726bddSHONG Yifan "crossbeam-epoch", 224*d4726bddSHONG Yifan "crossbeam-utils", 225*d4726bddSHONG Yifan] 226*d4726bddSHONG Yifan 227*d4726bddSHONG Yifan[[package]] 228*d4726bddSHONG Yifanname = "crossbeam-epoch" 229*d4726bddSHONG Yifanversion = "0.9.15" 230*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 231*d4726bddSHONG Yifanchecksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" 232*d4726bddSHONG Yifandependencies = [ 233*d4726bddSHONG Yifan "autocfg", 234*d4726bddSHONG Yifan "cfg-if", 235*d4726bddSHONG Yifan "crossbeam-utils", 236*d4726bddSHONG Yifan "memoffset", 237*d4726bddSHONG Yifan "scopeguard", 238*d4726bddSHONG Yifan] 239*d4726bddSHONG Yifan 240*d4726bddSHONG Yifan[[package]] 241*d4726bddSHONG Yifanname = "crossbeam-utils" 242*d4726bddSHONG Yifanversion = "0.8.16" 243*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 244*d4726bddSHONG Yifanchecksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" 245*d4726bddSHONG Yifandependencies = [ 246*d4726bddSHONG Yifan "cfg-if", 247*d4726bddSHONG Yifan] 248*d4726bddSHONG Yifan 249*d4726bddSHONG Yifan[[package]] 250*d4726bddSHONG Yifanname = "diff" 251*d4726bddSHONG Yifanversion = "0.1.13" 252*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 253*d4726bddSHONG Yifanchecksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" 254*d4726bddSHONG Yifan 255*d4726bddSHONG Yifan[[package]] 256*d4726bddSHONG Yifanname = "difference" 257*d4726bddSHONG Yifanversion = "2.0.0" 258*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 259*d4726bddSHONG Yifanchecksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" 260*d4726bddSHONG Yifan 261*d4726bddSHONG Yifan[[package]] 262*d4726bddSHONG Yifanname = "difflib" 263*d4726bddSHONG Yifanversion = "0.4.0" 264*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 265*d4726bddSHONG Yifanchecksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" 266*d4726bddSHONG Yifan 267*d4726bddSHONG Yifan[[package]] 268*d4726bddSHONG Yifanname = "doc-comment" 269*d4726bddSHONG Yifanversion = "0.3.3" 270*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 271*d4726bddSHONG Yifanchecksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" 272*d4726bddSHONG Yifan 273*d4726bddSHONG Yifan[[package]] 274*d4726bddSHONG Yifanname = "docopt" 275*d4726bddSHONG Yifanversion = "1.1.1" 276*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 277*d4726bddSHONG Yifanchecksum = "7f3f119846c823f9eafcf953a8f6ffb6ed69bf6240883261a7f13b634579a51f" 278*d4726bddSHONG Yifandependencies = [ 279*d4726bddSHONG Yifan "lazy_static", 280*d4726bddSHONG Yifan "regex", 281*d4726bddSHONG Yifan "serde", 282*d4726bddSHONG Yifan "strsim", 283*d4726bddSHONG Yifan] 284*d4726bddSHONG Yifan 285*d4726bddSHONG Yifan[[package]] 286*d4726bddSHONG Yifanname = "either" 287*d4726bddSHONG Yifanversion = "1.8.1" 288*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 289*d4726bddSHONG Yifanchecksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 290*d4726bddSHONG Yifan 291*d4726bddSHONG Yifan[[package]] 292*d4726bddSHONG Yifanname = "env_logger" 293*d4726bddSHONG Yifanversion = "0.8.4" 294*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 295*d4726bddSHONG Yifanchecksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3" 296*d4726bddSHONG Yifandependencies = [ 297*d4726bddSHONG Yifan "atty", 298*d4726bddSHONG Yifan "humantime", 299*d4726bddSHONG Yifan "log", 300*d4726bddSHONG Yifan "regex", 301*d4726bddSHONG Yifan "termcolor", 302*d4726bddSHONG Yifan] 303*d4726bddSHONG Yifan 304*d4726bddSHONG Yifan[[package]] 305*d4726bddSHONG Yifanname = "equivalent" 306*d4726bddSHONG Yifanversion = "1.0.1" 307*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 308*d4726bddSHONG Yifanchecksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 309*d4726bddSHONG Yifan 310*d4726bddSHONG Yifan[[package]] 311*d4726bddSHONG Yifanname = "errno" 312*d4726bddSHONG Yifanversion = "0.3.1" 313*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 314*d4726bddSHONG Yifanchecksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 315*d4726bddSHONG Yifandependencies = [ 316*d4726bddSHONG Yifan "errno-dragonfly", 317*d4726bddSHONG Yifan "libc", 318*d4726bddSHONG Yifan "windows-sys", 319*d4726bddSHONG Yifan] 320*d4726bddSHONG Yifan 321*d4726bddSHONG Yifan[[package]] 322*d4726bddSHONG Yifanname = "errno-dragonfly" 323*d4726bddSHONG Yifanversion = "0.1.2" 324*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 325*d4726bddSHONG Yifanchecksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 326*d4726bddSHONG Yifandependencies = [ 327*d4726bddSHONG Yifan "cc", 328*d4726bddSHONG Yifan "libc", 329*d4726bddSHONG Yifan] 330*d4726bddSHONG Yifan 331*d4726bddSHONG Yifan[[package]] 332*d4726bddSHONG Yifanname = "fallible-iterator" 333*d4726bddSHONG Yifanversion = "0.2.0" 334*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 335*d4726bddSHONG Yifanchecksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" 336*d4726bddSHONG Yifan 337*d4726bddSHONG Yifan[[package]] 338*d4726bddSHONG Yifanname = "fastrand" 339*d4726bddSHONG Yifanversion = "1.9.0" 340*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 341*d4726bddSHONG Yifanchecksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 342*d4726bddSHONG Yifandependencies = [ 343*d4726bddSHONG Yifan "instant", 344*d4726bddSHONG Yifan] 345*d4726bddSHONG Yifan 346*d4726bddSHONG Yifan[[package]] 347*d4726bddSHONG Yifanname = "filetime" 348*d4726bddSHONG Yifanversion = "0.2.21" 349*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 350*d4726bddSHONG Yifanchecksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153" 351*d4726bddSHONG Yifandependencies = [ 352*d4726bddSHONG Yifan "cfg-if", 353*d4726bddSHONG Yifan "libc", 354*d4726bddSHONG Yifan "redox_syscall 0.2.16", 355*d4726bddSHONG Yifan "windows-sys", 356*d4726bddSHONG Yifan] 357*d4726bddSHONG Yifan 358*d4726bddSHONG Yifan[[package]] 359*d4726bddSHONG Yifanname = "flate2" 360*d4726bddSHONG Yifanversion = "1.0.28" 361*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 362*d4726bddSHONG Yifanchecksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" 363*d4726bddSHONG Yifandependencies = [ 364*d4726bddSHONG Yifan "crc32fast", 365*d4726bddSHONG Yifan "miniz_oxide", 366*d4726bddSHONG Yifan] 367*d4726bddSHONG Yifan 368*d4726bddSHONG Yifan[[package]] 369*d4726bddSHONG Yifanname = "float-cmp" 370*d4726bddSHONG Yifanversion = "0.8.0" 371*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 372*d4726bddSHONG Yifanchecksum = "e1267f4ac4f343772758f7b1bdcbe767c218bbab93bb432acbf5162bbf85a6c4" 373*d4726bddSHONG Yifandependencies = [ 374*d4726bddSHONG Yifan "num-traits", 375*d4726bddSHONG Yifan] 376*d4726bddSHONG Yifan 377*d4726bddSHONG Yifan[[package]] 378*d4726bddSHONG Yifanname = "foreign-types" 379*d4726bddSHONG Yifanversion = "0.3.2" 380*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 381*d4726bddSHONG Yifanchecksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 382*d4726bddSHONG Yifandependencies = [ 383*d4726bddSHONG Yifan "foreign-types-shared", 384*d4726bddSHONG Yifan] 385*d4726bddSHONG Yifan 386*d4726bddSHONG Yifan[[package]] 387*d4726bddSHONG Yifanname = "foreign-types-shared" 388*d4726bddSHONG Yifanversion = "0.1.1" 389*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 390*d4726bddSHONG Yifanchecksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 391*d4726bddSHONG Yifan 392*d4726bddSHONG Yifan[[package]] 393*d4726bddSHONG Yifanname = "form_urlencoded" 394*d4726bddSHONG Yifanversion = "1.2.0" 395*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 396*d4726bddSHONG Yifanchecksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" 397*d4726bddSHONG Yifandependencies = [ 398*d4726bddSHONG Yifan "percent-encoding", 399*d4726bddSHONG Yifan] 400*d4726bddSHONG Yifan 401*d4726bddSHONG Yifan[[package]] 402*d4726bddSHONG Yifanname = "getrandom" 403*d4726bddSHONG Yifanversion = "0.2.10" 404*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 405*d4726bddSHONG Yifanchecksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" 406*d4726bddSHONG Yifandependencies = [ 407*d4726bddSHONG Yifan "cfg-if", 408*d4726bddSHONG Yifan "libc", 409*d4726bddSHONG Yifan "wasi", 410*d4726bddSHONG Yifan] 411*d4726bddSHONG Yifan 412*d4726bddSHONG Yifan[[package]] 413*d4726bddSHONG Yifanname = "gimli" 414*d4726bddSHONG Yifanversion = "0.26.2" 415*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 416*d4726bddSHONG Yifanchecksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d" 417*d4726bddSHONG Yifandependencies = [ 418*d4726bddSHONG Yifan "fallible-iterator", 419*d4726bddSHONG Yifan "indexmap 1.9.3", 420*d4726bddSHONG Yifan "stable_deref_trait", 421*d4726bddSHONG Yifan] 422*d4726bddSHONG Yifan 423*d4726bddSHONG Yifan[[package]] 424*d4726bddSHONG Yifanname = "hashbrown" 425*d4726bddSHONG Yifanversion = "0.12.3" 426*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 427*d4726bddSHONG Yifanchecksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 428*d4726bddSHONG Yifan 429*d4726bddSHONG Yifan[[package]] 430*d4726bddSHONG Yifanname = "hashbrown" 431*d4726bddSHONG Yifanversion = "0.14.0" 432*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 433*d4726bddSHONG Yifanchecksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" 434*d4726bddSHONG Yifan 435*d4726bddSHONG Yifan[[package]] 436*d4726bddSHONG Yifanname = "heck" 437*d4726bddSHONG Yifanversion = "0.3.3" 438*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 439*d4726bddSHONG Yifanchecksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" 440*d4726bddSHONG Yifandependencies = [ 441*d4726bddSHONG Yifan "unicode-segmentation", 442*d4726bddSHONG Yifan] 443*d4726bddSHONG Yifan 444*d4726bddSHONG Yifan[[package]] 445*d4726bddSHONG Yifanname = "hermit-abi" 446*d4726bddSHONG Yifanversion = "0.1.19" 447*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 448*d4726bddSHONG Yifanchecksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 449*d4726bddSHONG Yifandependencies = [ 450*d4726bddSHONG Yifan "libc", 451*d4726bddSHONG Yifan] 452*d4726bddSHONG Yifan 453*d4726bddSHONG Yifan[[package]] 454*d4726bddSHONG Yifanname = "hermit-abi" 455*d4726bddSHONG Yifanversion = "0.3.2" 456*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 457*d4726bddSHONG Yifanchecksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" 458*d4726bddSHONG Yifan 459*d4726bddSHONG Yifan[[package]] 460*d4726bddSHONG Yifanname = "httparse" 461*d4726bddSHONG Yifanversion = "1.8.0" 462*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 463*d4726bddSHONG Yifanchecksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 464*d4726bddSHONG Yifan 465*d4726bddSHONG Yifan[[package]] 466*d4726bddSHONG Yifanname = "httpdate" 467*d4726bddSHONG Yifanversion = "1.0.2" 468*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 469*d4726bddSHONG Yifanchecksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" 470*d4726bddSHONG Yifan 471*d4726bddSHONG Yifan[[package]] 472*d4726bddSHONG Yifanname = "humantime" 473*d4726bddSHONG Yifanversion = "2.1.0" 474*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 475*d4726bddSHONG Yifanchecksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 476*d4726bddSHONG Yifan 477*d4726bddSHONG Yifan[[package]] 478*d4726bddSHONG Yifanname = "iana-time-zone" 479*d4726bddSHONG Yifanversion = "0.1.57" 480*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 481*d4726bddSHONG Yifanchecksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613" 482*d4726bddSHONG Yifandependencies = [ 483*d4726bddSHONG Yifan "android_system_properties", 484*d4726bddSHONG Yifan "core-foundation-sys", 485*d4726bddSHONG Yifan "iana-time-zone-haiku", 486*d4726bddSHONG Yifan "js-sys", 487*d4726bddSHONG Yifan "wasm-bindgen", 488*d4726bddSHONG Yifan "windows", 489*d4726bddSHONG Yifan] 490*d4726bddSHONG Yifan 491*d4726bddSHONG Yifan[[package]] 492*d4726bddSHONG Yifanname = "iana-time-zone-haiku" 493*d4726bddSHONG Yifanversion = "0.1.2" 494*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 495*d4726bddSHONG Yifanchecksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 496*d4726bddSHONG Yifandependencies = [ 497*d4726bddSHONG Yifan "cc", 498*d4726bddSHONG Yifan] 499*d4726bddSHONG Yifan 500*d4726bddSHONG Yifan[[package]] 501*d4726bddSHONG Yifanname = "id-arena" 502*d4726bddSHONG Yifanversion = "2.2.1" 503*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 504*d4726bddSHONG Yifanchecksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005" 505*d4726bddSHONG Yifandependencies = [ 506*d4726bddSHONG Yifan "rayon", 507*d4726bddSHONG Yifan] 508*d4726bddSHONG Yifan 509*d4726bddSHONG Yifan[[package]] 510*d4726bddSHONG Yifanname = "idna" 511*d4726bddSHONG Yifanversion = "0.4.0" 512*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 513*d4726bddSHONG Yifanchecksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" 514*d4726bddSHONG Yifandependencies = [ 515*d4726bddSHONG Yifan "unicode-bidi", 516*d4726bddSHONG Yifan "unicode-normalization", 517*d4726bddSHONG Yifan] 518*d4726bddSHONG Yifan 519*d4726bddSHONG Yifan[[package]] 520*d4726bddSHONG Yifanname = "indexmap" 521*d4726bddSHONG Yifanversion = "1.9.3" 522*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 523*d4726bddSHONG Yifanchecksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 524*d4726bddSHONG Yifandependencies = [ 525*d4726bddSHONG Yifan "autocfg", 526*d4726bddSHONG Yifan "hashbrown 0.12.3", 527*d4726bddSHONG Yifan] 528*d4726bddSHONG Yifan 529*d4726bddSHONG Yifan[[package]] 530*d4726bddSHONG Yifanname = "indexmap" 531*d4726bddSHONG Yifanversion = "2.0.0" 532*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 533*d4726bddSHONG Yifanchecksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" 534*d4726bddSHONG Yifandependencies = [ 535*d4726bddSHONG Yifan "equivalent", 536*d4726bddSHONG Yifan "hashbrown 0.14.0", 537*d4726bddSHONG Yifan] 538*d4726bddSHONG Yifan 539*d4726bddSHONG Yifan[[package]] 540*d4726bddSHONG Yifanname = "instant" 541*d4726bddSHONG Yifanversion = "0.1.12" 542*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 543*d4726bddSHONG Yifanchecksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 544*d4726bddSHONG Yifandependencies = [ 545*d4726bddSHONG Yifan "cfg-if", 546*d4726bddSHONG Yifan] 547*d4726bddSHONG Yifan 548*d4726bddSHONG Yifan[[package]] 549*d4726bddSHONG Yifanname = "io-lifetimes" 550*d4726bddSHONG Yifanversion = "1.0.11" 551*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 552*d4726bddSHONG Yifanchecksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 553*d4726bddSHONG Yifandependencies = [ 554*d4726bddSHONG Yifan "hermit-abi 0.3.2", 555*d4726bddSHONG Yifan "libc", 556*d4726bddSHONG Yifan "windows-sys", 557*d4726bddSHONG Yifan] 558*d4726bddSHONG Yifan 559*d4726bddSHONG Yifan[[package]] 560*d4726bddSHONG Yifanname = "itertools" 561*d4726bddSHONG Yifanversion = "0.10.5" 562*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 563*d4726bddSHONG Yifanchecksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 564*d4726bddSHONG Yifandependencies = [ 565*d4726bddSHONG Yifan "either", 566*d4726bddSHONG Yifan] 567*d4726bddSHONG Yifan 568*d4726bddSHONG Yifan[[package]] 569*d4726bddSHONG Yifanname = "itoa" 570*d4726bddSHONG Yifanversion = "1.0.8" 571*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 572*d4726bddSHONG Yifanchecksum = "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a" 573*d4726bddSHONG Yifan 574*d4726bddSHONG Yifan[[package]] 575*d4726bddSHONG Yifanname = "js-sys" 576*d4726bddSHONG Yifanversion = "0.3.64" 577*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 578*d4726bddSHONG Yifanchecksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" 579*d4726bddSHONG Yifandependencies = [ 580*d4726bddSHONG Yifan "wasm-bindgen", 581*d4726bddSHONG Yifan] 582*d4726bddSHONG Yifan 583*d4726bddSHONG Yifan[[package]] 584*d4726bddSHONG Yifanname = "lazy_static" 585*d4726bddSHONG Yifanversion = "1.4.0" 586*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 587*d4726bddSHONG Yifanchecksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 588*d4726bddSHONG Yifan 589*d4726bddSHONG Yifan[[package]] 590*d4726bddSHONG Yifanname = "leb128" 591*d4726bddSHONG Yifanversion = "0.2.5" 592*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 593*d4726bddSHONG Yifanchecksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" 594*d4726bddSHONG Yifan 595*d4726bddSHONG Yifan[[package]] 596*d4726bddSHONG Yifanname = "libc" 597*d4726bddSHONG Yifanversion = "0.2.150" 598*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 599*d4726bddSHONG Yifanchecksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c" 600*d4726bddSHONG Yifan 601*d4726bddSHONG Yifan[[package]] 602*d4726bddSHONG Yifanname = "linux-raw-sys" 603*d4726bddSHONG Yifanversion = "0.3.8" 604*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 605*d4726bddSHONG Yifanchecksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 606*d4726bddSHONG Yifan 607*d4726bddSHONG Yifan[[package]] 608*d4726bddSHONG Yifanname = "log" 609*d4726bddSHONG Yifanversion = "0.4.19" 610*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 611*d4726bddSHONG Yifanchecksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" 612*d4726bddSHONG Yifan 613*d4726bddSHONG Yifan[[package]] 614*d4726bddSHONG Yifanname = "memchr" 615*d4726bddSHONG Yifanversion = "2.5.0" 616*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 617*d4726bddSHONG Yifanchecksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 618*d4726bddSHONG Yifan 619*d4726bddSHONG Yifan[[package]] 620*d4726bddSHONG Yifanname = "memoffset" 621*d4726bddSHONG Yifanversion = "0.9.0" 622*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 623*d4726bddSHONG Yifanchecksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" 624*d4726bddSHONG Yifandependencies = [ 625*d4726bddSHONG Yifan "autocfg", 626*d4726bddSHONG Yifan] 627*d4726bddSHONG Yifan 628*d4726bddSHONG Yifan[[package]] 629*d4726bddSHONG Yifanname = "mime" 630*d4726bddSHONG Yifanversion = "0.3.17" 631*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 632*d4726bddSHONG Yifanchecksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 633*d4726bddSHONG Yifan 634*d4726bddSHONG Yifan[[package]] 635*d4726bddSHONG Yifanname = "mime_guess" 636*d4726bddSHONG Yifanversion = "2.0.4" 637*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 638*d4726bddSHONG Yifanchecksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" 639*d4726bddSHONG Yifandependencies = [ 640*d4726bddSHONG Yifan "mime", 641*d4726bddSHONG Yifan "unicase", 642*d4726bddSHONG Yifan] 643*d4726bddSHONG Yifan 644*d4726bddSHONG Yifan[[package]] 645*d4726bddSHONG Yifanname = "miniz_oxide" 646*d4726bddSHONG Yifanversion = "0.7.1" 647*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 648*d4726bddSHONG Yifanchecksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 649*d4726bddSHONG Yifandependencies = [ 650*d4726bddSHONG Yifan "adler", 651*d4726bddSHONG Yifan] 652*d4726bddSHONG Yifan 653*d4726bddSHONG Yifan[[package]] 654*d4726bddSHONG Yifanname = "multipart" 655*d4726bddSHONG Yifanversion = "0.18.0" 656*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 657*d4726bddSHONG Yifanchecksum = "00dec633863867f29cb39df64a397cdf4a6354708ddd7759f70c7fb51c5f9182" 658*d4726bddSHONG Yifandependencies = [ 659*d4726bddSHONG Yifan "buf_redux", 660*d4726bddSHONG Yifan "httparse", 661*d4726bddSHONG Yifan "log", 662*d4726bddSHONG Yifan "mime", 663*d4726bddSHONG Yifan "mime_guess", 664*d4726bddSHONG Yifan "quick-error", 665*d4726bddSHONG Yifan "rand", 666*d4726bddSHONG Yifan "safemem", 667*d4726bddSHONG Yifan "tempfile", 668*d4726bddSHONG Yifan "twoway", 669*d4726bddSHONG Yifan] 670*d4726bddSHONG Yifan 671*d4726bddSHONG Yifan[[package]] 672*d4726bddSHONG Yifanname = "native-tls" 673*d4726bddSHONG Yifanversion = "0.2.11" 674*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 675*d4726bddSHONG Yifanchecksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" 676*d4726bddSHONG Yifandependencies = [ 677*d4726bddSHONG Yifan "lazy_static", 678*d4726bddSHONG Yifan "libc", 679*d4726bddSHONG Yifan "log", 680*d4726bddSHONG Yifan "openssl", 681*d4726bddSHONG Yifan "openssl-probe", 682*d4726bddSHONG Yifan "openssl-sys", 683*d4726bddSHONG Yifan "schannel", 684*d4726bddSHONG Yifan "security-framework", 685*d4726bddSHONG Yifan "security-framework-sys", 686*d4726bddSHONG Yifan "tempfile", 687*d4726bddSHONG Yifan] 688*d4726bddSHONG Yifan 689*d4726bddSHONG Yifan[[package]] 690*d4726bddSHONG Yifanname = "normalize-line-endings" 691*d4726bddSHONG Yifanversion = "0.3.0" 692*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 693*d4726bddSHONG Yifanchecksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" 694*d4726bddSHONG Yifan 695*d4726bddSHONG Yifan[[package]] 696*d4726bddSHONG Yifanname = "num-traits" 697*d4726bddSHONG Yifanversion = "0.2.15" 698*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 699*d4726bddSHONG Yifanchecksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 700*d4726bddSHONG Yifandependencies = [ 701*d4726bddSHONG Yifan "autocfg", 702*d4726bddSHONG Yifan] 703*d4726bddSHONG Yifan 704*d4726bddSHONG Yifan[[package]] 705*d4726bddSHONG Yifanname = "num_cpus" 706*d4726bddSHONG Yifanversion = "1.16.0" 707*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 708*d4726bddSHONG Yifanchecksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 709*d4726bddSHONG Yifandependencies = [ 710*d4726bddSHONG Yifan "hermit-abi 0.3.2", 711*d4726bddSHONG Yifan "libc", 712*d4726bddSHONG Yifan] 713*d4726bddSHONG Yifan 714*d4726bddSHONG Yifan[[package]] 715*d4726bddSHONG Yifanname = "num_threads" 716*d4726bddSHONG Yifanversion = "0.1.6" 717*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 718*d4726bddSHONG Yifanchecksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44" 719*d4726bddSHONG Yifandependencies = [ 720*d4726bddSHONG Yifan "libc", 721*d4726bddSHONG Yifan] 722*d4726bddSHONG Yifan 723*d4726bddSHONG Yifan[[package]] 724*d4726bddSHONG Yifanname = "once_cell" 725*d4726bddSHONG Yifanversion = "1.18.0" 726*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 727*d4726bddSHONG Yifanchecksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 728*d4726bddSHONG Yifan 729*d4726bddSHONG Yifan[[package]] 730*d4726bddSHONG Yifanname = "openssl" 731*d4726bddSHONG Yifanversion = "0.10.55" 732*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 733*d4726bddSHONG Yifanchecksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d" 734*d4726bddSHONG Yifandependencies = [ 735*d4726bddSHONG Yifan "bitflags", 736*d4726bddSHONG Yifan "cfg-if", 737*d4726bddSHONG Yifan "foreign-types", 738*d4726bddSHONG Yifan "libc", 739*d4726bddSHONG Yifan "once_cell", 740*d4726bddSHONG Yifan "openssl-macros", 741*d4726bddSHONG Yifan "openssl-sys", 742*d4726bddSHONG Yifan] 743*d4726bddSHONG Yifan 744*d4726bddSHONG Yifan[[package]] 745*d4726bddSHONG Yifanname = "openssl-macros" 746*d4726bddSHONG Yifanversion = "0.1.1" 747*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 748*d4726bddSHONG Yifanchecksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 749*d4726bddSHONG Yifandependencies = [ 750*d4726bddSHONG Yifan "proc-macro2", 751*d4726bddSHONG Yifan "quote", 752*d4726bddSHONG Yifan "syn 2.0.25", 753*d4726bddSHONG Yifan] 754*d4726bddSHONG Yifan 755*d4726bddSHONG Yifan[[package]] 756*d4726bddSHONG Yifanname = "openssl-probe" 757*d4726bddSHONG Yifanversion = "0.1.5" 758*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 759*d4726bddSHONG Yifanchecksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 760*d4726bddSHONG Yifan 761*d4726bddSHONG Yifan[[package]] 762*d4726bddSHONG Yifanname = "openssl-src" 763*d4726bddSHONG Yifanversion = "111.26.0+1.1.1u" 764*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 765*d4726bddSHONG Yifanchecksum = "efc62c9f12b22b8f5208c23a7200a442b2e5999f8bdf80233852122b5a4f6f37" 766*d4726bddSHONG Yifandependencies = [ 767*d4726bddSHONG Yifan "cc", 768*d4726bddSHONG Yifan] 769*d4726bddSHONG Yifan 770*d4726bddSHONG Yifan[[package]] 771*d4726bddSHONG Yifanname = "openssl-sys" 772*d4726bddSHONG Yifanversion = "0.9.90" 773*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 774*d4726bddSHONG Yifanchecksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6" 775*d4726bddSHONG Yifandependencies = [ 776*d4726bddSHONG Yifan "cc", 777*d4726bddSHONG Yifan "libc", 778*d4726bddSHONG Yifan "openssl-src", 779*d4726bddSHONG Yifan "pkg-config", 780*d4726bddSHONG Yifan "vcpkg", 781*d4726bddSHONG Yifan] 782*d4726bddSHONG Yifan 783*d4726bddSHONG Yifan[[package]] 784*d4726bddSHONG Yifanname = "percent-encoding" 785*d4726bddSHONG Yifanversion = "2.3.0" 786*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 787*d4726bddSHONG Yifanchecksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" 788*d4726bddSHONG Yifan 789*d4726bddSHONG Yifan[[package]] 790*d4726bddSHONG Yifanname = "pkg-config" 791*d4726bddSHONG Yifanversion = "0.3.27" 792*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 793*d4726bddSHONG Yifanchecksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 794*d4726bddSHONG Yifan 795*d4726bddSHONG Yifan[[package]] 796*d4726bddSHONG Yifanname = "ppv-lite86" 797*d4726bddSHONG Yifanversion = "0.2.17" 798*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 799*d4726bddSHONG Yifanchecksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 800*d4726bddSHONG Yifan 801*d4726bddSHONG Yifan[[package]] 802*d4726bddSHONG Yifanname = "predicates" 803*d4726bddSHONG Yifanversion = "1.0.8" 804*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 805*d4726bddSHONG Yifanchecksum = "f49cfaf7fdaa3bfacc6fa3e7054e65148878354a5cfddcf661df4c851f8021df" 806*d4726bddSHONG Yifandependencies = [ 807*d4726bddSHONG Yifan "difference", 808*d4726bddSHONG Yifan "float-cmp", 809*d4726bddSHONG Yifan "normalize-line-endings", 810*d4726bddSHONG Yifan "predicates-core", 811*d4726bddSHONG Yifan "regex", 812*d4726bddSHONG Yifan] 813*d4726bddSHONG Yifan 814*d4726bddSHONG Yifan[[package]] 815*d4726bddSHONG Yifanname = "predicates" 816*d4726bddSHONG Yifanversion = "2.1.5" 817*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 818*d4726bddSHONG Yifanchecksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd" 819*d4726bddSHONG Yifandependencies = [ 820*d4726bddSHONG Yifan "difflib", 821*d4726bddSHONG Yifan "itertools", 822*d4726bddSHONG Yifan "predicates-core", 823*d4726bddSHONG Yifan] 824*d4726bddSHONG Yifan 825*d4726bddSHONG Yifan[[package]] 826*d4726bddSHONG Yifanname = "predicates-core" 827*d4726bddSHONG Yifanversion = "1.0.6" 828*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 829*d4726bddSHONG Yifanchecksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174" 830*d4726bddSHONG Yifan 831*d4726bddSHONG Yifan[[package]] 832*d4726bddSHONG Yifanname = "predicates-tree" 833*d4726bddSHONG Yifanversion = "1.0.9" 834*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 835*d4726bddSHONG Yifanchecksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf" 836*d4726bddSHONG Yifandependencies = [ 837*d4726bddSHONG Yifan "predicates-core", 838*d4726bddSHONG Yifan "termtree", 839*d4726bddSHONG Yifan] 840*d4726bddSHONG Yifan 841*d4726bddSHONG Yifan[[package]] 842*d4726bddSHONG Yifanname = "proc-macro2" 843*d4726bddSHONG Yifanversion = "1.0.64" 844*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 845*d4726bddSHONG Yifanchecksum = "78803b62cbf1f46fde80d7c0e803111524b9877184cfe7c3033659490ac7a7da" 846*d4726bddSHONG Yifandependencies = [ 847*d4726bddSHONG Yifan "unicode-ident", 848*d4726bddSHONG Yifan] 849*d4726bddSHONG Yifan 850*d4726bddSHONG Yifan[[package]] 851*d4726bddSHONG Yifanname = "quick-error" 852*d4726bddSHONG Yifanversion = "1.2.3" 853*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 854*d4726bddSHONG Yifanchecksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 855*d4726bddSHONG Yifan 856*d4726bddSHONG Yifan[[package]] 857*d4726bddSHONG Yifanname = "quote" 858*d4726bddSHONG Yifanversion = "1.0.29" 859*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 860*d4726bddSHONG Yifanchecksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105" 861*d4726bddSHONG Yifandependencies = [ 862*d4726bddSHONG Yifan "proc-macro2", 863*d4726bddSHONG Yifan] 864*d4726bddSHONG Yifan 865*d4726bddSHONG Yifan[[package]] 866*d4726bddSHONG Yifanname = "rand" 867*d4726bddSHONG Yifanversion = "0.8.5" 868*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 869*d4726bddSHONG Yifanchecksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 870*d4726bddSHONG Yifandependencies = [ 871*d4726bddSHONG Yifan "libc", 872*d4726bddSHONG Yifan "rand_chacha", 873*d4726bddSHONG Yifan "rand_core", 874*d4726bddSHONG Yifan] 875*d4726bddSHONG Yifan 876*d4726bddSHONG Yifan[[package]] 877*d4726bddSHONG Yifanname = "rand_chacha" 878*d4726bddSHONG Yifanversion = "0.3.1" 879*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 880*d4726bddSHONG Yifanchecksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 881*d4726bddSHONG Yifandependencies = [ 882*d4726bddSHONG Yifan "ppv-lite86", 883*d4726bddSHONG Yifan "rand_core", 884*d4726bddSHONG Yifan] 885*d4726bddSHONG Yifan 886*d4726bddSHONG Yifan[[package]] 887*d4726bddSHONG Yifanname = "rand_core" 888*d4726bddSHONG Yifanversion = "0.6.4" 889*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 890*d4726bddSHONG Yifanchecksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 891*d4726bddSHONG Yifandependencies = [ 892*d4726bddSHONG Yifan "getrandom", 893*d4726bddSHONG Yifan] 894*d4726bddSHONG Yifan 895*d4726bddSHONG Yifan[[package]] 896*d4726bddSHONG Yifanname = "rayon" 897*d4726bddSHONG Yifanversion = "1.7.0" 898*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 899*d4726bddSHONG Yifanchecksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" 900*d4726bddSHONG Yifandependencies = [ 901*d4726bddSHONG Yifan "either", 902*d4726bddSHONG Yifan "rayon-core", 903*d4726bddSHONG Yifan] 904*d4726bddSHONG Yifan 905*d4726bddSHONG Yifan[[package]] 906*d4726bddSHONG Yifanname = "rayon-core" 907*d4726bddSHONG Yifanversion = "1.11.0" 908*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 909*d4726bddSHONG Yifanchecksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" 910*d4726bddSHONG Yifandependencies = [ 911*d4726bddSHONG Yifan "crossbeam-channel", 912*d4726bddSHONG Yifan "crossbeam-deque", 913*d4726bddSHONG Yifan "crossbeam-utils", 914*d4726bddSHONG Yifan "num_cpus", 915*d4726bddSHONG Yifan] 916*d4726bddSHONG Yifan 917*d4726bddSHONG Yifan[[package]] 918*d4726bddSHONG Yifanname = "redox_syscall" 919*d4726bddSHONG Yifanversion = "0.2.16" 920*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 921*d4726bddSHONG Yifanchecksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 922*d4726bddSHONG Yifandependencies = [ 923*d4726bddSHONG Yifan "bitflags", 924*d4726bddSHONG Yifan] 925*d4726bddSHONG Yifan 926*d4726bddSHONG Yifan[[package]] 927*d4726bddSHONG Yifanname = "redox_syscall" 928*d4726bddSHONG Yifanversion = "0.3.5" 929*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 930*d4726bddSHONG Yifanchecksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 931*d4726bddSHONG Yifandependencies = [ 932*d4726bddSHONG Yifan "bitflags", 933*d4726bddSHONG Yifan] 934*d4726bddSHONG Yifan 935*d4726bddSHONG Yifan[[package]] 936*d4726bddSHONG Yifanname = "regex" 937*d4726bddSHONG Yifanversion = "1.9.1" 938*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 939*d4726bddSHONG Yifanchecksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575" 940*d4726bddSHONG Yifandependencies = [ 941*d4726bddSHONG Yifan "aho-corasick", 942*d4726bddSHONG Yifan "memchr", 943*d4726bddSHONG Yifan "regex-automata 0.3.3", 944*d4726bddSHONG Yifan "regex-syntax", 945*d4726bddSHONG Yifan] 946*d4726bddSHONG Yifan 947*d4726bddSHONG Yifan[[package]] 948*d4726bddSHONG Yifanname = "regex-automata" 949*d4726bddSHONG Yifanversion = "0.1.10" 950*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 951*d4726bddSHONG Yifanchecksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 952*d4726bddSHONG Yifan 953*d4726bddSHONG Yifan[[package]] 954*d4726bddSHONG Yifanname = "regex-automata" 955*d4726bddSHONG Yifanversion = "0.3.3" 956*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 957*d4726bddSHONG Yifanchecksum = "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310" 958*d4726bddSHONG Yifandependencies = [ 959*d4726bddSHONG Yifan "aho-corasick", 960*d4726bddSHONG Yifan "memchr", 961*d4726bddSHONG Yifan "regex-syntax", 962*d4726bddSHONG Yifan] 963*d4726bddSHONG Yifan 964*d4726bddSHONG Yifan[[package]] 965*d4726bddSHONG Yifanname = "regex-syntax" 966*d4726bddSHONG Yifanversion = "0.7.4" 967*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 968*d4726bddSHONG Yifanchecksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2" 969*d4726bddSHONG Yifan 970*d4726bddSHONG Yifan[[package]] 971*d4726bddSHONG Yifanname = "ring" 972*d4726bddSHONG Yifanversion = "0.17.5" 973*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 974*d4726bddSHONG Yifanchecksum = "fb0205304757e5d899b9c2e448b867ffd03ae7f988002e47cd24954391394d0b" 975*d4726bddSHONG Yifandependencies = [ 976*d4726bddSHONG Yifan "cc", 977*d4726bddSHONG Yifan "getrandom", 978*d4726bddSHONG Yifan "libc", 979*d4726bddSHONG Yifan "spin", 980*d4726bddSHONG Yifan "untrusted", 981*d4726bddSHONG Yifan "windows-sys", 982*d4726bddSHONG Yifan] 983*d4726bddSHONG Yifan 984*d4726bddSHONG Yifan[[package]] 985*d4726bddSHONG Yifanname = "rouille" 986*d4726bddSHONG Yifanversion = "3.6.2" 987*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 988*d4726bddSHONG Yifanchecksum = "3716fbf57fc1084d7a706adf4e445298d123e4a44294c4e8213caf1b85fcc921" 989*d4726bddSHONG Yifandependencies = [ 990*d4726bddSHONG Yifan "base64 0.13.1", 991*d4726bddSHONG Yifan "chrono", 992*d4726bddSHONG Yifan "filetime", 993*d4726bddSHONG Yifan "multipart", 994*d4726bddSHONG Yifan "percent-encoding", 995*d4726bddSHONG Yifan "rand", 996*d4726bddSHONG Yifan "serde", 997*d4726bddSHONG Yifan "serde_derive", 998*d4726bddSHONG Yifan "serde_json", 999*d4726bddSHONG Yifan "sha1_smol", 1000*d4726bddSHONG Yifan "threadpool", 1001*d4726bddSHONG Yifan "time", 1002*d4726bddSHONG Yifan "tiny_http", 1003*d4726bddSHONG Yifan "url", 1004*d4726bddSHONG Yifan] 1005*d4726bddSHONG Yifan 1006*d4726bddSHONG Yifan[[package]] 1007*d4726bddSHONG Yifanname = "rustc-demangle" 1008*d4726bddSHONG Yifanversion = "0.1.23" 1009*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1010*d4726bddSHONG Yifanchecksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 1011*d4726bddSHONG Yifan 1012*d4726bddSHONG Yifan[[package]] 1013*d4726bddSHONG Yifanname = "rustix" 1014*d4726bddSHONG Yifanversion = "0.37.23" 1015*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1016*d4726bddSHONG Yifanchecksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06" 1017*d4726bddSHONG Yifandependencies = [ 1018*d4726bddSHONG Yifan "bitflags", 1019*d4726bddSHONG Yifan "errno", 1020*d4726bddSHONG Yifan "io-lifetimes", 1021*d4726bddSHONG Yifan "libc", 1022*d4726bddSHONG Yifan "linux-raw-sys", 1023*d4726bddSHONG Yifan "windows-sys", 1024*d4726bddSHONG Yifan] 1025*d4726bddSHONG Yifan 1026*d4726bddSHONG Yifan[[package]] 1027*d4726bddSHONG Yifanname = "rustls" 1028*d4726bddSHONG Yifanversion = "0.21.8" 1029*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1030*d4726bddSHONG Yifanchecksum = "446e14c5cda4f3f30fe71863c34ec70f5ac79d6087097ad0bb433e1be5edf04c" 1031*d4726bddSHONG Yifandependencies = [ 1032*d4726bddSHONG Yifan "log", 1033*d4726bddSHONG Yifan "ring", 1034*d4726bddSHONG Yifan "rustls-webpki", 1035*d4726bddSHONG Yifan "sct", 1036*d4726bddSHONG Yifan] 1037*d4726bddSHONG Yifan 1038*d4726bddSHONG Yifan[[package]] 1039*d4726bddSHONG Yifanname = "rustls-webpki" 1040*d4726bddSHONG Yifanversion = "0.101.7" 1041*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1042*d4726bddSHONG Yifanchecksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 1043*d4726bddSHONG Yifandependencies = [ 1044*d4726bddSHONG Yifan "ring", 1045*d4726bddSHONG Yifan "untrusted", 1046*d4726bddSHONG Yifan] 1047*d4726bddSHONG Yifan 1048*d4726bddSHONG Yifan[[package]] 1049*d4726bddSHONG Yifanname = "ryu" 1050*d4726bddSHONG Yifanversion = "1.0.14" 1051*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1052*d4726bddSHONG Yifanchecksum = "fe232bdf6be8c8de797b22184ee71118d63780ea42ac85b61d1baa6d3b782ae9" 1053*d4726bddSHONG Yifan 1054*d4726bddSHONG Yifan[[package]] 1055*d4726bddSHONG Yifanname = "safemem" 1056*d4726bddSHONG Yifanversion = "0.3.3" 1057*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1058*d4726bddSHONG Yifanchecksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072" 1059*d4726bddSHONG Yifan 1060*d4726bddSHONG Yifan[[package]] 1061*d4726bddSHONG Yifanname = "schannel" 1062*d4726bddSHONG Yifanversion = "0.1.22" 1063*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1064*d4726bddSHONG Yifanchecksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88" 1065*d4726bddSHONG Yifandependencies = [ 1066*d4726bddSHONG Yifan "windows-sys", 1067*d4726bddSHONG Yifan] 1068*d4726bddSHONG Yifan 1069*d4726bddSHONG Yifan[[package]] 1070*d4726bddSHONG Yifanname = "scopeguard" 1071*d4726bddSHONG Yifanversion = "1.1.0" 1072*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1073*d4726bddSHONG Yifanchecksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 1074*d4726bddSHONG Yifan 1075*d4726bddSHONG Yifan[[package]] 1076*d4726bddSHONG Yifanname = "sct" 1077*d4726bddSHONG Yifanversion = "0.7.1" 1078*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1079*d4726bddSHONG Yifanchecksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 1080*d4726bddSHONG Yifandependencies = [ 1081*d4726bddSHONG Yifan "ring", 1082*d4726bddSHONG Yifan "untrusted", 1083*d4726bddSHONG Yifan] 1084*d4726bddSHONG Yifan 1085*d4726bddSHONG Yifan[[package]] 1086*d4726bddSHONG Yifanname = "security-framework" 1087*d4726bddSHONG Yifanversion = "2.9.2" 1088*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1089*d4726bddSHONG Yifanchecksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" 1090*d4726bddSHONG Yifandependencies = [ 1091*d4726bddSHONG Yifan "bitflags", 1092*d4726bddSHONG Yifan "core-foundation", 1093*d4726bddSHONG Yifan "core-foundation-sys", 1094*d4726bddSHONG Yifan "libc", 1095*d4726bddSHONG Yifan "security-framework-sys", 1096*d4726bddSHONG Yifan] 1097*d4726bddSHONG Yifan 1098*d4726bddSHONG Yifan[[package]] 1099*d4726bddSHONG Yifanname = "security-framework-sys" 1100*d4726bddSHONG Yifanversion = "2.9.1" 1101*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1102*d4726bddSHONG Yifanchecksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" 1103*d4726bddSHONG Yifandependencies = [ 1104*d4726bddSHONG Yifan "core-foundation-sys", 1105*d4726bddSHONG Yifan "libc", 1106*d4726bddSHONG Yifan] 1107*d4726bddSHONG Yifan 1108*d4726bddSHONG Yifan[[package]] 1109*d4726bddSHONG Yifanname = "semver" 1110*d4726bddSHONG Yifanversion = "1.0.17" 1111*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1112*d4726bddSHONG Yifanchecksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" 1113*d4726bddSHONG Yifan 1114*d4726bddSHONG Yifan[[package]] 1115*d4726bddSHONG Yifanname = "serde" 1116*d4726bddSHONG Yifanversion = "1.0.171" 1117*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1118*d4726bddSHONG Yifanchecksum = "30e27d1e4fd7659406c492fd6cfaf2066ba8773de45ca75e855590f856dc34a9" 1119*d4726bddSHONG Yifandependencies = [ 1120*d4726bddSHONG Yifan "serde_derive", 1121*d4726bddSHONG Yifan] 1122*d4726bddSHONG Yifan 1123*d4726bddSHONG Yifan[[package]] 1124*d4726bddSHONG Yifanname = "serde_derive" 1125*d4726bddSHONG Yifanversion = "1.0.171" 1126*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1127*d4726bddSHONG Yifanchecksum = "389894603bd18c46fa56231694f8d827779c0951a667087194cf9de94ed24682" 1128*d4726bddSHONG Yifandependencies = [ 1129*d4726bddSHONG Yifan "proc-macro2", 1130*d4726bddSHONG Yifan "quote", 1131*d4726bddSHONG Yifan "syn 2.0.25", 1132*d4726bddSHONG Yifan] 1133*d4726bddSHONG Yifan 1134*d4726bddSHONG Yifan[[package]] 1135*d4726bddSHONG Yifanname = "serde_json" 1136*d4726bddSHONG Yifanversion = "1.0.102" 1137*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1138*d4726bddSHONG Yifanchecksum = "b5062a995d481b2308b6064e9af76011f2921c35f97b0468811ed9f6cd91dfed" 1139*d4726bddSHONG Yifandependencies = [ 1140*d4726bddSHONG Yifan "itoa", 1141*d4726bddSHONG Yifan "ryu", 1142*d4726bddSHONG Yifan "serde", 1143*d4726bddSHONG Yifan] 1144*d4726bddSHONG Yifan 1145*d4726bddSHONG Yifan[[package]] 1146*d4726bddSHONG Yifanname = "sha1_smol" 1147*d4726bddSHONG Yifanversion = "1.0.0" 1148*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1149*d4726bddSHONG Yifanchecksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012" 1150*d4726bddSHONG Yifan 1151*d4726bddSHONG Yifan[[package]] 1152*d4726bddSHONG Yifanname = "spin" 1153*d4726bddSHONG Yifanversion = "0.9.8" 1154*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1155*d4726bddSHONG Yifanchecksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 1156*d4726bddSHONG Yifan 1157*d4726bddSHONG Yifan[[package]] 1158*d4726bddSHONG Yifanname = "stable_deref_trait" 1159*d4726bddSHONG Yifanversion = "1.2.0" 1160*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1161*d4726bddSHONG Yifanchecksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 1162*d4726bddSHONG Yifan 1163*d4726bddSHONG Yifan[[package]] 1164*d4726bddSHONG Yifanname = "strsim" 1165*d4726bddSHONG Yifanversion = "0.10.0" 1166*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1167*d4726bddSHONG Yifanchecksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 1168*d4726bddSHONG Yifan 1169*d4726bddSHONG Yifan[[package]] 1170*d4726bddSHONG Yifanname = "syn" 1171*d4726bddSHONG Yifanversion = "1.0.109" 1172*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1173*d4726bddSHONG Yifanchecksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 1174*d4726bddSHONG Yifandependencies = [ 1175*d4726bddSHONG Yifan "proc-macro2", 1176*d4726bddSHONG Yifan "quote", 1177*d4726bddSHONG Yifan "unicode-ident", 1178*d4726bddSHONG Yifan] 1179*d4726bddSHONG Yifan 1180*d4726bddSHONG Yifan[[package]] 1181*d4726bddSHONG Yifanname = "syn" 1182*d4726bddSHONG Yifanversion = "2.0.25" 1183*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1184*d4726bddSHONG Yifanchecksum = "15e3fc8c0c74267e2df136e5e5fb656a464158aa57624053375eb9c8c6e25ae2" 1185*d4726bddSHONG Yifandependencies = [ 1186*d4726bddSHONG Yifan "proc-macro2", 1187*d4726bddSHONG Yifan "quote", 1188*d4726bddSHONG Yifan "unicode-ident", 1189*d4726bddSHONG Yifan] 1190*d4726bddSHONG Yifan 1191*d4726bddSHONG Yifan[[package]] 1192*d4726bddSHONG Yifanname = "tempfile" 1193*d4726bddSHONG Yifanversion = "3.6.0" 1194*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1195*d4726bddSHONG Yifanchecksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6" 1196*d4726bddSHONG Yifandependencies = [ 1197*d4726bddSHONG Yifan "autocfg", 1198*d4726bddSHONG Yifan "cfg-if", 1199*d4726bddSHONG Yifan "fastrand", 1200*d4726bddSHONG Yifan "redox_syscall 0.3.5", 1201*d4726bddSHONG Yifan "rustix", 1202*d4726bddSHONG Yifan "windows-sys", 1203*d4726bddSHONG Yifan] 1204*d4726bddSHONG Yifan 1205*d4726bddSHONG Yifan[[package]] 1206*d4726bddSHONG Yifanname = "termcolor" 1207*d4726bddSHONG Yifanversion = "1.2.0" 1208*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1209*d4726bddSHONG Yifanchecksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 1210*d4726bddSHONG Yifandependencies = [ 1211*d4726bddSHONG Yifan "winapi-util", 1212*d4726bddSHONG Yifan] 1213*d4726bddSHONG Yifan 1214*d4726bddSHONG Yifan[[package]] 1215*d4726bddSHONG Yifanname = "termtree" 1216*d4726bddSHONG Yifanversion = "0.4.1" 1217*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1218*d4726bddSHONG Yifanchecksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" 1219*d4726bddSHONG Yifan 1220*d4726bddSHONG Yifan[[package]] 1221*d4726bddSHONG Yifanname = "threadpool" 1222*d4726bddSHONG Yifanversion = "1.8.1" 1223*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1224*d4726bddSHONG Yifanchecksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" 1225*d4726bddSHONG Yifandependencies = [ 1226*d4726bddSHONG Yifan "num_cpus", 1227*d4726bddSHONG Yifan] 1228*d4726bddSHONG Yifan 1229*d4726bddSHONG Yifan[[package]] 1230*d4726bddSHONG Yifanname = "time" 1231*d4726bddSHONG Yifanversion = "0.3.23" 1232*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1233*d4726bddSHONG Yifanchecksum = "59e399c068f43a5d116fedaf73b203fa4f9c519f17e2b34f63221d3792f81446" 1234*d4726bddSHONG Yifandependencies = [ 1235*d4726bddSHONG Yifan "libc", 1236*d4726bddSHONG Yifan "num_threads", 1237*d4726bddSHONG Yifan "serde", 1238*d4726bddSHONG Yifan "time-core", 1239*d4726bddSHONG Yifan] 1240*d4726bddSHONG Yifan 1241*d4726bddSHONG Yifan[[package]] 1242*d4726bddSHONG Yifanname = "time-core" 1243*d4726bddSHONG Yifanversion = "0.1.1" 1244*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1245*d4726bddSHONG Yifanchecksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb" 1246*d4726bddSHONG Yifan 1247*d4726bddSHONG Yifan[[package]] 1248*d4726bddSHONG Yifanname = "tiny_http" 1249*d4726bddSHONG Yifanversion = "0.12.0" 1250*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1251*d4726bddSHONG Yifanchecksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82" 1252*d4726bddSHONG Yifandependencies = [ 1253*d4726bddSHONG Yifan "ascii", 1254*d4726bddSHONG Yifan "chunked_transfer", 1255*d4726bddSHONG Yifan "httpdate", 1256*d4726bddSHONG Yifan "log", 1257*d4726bddSHONG Yifan] 1258*d4726bddSHONG Yifan 1259*d4726bddSHONG Yifan[[package]] 1260*d4726bddSHONG Yifanname = "tinyvec" 1261*d4726bddSHONG Yifanversion = "1.6.0" 1262*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1263*d4726bddSHONG Yifanchecksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 1264*d4726bddSHONG Yifandependencies = [ 1265*d4726bddSHONG Yifan "tinyvec_macros", 1266*d4726bddSHONG Yifan] 1267*d4726bddSHONG Yifan 1268*d4726bddSHONG Yifan[[package]] 1269*d4726bddSHONG Yifanname = "tinyvec_macros" 1270*d4726bddSHONG Yifanversion = "0.1.1" 1271*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1272*d4726bddSHONG Yifanchecksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 1273*d4726bddSHONG Yifan 1274*d4726bddSHONG Yifan[[package]] 1275*d4726bddSHONG Yifanname = "twoway" 1276*d4726bddSHONG Yifanversion = "0.1.8" 1277*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1278*d4726bddSHONG Yifanchecksum = "59b11b2b5241ba34be09c3cc85a36e56e48f9888862e19cedf23336d35316ed1" 1279*d4726bddSHONG Yifandependencies = [ 1280*d4726bddSHONG Yifan "memchr", 1281*d4726bddSHONG Yifan] 1282*d4726bddSHONG Yifan 1283*d4726bddSHONG Yifan[[package]] 1284*d4726bddSHONG Yifanname = "unicase" 1285*d4726bddSHONG Yifanversion = "2.6.0" 1286*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1287*d4726bddSHONG Yifanchecksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" 1288*d4726bddSHONG Yifandependencies = [ 1289*d4726bddSHONG Yifan "version_check", 1290*d4726bddSHONG Yifan] 1291*d4726bddSHONG Yifan 1292*d4726bddSHONG Yifan[[package]] 1293*d4726bddSHONG Yifanname = "unicode-bidi" 1294*d4726bddSHONG Yifanversion = "0.3.13" 1295*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1296*d4726bddSHONG Yifanchecksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 1297*d4726bddSHONG Yifan 1298*d4726bddSHONG Yifan[[package]] 1299*d4726bddSHONG Yifanname = "unicode-ident" 1300*d4726bddSHONG Yifanversion = "1.0.10" 1301*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1302*d4726bddSHONG Yifanchecksum = "22049a19f4a68748a168c0fc439f9516686aa045927ff767eca0a85101fb6e73" 1303*d4726bddSHONG Yifan 1304*d4726bddSHONG Yifan[[package]] 1305*d4726bddSHONG Yifanname = "unicode-normalization" 1306*d4726bddSHONG Yifanversion = "0.1.22" 1307*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1308*d4726bddSHONG Yifanchecksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 1309*d4726bddSHONG Yifandependencies = [ 1310*d4726bddSHONG Yifan "tinyvec", 1311*d4726bddSHONG Yifan] 1312*d4726bddSHONG Yifan 1313*d4726bddSHONG Yifan[[package]] 1314*d4726bddSHONG Yifanname = "unicode-segmentation" 1315*d4726bddSHONG Yifanversion = "1.10.1" 1316*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1317*d4726bddSHONG Yifanchecksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 1318*d4726bddSHONG Yifan 1319*d4726bddSHONG Yifan[[package]] 1320*d4726bddSHONG Yifanname = "untrusted" 1321*d4726bddSHONG Yifanversion = "0.9.0" 1322*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1323*d4726bddSHONG Yifanchecksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 1324*d4726bddSHONG Yifan 1325*d4726bddSHONG Yifan[[package]] 1326*d4726bddSHONG Yifanname = "ureq" 1327*d4726bddSHONG Yifanversion = "2.8.0" 1328*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1329*d4726bddSHONG Yifanchecksum = "f5ccd538d4a604753ebc2f17cd9946e89b77bf87f6a8e2309667c6f2e87855e3" 1330*d4726bddSHONG Yifandependencies = [ 1331*d4726bddSHONG Yifan "base64 0.21.5", 1332*d4726bddSHONG Yifan "brotli-decompressor", 1333*d4726bddSHONG Yifan "flate2", 1334*d4726bddSHONG Yifan "log", 1335*d4726bddSHONG Yifan "native-tls", 1336*d4726bddSHONG Yifan "once_cell", 1337*d4726bddSHONG Yifan "rustls", 1338*d4726bddSHONG Yifan "rustls-webpki", 1339*d4726bddSHONG Yifan "url", 1340*d4726bddSHONG Yifan "webpki-roots", 1341*d4726bddSHONG Yifan] 1342*d4726bddSHONG Yifan 1343*d4726bddSHONG Yifan[[package]] 1344*d4726bddSHONG Yifanname = "url" 1345*d4726bddSHONG Yifanversion = "2.4.0" 1346*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1347*d4726bddSHONG Yifanchecksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb" 1348*d4726bddSHONG Yifandependencies = [ 1349*d4726bddSHONG Yifan "form_urlencoded", 1350*d4726bddSHONG Yifan "idna", 1351*d4726bddSHONG Yifan "percent-encoding", 1352*d4726bddSHONG Yifan] 1353*d4726bddSHONG Yifan 1354*d4726bddSHONG Yifan[[package]] 1355*d4726bddSHONG Yifanname = "vcpkg" 1356*d4726bddSHONG Yifanversion = "0.2.15" 1357*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1358*d4726bddSHONG Yifanchecksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 1359*d4726bddSHONG Yifan 1360*d4726bddSHONG Yifan[[package]] 1361*d4726bddSHONG Yifanname = "version_check" 1362*d4726bddSHONG Yifanversion = "0.9.4" 1363*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1364*d4726bddSHONG Yifanchecksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 1365*d4726bddSHONG Yifan 1366*d4726bddSHONG Yifan[[package]] 1367*d4726bddSHONG Yifanname = "wait-timeout" 1368*d4726bddSHONG Yifanversion = "0.2.0" 1369*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1370*d4726bddSHONG Yifanchecksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" 1371*d4726bddSHONG Yifandependencies = [ 1372*d4726bddSHONG Yifan "libc", 1373*d4726bddSHONG Yifan] 1374*d4726bddSHONG Yifan 1375*d4726bddSHONG Yifan[[package]] 1376*d4726bddSHONG Yifanname = "walrus" 1377*d4726bddSHONG Yifanversion = "0.20.3" 1378*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1379*d4726bddSHONG Yifanchecksum = "2c03529cd0c4400a2449f640d2f27cd1b48c3065226d15e26d98e4429ab0adb7" 1380*d4726bddSHONG Yifandependencies = [ 1381*d4726bddSHONG Yifan "anyhow", 1382*d4726bddSHONG Yifan "gimli", 1383*d4726bddSHONG Yifan "id-arena", 1384*d4726bddSHONG Yifan "leb128", 1385*d4726bddSHONG Yifan "log", 1386*d4726bddSHONG Yifan "rayon", 1387*d4726bddSHONG Yifan "walrus-macro", 1388*d4726bddSHONG Yifan "wasm-encoder", 1389*d4726bddSHONG Yifan "wasmparser 0.80.2", 1390*d4726bddSHONG Yifan] 1391*d4726bddSHONG Yifan 1392*d4726bddSHONG Yifan[[package]] 1393*d4726bddSHONG Yifanname = "walrus-macro" 1394*d4726bddSHONG Yifanversion = "0.19.0" 1395*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1396*d4726bddSHONG Yifanchecksum = "0a6e5bd22c71e77d60140b0bd5be56155a37e5bd14e24f5f87298040d0cc40d7" 1397*d4726bddSHONG Yifandependencies = [ 1398*d4726bddSHONG Yifan "heck", 1399*d4726bddSHONG Yifan "proc-macro2", 1400*d4726bddSHONG Yifan "quote", 1401*d4726bddSHONG Yifan "syn 1.0.109", 1402*d4726bddSHONG Yifan] 1403*d4726bddSHONG Yifan 1404*d4726bddSHONG Yifan[[package]] 1405*d4726bddSHONG Yifanname = "wasi" 1406*d4726bddSHONG Yifanversion = "0.11.0+wasi-snapshot-preview1" 1407*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1408*d4726bddSHONG Yifanchecksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1409*d4726bddSHONG Yifan 1410*d4726bddSHONG Yifan[[package]] 1411*d4726bddSHONG Yifanname = "wasm-bindgen" 1412*d4726bddSHONG Yifanversion = "0.2.92" 1413*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1414*d4726bddSHONG Yifanchecksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" 1415*d4726bddSHONG Yifandependencies = [ 1416*d4726bddSHONG Yifan "cfg-if", 1417*d4726bddSHONG Yifan "wasm-bindgen-macro", 1418*d4726bddSHONG Yifan] 1419*d4726bddSHONG Yifan 1420*d4726bddSHONG Yifan[[package]] 1421*d4726bddSHONG Yifanname = "wasm-bindgen-backend" 1422*d4726bddSHONG Yifanversion = "0.2.92" 1423*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1424*d4726bddSHONG Yifanchecksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" 1425*d4726bddSHONG Yifandependencies = [ 1426*d4726bddSHONG Yifan "bumpalo", 1427*d4726bddSHONG Yifan "log", 1428*d4726bddSHONG Yifan "once_cell", 1429*d4726bddSHONG Yifan "proc-macro2", 1430*d4726bddSHONG Yifan "quote", 1431*d4726bddSHONG Yifan "syn 2.0.25", 1432*d4726bddSHONG Yifan "wasm-bindgen-shared", 1433*d4726bddSHONG Yifan] 1434*d4726bddSHONG Yifan 1435*d4726bddSHONG Yifan[[package]] 1436*d4726bddSHONG Yifanname = "wasm-bindgen-cli" 1437*d4726bddSHONG Yifanversion = "0.2.92" 1438*d4726bddSHONG Yifandependencies = [ 1439*d4726bddSHONG Yifan "anyhow", 1440*d4726bddSHONG Yifan "assert_cmd", 1441*d4726bddSHONG Yifan "diff", 1442*d4726bddSHONG Yifan "docopt", 1443*d4726bddSHONG Yifan "env_logger", 1444*d4726bddSHONG Yifan "log", 1445*d4726bddSHONG Yifan "native-tls", 1446*d4726bddSHONG Yifan "predicates 1.0.8", 1447*d4726bddSHONG Yifan "rayon", 1448*d4726bddSHONG Yifan "rouille", 1449*d4726bddSHONG Yifan "serde", 1450*d4726bddSHONG Yifan "serde_derive", 1451*d4726bddSHONG Yifan "serde_json", 1452*d4726bddSHONG Yifan "tempfile", 1453*d4726bddSHONG Yifan "ureq", 1454*d4726bddSHONG Yifan "walrus", 1455*d4726bddSHONG Yifan "wasm-bindgen", 1456*d4726bddSHONG Yifan "wasm-bindgen-cli-support", 1457*d4726bddSHONG Yifan "wasm-bindgen-shared", 1458*d4726bddSHONG Yifan "wasmparser 0.102.0", 1459*d4726bddSHONG Yifan "wasmprinter", 1460*d4726bddSHONG Yifan] 1461*d4726bddSHONG Yifan 1462*d4726bddSHONG Yifan[[package]] 1463*d4726bddSHONG Yifanname = "wasm-bindgen-cli-support" 1464*d4726bddSHONG Yifanversion = "0.2.92" 1465*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1466*d4726bddSHONG Yifanchecksum = "ca821da8c1ae6c87c5e94493939a206daa8587caff227c6032e0061a3d80817f" 1467*d4726bddSHONG Yifandependencies = [ 1468*d4726bddSHONG Yifan "anyhow", 1469*d4726bddSHONG Yifan "base64 0.21.5", 1470*d4726bddSHONG Yifan "log", 1471*d4726bddSHONG Yifan "rustc-demangle", 1472*d4726bddSHONG Yifan "serde_json", 1473*d4726bddSHONG Yifan "tempfile", 1474*d4726bddSHONG Yifan "unicode-ident", 1475*d4726bddSHONG Yifan "walrus", 1476*d4726bddSHONG Yifan "wasm-bindgen-externref-xform", 1477*d4726bddSHONG Yifan "wasm-bindgen-multi-value-xform", 1478*d4726bddSHONG Yifan "wasm-bindgen-shared", 1479*d4726bddSHONG Yifan "wasm-bindgen-threads-xform", 1480*d4726bddSHONG Yifan "wasm-bindgen-wasm-conventions", 1481*d4726bddSHONG Yifan "wasm-bindgen-wasm-interpreter", 1482*d4726bddSHONG Yifan] 1483*d4726bddSHONG Yifan 1484*d4726bddSHONG Yifan[[package]] 1485*d4726bddSHONG Yifanname = "wasm-bindgen-externref-xform" 1486*d4726bddSHONG Yifanversion = "0.2.92" 1487*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1488*d4726bddSHONG Yifanchecksum = "102582726b35a30d53157fbf8de3d0f0fed4c40c0c7951d69a034e9ef01da725" 1489*d4726bddSHONG Yifandependencies = [ 1490*d4726bddSHONG Yifan "anyhow", 1491*d4726bddSHONG Yifan "walrus", 1492*d4726bddSHONG Yifan] 1493*d4726bddSHONG Yifan 1494*d4726bddSHONG Yifan[[package]] 1495*d4726bddSHONG Yifanname = "wasm-bindgen-macro" 1496*d4726bddSHONG Yifanversion = "0.2.92" 1497*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1498*d4726bddSHONG Yifanchecksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" 1499*d4726bddSHONG Yifandependencies = [ 1500*d4726bddSHONG Yifan "quote", 1501*d4726bddSHONG Yifan "wasm-bindgen-macro-support", 1502*d4726bddSHONG Yifan] 1503*d4726bddSHONG Yifan 1504*d4726bddSHONG Yifan[[package]] 1505*d4726bddSHONG Yifanname = "wasm-bindgen-macro-support" 1506*d4726bddSHONG Yifanversion = "0.2.92" 1507*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1508*d4726bddSHONG Yifanchecksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" 1509*d4726bddSHONG Yifandependencies = [ 1510*d4726bddSHONG Yifan "proc-macro2", 1511*d4726bddSHONG Yifan "quote", 1512*d4726bddSHONG Yifan "syn 2.0.25", 1513*d4726bddSHONG Yifan "wasm-bindgen-backend", 1514*d4726bddSHONG Yifan "wasm-bindgen-shared", 1515*d4726bddSHONG Yifan] 1516*d4726bddSHONG Yifan 1517*d4726bddSHONG Yifan[[package]] 1518*d4726bddSHONG Yifanname = "wasm-bindgen-multi-value-xform" 1519*d4726bddSHONG Yifanversion = "0.2.92" 1520*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1521*d4726bddSHONG Yifanchecksum = "3498e4799f43523d780ceff498f04d882a8dbc9719c28020034822e5952f32a4" 1522*d4726bddSHONG Yifandependencies = [ 1523*d4726bddSHONG Yifan "anyhow", 1524*d4726bddSHONG Yifan "walrus", 1525*d4726bddSHONG Yifan] 1526*d4726bddSHONG Yifan 1527*d4726bddSHONG Yifan[[package]] 1528*d4726bddSHONG Yifanname = "wasm-bindgen-shared" 1529*d4726bddSHONG Yifanversion = "0.2.92" 1530*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1531*d4726bddSHONG Yifanchecksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" 1532*d4726bddSHONG Yifan 1533*d4726bddSHONG Yifan[[package]] 1534*d4726bddSHONG Yifanname = "wasm-bindgen-threads-xform" 1535*d4726bddSHONG Yifanversion = "0.2.92" 1536*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1537*d4726bddSHONG Yifanchecksum = "2d5add359b7f7d09a55299a9d29be54414264f2b8cf84f8c8fda5be9269b5dd9" 1538*d4726bddSHONG Yifandependencies = [ 1539*d4726bddSHONG Yifan "anyhow", 1540*d4726bddSHONG Yifan "walrus", 1541*d4726bddSHONG Yifan "wasm-bindgen-wasm-conventions", 1542*d4726bddSHONG Yifan] 1543*d4726bddSHONG Yifan 1544*d4726bddSHONG Yifan[[package]] 1545*d4726bddSHONG Yifanname = "wasm-bindgen-wasm-conventions" 1546*d4726bddSHONG Yifanversion = "0.2.92" 1547*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1548*d4726bddSHONG Yifanchecksum = "8c04e3607b810e76768260db3a5f2e8beb477cb089ef8726da85c8eb9bd3b575" 1549*d4726bddSHONG Yifandependencies = [ 1550*d4726bddSHONG Yifan "anyhow", 1551*d4726bddSHONG Yifan "walrus", 1552*d4726bddSHONG Yifan] 1553*d4726bddSHONG Yifan 1554*d4726bddSHONG Yifan[[package]] 1555*d4726bddSHONG Yifanname = "wasm-bindgen-wasm-interpreter" 1556*d4726bddSHONG Yifanversion = "0.2.92" 1557*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1558*d4726bddSHONG Yifanchecksum = "9ea966593c8243a33eb4d643254eb97a69de04e89462f46cf6b4f506aae89b3a" 1559*d4726bddSHONG Yifandependencies = [ 1560*d4726bddSHONG Yifan "anyhow", 1561*d4726bddSHONG Yifan "log", 1562*d4726bddSHONG Yifan "walrus", 1563*d4726bddSHONG Yifan "wasm-bindgen-wasm-conventions", 1564*d4726bddSHONG Yifan] 1565*d4726bddSHONG Yifan 1566*d4726bddSHONG Yifan[[package]] 1567*d4726bddSHONG Yifanname = "wasm-encoder" 1568*d4726bddSHONG Yifanversion = "0.29.0" 1569*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1570*d4726bddSHONG Yifanchecksum = "18c41dbd92eaebf3612a39be316540b8377c871cb9bde6b064af962984912881" 1571*d4726bddSHONG Yifandependencies = [ 1572*d4726bddSHONG Yifan "leb128", 1573*d4726bddSHONG Yifan] 1574*d4726bddSHONG Yifan 1575*d4726bddSHONG Yifan[[package]] 1576*d4726bddSHONG Yifanname = "wasmparser" 1577*d4726bddSHONG Yifanversion = "0.80.2" 1578*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1579*d4726bddSHONG Yifanchecksum = "449167e2832691a1bff24cde28d2804e90e09586a448c8e76984792c44334a6b" 1580*d4726bddSHONG Yifan 1581*d4726bddSHONG Yifan[[package]] 1582*d4726bddSHONG Yifanname = "wasmparser" 1583*d4726bddSHONG Yifanversion = "0.102.0" 1584*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1585*d4726bddSHONG Yifanchecksum = "48134de3d7598219ab9eaf6b91b15d8e50d31da76b8519fe4ecfcec2cf35104b" 1586*d4726bddSHONG Yifandependencies = [ 1587*d4726bddSHONG Yifan "indexmap 1.9.3", 1588*d4726bddSHONG Yifan "url", 1589*d4726bddSHONG Yifan] 1590*d4726bddSHONG Yifan 1591*d4726bddSHONG Yifan[[package]] 1592*d4726bddSHONG Yifanname = "wasmparser" 1593*d4726bddSHONG Yifanversion = "0.108.0" 1594*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1595*d4726bddSHONG Yifanchecksum = "76c956109dcb41436a39391139d9b6e2d0a5e0b158e1293ef352ec977e5e36c5" 1596*d4726bddSHONG Yifandependencies = [ 1597*d4726bddSHONG Yifan "indexmap 2.0.0", 1598*d4726bddSHONG Yifan "semver", 1599*d4726bddSHONG Yifan] 1600*d4726bddSHONG Yifan 1601*d4726bddSHONG Yifan[[package]] 1602*d4726bddSHONG Yifanname = "wasmprinter" 1603*d4726bddSHONG Yifanversion = "0.2.60" 1604*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1605*d4726bddSHONG Yifanchecksum = "b76cb909fe3d9b0de58cee1f4072247e680ff5cc1558ccad2790a9de14a23993" 1606*d4726bddSHONG Yifandependencies = [ 1607*d4726bddSHONG Yifan "anyhow", 1608*d4726bddSHONG Yifan "wasmparser 0.108.0", 1609*d4726bddSHONG Yifan] 1610*d4726bddSHONG Yifan 1611*d4726bddSHONG Yifan[[package]] 1612*d4726bddSHONG Yifanname = "webpki-roots" 1613*d4726bddSHONG Yifanversion = "0.25.2" 1614*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1615*d4726bddSHONG Yifanchecksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc" 1616*d4726bddSHONG Yifan 1617*d4726bddSHONG Yifan[[package]] 1618*d4726bddSHONG Yifanname = "winapi" 1619*d4726bddSHONG Yifanversion = "0.3.9" 1620*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1621*d4726bddSHONG Yifanchecksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1622*d4726bddSHONG Yifandependencies = [ 1623*d4726bddSHONG Yifan "winapi-i686-pc-windows-gnu", 1624*d4726bddSHONG Yifan "winapi-x86_64-pc-windows-gnu", 1625*d4726bddSHONG Yifan] 1626*d4726bddSHONG Yifan 1627*d4726bddSHONG Yifan[[package]] 1628*d4726bddSHONG Yifanname = "winapi-i686-pc-windows-gnu" 1629*d4726bddSHONG Yifanversion = "0.4.0" 1630*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1631*d4726bddSHONG Yifanchecksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1632*d4726bddSHONG Yifan 1633*d4726bddSHONG Yifan[[package]] 1634*d4726bddSHONG Yifanname = "winapi-util" 1635*d4726bddSHONG Yifanversion = "0.1.5" 1636*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1637*d4726bddSHONG Yifanchecksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 1638*d4726bddSHONG Yifandependencies = [ 1639*d4726bddSHONG Yifan "winapi", 1640*d4726bddSHONG Yifan] 1641*d4726bddSHONG Yifan 1642*d4726bddSHONG Yifan[[package]] 1643*d4726bddSHONG Yifanname = "winapi-x86_64-pc-windows-gnu" 1644*d4726bddSHONG Yifanversion = "0.4.0" 1645*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1646*d4726bddSHONG Yifanchecksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1647*d4726bddSHONG Yifan 1648*d4726bddSHONG Yifan[[package]] 1649*d4726bddSHONG Yifanname = "windows" 1650*d4726bddSHONG Yifanversion = "0.48.0" 1651*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1652*d4726bddSHONG Yifanchecksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 1653*d4726bddSHONG Yifandependencies = [ 1654*d4726bddSHONG Yifan "windows-targets", 1655*d4726bddSHONG Yifan] 1656*d4726bddSHONG Yifan 1657*d4726bddSHONG Yifan[[package]] 1658*d4726bddSHONG Yifanname = "windows-sys" 1659*d4726bddSHONG Yifanversion = "0.48.0" 1660*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1661*d4726bddSHONG Yifanchecksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1662*d4726bddSHONG Yifandependencies = [ 1663*d4726bddSHONG Yifan "windows-targets", 1664*d4726bddSHONG Yifan] 1665*d4726bddSHONG Yifan 1666*d4726bddSHONG Yifan[[package]] 1667*d4726bddSHONG Yifanname = "windows-targets" 1668*d4726bddSHONG Yifanversion = "0.48.1" 1669*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1670*d4726bddSHONG Yifanchecksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f" 1671*d4726bddSHONG Yifandependencies = [ 1672*d4726bddSHONG Yifan "windows_aarch64_gnullvm", 1673*d4726bddSHONG Yifan "windows_aarch64_msvc", 1674*d4726bddSHONG Yifan "windows_i686_gnu", 1675*d4726bddSHONG Yifan "windows_i686_msvc", 1676*d4726bddSHONG Yifan "windows_x86_64_gnu", 1677*d4726bddSHONG Yifan "windows_x86_64_gnullvm", 1678*d4726bddSHONG Yifan "windows_x86_64_msvc", 1679*d4726bddSHONG Yifan] 1680*d4726bddSHONG Yifan 1681*d4726bddSHONG Yifan[[package]] 1682*d4726bddSHONG Yifanname = "windows_aarch64_gnullvm" 1683*d4726bddSHONG Yifanversion = "0.48.0" 1684*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1685*d4726bddSHONG Yifanchecksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 1686*d4726bddSHONG Yifan 1687*d4726bddSHONG Yifan[[package]] 1688*d4726bddSHONG Yifanname = "windows_aarch64_msvc" 1689*d4726bddSHONG Yifanversion = "0.48.0" 1690*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1691*d4726bddSHONG Yifanchecksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 1692*d4726bddSHONG Yifan 1693*d4726bddSHONG Yifan[[package]] 1694*d4726bddSHONG Yifanname = "windows_i686_gnu" 1695*d4726bddSHONG Yifanversion = "0.48.0" 1696*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1697*d4726bddSHONG Yifanchecksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 1698*d4726bddSHONG Yifan 1699*d4726bddSHONG Yifan[[package]] 1700*d4726bddSHONG Yifanname = "windows_i686_msvc" 1701*d4726bddSHONG Yifanversion = "0.48.0" 1702*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1703*d4726bddSHONG Yifanchecksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 1704*d4726bddSHONG Yifan 1705*d4726bddSHONG Yifan[[package]] 1706*d4726bddSHONG Yifanname = "windows_x86_64_gnu" 1707*d4726bddSHONG Yifanversion = "0.48.0" 1708*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1709*d4726bddSHONG Yifanchecksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 1710*d4726bddSHONG Yifan 1711*d4726bddSHONG Yifan[[package]] 1712*d4726bddSHONG Yifanname = "windows_x86_64_gnullvm" 1713*d4726bddSHONG Yifanversion = "0.48.0" 1714*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1715*d4726bddSHONG Yifanchecksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 1716*d4726bddSHONG Yifan 1717*d4726bddSHONG Yifan[[package]] 1718*d4726bddSHONG Yifanname = "windows_x86_64_msvc" 1719*d4726bddSHONG Yifanversion = "0.48.0" 1720*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 1721*d4726bddSHONG Yifanchecksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 1722