1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "async-stream" 7version = "0.3.4" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "ad445822218ce64be7a341abfb0b1ea43b5c23aa83902542a4542e78309d8e5e" 10dependencies = [ 11 "async-stream-impl", 12 "futures-core", 13 "pin-project-lite", 14] 15 16[[package]] 17name = "async-stream-impl" 18version = "0.3.4" 19source = "registry+https://github.com/rust-lang/crates.io-index" 20checksum = "e4655ae1a7b0cdf149156f780c5bf3f1352bc53cbd9e0a361a7ef7b22947e965" 21dependencies = [ 22 "proc-macro2", 23 "quote", 24 "syn", 25] 26 27[[package]] 28name = "autocfg" 29version = "1.1.0" 30source = "registry+https://github.com/rust-lang/crates.io-index" 31checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 32 33[[package]] 34name = "bitflags" 35version = "1.3.2" 36source = "registry+https://github.com/rust-lang/crates.io-index" 37checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 38 39[[package]] 40name = "bytes" 41version = "1.4.0" 42source = "registry+https://github.com/rust-lang/crates.io-index" 43checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 44 45[[package]] 46name = "cargo_local" 47version = "0.1.0" 48dependencies = [ 49 "tempfile", 50 "tokio", 51 "tokio-test", 52] 53 54[[package]] 55name = "cc" 56version = "1.0.79" 57source = "registry+https://github.com/rust-lang/crates.io-index" 58checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 59 60[[package]] 61name = "cfg-if" 62version = "1.0.0" 63source = "registry+https://github.com/rust-lang/crates.io-index" 64checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 65 66[[package]] 67name = "errno" 68version = "0.2.8" 69source = "registry+https://github.com/rust-lang/crates.io-index" 70checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" 71dependencies = [ 72 "errno-dragonfly", 73 "libc", 74 "winapi", 75] 76 77[[package]] 78name = "errno-dragonfly" 79version = "0.1.2" 80source = "registry+https://github.com/rust-lang/crates.io-index" 81checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 82dependencies = [ 83 "cc", 84 "libc", 85] 86 87[[package]] 88name = "fastrand" 89version = "1.9.0" 90source = "registry+https://github.com/rust-lang/crates.io-index" 91checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 92dependencies = [ 93 "instant", 94] 95 96[[package]] 97name = "futures-core" 98version = "0.3.26" 99source = "registry+https://github.com/rust-lang/crates.io-index" 100checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608" 101 102[[package]] 103name = "hermit-abi" 104version = "0.2.6" 105source = "registry+https://github.com/rust-lang/crates.io-index" 106checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 107dependencies = [ 108 "libc", 109] 110 111[[package]] 112name = "instant" 113version = "0.1.12" 114source = "registry+https://github.com/rust-lang/crates.io-index" 115checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 116dependencies = [ 117 "cfg-if", 118] 119 120[[package]] 121name = "io-lifetimes" 122version = "1.0.5" 123source = "registry+https://github.com/rust-lang/crates.io-index" 124checksum = "1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3" 125dependencies = [ 126 "libc", 127 "windows-sys 0.45.0", 128] 129 130[[package]] 131name = "libc" 132version = "0.2.139" 133source = "registry+https://github.com/rust-lang/crates.io-index" 134checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" 135 136[[package]] 137name = "linux-raw-sys" 138version = "0.1.4" 139source = "registry+https://github.com/rust-lang/crates.io-index" 140checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" 141 142[[package]] 143name = "lock_api" 144version = "0.4.9" 145source = "registry+https://github.com/rust-lang/crates.io-index" 146checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" 147dependencies = [ 148 "autocfg", 149 "scopeguard", 150] 151 152[[package]] 153name = "log" 154version = "0.4.17" 155source = "registry+https://github.com/rust-lang/crates.io-index" 156checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 157dependencies = [ 158 "cfg-if", 159] 160 161[[package]] 162name = "memchr" 163version = "2.5.0" 164source = "registry+https://github.com/rust-lang/crates.io-index" 165checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 166 167[[package]] 168name = "mio" 169version = "0.8.6" 170source = "registry+https://github.com/rust-lang/crates.io-index" 171checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9" 172dependencies = [ 173 "libc", 174 "log", 175 "wasi", 176 "windows-sys 0.45.0", 177] 178 179[[package]] 180name = "num_cpus" 181version = "1.15.0" 182source = "registry+https://github.com/rust-lang/crates.io-index" 183checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 184dependencies = [ 185 "hermit-abi", 186 "libc", 187] 188 189[[package]] 190name = "parking_lot" 191version = "0.12.1" 192source = "registry+https://github.com/rust-lang/crates.io-index" 193checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 194dependencies = [ 195 "lock_api", 196 "parking_lot_core", 197] 198 199[[package]] 200name = "parking_lot_core" 201version = "0.9.7" 202source = "registry+https://github.com/rust-lang/crates.io-index" 203checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" 204dependencies = [ 205 "cfg-if", 206 "libc", 207 "redox_syscall", 208 "smallvec", 209 "windows-sys 0.45.0", 210] 211 212[[package]] 213name = "pin-project-lite" 214version = "0.2.9" 215source = "registry+https://github.com/rust-lang/crates.io-index" 216checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 217 218[[package]] 219name = "proc-macro2" 220version = "1.0.51" 221source = "registry+https://github.com/rust-lang/crates.io-index" 222checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6" 223dependencies = [ 224 "unicode-ident", 225] 226 227[[package]] 228name = "quote" 229version = "1.0.23" 230source = "registry+https://github.com/rust-lang/crates.io-index" 231checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b" 232dependencies = [ 233 "proc-macro2", 234] 235 236[[package]] 237name = "redox_syscall" 238version = "0.2.16" 239source = "registry+https://github.com/rust-lang/crates.io-index" 240checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 241dependencies = [ 242 "bitflags", 243] 244 245[[package]] 246name = "rustix" 247version = "0.36.8" 248source = "registry+https://github.com/rust-lang/crates.io-index" 249checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644" 250dependencies = [ 251 "bitflags", 252 "errno", 253 "io-lifetimes", 254 "libc", 255 "linux-raw-sys", 256 "windows-sys 0.45.0", 257] 258 259[[package]] 260name = "scopeguard" 261version = "1.1.0" 262source = "registry+https://github.com/rust-lang/crates.io-index" 263checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 264 265[[package]] 266name = "signal-hook-registry" 267version = "1.4.1" 268source = "registry+https://github.com/rust-lang/crates.io-index" 269checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 270dependencies = [ 271 "libc", 272] 273 274[[package]] 275name = "smallvec" 276version = "1.10.0" 277source = "registry+https://github.com/rust-lang/crates.io-index" 278checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 279 280[[package]] 281name = "socket2" 282version = "0.4.9" 283source = "registry+https://github.com/rust-lang/crates.io-index" 284checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 285dependencies = [ 286 "libc", 287 "winapi", 288] 289 290[[package]] 291name = "syn" 292version = "1.0.109" 293source = "registry+https://github.com/rust-lang/crates.io-index" 294checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 295dependencies = [ 296 "proc-macro2", 297 "quote", 298 "unicode-ident", 299] 300 301[[package]] 302name = "tempfile" 303version = "3.4.0" 304source = "registry+https://github.com/rust-lang/crates.io-index" 305checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95" 306dependencies = [ 307 "cfg-if", 308 "fastrand", 309 "redox_syscall", 310 "rustix", 311 "windows-sys 0.42.0", 312] 313 314[[package]] 315name = "tokio" 316version = "1.26.0" 317source = "registry+https://github.com/rust-lang/crates.io-index" 318checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64" 319dependencies = [ 320 "autocfg", 321 "bytes", 322 "libc", 323 "memchr", 324 "mio", 325 "num_cpus", 326 "parking_lot", 327 "pin-project-lite", 328 "signal-hook-registry", 329 "socket2", 330 "tokio-macros", 331 "windows-sys 0.45.0", 332] 333 334[[package]] 335name = "tokio-macros" 336version = "1.8.2" 337source = "registry+https://github.com/rust-lang/crates.io-index" 338checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8" 339dependencies = [ 340 "proc-macro2", 341 "quote", 342 "syn", 343] 344 345[[package]] 346name = "tokio-stream" 347version = "0.1.12" 348source = "registry+https://github.com/rust-lang/crates.io-index" 349checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313" 350dependencies = [ 351 "futures-core", 352 "pin-project-lite", 353 "tokio", 354] 355 356[[package]] 357name = "tokio-test" 358version = "0.4.2" 359source = "registry+https://github.com/rust-lang/crates.io-index" 360checksum = "53474327ae5e166530d17f2d956afcb4f8a004de581b3cae10f12006bc8163e3" 361dependencies = [ 362 "async-stream", 363 "bytes", 364 "futures-core", 365 "tokio", 366 "tokio-stream", 367] 368 369[[package]] 370name = "unicode-ident" 371version = "1.0.6" 372source = "registry+https://github.com/rust-lang/crates.io-index" 373checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc" 374 375[[package]] 376name = "wasi" 377version = "0.11.0+wasi-snapshot-preview1" 378source = "registry+https://github.com/rust-lang/crates.io-index" 379checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 380 381[[package]] 382name = "winapi" 383version = "0.3.9" 384source = "registry+https://github.com/rust-lang/crates.io-index" 385checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 386dependencies = [ 387 "winapi-i686-pc-windows-gnu", 388 "winapi-x86_64-pc-windows-gnu", 389] 390 391[[package]] 392name = "winapi-i686-pc-windows-gnu" 393version = "0.4.0" 394source = "registry+https://github.com/rust-lang/crates.io-index" 395checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 396 397[[package]] 398name = "winapi-x86_64-pc-windows-gnu" 399version = "0.4.0" 400source = "registry+https://github.com/rust-lang/crates.io-index" 401checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 402 403[[package]] 404name = "windows-sys" 405version = "0.42.0" 406source = "registry+https://github.com/rust-lang/crates.io-index" 407checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 408dependencies = [ 409 "windows_aarch64_gnullvm", 410 "windows_aarch64_msvc", 411 "windows_i686_gnu", 412 "windows_i686_msvc", 413 "windows_x86_64_gnu", 414 "windows_x86_64_gnullvm", 415 "windows_x86_64_msvc", 416] 417 418[[package]] 419name = "windows-sys" 420version = "0.45.0" 421source = "registry+https://github.com/rust-lang/crates.io-index" 422checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 423dependencies = [ 424 "windows-targets", 425] 426 427[[package]] 428name = "windows-targets" 429version = "0.42.1" 430source = "registry+https://github.com/rust-lang/crates.io-index" 431checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7" 432dependencies = [ 433 "windows_aarch64_gnullvm", 434 "windows_aarch64_msvc", 435 "windows_i686_gnu", 436 "windows_i686_msvc", 437 "windows_x86_64_gnu", 438 "windows_x86_64_gnullvm", 439 "windows_x86_64_msvc", 440] 441 442[[package]] 443name = "windows_aarch64_gnullvm" 444version = "0.42.1" 445source = "registry+https://github.com/rust-lang/crates.io-index" 446checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608" 447 448[[package]] 449name = "windows_aarch64_msvc" 450version = "0.42.1" 451source = "registry+https://github.com/rust-lang/crates.io-index" 452checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7" 453 454[[package]] 455name = "windows_i686_gnu" 456version = "0.42.1" 457source = "registry+https://github.com/rust-lang/crates.io-index" 458checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640" 459 460[[package]] 461name = "windows_i686_msvc" 462version = "0.42.1" 463source = "registry+https://github.com/rust-lang/crates.io-index" 464checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605" 465 466[[package]] 467name = "windows_x86_64_gnu" 468version = "0.42.1" 469source = "registry+https://github.com/rust-lang/crates.io-index" 470checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45" 471 472[[package]] 473name = "windows_x86_64_gnullvm" 474version = "0.42.1" 475source = "registry+https://github.com/rust-lang/crates.io-index" 476checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463" 477 478[[package]] 479name = "windows_x86_64_msvc" 480version = "0.42.1" 481source = "registry+https://github.com/rust-lang/crates.io-index" 482checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" 483