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