annotate rust/Cargo.lock @ 632:bde302def78e rust

moving to riker, nowhere near yet
author Matt Johnston <matt@ucc.asn.au>
date Thu, 22 Aug 2019 23:59:50 +0800
parents c57821a60e51
children 490e9e15b98c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
630
7e9041534891 commit the comment
Matt Johnston <matt@ucc.asn.au>
parents: 627
diff changeset
1 # This file is automatically @generated by Cargo.
7e9041534891 commit the comment
Matt Johnston <matt@ucc.asn.au>
parents: 627
diff changeset
2 # It is not intended for manual editing.
594
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
3 [[package]]
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
4 name = "aho-corasick"
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
5 version = "0.5.3"
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
6 source = "registry+https://github.com/rust-lang/crates.io-index"
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
7 dependencies = [
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
8 "memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
587
646f03870762 trying rust
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
9 ]
646f03870762 trying rust
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
10
646f03870762 trying rust
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
11 [[package]]
597
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
12 name = "aho-corasick"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
13 version = "0.6.10"
597
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
14 source = "registry+https://github.com/rust-lang/crates.io-index"
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
15 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
16 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
17 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
18
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
19 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
20 name = "aho-corasick"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
21 version = "0.7.6"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
22 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
23 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
24 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
25 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
26
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
27 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
28 name = "arrayvec"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
29 version = "0.4.11"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
30 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
31 dependencies = [
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
32 "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
597
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
33 ]
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
34
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
35 [[package]]
624
2710649ab71e read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents: 622
diff changeset
36 name = "atomicwrites"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
37 version = "0.1.5"
624
2710649ab71e read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents: 622
diff changeset
38 source = "registry+https://github.com/rust-lang/crates.io-index"
2710649ab71e read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents: 622
diff changeset
39 dependencies = [
2710649ab71e read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents: 622
diff changeset
40 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
41 "nix 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
42 "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
624
2710649ab71e read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents: 622
diff changeset
43 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
2710649ab71e read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents: 622
diff changeset
44 ]
2710649ab71e read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents: 622
diff changeset
45
2710649ab71e read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents: 622
diff changeset
46 [[package]]
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
47 name = "autocfg"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
48 version = "0.1.6"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
49 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
50
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
51 [[package]]
616
a85c0c9bc1fa hide epoch in ParamWaiter
Matt Johnston <matt@ucc.asn.au>
parents: 611
diff changeset
52 name = "base64"
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
53 version = "0.4.2"
616
a85c0c9bc1fa hide epoch in ParamWaiter
Matt Johnston <matt@ucc.asn.au>
parents: 611
diff changeset
54 source = "registry+https://github.com/rust-lang/crates.io-index"
a85c0c9bc1fa hide epoch in ParamWaiter
Matt Johnston <matt@ucc.asn.au>
parents: 611
diff changeset
55 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
56 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
616
a85c0c9bc1fa hide epoch in ParamWaiter
Matt Johnston <matt@ucc.asn.au>
parents: 611
diff changeset
57 ]
a85c0c9bc1fa hide epoch in ParamWaiter
Matt Johnston <matt@ucc.asn.au>
parents: 611
diff changeset
58
a85c0c9bc1fa hide epoch in ParamWaiter
Matt Johnston <matt@ucc.asn.au>
parents: 611
diff changeset
59 [[package]]
620
8fda564cc46f fridge work
Matt Johnston <matt@ucc.asn.au>
parents: 619
diff changeset
60 name = "bitflags"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
61 version = "0.9.1"
620
8fda564cc46f fridge work
Matt Johnston <matt@ucc.asn.au>
parents: 619
diff changeset
62 source = "registry+https://github.com/rust-lang/crates.io-index"
8fda564cc46f fridge work
Matt Johnston <matt@ucc.asn.au>
parents: 619
diff changeset
63
8fda564cc46f fridge work
Matt Johnston <matt@ucc.asn.au>
parents: 619
diff changeset
64 [[package]]
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
65 name = "bitflags"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
66 version = "1.1.0"
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
67 source = "registry+https://github.com/rust-lang/crates.io-index"
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
68
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
69 [[package]]
616
a85c0c9bc1fa hide epoch in ParamWaiter
Matt Johnston <matt@ucc.asn.au>
parents: 611
diff changeset
70 name = "byteorder"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
71 version = "1.3.2"
616
a85c0c9bc1fa hide epoch in ParamWaiter
Matt Johnston <matt@ucc.asn.au>
parents: 611
diff changeset
72 source = "registry+https://github.com/rust-lang/crates.io-index"
a85c0c9bc1fa hide epoch in ParamWaiter
Matt Johnston <matt@ucc.asn.au>
parents: 611
diff changeset
73
a85c0c9bc1fa hide epoch in ParamWaiter
Matt Johnston <matt@ucc.asn.au>
parents: 611
diff changeset
74 [[package]]
619
Matt Johnston <matt@ucc.asn.au>
parents: 616
diff changeset
75 name = "bytes"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
76 version = "0.4.12"
619
Matt Johnston <matt@ucc.asn.au>
parents: 616
diff changeset
77 source = "registry+https://github.com/rust-lang/crates.io-index"
Matt Johnston <matt@ucc.asn.au>
parents: 616
diff changeset
78 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
79 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
80 "either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
81 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
82 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
83
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
84 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
85 name = "cc"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
86 version = "1.0.40"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
87 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
88
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
89 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
90 name = "cfg-if"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
91 version = "0.1.9"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
92 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
93
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
94 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
95 name = "chrono"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
96 version = "0.4.7"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
97 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
98 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
99 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
100 "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
101 "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
102 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
103 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
104
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
105 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
106 name = "cloudabi"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
107 version = "0.0.3"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
108 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
109 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
110 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
619
Matt Johnston <matt@ucc.asn.au>
parents: 616
diff changeset
111 ]
Matt Johnston <matt@ucc.asn.au>
parents: 616
diff changeset
112
Matt Johnston <matt@ucc.asn.au>
parents: 616
diff changeset
113 [[package]]
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
114 name = "config"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
115 version = "0.9.3"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
116 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
117 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
118 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
119 "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
120 "rust-ini 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
121 "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
122 "serde-hjson 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
123 "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
124 "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
125 "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
126 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
127
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
128 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
129 name = "crossbeam-deque"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
130 version = "0.7.1"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
131 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
132 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
133 "crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
134 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
135 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
136
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
137 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
138 name = "crossbeam-epoch"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
139 version = "0.7.2"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
140 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
141 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
142 "arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
143 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
144 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
145 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
146 "memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
147 "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
148 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
149
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
150 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
151 name = "crossbeam-queue"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
152 version = "0.1.2"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
153 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
154 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
155 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
156 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
157
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
158 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
159 name = "crossbeam-utils"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
160 version = "0.6.6"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
161 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
162 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
163 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
164 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
165 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
166
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
167 [[package]]
597
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
168 name = "docopt"
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
169 version = "0.7.0"
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
170 source = "registry+https://github.com/rust-lang/crates.io-index"
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
171 dependencies = [
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
172 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
173 "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
174 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
597
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
175 "strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
176 ]
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
177
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
178 [[package]]
611
f3e39e2107fd still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents: 609
diff changeset
179 name = "dtoa"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
180 version = "0.4.4"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
181 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
182
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
183 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
184 name = "either"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
185 version = "1.5.2"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
186 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
187
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
188 [[package]]
594
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
189 name = "env_logger"
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
190 version = "0.3.5"
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
191 source = "registry+https://github.com/rust-lang/crates.io-index"
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
192 dependencies = [
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
193 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
594
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
194 "regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)",
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
195 ]
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
196
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
197 [[package]]
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
198 name = "fnv"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
199 version = "1.0.6"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
200 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
201
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
202 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
203 name = "fuchsia-cprng"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
204 version = "0.1.1"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
205 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
206
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
207 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
208 name = "fuchsia-zircon"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
209 version = "0.3.3"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
210 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
211 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
212 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
213 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
214 ]
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
215
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
216 [[package]]
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
217 name = "fuchsia-zircon-sys"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
218 version = "0.3.3"
587
646f03870762 trying rust
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
219 source = "registry+https://github.com/rust-lang/crates.io-index"
588
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
220
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
221 [[package]]
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
222 name = "futures"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
223 version = "0.1.28"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
224 source = "registry+https://github.com/rust-lang/crates.io-index"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
225
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
226 [[package]]
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
227 name = "futures-channel-preview"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
228 version = "0.3.0-alpha.18"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
229 source = "registry+https://github.com/rust-lang/crates.io-index"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
230 dependencies = [
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
231 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
232 "futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
233 ]
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
234
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
235 [[package]]
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
236 name = "futures-core-preview"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
237 version = "0.3.0-alpha.18"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
238 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
239
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
240 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
241 name = "futures-cpupool"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
242 version = "0.1.8"
627
d5075136442f futures await
Matt Johnston <matt@ucc.asn.au>
parents: 625
diff changeset
243 source = "registry+https://github.com/rust-lang/crates.io-index"
d5075136442f futures await
Matt Johnston <matt@ucc.asn.au>
parents: 625
diff changeset
244 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
245 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
246 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
247 ]
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
248
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
249 [[package]]
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
250 name = "futures-executor-preview"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
251 version = "0.3.0-alpha.18"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
252 source = "registry+https://github.com/rust-lang/crates.io-index"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
253 dependencies = [
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
254 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
255 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
256 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
627
d5075136442f futures await
Matt Johnston <matt@ucc.asn.au>
parents: 625
diff changeset
257 ]
d5075136442f futures await
Matt Johnston <matt@ucc.asn.au>
parents: 625
diff changeset
258
d5075136442f futures await
Matt Johnston <matt@ucc.asn.au>
parents: 625
diff changeset
259 [[package]]
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
260 name = "futures-io-preview"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
261 version = "0.3.0-alpha.18"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
262 source = "registry+https://github.com/rust-lang/crates.io-index"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
263
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
264 [[package]]
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
265 name = "futures-preview"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
266 version = "0.3.0-alpha.18"
627
d5075136442f futures await
Matt Johnston <matt@ucc.asn.au>
parents: 625
diff changeset
267 source = "registry+https://github.com/rust-lang/crates.io-index"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
268 dependencies = [
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
269 "futures-channel-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
270 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
271 "futures-executor-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
272 "futures-io-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
273 "futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
274 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
275 ]
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
276
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
277 [[package]]
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
278 name = "futures-sink-preview"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
279 version = "0.3.0-alpha.18"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
280 source = "registry+https://github.com/rust-lang/crates.io-index"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
281 dependencies = [
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
282 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
283 ]
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
284
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
285 [[package]]
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
286 name = "futures-util-preview"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
287 version = "0.3.0-alpha.18"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
288 source = "registry+https://github.com/rust-lang/crates.io-index"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
289 dependencies = [
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
290 "futures-channel-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
291 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
292 "futures-io-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
293 "futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
294 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
295 "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
296 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
297 ]
627
d5075136442f futures await
Matt Johnston <matt@ucc.asn.au>
parents: 625
diff changeset
298
d5075136442f futures await
Matt Johnston <matt@ucc.asn.au>
parents: 625
diff changeset
299 [[package]]
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
300 name = "h2"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
301 version = "0.1.26"
627
d5075136442f futures await
Matt Johnston <matt@ucc.asn.au>
parents: 625
diff changeset
302 source = "registry+https://github.com/rust-lang/crates.io-index"
d5075136442f futures await
Matt Johnston <matt@ucc.asn.au>
parents: 625
diff changeset
303 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
304 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
305 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
306 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
307 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
308 "http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
309 "indexmap 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
310 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
311 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
312 "string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
313 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
627
d5075136442f futures await
Matt Johnston <matt@ucc.asn.au>
parents: 625
diff changeset
314 ]
d5075136442f futures await
Matt Johnston <matt@ucc.asn.au>
parents: 625
diff changeset
315
d5075136442f futures await
Matt Johnston <matt@ucc.asn.au>
parents: 625
diff changeset
316 [[package]]
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
317 name = "http"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
318 version = "0.1.18"
627
d5075136442f futures await
Matt Johnston <matt@ucc.asn.au>
parents: 625
diff changeset
319 source = "registry+https://github.com/rust-lang/crates.io-index"
d5075136442f futures await
Matt Johnston <matt@ucc.asn.au>
parents: 625
diff changeset
320 dependencies = [
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
321 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
322 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
323 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
601
8c21df3711e2 rigid_config
Matt Johnston <matt@ucc.asn.au>
parents: 598
diff changeset
324 ]
8c21df3711e2 rigid_config
Matt Johnston <matt@ucc.asn.au>
parents: 598
diff changeset
325
8c21df3711e2 rigid_config
Matt Johnston <matt@ucc.asn.au>
parents: 598
diff changeset
326 [[package]]
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
327 name = "http-body"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
328 version = "0.1.0"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
329 source = "registry+https://github.com/rust-lang/crates.io-index"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
330 dependencies = [
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
331 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
332 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
333 "http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
334 "tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
335 ]
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
336
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
337 [[package]]
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
338 name = "httparse"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
339 version = "1.3.4"
609
7bda01659426 not building, paramwaiter work
Matt Johnston <matt@ucc.asn.au>
parents: 604
diff changeset
340 source = "registry+https://github.com/rust-lang/crates.io-index"
7bda01659426 not building, paramwaiter work
Matt Johnston <matt@ucc.asn.au>
parents: 604
diff changeset
341
7bda01659426 not building, paramwaiter work
Matt Johnston <matt@ucc.asn.au>
parents: 604
diff changeset
342 [[package]]
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
343 name = "hyper"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
344 version = "0.12.33"
609
7bda01659426 not building, paramwaiter work
Matt Johnston <matt@ucc.asn.au>
parents: 604
diff changeset
345 source = "registry+https://github.com/rust-lang/crates.io-index"
7bda01659426 not building, paramwaiter work
Matt Johnston <matt@ucc.asn.au>
parents: 604
diff changeset
346 dependencies = [
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
347 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
348 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
349 "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
350 "h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
351 "http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
352 "http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
353 "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
354 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
355 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
356 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
357 "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
358 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
359 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
360 "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
361 "tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
362 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
363 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
364 "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
365 "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
366 "tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
367 "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
368 "want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
369 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
370
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
371 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
372 name = "indexmap"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
373 version = "1.1.0"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
374 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
375
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
376 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
377 name = "iovec"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
378 version = "0.1.2"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
379 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
380 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
381 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
619
Matt Johnston <matt@ucc.asn.au>
parents: 616
diff changeset
382 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
Matt Johnston <matt@ucc.asn.au>
parents: 616
diff changeset
383 ]
Matt Johnston <matt@ucc.asn.au>
parents: 616
diff changeset
384
Matt Johnston <matt@ucc.asn.au>
parents: 616
diff changeset
385 [[package]]
611
f3e39e2107fd still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents: 609
diff changeset
386 name = "itoa"
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
387 version = "0.3.4"
611
f3e39e2107fd still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents: 609
diff changeset
388 source = "registry+https://github.com/rust-lang/crates.io-index"
f3e39e2107fd still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents: 609
diff changeset
389
f3e39e2107fd still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents: 609
diff changeset
390 [[package]]
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
391 name = "itoa"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
392 version = "0.4.4"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
393 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
394
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
395 [[package]]
587
646f03870762 trying rust
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
396 name = "kernel32-sys"
646f03870762 trying rust
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
397 version = "0.2.2"
646f03870762 trying rust
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
398 source = "registry+https://github.com/rust-lang/crates.io-index"
646f03870762 trying rust
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
399 dependencies = [
646f03870762 trying rust
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
400 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
646f03870762 trying rust
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
401 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
646f03870762 trying rust
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
402 ]
646f03870762 trying rust
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
403
646f03870762 trying rust
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
404 [[package]]
597
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
405 name = "lazy_static"
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
406 version = "0.2.11"
597
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
407 source = "registry+https://github.com/rust-lang/crates.io-index"
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
408
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
409 [[package]]
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
410 name = "lazy_static"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
411 version = "1.3.0"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
412 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
413
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
414 [[package]]
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
415 name = "libc"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
416 version = "0.2.62"
588
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
417 source = "registry+https://github.com/rust-lang/crates.io-index"
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
418
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
419 [[package]]
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
420 name = "linked-hash-map"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
421 version = "0.3.0"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
422 source = "registry+https://github.com/rust-lang/crates.io-index"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
423 dependencies = [
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
424 "serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
425 "serde_test 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
426 ]
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
427
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
428 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
429 name = "linked-hash-map"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
430 version = "0.5.2"
587
646f03870762 trying rust
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
431 source = "registry+https://github.com/rust-lang/crates.io-index"
646f03870762 trying rust
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
432
646f03870762 trying rust
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
433 [[package]]
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
434 name = "lock_api"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
435 version = "0.1.5"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
436 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
437 dependencies = [
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
438 "owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
439 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
440 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
441
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
442 [[package]]
587
646f03870762 trying rust
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
443 name = "log"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
444 version = "0.3.9"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
445 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
446 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
447 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
448 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
449
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
450 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
451 name = "log"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
452 version = "0.4.8"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
453 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
454 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
455 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
456 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
457
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
458 [[package]]
594
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
459 name = "memchr"
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
460 version = "0.1.11"
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
461 source = "registry+https://github.com/rust-lang/crates.io-index"
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
462 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
463 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
594
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
464 ]
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
465
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
466 [[package]]
597
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
467 name = "memchr"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
468 version = "2.2.1"
597
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
469 source = "registry+https://github.com/rust-lang/crates.io-index"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
470
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
471 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
472 name = "memoffset"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
473 version = "0.5.1"
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
474 source = "registry+https://github.com/rust-lang/crates.io-index"
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
475 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
476 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
597
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
477 ]
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
478
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
479 [[package]]
588
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
480 name = "mio"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
481 version = "0.6.19"
588
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
482 source = "registry+https://github.com/rust-lang/crates.io-index"
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
483 dependencies = [
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
484 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
485 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
486 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
588
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
487 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
488 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
489 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
619
Matt Johnston <matt@ucc.asn.au>
parents: 616
diff changeset
490 "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
491 "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
492 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
588
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
493 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
494 ]
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
495
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
496 [[package]]
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
497 name = "miow"
619
Matt Johnston <matt@ucc.asn.au>
parents: 616
diff changeset
498 version = "0.2.1"
588
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
499 source = "registry+https://github.com/rust-lang/crates.io-index"
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
500 dependencies = [
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
501 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
502 "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
588
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
503 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
504 "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
505 ]
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
506
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
507 [[package]]
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
508 name = "net2"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
509 version = "0.2.33"
588
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
510 source = "registry+https://github.com/rust-lang/crates.io-index"
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
511 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
512 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
513 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
514 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
588
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
515 ]
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
516
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
517 [[package]]
620
8fda564cc46f fridge work
Matt Johnston <matt@ucc.asn.au>
parents: 619
diff changeset
518 name = "nix"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
519 version = "0.9.0"
620
8fda564cc46f fridge work
Matt Johnston <matt@ucc.asn.au>
parents: 619
diff changeset
520 source = "registry+https://github.com/rust-lang/crates.io-index"
8fda564cc46f fridge work
Matt Johnston <matt@ucc.asn.au>
parents: 619
diff changeset
521 dependencies = [
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
522 "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
523 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
524 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
620
8fda564cc46f fridge work
Matt Johnston <matt@ucc.asn.au>
parents: 619
diff changeset
525 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
8fda564cc46f fridge work
Matt Johnston <matt@ucc.asn.au>
parents: 619
diff changeset
526 ]
8fda564cc46f fridge work
Matt Johnston <matt@ucc.asn.au>
parents: 619
diff changeset
527
8fda564cc46f fridge work
Matt Johnston <matt@ucc.asn.au>
parents: 619
diff changeset
528 [[package]]
624
2710649ab71e read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents: 622
diff changeset
529 name = "nix"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
530 version = "0.14.1"
624
2710649ab71e read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents: 622
diff changeset
531 source = "registry+https://github.com/rust-lang/crates.io-index"
2710649ab71e read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents: 622
diff changeset
532 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
533 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
534 "cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
535 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
536 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
624
2710649ab71e read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents: 622
diff changeset
537 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
2710649ab71e read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents: 622
diff changeset
538 ]
2710649ab71e read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents: 622
diff changeset
539
2710649ab71e read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents: 622
diff changeset
540 [[package]]
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
541 name = "nodrop"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
542 version = "0.1.13"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
543 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
544
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
545 [[package]]
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
546 name = "nom"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
547 version = "4.2.3"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
548 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
549 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
550 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
551 "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
552 ]
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
553
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
554 [[package]]
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
555 name = "num-integer"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
556 version = "0.1.41"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
557 source = "registry+https://github.com/rust-lang/crates.io-index"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
558 dependencies = [
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
559 "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
560 "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
561 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
562
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
563 [[package]]
611
f3e39e2107fd still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents: 609
diff changeset
564 name = "num-traits"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
565 version = "0.1.43"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
566 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
567 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
568 "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
569 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
570
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
571 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
572 name = "num-traits"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
573 version = "0.2.8"
611
f3e39e2107fd still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents: 609
diff changeset
574 source = "registry+https://github.com/rust-lang/crates.io-index"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
575 dependencies = [
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
576 "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
577 ]
611
f3e39e2107fd still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents: 609
diff changeset
578
f3e39e2107fd still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents: 609
diff changeset
579 [[package]]
601
8c21df3711e2 rigid_config
Matt Johnston <matt@ucc.asn.au>
parents: 598
diff changeset
580 name = "num_cpus"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
581 version = "1.10.1"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
582 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
583 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
584 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
585 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
586
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
587 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
588 name = "owning_ref"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
589 version = "0.4.0"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
590 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
591 dependencies = [
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
592 "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
593 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
594
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
595 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
596 name = "parking_lot"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
597 version = "0.7.1"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
598 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
599 dependencies = [
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
600 "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
601 "parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
602 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
603
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
604 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
605 name = "parking_lot_core"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
606 version = "0.4.0"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
607 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
608 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
609 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
610 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
611 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
612 "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
613 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
614 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
615
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
616 [[package]]
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
617 name = "pin-utils"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
618 version = "0.1.0-alpha.4"
609
7bda01659426 not building, paramwaiter work
Matt Johnston <matt@ucc.asn.au>
parents: 604
diff changeset
619 source = "registry+https://github.com/rust-lang/crates.io-index"
7bda01659426 not building, paramwaiter work
Matt Johnston <matt@ucc.asn.au>
parents: 604
diff changeset
620
7bda01659426 not building, paramwaiter work
Matt Johnston <matt@ucc.asn.au>
parents: 604
diff changeset
621 [[package]]
627
d5075136442f futures await
Matt Johnston <matt@ucc.asn.au>
parents: 625
diff changeset
622 name = "proc-macro2"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
623 version = "0.4.30"
627
d5075136442f futures await
Matt Johnston <matt@ucc.asn.au>
parents: 625
diff changeset
624 source = "registry+https://github.com/rust-lang/crates.io-index"
d5075136442f futures await
Matt Johnston <matt@ucc.asn.au>
parents: 625
diff changeset
625 dependencies = [
d5075136442f futures await
Matt Johnston <matt@ucc.asn.au>
parents: 625
diff changeset
626 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
d5075136442f futures await
Matt Johnston <matt@ucc.asn.au>
parents: 625
diff changeset
627 ]
d5075136442f futures await
Matt Johnston <matt@ucc.asn.au>
parents: 625
diff changeset
628
d5075136442f futures await
Matt Johnston <matt@ucc.asn.au>
parents: 625
diff changeset
629 [[package]]
595
e87655ed8429 add config
Matt Johnston <matt@ucc.asn.au>
parents: 594
diff changeset
630 name = "quote"
619
Matt Johnston <matt@ucc.asn.au>
parents: 616
diff changeset
631 version = "0.3.15"
595
e87655ed8429 add config
Matt Johnston <matt@ucc.asn.au>
parents: 594
diff changeset
632 source = "registry+https://github.com/rust-lang/crates.io-index"
e87655ed8429 add config
Matt Johnston <matt@ucc.asn.au>
parents: 594
diff changeset
633
e87655ed8429 add config
Matt Johnston <matt@ucc.asn.au>
parents: 594
diff changeset
634 [[package]]
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
635 name = "quote"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
636 version = "0.6.13"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
637 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
638 dependencies = [
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
639 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
640 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
641
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
642 [[package]]
592
03b48ec0bb03 fridge, types, configwaiter
Matt Johnston <matt@ucc.asn.au>
parents: 591
diff changeset
643 name = "rand"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
644 version = "0.3.23"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
645 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
646 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
647 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
648 "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
649 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
650
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
651 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
652 name = "rand"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
653 version = "0.4.6"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
654 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
655 dependencies = [
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
656 "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
657 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
658 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
659 "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
660 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
661 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
662
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
663 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
664 name = "rand"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
665 version = "0.6.5"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
666 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
667 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
668 "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
669 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
670 "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
671 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
672 "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
673 "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
674 "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
675 "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
676 "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
677 "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
678 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
679 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
680
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
681 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
682 name = "rand_chacha"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
683 version = "0.1.1"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
684 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
685 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
686 "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
687 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
688 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
689
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
690 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
691 name = "rand_core"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
692 version = "0.3.1"
592
03b48ec0bb03 fridge, types, configwaiter
Matt Johnston <matt@ucc.asn.au>
parents: 591
diff changeset
693 source = "registry+https://github.com/rust-lang/crates.io-index"
03b48ec0bb03 fridge, types, configwaiter
Matt Johnston <matt@ucc.asn.au>
parents: 591
diff changeset
694 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
695 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
696 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
697
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
698 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
699 name = "rand_core"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
700 version = "0.4.2"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
701 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
702
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
703 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
704 name = "rand_hc"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
705 version = "0.1.0"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
706 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
707 dependencies = [
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
708 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
709 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
710
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
711 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
712 name = "rand_isaac"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
713 version = "0.1.1"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
714 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
715 dependencies = [
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
716 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
717 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
718
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
719 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
720 name = "rand_jitter"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
721 version = "0.1.4"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
722 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
723 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
724 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
725 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
726 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
727 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
728
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
729 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
730 name = "rand_os"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
731 version = "0.1.3"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
732 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
733 dependencies = [
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
734 "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
735 "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
736 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
737 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
738 "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
739 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
740 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
741
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
742 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
743 name = "rand_pcg"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
744 version = "0.1.2"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
745 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
746 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
747 "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
748 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
749 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
750
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
751 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
752 name = "rand_xorshift"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
753 version = "0.1.1"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
754 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
755 dependencies = [
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
756 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
757 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
758
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
759 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
760 name = "rdrand"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
761 version = "0.4.0"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
762 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
763 dependencies = [
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
764 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
592
03b48ec0bb03 fridge, types, configwaiter
Matt Johnston <matt@ucc.asn.au>
parents: 591
diff changeset
765 ]
03b48ec0bb03 fridge, types, configwaiter
Matt Johnston <matt@ucc.asn.au>
parents: 591
diff changeset
766
03b48ec0bb03 fridge, types, configwaiter
Matt Johnston <matt@ucc.asn.au>
parents: 591
diff changeset
767 [[package]]
598
d4fbfb5c46ff broken update of versions of things
Matt Johnston <matt@ucc.asn.au>
parents: 597
diff changeset
768 name = "redox_syscall"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
769 version = "0.1.56"
598
d4fbfb5c46ff broken update of versions of things
Matt Johnston <matt@ucc.asn.au>
parents: 597
diff changeset
770 source = "registry+https://github.com/rust-lang/crates.io-index"
d4fbfb5c46ff broken update of versions of things
Matt Johnston <matt@ucc.asn.au>
parents: 597
diff changeset
771
d4fbfb5c46ff broken update of versions of things
Matt Johnston <matt@ucc.asn.au>
parents: 597
diff changeset
772 [[package]]
594
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
773 name = "regex"
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
774 version = "0.1.80"
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
775 source = "registry+https://github.com/rust-lang/crates.io-index"
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
776 dependencies = [
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
777 "aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
778 "memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
779 "regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
780 "thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
781 "utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
782 ]
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
783
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
784 [[package]]
597
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
785 name = "regex"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
786 version = "0.2.11"
597
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
787 source = "registry+https://github.com/rust-lang/crates.io-index"
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
788 dependencies = [
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
789 "aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
790 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
791 "regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
792 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
793 "utf8-ranges 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
794 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
795
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
796 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
797 name = "regex"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
798 version = "1.2.1"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
799 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
800 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
801 "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
802 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
803 "regex-syntax 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
804 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
597
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
805 ]
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
806
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
807 [[package]]
594
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
808 name = "regex-syntax"
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
809 version = "0.3.9"
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
810 source = "registry+https://github.com/rust-lang/crates.io-index"
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
811
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
812 [[package]]
597
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
813 name = "regex-syntax"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
814 version = "0.5.6"
597
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
815 source = "registry+https://github.com/rust-lang/crates.io-index"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
816 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
817 "ucd-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
818 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
819
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
820 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
821 name = "regex-syntax"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
822 version = "0.6.11"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
823 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
824
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
825 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
826 name = "remove_dir_all"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
827 version = "0.5.2"
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
828 source = "registry+https://github.com/rust-lang/crates.io-index"
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
829 dependencies = [
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
830 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
831 ]
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
832
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
833 [[package]]
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
834 name = "riker"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
835 version = "0.3.1"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
836 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
837 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
838 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
839 "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
840 "config 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
841 "futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
842 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
843 "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
844 "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
845 "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
846 "riker-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
847 "uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
848 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
849
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
850 [[package]]
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
851 name = "riker-macros"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
852 version = "0.1.0"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
853 source = "registry+https://github.com/rust-lang/crates.io-index"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
854 dependencies = [
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
855 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
856 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
857 "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
858 ]
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
859
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
860 [[package]]
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
861 name = "rust-ini"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
862 version = "0.13.0"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
863 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
864
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
865 [[package]]
591
4a944663fa8d more skeleton
Matt Johnston <matt@ucc.asn.au>
parents: 590
diff changeset
866 name = "rustc-serialize"
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
867 version = "0.3.24"
591
4a944663fa8d more skeleton
Matt Johnston <matt@ucc.asn.au>
parents: 590
diff changeset
868 source = "registry+https://github.com/rust-lang/crates.io-index"
4a944663fa8d more skeleton
Matt Johnston <matt@ucc.asn.au>
parents: 590
diff changeset
869
4a944663fa8d more skeleton
Matt Johnston <matt@ucc.asn.au>
parents: 590
diff changeset
870 [[package]]
620
8fda564cc46f fridge work
Matt Johnston <matt@ucc.asn.au>
parents: 619
diff changeset
871 name = "rustc_version"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
872 version = "0.2.3"
620
8fda564cc46f fridge work
Matt Johnston <matt@ucc.asn.au>
parents: 619
diff changeset
873 source = "registry+https://github.com/rust-lang/crates.io-index"
8fda564cc46f fridge work
Matt Johnston <matt@ucc.asn.au>
parents: 619
diff changeset
874 dependencies = [
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
875 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
620
8fda564cc46f fridge work
Matt Johnston <matt@ucc.asn.au>
parents: 619
diff changeset
876 ]
8fda564cc46f fridge work
Matt Johnston <matt@ucc.asn.au>
parents: 619
diff changeset
877
8fda564cc46f fridge work
Matt Johnston <matt@ucc.asn.au>
parents: 619
diff changeset
878 [[package]]
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
879 name = "ryu"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
880 version = "1.0.0"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
881 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
882
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
883 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
884 name = "scopeguard"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
885 version = "0.3.3"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
886 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
887
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
888 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
889 name = "scopeguard"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
890 version = "1.0.0"
587
646f03870762 trying rust
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
891 source = "registry+https://github.com/rust-lang/crates.io-index"
646f03870762 trying rust
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
892
646f03870762 trying rust
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
893 [[package]]
620
8fda564cc46f fridge work
Matt Johnston <matt@ucc.asn.au>
parents: 619
diff changeset
894 name = "semver"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
895 version = "0.9.0"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
896 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
897 dependencies = [
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
898 "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
899 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
900
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
901 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
902 name = "semver-parser"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
903 version = "0.7.0"
620
8fda564cc46f fridge work
Matt Johnston <matt@ucc.asn.au>
parents: 619
diff changeset
904 source = "registry+https://github.com/rust-lang/crates.io-index"
8fda564cc46f fridge work
Matt Johnston <matt@ucc.asn.au>
parents: 619
diff changeset
905
8fda564cc46f fridge work
Matt Johnston <matt@ucc.asn.au>
parents: 619
diff changeset
906 [[package]]
595
e87655ed8429 add config
Matt Johnston <matt@ucc.asn.au>
parents: 594
diff changeset
907 name = "serde"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
908 version = "0.8.23"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
909 source = "registry+https://github.com/rust-lang/crates.io-index"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
910
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
911 [[package]]
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
912 name = "serde"
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
913 version = "0.9.15"
595
e87655ed8429 add config
Matt Johnston <matt@ucc.asn.au>
parents: 594
diff changeset
914 source = "registry+https://github.com/rust-lang/crates.io-index"
e87655ed8429 add config
Matt Johnston <matt@ucc.asn.au>
parents: 594
diff changeset
915
e87655ed8429 add config
Matt Johnston <matt@ucc.asn.au>
parents: 594
diff changeset
916 [[package]]
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
917 name = "serde"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
918 version = "1.0.99"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
919 source = "registry+https://github.com/rust-lang/crates.io-index"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
920
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
921 [[package]]
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
922 name = "serde-hjson"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
923 version = "0.8.2"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
924 source = "registry+https://github.com/rust-lang/crates.io-index"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
925 dependencies = [
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
926 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
927 "linked-hash-map 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
928 "num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
929 "regex 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
930 "serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
931 ]
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
932
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
933 [[package]]
598
d4fbfb5c46ff broken update of versions of things
Matt Johnston <matt@ucc.asn.au>
parents: 597
diff changeset
934 name = "serde_codegen_internals"
622
5b456905eaac use libc. update.
Matt Johnston <matt@ucc.asn.au>
parents: 620
diff changeset
935 version = "0.14.2"
595
e87655ed8429 add config
Matt Johnston <matt@ucc.asn.au>
parents: 594
diff changeset
936 source = "registry+https://github.com/rust-lang/crates.io-index"
e87655ed8429 add config
Matt Johnston <matt@ucc.asn.au>
parents: 594
diff changeset
937 dependencies = [
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
938 "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
595
e87655ed8429 add config
Matt Johnston <matt@ucc.asn.au>
parents: 594
diff changeset
939 ]
e87655ed8429 add config
Matt Johnston <matt@ucc.asn.au>
parents: 594
diff changeset
940
e87655ed8429 add config
Matt Johnston <matt@ucc.asn.au>
parents: 594
diff changeset
941 [[package]]
e87655ed8429 add config
Matt Johnston <matt@ucc.asn.au>
parents: 594
diff changeset
942 name = "serde_derive"
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
943 version = "0.9.15"
595
e87655ed8429 add config
Matt Johnston <matt@ucc.asn.au>
parents: 594
diff changeset
944 source = "registry+https://github.com/rust-lang/crates.io-index"
e87655ed8429 add config
Matt Johnston <matt@ucc.asn.au>
parents: 594
diff changeset
945 dependencies = [
619
Matt Johnston <matt@ucc.asn.au>
parents: 616
diff changeset
946 "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
622
5b456905eaac use libc. update.
Matt Johnston <matt@ucc.asn.au>
parents: 620
diff changeset
947 "serde_codegen_internals 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)",
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
948 "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
595
e87655ed8429 add config
Matt Johnston <matt@ucc.asn.au>
parents: 594
diff changeset
949 ]
e87655ed8429 add config
Matt Johnston <matt@ucc.asn.au>
parents: 594
diff changeset
950
e87655ed8429 add config
Matt Johnston <matt@ucc.asn.au>
parents: 594
diff changeset
951 [[package]]
611
f3e39e2107fd still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents: 609
diff changeset
952 name = "serde_json"
622
5b456905eaac use libc. update.
Matt Johnston <matt@ucc.asn.au>
parents: 620
diff changeset
953 version = "0.9.10"
611
f3e39e2107fd still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents: 609
diff changeset
954 source = "registry+https://github.com/rust-lang/crates.io-index"
f3e39e2107fd still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents: 609
diff changeset
955 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
956 "dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
957 "itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
958 "num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
959 "serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
611
f3e39e2107fd still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents: 609
diff changeset
960 ]
f3e39e2107fd still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents: 609
diff changeset
961
f3e39e2107fd still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents: 609
diff changeset
962 [[package]]
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
963 name = "serde_json"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
964 version = "1.0.40"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
965 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
966 dependencies = [
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
967 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
968 "ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
969 "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
970 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
971
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
972 [[package]]
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
973 name = "serde_test"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
974 version = "0.8.23"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
975 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
976 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
977 "serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
978 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
979
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
980 [[package]]
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
981 name = "slab"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
982 version = "0.4.2"
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
983 source = "registry+https://github.com/rust-lang/crates.io-index"
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
984
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
985 [[package]]
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
986 name = "smallvec"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
987 version = "0.6.10"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
988 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
989
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
990 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
991 name = "stable_deref_trait"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
992 version = "1.1.1"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
993 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
994
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
995 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
996 name = "string"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
997 version = "0.2.1"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
998 source = "registry+https://github.com/rust-lang/crates.io-index"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
999 dependencies = [
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1000 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1001 ]
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1002
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1003 [[package]]
597
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
1004 name = "strsim"
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
1005 version = "0.6.0"
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
1006 source = "registry+https://github.com/rust-lang/crates.io-index"
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
1007
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
1008 [[package]]
595
e87655ed8429 add config
Matt Johnston <matt@ucc.asn.au>
parents: 594
diff changeset
1009 name = "syn"
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
1010 version = "0.11.11"
595
e87655ed8429 add config
Matt Johnston <matt@ucc.asn.au>
parents: 594
diff changeset
1011 source = "registry+https://github.com/rust-lang/crates.io-index"
e87655ed8429 add config
Matt Johnston <matt@ucc.asn.au>
parents: 594
diff changeset
1012 dependencies = [
619
Matt Johnston <matt@ucc.asn.au>
parents: 616
diff changeset
1013 "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
Matt Johnston <matt@ucc.asn.au>
parents: 616
diff changeset
1014 "synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
Matt Johnston <matt@ucc.asn.au>
parents: 616
diff changeset
1015 "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Matt Johnston <matt@ucc.asn.au>
parents: 616
diff changeset
1016 ]
Matt Johnston <matt@ucc.asn.au>
parents: 616
diff changeset
1017
Matt Johnston <matt@ucc.asn.au>
parents: 616
diff changeset
1018 [[package]]
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1019 name = "syn"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1020 version = "0.15.44"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1021 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1022 dependencies = [
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1023 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1024 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1025 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1026 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1027
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1028 [[package]]
619
Matt Johnston <matt@ucc.asn.au>
parents: 616
diff changeset
1029 name = "synom"
Matt Johnston <matt@ucc.asn.au>
parents: 616
diff changeset
1030 version = "0.11.3"
Matt Johnston <matt@ucc.asn.au>
parents: 616
diff changeset
1031 source = "registry+https://github.com/rust-lang/crates.io-index"
Matt Johnston <matt@ucc.asn.au>
parents: 616
diff changeset
1032 dependencies = [
598
d4fbfb5c46ff broken update of versions of things
Matt Johnston <matt@ucc.asn.au>
parents: 597
diff changeset
1033 "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
595
e87655ed8429 add config
Matt Johnston <matt@ucc.asn.au>
parents: 594
diff changeset
1034 ]
e87655ed8429 add config
Matt Johnston <matt@ucc.asn.au>
parents: 594
diff changeset
1035
e87655ed8429 add config
Matt Johnston <matt@ucc.asn.au>
parents: 594
diff changeset
1036 [[package]]
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1037 name = "sysfs_gpio"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1038 version = "0.5.4"
620
8fda564cc46f fridge work
Matt Johnston <matt@ucc.asn.au>
parents: 619
diff changeset
1039 source = "registry+https://github.com/rust-lang/crates.io-index"
8fda564cc46f fridge work
Matt Johnston <matt@ucc.asn.au>
parents: 619
diff changeset
1040 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1041 "nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1042 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1043
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1044 [[package]]
624
2710649ab71e read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents: 622
diff changeset
1045 name = "tempdir"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1046 version = "0.3.7"
624
2710649ab71e read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents: 622
diff changeset
1047 source = "registry+https://github.com/rust-lang/crates.io-index"
2710649ab71e read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents: 622
diff changeset
1048 dependencies = [
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1049 "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1050 "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
624
2710649ab71e read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents: 622
diff changeset
1051 ]
2710649ab71e read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents: 622
diff changeset
1052
2710649ab71e read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents: 622
diff changeset
1053 [[package]]
594
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
1054 name = "thread-id"
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
1055 version = "2.0.0"
588
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
1056 source = "registry+https://github.com/rust-lang/crates.io-index"
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
1057 dependencies = [
594
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
1058 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1059 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
597
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
1060 ]
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
1061
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
1062 [[package]]
594
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
1063 name = "thread_local"
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
1064 version = "0.2.7"
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
1065 source = "registry+https://github.com/rust-lang/crates.io-index"
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
1066 dependencies = [
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
1067 "thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
1068 ]
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
1069
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
1070 [[package]]
597
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
1071 name = "thread_local"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1072 version = "0.3.6"
597
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
1073 source = "registry+https://github.com/rust-lang/crates.io-index"
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
1074 dependencies = [
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1075 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1076 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1077
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1078 [[package]]
597
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
1079 name = "time"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1080 version = "0.1.42"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1081 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1082 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1083 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1084 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1085 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1086 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1087
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1088 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1089 name = "tokio"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1090 version = "0.1.22"
597
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
1091 source = "registry+https://github.com/rust-lang/crates.io-index"
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
1092 dependencies = [
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1093 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1094 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1095 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1096 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1097 "tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1098 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1099 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1100 "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1101 "tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1102 "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1103 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1104
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1105 [[package]]
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1106 name = "tokio-buf"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1107 version = "0.1.1"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1108 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1109 dependencies = [
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1110 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1111 "either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1112 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1113 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1114
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1115 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1116 name = "tokio-current-thread"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1117 version = "0.1.6"
594
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
1118 source = "registry+https://github.com/rust-lang/crates.io-index"
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
1119 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1120 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1121 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1122 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1123
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1124 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1125 name = "tokio-executor"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1126 version = "0.1.8"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1127 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1128 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1129 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1130 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
609
7bda01659426 not building, paramwaiter work
Matt Johnston <matt@ucc.asn.au>
parents: 604
diff changeset
1131 ]
7bda01659426 not building, paramwaiter work
Matt Johnston <matt@ucc.asn.au>
parents: 604
diff changeset
1132
7bda01659426 not building, paramwaiter work
Matt Johnston <matt@ucc.asn.au>
parents: 604
diff changeset
1133 [[package]]
619
Matt Johnston <matt@ucc.asn.au>
parents: 616
diff changeset
1134 name = "tokio-io"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1135 version = "0.1.12"
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
1136 source = "registry+https://github.com/rust-lang/crates.io-index"
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
1137 dependencies = [
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1138 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1139 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1140 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
1141 ]
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
1142
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
1143 [[package]]
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1144 name = "tokio-reactor"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1145 version = "0.1.9"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1146 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1147 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1148 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1149 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1150 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1151 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1152 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1153 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1154 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1155 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1156 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1157 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1158 "tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1159 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1160
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1161 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1162 name = "tokio-sync"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1163 version = "0.1.6"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1164 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1165 dependencies = [
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1166 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1167 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1168 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1169
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1170 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1171 name = "tokio-tcp"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1172 version = "0.1.3"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1173 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1174 dependencies = [
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1175 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1176 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1177 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1178 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1179 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1180 "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1181 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1182
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1183 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1184 name = "tokio-threadpool"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1185 version = "0.1.15"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1186 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1187 dependencies = [
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1188 "crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1189 "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1190 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1191 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1192 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1193 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1194 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1195 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1196 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1197 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1198
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1199 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1200 name = "tokio-timer"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1201 version = "0.2.11"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1202 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1203 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1204 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1205 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1206 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1207 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
619
Matt Johnston <matt@ucc.asn.au>
parents: 616
diff changeset
1208 ]
Matt Johnston <matt@ucc.asn.au>
parents: 616
diff changeset
1209
Matt Johnston <matt@ucc.asn.au>
parents: 616
diff changeset
1210 [[package]]
Matt Johnston <matt@ucc.asn.au>
parents: 616
diff changeset
1211 name = "toml"
622
5b456905eaac use libc. update.
Matt Johnston <matt@ucc.asn.au>
parents: 620
diff changeset
1212 version = "0.3.2"
619
Matt Johnston <matt@ucc.asn.au>
parents: 616
diff changeset
1213 source = "registry+https://github.com/rust-lang/crates.io-index"
Matt Johnston <matt@ucc.asn.au>
parents: 616
diff changeset
1214 dependencies = [
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
1215 "serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
1216 ]
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
1217
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
1218 [[package]]
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1219 name = "toml"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1220 version = "0.4.10"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1221 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1222 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1223 "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1224 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1225
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1226 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1227 name = "try-lock"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1228 version = "0.2.2"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1229 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1230
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1231 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1232 name = "ucd-util"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1233 version = "0.1.5"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1234 source = "registry+https://github.com/rust-lang/crates.io-index"
595
e87655ed8429 add config
Matt Johnston <matt@ucc.asn.au>
parents: 594
diff changeset
1235
e87655ed8429 add config
Matt Johnston <matt@ucc.asn.au>
parents: 594
diff changeset
1236 [[package]]
e87655ed8429 add config
Matt Johnston <matt@ucc.asn.au>
parents: 594
diff changeset
1237 name = "unicode-xid"
598
d4fbfb5c46ff broken update of versions of things
Matt Johnston <matt@ucc.asn.au>
parents: 597
diff changeset
1238 version = "0.0.4"
595
e87655ed8429 add config
Matt Johnston <matt@ucc.asn.au>
parents: 594
diff changeset
1239 source = "registry+https://github.com/rust-lang/crates.io-index"
e87655ed8429 add config
Matt Johnston <matt@ucc.asn.au>
parents: 594
diff changeset
1240
e87655ed8429 add config
Matt Johnston <matt@ucc.asn.au>
parents: 594
diff changeset
1241 [[package]]
627
d5075136442f futures await
Matt Johnston <matt@ucc.asn.au>
parents: 625
diff changeset
1242 name = "unicode-xid"
d5075136442f futures await
Matt Johnston <matt@ucc.asn.au>
parents: 625
diff changeset
1243 version = "0.1.0"
d5075136442f futures await
Matt Johnston <matt@ucc.asn.au>
parents: 625
diff changeset
1244 source = "registry+https://github.com/rust-lang/crates.io-index"
d5075136442f futures await
Matt Johnston <matt@ucc.asn.au>
parents: 625
diff changeset
1245
d5075136442f futures await
Matt Johnston <matt@ucc.asn.au>
parents: 625
diff changeset
1246 [[package]]
594
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
1247 name = "utf8-ranges"
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
1248 version = "0.1.3"
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
1249 source = "registry+https://github.com/rust-lang/crates.io-index"
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
1250
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
1251 [[package]]
597
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
1252 name = "utf8-ranges"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1253 version = "1.0.4"
597
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
1254 source = "registry+https://github.com/rust-lang/crates.io-index"
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
1255
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
1256 [[package]]
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1257 name = "uuid"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1258 version = "0.6.5"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1259 source = "registry+https://github.com/rust-lang/crates.io-index"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1260 dependencies = [
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1261 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1262 "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1263 ]
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1264
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1265 [[package]]
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
1266 name = "version_check"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1267 version = "0.1.5"
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
1268 source = "registry+https://github.com/rust-lang/crates.io-index"
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
1269
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
1270 [[package]]
588
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
1271 name = "void"
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
1272 version = "1.0.2"
587
646f03870762 trying rust
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
1273 source = "registry+https://github.com/rust-lang/crates.io-index"
646f03870762 trying rust
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
1274
646f03870762 trying rust
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
1275 [[package]]
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1276 name = "want"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1277 version = "0.2.0"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1278 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1279 dependencies = [
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1280 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1281 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1282 "try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1283 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1284
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1285 [[package]]
587
646f03870762 trying rust
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
1286 name = "winapi"
646f03870762 trying rust
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
1287 version = "0.2.8"
646f03870762 trying rust
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
1288 source = "registry+https://github.com/rust-lang/crates.io-index"
646f03870762 trying rust
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
1289
646f03870762 trying rust
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
1290 [[package]]
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1291 name = "winapi"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1292 version = "0.3.7"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1293 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1294 dependencies = [
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1295 "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1296 "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1297 ]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1298
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1299 [[package]]
587
646f03870762 trying rust
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
1300 name = "winapi-build"
646f03870762 trying rust
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
1301 version = "0.1.1"
646f03870762 trying rust
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
1302 source = "registry+https://github.com/rust-lang/crates.io-index"
646f03870762 trying rust
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
1303
588
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
1304 [[package]]
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1305 name = "winapi-i686-pc-windows-gnu"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1306 version = "0.4.0"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1307 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1308
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1309 [[package]]
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1310 name = "winapi-x86_64-pc-windows-gnu"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1311 version = "0.4.0"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1312 source = "registry+https://github.com/rust-lang/crates.io-index"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1313
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1314 [[package]]
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
1315 name = "wort-templog"
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
1316 version = "0.1.0"
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
1317 dependencies = [
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1318 "atomicwrites 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
1319 "base64 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
1320 "docopt 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
1321 "env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1322 "hyper 0.12.33 (registry+https://github.com/rust-lang/crates.io-index)",
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
1323 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1324 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1325 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1326 "rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1327 "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1328 "riker 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
1329 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
1330 "serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
1331 "serde_derive 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
1332 "serde_json 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)",
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1333 "sysfs_gpio 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1334 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
1335 "toml 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
1336 ]
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
1337
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
1338 [[package]]
588
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
1339 name = "ws2_32-sys"
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
1340 version = "0.2.1"
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
1341 source = "registry+https://github.com/rust-lang/crates.io-index"
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
1342 dependencies = [
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
1343 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
1344 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
1345 ]
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
1346
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1347 [[package]]
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1348 name = "yaml-rust"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1349 version = "0.4.3"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1350 source = "registry+https://github.com/rust-lang/crates.io-index"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1351 dependencies = [
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1352 "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1353 ]
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1354
587
646f03870762 trying rust
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
1355 [metadata]
594
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
1356 "checksum aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ca972c2ea5f742bfce5687b9aef75506a764f61d37f8f649047846a9686ddb66"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1357 "checksum aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "81ce3d38065e618af2d7b77e10c5ad9a069859b4be3c2250f674af3840d9c8a5"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1358 "checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1359 "checksum arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b8d73f9beda665eaa98ab9e4f7442bd4e7de6652587de55b2525e52e29c1b0ba"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1360 "checksum atomicwrites 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "7adff0f3666b56fb01ce4caea58193a26d97d384587a10e950e0e9c857de3cca"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1361 "checksum autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b671c8fb71b457dd4ae18c4ba1e59aa81793daacc361d82fcd410cef0d491875"
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
1362 "checksum base64 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "979d348dc50dfcd050a87df408ec61f01a0a27ee9b4ebdc6085baba8275b2c7f"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1363 "checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1364 "checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1365 "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1366 "checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1367 "checksum cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "b548a4ee81fccb95919d4e22cfea83c7693ebfd78f0495493178db20b3139da7"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1368 "checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1369 "checksum chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "77d81f58b7301084de3b958691458a53c3f7e0b1d702f77e550b6a88e3a88abe"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1370 "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1371 "checksum config 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f9107d78ed62b3fa5a86e7d18e647abed48cfd8f8fab6c72f4cdb982d196f7e6"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1372 "checksum crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1373 "checksum crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fedcd6772e37f3da2a9af9bf12ebe046c0dfe657992377b4df982a2b54cd37a9"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1374 "checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1375 "checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
597
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
1376 "checksum docopt 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab32ea6e284d87987066f21a9e809a73c14720571ef34516f0890b3d355ccfd8"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1377 "checksum dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1378 "checksum either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b"
594
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
1379 "checksum env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "15abd780e45b3ea4f76b4e9a26ff4843258dd8a3eed2775a0e7368c2e7936c2f"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1380 "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1381 "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1382 "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1383 "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1384 "checksum futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "45dc39533a6cae6da2b56da48edae506bb767ec07370f86f70fc062e9d435869"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1385 "checksum futures-channel-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "f477fd0292c4a4ae77044454e7f2b413207942ad405f759bb0b4698b7ace5b12"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1386 "checksum futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "4a2f26f774b81b3847dcda0c81bd4b6313acfb4f69e5a0390c7cb12c058953e9"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1387 "checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1388 "checksum futures-executor-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "80705612926df8a1bc05f0057e77460e29318801f988bf7d803a734cf54e7528"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1389 "checksum futures-io-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "ee7de0c1c9ed23f9457b0437fec7663ce64d9cc3c906597e714e529377b5ddd1"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1390 "checksum futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "efa8f90c4fb2328e381f8adfd4255b4a2b696f77d1c63a3dee6700b564c4e4b5"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1391 "checksum futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "e9b65a2481863d1b78e094a07e9c0eed458cc7dc6e72b22b7138b8a67d924859"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1392 "checksum futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "7df53daff1e98cc024bf2720f3ceb0414d96fbb0a94f3cad3a5c3bf3be1d261c"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1393 "checksum h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1394 "checksum http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "372bcb56f939e449117fb0869c2e8fd8753a8223d92a172c6e808cf123a5b6e4"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1395 "checksum http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1396 "checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1397 "checksum hyper 0.12.33 (registry+https://github.com/rust-lang/crates.io-index)" = "7cb44cbce9d8ee4fb36e4c0ad7b794ac44ebaad924b9c8291a63215bb44c2c8f"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1398 "checksum indexmap 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a4d6d89e0948bf10c08b9ecc8ac5b83f07f857ebe2c0cbe38de15b4e4f510356"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1399 "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08"
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
1400 "checksum itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8324a32baf01e2ae060e9de58ed0bc2320c9a2833491ee36cd3b4c414de4db8c"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1401 "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
587
646f03870762 trying rust
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
1402 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
1403 "checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1404 "checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1405 "checksum libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "34fcd2c08d2f832f376f4173a231990fa5aef4e99fb569867318a227ef4c06ba"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1406 "checksum linked-hash-map 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6d262045c5b87c0861b3f004610afd0e2c851e2908d08b6c870cbb9d5f494ecd"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1407 "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1408 "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1409 "checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1410 "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
594
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
1411 "checksum memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d8b629fb514376c675b98c1421e80b151d3817ac42d7c667717d282761418d20"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1412 "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1413 "checksum memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce6075db033bbbb7ee5a0bbd3a3186bbae616f57fb001c485c7ff77955f8177f"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1414 "checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23"
619
Matt Johnston <matt@ucc.asn.au>
parents: 616
diff changeset
1415 "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1416 "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1417 "checksum nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1418 "checksum nix 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a2c5afeb0198ec7be8569d666644b574345aad2e95a53baf3a532da3e0f3fb32"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1419 "checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1420 "checksum nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1421 "checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1422 "checksum num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1423 "checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1424 "checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1425 "checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1426 "checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1427 "checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1428 "checksum pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1429 "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
619
Matt Johnston <matt@ucc.asn.au>
parents: 616
diff changeset
1430 "checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1431 "checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1432 "checksum rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)" = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1433 "checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1434 "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1435 "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1436 "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1437 "checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1438 "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1439 "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1440 "checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1441 "checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1442 "checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1443 "checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1444 "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1445 "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
594
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
1446 "checksum regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)" = "4fd4ace6a8cf7860714a2c2280d6c1f7e6a413486c13298bbc86fd3da019402f"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1447 "checksum regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1448 "checksum regex 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88c3d9193984285d544df4a30c23a4e62ead42edf70a4452ceb76dac1ce05c26"
594
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
1449 "checksum regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "f9ec002c35e86791825ed294b50008eea9ddfc8def4420124fbc6b08db834957"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1450 "checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1451 "checksum regex-syntax 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b143cceb2ca5e56d5671988ef8b15615733e7ee16cd348e064333b251b89343f"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1452 "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1453 "checksum riker 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39e462c2197d1be93c4cb00de5bb55e5fc987b042a12dc2915585792ad50a624"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1454 "checksum riker-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f06e98f4eb1a65f85e01c38a42f2b6823968f8257e35ff5bb4ae1dc996f4fd09"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1455 "checksum rust-ini 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3e52c148ef37f8c375d49d5a73aa70713125b7f19095948a923f80afdeb22ec2"
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
1456 "checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1457 "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1458 "checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1459 "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1460 "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1461 "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1462 "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1463 "checksum serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)" = "9dad3f759919b92c3068c696c15c3d17238234498bbdcc80f2c469606f948ac8"
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
1464 "checksum serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34b623917345a631dc9608d5194cc206b3fe6c3554cd1c75b937e55e285254af"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1465 "checksum serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)" = "fec2851eb56d010dc9a21b89ca53ee75e6528bab60c11e89d38390904982da9f"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1466 "checksum serde-hjson 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0b833c5ad67d52ced5f5938b2980f32a9c1c5ef047f0b4fb3127e7a423c76153"
622
5b456905eaac use libc. update.
Matt Johnston <matt@ucc.asn.au>
parents: 620
diff changeset
1467 "checksum serde_codegen_internals 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bc888bd283bd2420b16ad0d860e35ad8acb21941180a83a189bb2046f9d00400"
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
1468 "checksum serde_derive 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)" = "978fd866f4d4872084a81ccc35e275158351d3b9fe620074e7d7504b816b74ba"
622
5b456905eaac use libc. update.
Matt Johnston <matt@ucc.asn.au>
parents: 620
diff changeset
1469 "checksum serde_json 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ad8bcf487be7d2e15d3d543f04312de991d631cfe1b43ea0ade69e6a8a5b16a1"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1470 "checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1471 "checksum serde_test 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)" = "110b3dbdf8607ec493c22d5d947753282f3bae73c0f56d322af1e8c78e4c23d5"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1472 "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1473 "checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1474 "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1475 "checksum string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"
597
a440eafa84a9 progress for debug
Matt Johnston <matt@ucc.asn.au>
parents: 595
diff changeset
1476 "checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694"
625
8152ef251dbb update deps
Matt Johnston <matt@ucc.asn.au>
parents: 624
diff changeset
1477 "checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1478 "checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
619
Matt Johnston <matt@ucc.asn.au>
parents: 616
diff changeset
1479 "checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1480 "checksum sysfs_gpio 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "24961a55846623d8e4f6cec38718945116fed8d6970336a7110710a07aa9b5d1"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1481 "checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
594
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
1482 "checksum thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9539db560102d1cef46b8b78ce737ff0bb64e7e18d35b2a5688f7d097d0ff03"
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
1483 "checksum thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8576dbbfcaef9641452d5cf0df9b0e7eeab7694956dd33bb61515fb8f18cfdd5"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1484 "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1485 "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1486 "checksum tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1487 "checksum tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1488 "checksum tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1489 "checksum tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0f27ee0e6db01c5f0b2973824547ce7e637b2ed79b891a9677b0de9bd532b6ac"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1490 "checksum tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1491 "checksum tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6af16bfac7e112bea8b0442542161bfc41cbfa4466b580bdda7d18cb88b911ce"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1492 "checksum tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2162248ff317e2bc713b261f242b69dbb838b85248ed20bb21df56d60ea4cae7"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1493 "checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1494 "checksum tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "90ca01319dea1e376a001e8dc192d42ebde6dd532532a5bad988ac37db365b19"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1495 "checksum tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "f2106812d500ed25a4f38235b9cae8f78a09edf43203e16e59c3b769a342a60e"
622
5b456905eaac use libc. update.
Matt Johnston <matt@ucc.asn.au>
parents: 620
diff changeset
1496 "checksum toml 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bd86ad9ebee246fdedd610e0f6d0587b754a3d81438db930a244d0480ed7878f"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1497 "checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1498 "checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1499 "checksum ucd-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fa9b3b49edd3468c0e6565d85783f51af95212b6fa3986a5500954f00b460874"
598
d4fbfb5c46ff broken update of versions of things
Matt Johnston <matt@ucc.asn.au>
parents: 597
diff changeset
1500 "checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
627
d5075136442f futures await
Matt Johnston <matt@ucc.asn.au>
parents: 625
diff changeset
1501 "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
594
aff50ee77252 rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents: 592
diff changeset
1502 "checksum utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1ca13c08c41c9c3e04224ed9ff80461d97e121589ff27c753a16cb10830ae0f"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1503 "checksum utf8-ranges 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b4ae116fef2b7fea257ed6440d3cfcff7f190865f170cdad00bb6465bf18ecba"
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1504 "checksum uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e1436e58182935dcd9ce0add9ea0b558e8a87befe01c1a301e6020aeb0876363"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1505 "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
588
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
1506 "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1507 "checksum want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"
587
646f03870762 trying rust
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
1508 "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1509 "checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770"
587
646f03870762 trying rust
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
1510 "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
631
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1511 "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
c57821a60e51 rust work in progress ?
Matt Johnston <matt@ucc.asn.au>
parents: 630
diff changeset
1512 "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
588
038734052b20 fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents: 587
diff changeset
1513 "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
632
bde302def78e moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents: 631
diff changeset
1514 "checksum yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d"