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.2" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "171374e7e3b2504e0e5236e3b59260560f9fe94bfe9ac39ba5e4e929c5590625" 10dependencies = [ 11 "async-stream-impl", 12 "futures-core", 13] 14 15[[package]] 16name = "async-stream-impl" 17version = "0.3.2" 18source = "registry+https://github.com/rust-lang/crates.io-index" 19checksum = "648ed8c8d2ce5409ccd57453d9d1b214b342a0d69376a6feda1fd6cae3299308" 20dependencies = [ 21 "proc-macro2", 22 "quote", 23 "syn", 24] 25 26[[package]] 27name = "bitflags" 28version = "1.3.2" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 31 32[[package]] 33name = "bytes" 34version = "1.1.0" 35source = "registry+https://github.com/rust-lang/crates.io-index" 36checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" 37 38[[package]] 39name = "cargo_local" 40version = "0.1.0" 41dependencies = [ 42 "tempfile", 43 "tokio", 44 "tokio-test", 45] 46 47[[package]] 48name = "cfg-if" 49version = "1.0.0" 50source = "registry+https://github.com/rust-lang/crates.io-index" 51checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 52 53[[package]] 54name = "fastrand" 55version = "1.7.0" 56source = "registry+https://github.com/rust-lang/crates.io-index" 57checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf" 58dependencies = [ 59 "instant", 60] 61 62[[package]] 63name = "futures-core" 64version = "0.3.21" 65source = "registry+https://github.com/rust-lang/crates.io-index" 66checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3" 67 68[[package]] 69name = "hermit-abi" 70version = "0.1.19" 71source = "registry+https://github.com/rust-lang/crates.io-index" 72checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 73dependencies = [ 74 "libc", 75] 76 77[[package]] 78name = "instant" 79version = "0.1.12" 80source = "registry+https://github.com/rust-lang/crates.io-index" 81checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 82dependencies = [ 83 "cfg-if", 84] 85 86[[package]] 87name = "libc" 88version = "0.2.119" 89source = "registry+https://github.com/rust-lang/crates.io-index" 90checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4" 91 92[[package]] 93name = "lock_api" 94version = "0.4.6" 95source = "registry+https://github.com/rust-lang/crates.io-index" 96checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b" 97dependencies = [ 98 "scopeguard", 99] 100 101[[package]] 102name = "log" 103version = "0.4.14" 104source = "registry+https://github.com/rust-lang/crates.io-index" 105checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" 106dependencies = [ 107 "cfg-if", 108] 109 110[[package]] 111name = "memchr" 112version = "2.4.1" 113source = "registry+https://github.com/rust-lang/crates.io-index" 114checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" 115 116[[package]] 117name = "mio" 118version = "0.7.14" 119source = "registry+https://github.com/rust-lang/crates.io-index" 120checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc" 121dependencies = [ 122 "libc", 123 "log", 124 "miow", 125 "ntapi", 126 "winapi", 127] 128 129[[package]] 130name = "miow" 131version = "0.3.7" 132source = "registry+https://github.com/rust-lang/crates.io-index" 133checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21" 134dependencies = [ 135 "winapi", 136] 137 138[[package]] 139name = "ntapi" 140version = "0.3.7" 141source = "registry+https://github.com/rust-lang/crates.io-index" 142checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f" 143dependencies = [ 144 "winapi", 145] 146 147[[package]] 148name = "num_cpus" 149version = "1.13.1" 150source = "registry+https://github.com/rust-lang/crates.io-index" 151checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" 152dependencies = [ 153 "hermit-abi", 154 "libc", 155] 156 157[[package]] 158name = "once_cell" 159version = "1.9.0" 160source = "registry+https://github.com/rust-lang/crates.io-index" 161checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5" 162 163[[package]] 164name = "parking_lot" 165version = "0.11.2" 166source = "registry+https://github.com/rust-lang/crates.io-index" 167checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" 168dependencies = [ 169 "instant", 170 "lock_api", 171 "parking_lot_core", 172] 173 174[[package]] 175name = "parking_lot_core" 176version = "0.8.5" 177source = "registry+https://github.com/rust-lang/crates.io-index" 178checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216" 179dependencies = [ 180 "cfg-if", 181 "instant", 182 "libc", 183 "redox_syscall", 184 "smallvec", 185 "winapi", 186] 187 188[[package]] 189name = "pin-project-lite" 190version = "0.2.8" 191source = "registry+https://github.com/rust-lang/crates.io-index" 192checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c" 193 194[[package]] 195name = "proc-macro2" 196version = "1.0.36" 197source = "registry+https://github.com/rust-lang/crates.io-index" 198checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029" 199dependencies = [ 200 "unicode-xid", 201] 202 203[[package]] 204name = "quote" 205version = "1.0.15" 206source = "registry+https://github.com/rust-lang/crates.io-index" 207checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145" 208dependencies = [ 209 "proc-macro2", 210] 211 212[[package]] 213name = "redox_syscall" 214version = "0.2.11" 215source = "registry+https://github.com/rust-lang/crates.io-index" 216checksum = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c" 217dependencies = [ 218 "bitflags", 219] 220 221[[package]] 222name = "remove_dir_all" 223version = "0.5.3" 224source = "registry+https://github.com/rust-lang/crates.io-index" 225checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" 226dependencies = [ 227 "winapi", 228] 229 230[[package]] 231name = "scopeguard" 232version = "1.1.0" 233source = "registry+https://github.com/rust-lang/crates.io-index" 234checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 235 236[[package]] 237name = "signal-hook-registry" 238version = "1.4.0" 239source = "registry+https://github.com/rust-lang/crates.io-index" 240checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0" 241dependencies = [ 242 "libc", 243] 244 245[[package]] 246name = "smallvec" 247version = "1.8.0" 248source = "registry+https://github.com/rust-lang/crates.io-index" 249checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83" 250 251[[package]] 252name = "syn" 253version = "1.0.86" 254source = "registry+https://github.com/rust-lang/crates.io-index" 255checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b" 256dependencies = [ 257 "proc-macro2", 258 "quote", 259 "unicode-xid", 260] 261 262[[package]] 263name = "tempfile" 264version = "3.3.0" 265source = "registry+https://github.com/rust-lang/crates.io-index" 266checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" 267dependencies = [ 268 "cfg-if", 269 "fastrand", 270 "libc", 271 "redox_syscall", 272 "remove_dir_all", 273 "winapi", 274] 275 276[[package]] 277name = "tokio" 278version = "1.16.1" 279source = "registry+https://github.com/rust-lang/crates.io-index" 280checksum = "0c27a64b625de6d309e8c57716ba93021dccf1b3b5c97edd6d3dd2d2135afc0a" 281dependencies = [ 282 "bytes", 283 "libc", 284 "memchr", 285 "mio", 286 "num_cpus", 287 "once_cell", 288 "parking_lot", 289 "pin-project-lite", 290 "signal-hook-registry", 291 "tokio-macros", 292 "winapi", 293] 294 295[[package]] 296name = "tokio-macros" 297version = "1.7.0" 298source = "registry+https://github.com/rust-lang/crates.io-index" 299checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7" 300dependencies = [ 301 "proc-macro2", 302 "quote", 303 "syn", 304] 305 306[[package]] 307name = "tokio-stream" 308version = "0.1.8" 309source = "registry+https://github.com/rust-lang/crates.io-index" 310checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3" 311dependencies = [ 312 "futures-core", 313 "pin-project-lite", 314 "tokio", 315] 316 317[[package]] 318name = "tokio-test" 319version = "0.4.2" 320source = "registry+https://github.com/rust-lang/crates.io-index" 321checksum = "53474327ae5e166530d17f2d956afcb4f8a004de581b3cae10f12006bc8163e3" 322dependencies = [ 323 "async-stream", 324 "bytes", 325 "futures-core", 326 "tokio", 327 "tokio-stream", 328] 329 330[[package]] 331name = "unicode-xid" 332version = "0.2.2" 333source = "registry+https://github.com/rust-lang/crates.io-index" 334checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" 335 336[[package]] 337name = "winapi" 338version = "0.3.9" 339source = "registry+https://github.com/rust-lang/crates.io-index" 340checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 341dependencies = [ 342 "winapi-i686-pc-windows-gnu", 343 "winapi-x86_64-pc-windows-gnu", 344] 345 346[[package]] 347name = "winapi-i686-pc-windows-gnu" 348version = "0.4.0" 349source = "registry+https://github.com/rust-lang/crates.io-index" 350checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 351 352[[package]] 353name = "winapi-x86_64-pc-windows-gnu" 354version = "0.4.0" 355source = "registry+https://github.com/rust-lang/crates.io-index" 356checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 357