1 # This file is automatically @generated by Cargo. 2 # It is not intended for manual editing. 3 [[package]] 4 name = "bytes" 5 version = "0.5.4" 6 source = "registry+https://github.com/rust-lang/crates.io-index" 7 checksum = "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1" 8 9 [[package]] 10 name = "debug_tree" 11 version = "0.4.0" 12 dependencies = [ 13 "futures", 14 "once_cell", 15 "tokio", 16 ] 17 18 [[package]] 19 name = "futures" 20 version = "0.3.4" 21 source = "registry+https://github.com/rust-lang/crates.io-index" 22 checksum = "5c329ae8753502fb44ae4fc2b622fa2a94652c41e795143765ba0927f92ab780" 23 dependencies = [ 24 "futures-channel", 25 "futures-core", 26 "futures-executor", 27 "futures-io", 28 "futures-sink", 29 "futures-task", 30 "futures-util", 31 ] 32 33 [[package]] 34 name = "futures-channel" 35 version = "0.3.4" 36 source = "registry+https://github.com/rust-lang/crates.io-index" 37 checksum = "f0c77d04ce8edd9cb903932b608268b3fffec4163dc053b3b402bf47eac1f1a8" 38 dependencies = [ 39 "futures-core", 40 "futures-sink", 41 ] 42 43 [[package]] 44 name = "futures-core" 45 version = "0.3.4" 46 source = "registry+https://github.com/rust-lang/crates.io-index" 47 checksum = "f25592f769825e89b92358db00d26f965761e094951ac44d3663ef25b7ac464a" 48 49 [[package]] 50 name = "futures-executor" 51 version = "0.3.4" 52 source = "registry+https://github.com/rust-lang/crates.io-index" 53 checksum = "f674f3e1bcb15b37284a90cedf55afdba482ab061c407a9c0ebbd0f3109741ba" 54 dependencies = [ 55 "futures-core", 56 "futures-task", 57 "futures-util", 58 ] 59 60 [[package]] 61 name = "futures-io" 62 version = "0.3.4" 63 source = "registry+https://github.com/rust-lang/crates.io-index" 64 checksum = "a638959aa96152c7a4cddf50fcb1e3fede0583b27157c26e67d6f99904090dc6" 65 66 [[package]] 67 name = "futures-macro" 68 version = "0.3.4" 69 source = "registry+https://github.com/rust-lang/crates.io-index" 70 checksum = "9a5081aa3de1f7542a794a397cde100ed903b0630152d0973479018fd85423a7" 71 dependencies = [ 72 "proc-macro-hack", 73 "proc-macro2", 74 "quote", 75 "syn", 76 ] 77 78 [[package]] 79 name = "futures-sink" 80 version = "0.3.4" 81 source = "registry+https://github.com/rust-lang/crates.io-index" 82 checksum = "3466821b4bc114d95b087b850a724c6f83115e929bc88f1fa98a3304a944c8a6" 83 84 [[package]] 85 name = "futures-task" 86 version = "0.3.4" 87 source = "registry+https://github.com/rust-lang/crates.io-index" 88 checksum = "7b0a34e53cf6cdcd0178aa573aed466b646eb3db769570841fda0c7ede375a27" 89 90 [[package]] 91 name = "futures-util" 92 version = "0.3.4" 93 source = "registry+https://github.com/rust-lang/crates.io-index" 94 checksum = "22766cf25d64306bedf0384da004d05c9974ab104fcc4528f1236181c18004c5" 95 dependencies = [ 96 "futures-channel", 97 "futures-core", 98 "futures-io", 99 "futures-macro", 100 "futures-sink", 101 "futures-task", 102 "memchr", 103 "pin-utils", 104 "proc-macro-hack", 105 "proc-macro-nested", 106 "slab", 107 ] 108 109 [[package]] 110 name = "memchr" 111 version = "2.3.3" 112 source = "registry+https://github.com/rust-lang/crates.io-index" 113 checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" 114 115 [[package]] 116 name = "once_cell" 117 version = "1.3.1" 118 source = "registry+https://github.com/rust-lang/crates.io-index" 119 checksum = "b1c601810575c99596d4afc46f78a678c80105117c379eb3650cf99b8a21ce5b" 120 121 [[package]] 122 name = "pin-project-lite" 123 version = "0.1.4" 124 source = "registry+https://github.com/rust-lang/crates.io-index" 125 checksum = "237844750cfbb86f67afe27eee600dfbbcb6188d734139b534cbfbf4f96792ae" 126 127 [[package]] 128 name = "pin-utils" 129 version = "0.1.0-alpha.4" 130 source = "registry+https://github.com/rust-lang/crates.io-index" 131 checksum = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587" 132 133 [[package]] 134 name = "proc-macro-hack" 135 version = "0.5.12" 136 source = "registry+https://github.com/rust-lang/crates.io-index" 137 checksum = "f918f2b601f93baa836c1c2945faef682ba5b6d4828ecb45eeb7cc3c71b811b4" 138 dependencies = [ 139 "proc-macro2", 140 "quote", 141 "syn", 142 ] 143 144 [[package]] 145 name = "proc-macro-nested" 146 version = "0.1.4" 147 source = "registry+https://github.com/rust-lang/crates.io-index" 148 checksum = "8e946095f9d3ed29ec38de908c22f95d9ac008e424c7bcae54c75a79c527c694" 149 150 [[package]] 151 name = "proc-macro2" 152 version = "1.0.9" 153 source = "registry+https://github.com/rust-lang/crates.io-index" 154 checksum = "6c09721c6781493a2a492a96b5a5bf19b65917fe6728884e7c44dd0c60ca3435" 155 dependencies = [ 156 "unicode-xid", 157 ] 158 159 [[package]] 160 name = "quote" 161 version = "1.0.3" 162 source = "registry+https://github.com/rust-lang/crates.io-index" 163 checksum = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f" 164 dependencies = [ 165 "proc-macro2", 166 ] 167 168 [[package]] 169 name = "slab" 170 version = "0.4.2" 171 source = "registry+https://github.com/rust-lang/crates.io-index" 172 checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" 173 174 [[package]] 175 name = "syn" 176 version = "1.0.16" 177 source = "registry+https://github.com/rust-lang/crates.io-index" 178 checksum = "123bd9499cfb380418d509322d7a6d52e5315f064fe4b3ad18a53d6b92c07859" 179 dependencies = [ 180 "proc-macro2", 181 "quote", 182 "unicode-xid", 183 ] 184 185 [[package]] 186 name = "tokio" 187 version = "0.2.13" 188 source = "registry+https://github.com/rust-lang/crates.io-index" 189 checksum = "0fa5e81d6bc4e67fe889d5783bd2a128ab2e0cfa487e0be16b6a8d177b101616" 190 dependencies = [ 191 "bytes", 192 "memchr", 193 "pin-project-lite", 194 "tokio-macros", 195 ] 196 197 [[package]] 198 name = "tokio-macros" 199 version = "0.2.5" 200 source = "registry+https://github.com/rust-lang/crates.io-index" 201 checksum = "f0c3acc6aa564495a0f2e1d59fab677cd7f81a19994cfc7f3ad0e64301560389" 202 dependencies = [ 203 "proc-macro2", 204 "quote", 205 "syn", 206 ] 207 208 [[package]] 209 name = "unicode-xid" 210 version = "0.2.0" 211 source = "registry+https://github.com/rust-lang/crates.io-index" 212 checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" 213