Mercurial > templog
comparison rust/Cargo.lock @ 627:d5075136442f rust
futures await
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 06 Feb 2018 22:16:44 +0800 |
parents | 8152ef251dbb |
children | 7e9041534891 |
comparison
equal
deleted
inserted
replaced
626:efcbe0d3afd6 | 627:d5075136442f |
---|---|
114 | 114 |
115 [[package]] | 115 [[package]] |
116 name = "futures" | 116 name = "futures" |
117 version = "0.1.17" | 117 version = "0.1.17" |
118 source = "registry+https://github.com/rust-lang/crates.io-index" | 118 source = "registry+https://github.com/rust-lang/crates.io-index" |
119 | |
120 [[package]] | |
121 name = "futures-await" | |
122 version = "0.1.0" | |
123 source = "registry+https://github.com/rust-lang/crates.io-index" | |
124 dependencies = [ | |
125 "futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", | |
126 "futures-await-async-macro 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
127 "futures-await-await-macro 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
128 ] | |
129 | |
130 [[package]] | |
131 name = "futures-await-async-macro" | |
132 version = "0.1.1" | |
133 source = "registry+https://github.com/rust-lang/crates.io-index" | |
134 dependencies = [ | |
135 "futures-await-quote 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
136 "futures-await-syn 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
137 "futures-await-synom 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
138 "proc-macro2 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
139 ] | |
140 | |
141 [[package]] | |
142 name = "futures-await-await-macro" | |
143 version = "0.1.0" | |
144 source = "registry+https://github.com/rust-lang/crates.io-index" | |
145 | |
146 [[package]] | |
147 name = "futures-await-quote" | |
148 version = "0.4.0" | |
149 source = "registry+https://github.com/rust-lang/crates.io-index" | |
150 dependencies = [ | |
151 "proc-macro2 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
152 ] | |
153 | |
154 [[package]] | |
155 name = "futures-await-syn" | |
156 version = "0.12.0" | |
157 source = "registry+https://github.com/rust-lang/crates.io-index" | |
158 dependencies = [ | |
159 "futures-await-quote 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
160 "futures-await-synom 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
161 "proc-macro2 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
162 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
163 ] | |
164 | |
165 [[package]] | |
166 name = "futures-await-synom" | |
167 version = "0.12.0" | |
168 source = "registry+https://github.com/rust-lang/crates.io-index" | |
169 dependencies = [ | |
170 "futures-await-quote 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
171 "proc-macro2 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
172 ] | |
119 | 173 |
120 [[package]] | 174 [[package]] |
121 name = "futures-cpupool" | 175 name = "futures-cpupool" |
122 version = "0.1.7" | 176 version = "0.1.7" |
123 source = "registry+https://github.com/rust-lang/crates.io-index" | 177 source = "registry+https://github.com/rust-lang/crates.io-index" |
310 name = "percent-encoding" | 364 name = "percent-encoding" |
311 version = "1.0.1" | 365 version = "1.0.1" |
312 source = "registry+https://github.com/rust-lang/crates.io-index" | 366 source = "registry+https://github.com/rust-lang/crates.io-index" |
313 | 367 |
314 [[package]] | 368 [[package]] |
369 name = "proc-macro2" | |
370 version = "0.1.10" | |
371 source = "registry+https://github.com/rust-lang/crates.io-index" | |
372 dependencies = [ | |
373 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
374 ] | |
375 | |
376 [[package]] | |
315 name = "quote" | 377 name = "quote" |
316 version = "0.3.15" | 378 version = "0.3.15" |
317 source = "registry+https://github.com/rust-lang/crates.io-index" | 379 source = "registry+https://github.com/rust-lang/crates.io-index" |
318 | 380 |
319 [[package]] | 381 [[package]] |
601 name = "unicode-xid" | 663 name = "unicode-xid" |
602 version = "0.0.4" | 664 version = "0.0.4" |
603 source = "registry+https://github.com/rust-lang/crates.io-index" | 665 source = "registry+https://github.com/rust-lang/crates.io-index" |
604 | 666 |
605 [[package]] | 667 [[package]] |
668 name = "unicode-xid" | |
669 version = "0.1.0" | |
670 source = "registry+https://github.com/rust-lang/crates.io-index" | |
671 | |
672 [[package]] | |
606 name = "unreachable" | 673 name = "unreachable" |
607 version = "1.0.0" | 674 version = "1.0.0" |
608 source = "registry+https://github.com/rust-lang/crates.io-index" | 675 source = "registry+https://github.com/rust-lang/crates.io-index" |
609 dependencies = [ | 676 dependencies = [ |
610 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 677 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
647 "atomicwrites 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 714 "atomicwrites 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
648 "base64 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 715 "base64 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
649 "docopt 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 716 "docopt 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
650 "env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | 717 "env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
651 "futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", | 718 "futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
719 "futures-await 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
652 "futures-cpupool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 720 "futures-cpupool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
653 "hyper 0.11.7 (registry+https://github.com/rust-lang/crates.io-index)", | 721 "hyper 0.11.7 (registry+https://github.com/rust-lang/crates.io-index)", |
654 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | 722 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
655 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)", | 723 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)", |
656 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 724 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
690 "checksum dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab" | 758 "checksum dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab" |
691 "checksum env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "15abd780e45b3ea4f76b4e9a26ff4843258dd8a3eed2775a0e7368c2e7936c2f" | 759 "checksum env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "15abd780e45b3ea4f76b4e9a26ff4843258dd8a3eed2775a0e7368c2e7936c2f" |
692 "checksum fuchsia-zircon 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f6c0581a4e363262e52b87f59ee2afe3415361c6ec35e665924eb08afe8ff159" | 760 "checksum fuchsia-zircon 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f6c0581a4e363262e52b87f59ee2afe3415361c6ec35e665924eb08afe8ff159" |
693 "checksum fuchsia-zircon-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "43f3795b4bae048dc6123a6b972cadde2e676f9ded08aef6bb77f5f157684a82" | 761 "checksum fuchsia-zircon-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "43f3795b4bae048dc6123a6b972cadde2e676f9ded08aef6bb77f5f157684a82" |
694 "checksum futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "118b49cac82e04121117cbd3121ede3147e885627d82c4546b87c702debb90c1" | 762 "checksum futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "118b49cac82e04121117cbd3121ede3147e885627d82c4546b87c702debb90c1" |
763 "checksum futures-await 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "84431acb0f168d02bd7727ad9fa385ff877e46d6018efad17ca509ae3bf5457c" | |
764 "checksum futures-await-async-macro 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2868c9550459b113f8a656bd8f665bcdcfffb794e3fe5fbeaf5734325d18c2b5" | |
765 "checksum futures-await-await-macro 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b7adba18b51fd888a24f6bd41c85e4f544a7089b15f84242350c014f9fdbf895" | |
766 "checksum futures-await-quote 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f310765f0efc9c12ffb4887ca48d87a71c44ba531d9ba23055681a879f98ab75" | |
767 "checksum futures-await-syn 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "90dcf027151897fe50205762efdec791be0e1e2a018d0ae077f72aa0abbf947f" | |
768 "checksum futures-await-synom 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c84de0ba04a67d7fc0fb4e3218ba539da65890549922d9d2bc874ba6240030" | |
695 "checksum futures-cpupool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "e86f49cc0d92fe1b97a5980ec32d56208272cbb00f15044ea9e2799dde766fdf" | 769 "checksum futures-cpupool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "e86f49cc0d92fe1b97a5980ec32d56208272cbb00f15044ea9e2799dde766fdf" |
696 "checksum httparse 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "af2f2dd97457e8fb1ae7c5a420db346af389926e36f43768b96f101546b04a07" | 770 "checksum httparse 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "af2f2dd97457e8fb1ae7c5a420db346af389926e36f43768b96f101546b04a07" |
697 "checksum hyper 0.11.7 (registry+https://github.com/rust-lang/crates.io-index)" = "4959ca95f55df4265bff2ad63066147255e6fa733682cf6d1cb5eaff6e53324b" | 771 "checksum hyper 0.11.7 (registry+https://github.com/rust-lang/crates.io-index)" = "4959ca95f55df4265bff2ad63066147255e6fa733682cf6d1cb5eaff6e53324b" |
698 "checksum iovec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b6e8b9c2247fcf6c6a1151f1156932be5606c9fd6f55a2d7f9fc1cb29386b2f7" | 772 "checksum iovec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b6e8b9c2247fcf6c6a1151f1156932be5606c9fd6f55a2d7f9fc1cb29386b2f7" |
699 "checksum itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8324a32baf01e2ae060e9de58ed0bc2320c9a2833491ee36cd3b4c414de4db8c" | 773 "checksum itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8324a32baf01e2ae060e9de58ed0bc2320c9a2833491ee36cd3b4c414de4db8c" |
712 "checksum nix 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a7bb1da2be7da3cbffda73fc681d509ffd9e665af478d2bee1907cee0bc64b2" | 786 "checksum nix 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a7bb1da2be7da3cbffda73fc681d509ffd9e665af478d2bee1907cee0bc64b2" |
713 "checksum nix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a0d95c5fa8b641c10ad0b8887454ebaafa3c92b5cd5350f8fc693adafd178e7b" | 787 "checksum nix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a0d95c5fa8b641c10ad0b8887454ebaafa3c92b5cd5350f8fc693adafd178e7b" |
714 "checksum num-traits 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "cacfcab5eb48250ee7d0c7896b51a2c5eec99c1feea5f32025635f5ae4b00070" | 788 "checksum num-traits 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "cacfcab5eb48250ee7d0c7896b51a2c5eec99c1feea5f32025635f5ae4b00070" |
715 "checksum num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "514f0d73e64be53ff320680ca671b64fe3fb91da01e1ae2ddc99eb51d453b20d" | 789 "checksum num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "514f0d73e64be53ff320680ca671b64fe3fb91da01e1ae2ddc99eb51d453b20d" |
716 "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" | 790 "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" |
791 "checksum proc-macro2 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "557facecbf90ff79faea80a08230d10c812016aa19198ed07d06de61f965b5cc" | |
717 "checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" | 792 "checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" |
718 "checksum rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)" = "6475140dfd8655aeb72e1fd4b7a1cc1c202be65d71669476e392fe62532b9edd" | 793 "checksum rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)" = "6475140dfd8655aeb72e1fd4b7a1cc1c202be65d71669476e392fe62532b9edd" |
719 "checksum redox_syscall 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "ab105df655884ede59d45b7070c8a65002d921461ee813a024558ca16030eea0" | 794 "checksum redox_syscall 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "ab105df655884ede59d45b7070c8a65002d921461ee813a024558ca16030eea0" |
720 "checksum regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)" = "4fd4ace6a8cf7860714a2c2280d6c1f7e6a413486c13298bbc86fd3da019402f" | 795 "checksum regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)" = "4fd4ace6a8cf7860714a2c2280d6c1f7e6a413486c13298bbc86fd3da019402f" |
721 "checksum regex 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ac6ab4e9218ade5b423358bbd2567d1617418403c7a512603630181813316322" | 796 "checksum regex 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ac6ab4e9218ade5b423358bbd2567d1617418403c7a512603630181813316322" |
749 "checksum tokio-proto 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fbb47ae81353c63c487030659494b295f6cb6576242f907f203473b191b0389" | 824 "checksum tokio-proto 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fbb47ae81353c63c487030659494b295f6cb6576242f907f203473b191b0389" |
750 "checksum tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162" | 825 "checksum tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162" |
751 "checksum toml 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bd86ad9ebee246fdedd610e0f6d0587b754a3d81438db930a244d0480ed7878f" | 826 "checksum toml 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bd86ad9ebee246fdedd610e0f6d0587b754a3d81438db930a244d0480ed7878f" |
752 "checksum unicase 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "284b6d3db520d67fbe88fd778c21510d1b0ba4a551e5d0fbb023d33405f6de8a" | 827 "checksum unicase 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "284b6d3db520d67fbe88fd778c21510d1b0ba4a551e5d0fbb023d33405f6de8a" |
753 "checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc" | 828 "checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc" |
829 "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" | |
754 "checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56" | 830 "checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56" |
755 "checksum utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1ca13c08c41c9c3e04224ed9ff80461d97e121589ff27c753a16cb10830ae0f" | 831 "checksum utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1ca13c08c41c9c3e04224ed9ff80461d97e121589ff27c753a16cb10830ae0f" |
756 "checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122" | 832 "checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122" |
757 "checksum version_check 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6b772017e347561807c1aa192438c5fd74242a670a6cffacc40f2defd1dc069d" | 833 "checksum version_check 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6b772017e347561807c1aa192438c5fd74242a670a6cffacc40f2defd1dc069d" |
758 "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" | 834 "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" |