| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| [[package]] |
| name = "bytes" |
| version = "0.5.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1" |
| |
| [[package]] |
| name = "debug_tree" |
| version = "0.4.0" |
| dependencies = [ |
| "futures", |
| "once_cell", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "futures" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c329ae8753502fb44ae4fc2b622fa2a94652c41e795143765ba0927f92ab780" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "futures-executor", |
| "futures-io", |
| "futures-sink", |
| "futures-task", |
| "futures-util", |
| ] |
| |
| [[package]] |
| name = "futures-channel" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f0c77d04ce8edd9cb903932b608268b3fffec4163dc053b3b402bf47eac1f1a8" |
| dependencies = [ |
| "futures-core", |
| "futures-sink", |
| ] |
| |
| [[package]] |
| name = "futures-core" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f25592f769825e89b92358db00d26f965761e094951ac44d3663ef25b7ac464a" |
| |
| [[package]] |
| name = "futures-executor" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f674f3e1bcb15b37284a90cedf55afdba482ab061c407a9c0ebbd0f3109741ba" |
| dependencies = [ |
| "futures-core", |
| "futures-task", |
| "futures-util", |
| ] |
| |
| [[package]] |
| name = "futures-io" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a638959aa96152c7a4cddf50fcb1e3fede0583b27157c26e67d6f99904090dc6" |
| |
| [[package]] |
| name = "futures-macro" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a5081aa3de1f7542a794a397cde100ed903b0630152d0973479018fd85423a7" |
| dependencies = [ |
| "proc-macro-hack", |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "futures-sink" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3466821b4bc114d95b087b850a724c6f83115e929bc88f1fa98a3304a944c8a6" |
| |
| [[package]] |
| name = "futures-task" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7b0a34e53cf6cdcd0178aa573aed466b646eb3db769570841fda0c7ede375a27" |
| |
| [[package]] |
| name = "futures-util" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "22766cf25d64306bedf0384da004d05c9974ab104fcc4528f1236181c18004c5" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "futures-io", |
| "futures-macro", |
| "futures-sink", |
| "futures-task", |
| "memchr", |
| "pin-utils", |
| "proc-macro-hack", |
| "proc-macro-nested", |
| "slab", |
| ] |
| |
| [[package]] |
| name = "memchr" |
| version = "2.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" |
| |
| [[package]] |
| name = "once_cell" |
| version = "1.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1c601810575c99596d4afc46f78a678c80105117c379eb3650cf99b8a21ce5b" |
| |
| [[package]] |
| name = "pin-project-lite" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "237844750cfbb86f67afe27eee600dfbbcb6188d734139b534cbfbf4f96792ae" |
| |
| [[package]] |
| name = "pin-utils" |
| version = "0.1.0-alpha.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587" |
| |
| [[package]] |
| name = "proc-macro-hack" |
| version = "0.5.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f918f2b601f93baa836c1c2945faef682ba5b6d4828ecb45eeb7cc3c71b811b4" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "proc-macro-nested" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e946095f9d3ed29ec38de908c22f95d9ac008e424c7bcae54c75a79c527c694" |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c09721c6781493a2a492a96b5a5bf19b65917fe6728884e7c44dd0c60ca3435" |
| dependencies = [ |
| "unicode-xid", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "slab" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
| |
| [[package]] |
| name = "syn" |
| version = "1.0.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "123bd9499cfb380418d509322d7a6d52e5315f064fe4b3ad18a53d6b92c07859" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-xid", |
| ] |
| |
| [[package]] |
| name = "tokio" |
| version = "0.2.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0fa5e81d6bc4e67fe889d5783bd2a128ab2e0cfa487e0be16b6a8d177b101616" |
| dependencies = [ |
| "bytes", |
| "memchr", |
| "pin-project-lite", |
| "tokio-macros", |
| ] |
| |
| [[package]] |
| name = "tokio-macros" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f0c3acc6aa564495a0f2e1d59fab677cd7f81a19994cfc7f3ad0e64301560389" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "unicode-xid" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" |