Show More
@@ -1,727 +1,727 | |||||
1 | # This file is automatically @generated by Cargo. |
|
1 | # This file is automatically @generated by Cargo. | |
2 | # It is not intended for manual editing. |
|
2 | # It is not intended for manual editing. | |
3 | [[package]] |
|
3 | [[package]] | |
4 | name = "aho-corasick" |
|
4 | name = "aho-corasick" | |
5 | version = "0.7.10" |
|
5 | version = "0.7.10" | |
6 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
6 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
7 | dependencies = [ |
|
7 | dependencies = [ | |
8 | "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
8 | "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
9 | ] |
|
9 | ] | |
10 |
|
10 | |||
11 | [[package]] |
|
11 | [[package]] | |
12 | name = "ansi_term" |
|
12 | name = "ansi_term" | |
13 | version = "0.11.0" |
|
13 | version = "0.11.0" | |
14 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
14 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
15 | dependencies = [ |
|
15 | dependencies = [ | |
16 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
16 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
17 | ] |
|
17 | ] | |
18 |
|
18 | |||
19 | [[package]] |
|
19 | [[package]] | |
20 | name = "atty" |
|
20 | name = "atty" | |
21 | version = "0.2.14" |
|
21 | version = "0.2.14" | |
22 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
22 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
23 | dependencies = [ |
|
23 | dependencies = [ | |
24 | "hermit-abi 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
24 | "hermit-abi 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
25 | "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
|
25 | "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", | |
26 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
26 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
27 | ] |
|
27 | ] | |
28 |
|
28 | |||
29 | [[package]] |
|
29 | [[package]] | |
30 | name = "autocfg" |
|
30 | name = "autocfg" | |
31 | version = "1.0.0" |
|
31 | version = "1.0.0" | |
32 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
32 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
33 |
|
33 | |||
34 | [[package]] |
|
34 | [[package]] | |
35 | name = "bitflags" |
|
35 | name = "bitflags" | |
36 | version = "1.2.1" |
|
36 | version = "1.2.1" | |
37 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
37 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
38 |
|
38 | |||
39 | [[package]] |
|
39 | [[package]] | |
40 | name = "byteorder" |
|
40 | name = "byteorder" | |
41 | version = "1.3.4" |
|
41 | version = "1.3.4" | |
42 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
42 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
43 |
|
43 | |||
44 | [[package]] |
|
44 | [[package]] | |
45 | name = "cc" |
|
45 | name = "cc" | |
46 | version = "1.0.50" |
|
46 | version = "1.0.50" | |
47 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
47 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
48 |
|
48 | |||
49 | [[package]] |
|
49 | [[package]] | |
50 | name = "cfg-if" |
|
50 | name = "cfg-if" | |
51 | version = "0.1.10" |
|
51 | version = "0.1.10" | |
52 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
52 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
53 |
|
53 | |||
54 | [[package]] |
|
54 | [[package]] | |
55 | name = "chrono" |
|
55 | name = "chrono" | |
56 | version = "0.4.11" |
|
56 | version = "0.4.11" | |
57 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
57 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
58 | dependencies = [ |
|
58 | dependencies = [ | |
59 | "num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
|
59 | "num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | |
60 | "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
60 | "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
61 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
|
61 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | |
62 | ] |
|
62 | ] | |
63 |
|
63 | |||
64 | [[package]] |
|
64 | [[package]] | |
65 | name = "clap" |
|
65 | name = "clap" | |
66 | version = "2.33.0" |
|
66 | version = "2.33.0" | |
67 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
67 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
68 | dependencies = [ |
|
68 | dependencies = [ | |
69 | "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
69 | "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
70 | "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", |
|
70 | "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
71 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
71 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
72 | "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
72 | "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
73 | "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
73 | "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
74 | "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
74 | "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
75 | "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
75 | "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
76 | ] |
|
76 | ] | |
77 |
|
77 | |||
78 | [[package]] |
|
78 | [[package]] | |
79 | name = "colored" |
|
79 | name = "colored" | |
80 | version = "1.9.3" |
|
80 | version = "1.9.3" | |
81 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
81 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
82 | dependencies = [ |
|
82 | dependencies = [ | |
83 | "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", |
|
83 | "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
84 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
84 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
85 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
85 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
86 | ] |
|
86 | ] | |
87 |
|
87 | |||
88 | [[package]] |
|
88 | [[package]] | |
89 | name = "cpython" |
|
89 | name = "cpython" | |
90 | version = "0.4.1" |
|
90 | version = "0.4.1" | |
91 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
91 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
92 | dependencies = [ |
|
92 | dependencies = [ | |
93 | "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
|
93 | "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", | |
94 | "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
94 | "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
95 | "python27-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
95 | "python27-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
96 | "python3-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
96 | "python3-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
97 | ] |
|
97 | ] | |
98 |
|
98 | |||
99 | [[package]] |
|
99 | [[package]] | |
100 | name = "crossbeam" |
|
100 | name = "crossbeam" | |
101 | version = "0.7.3" |
|
101 | version = "0.7.3" | |
102 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
102 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
103 | dependencies = [ |
|
103 | dependencies = [ | |
104 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
104 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
105 | "crossbeam-channel 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
105 | "crossbeam-channel 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
106 | "crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
106 | "crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
107 | "crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
107 | "crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
108 | "crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
108 | "crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
109 | "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
109 | "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
110 | ] |
|
110 | ] | |
111 |
|
111 | |||
112 | [[package]] |
|
112 | [[package]] | |
113 | name = "crossbeam-channel" |
|
113 | name = "crossbeam-channel" | |
114 | version = "0.4.2" |
|
114 | version = "0.4.2" | |
115 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
115 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
116 | dependencies = [ |
|
116 | dependencies = [ | |
117 | "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
117 | "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
118 | "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
118 | "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
119 | ] |
|
119 | ] | |
120 |
|
120 | |||
121 | [[package]] |
|
121 | [[package]] | |
122 | name = "crossbeam-deque" |
|
122 | name = "crossbeam-deque" | |
123 | version = "0.7.3" |
|
123 | version = "0.7.3" | |
124 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
124 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
125 | dependencies = [ |
|
125 | dependencies = [ | |
126 | "crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
126 | "crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
127 | "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
127 | "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
128 | "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
128 | "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
129 | ] |
|
129 | ] | |
130 |
|
130 | |||
131 | [[package]] |
|
131 | [[package]] | |
132 | name = "crossbeam-epoch" |
|
132 | name = "crossbeam-epoch" | |
133 | version = "0.8.2" |
|
133 | version = "0.8.2" | |
134 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
134 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
135 | dependencies = [ |
|
135 | dependencies = [ | |
136 | "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
136 | "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
137 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
137 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
138 | "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
138 | "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
139 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
139 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
140 | "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
140 | "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
141 | "memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
141 | "memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
142 | "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
142 | "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
143 | ] |
|
143 | ] | |
144 |
|
144 | |||
145 | [[package]] |
|
145 | [[package]] | |
146 | name = "crossbeam-queue" |
|
146 | name = "crossbeam-queue" | |
147 | version = "0.2.1" |
|
147 | version = "0.2.1" | |
148 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
148 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
149 | dependencies = [ |
|
149 | dependencies = [ | |
150 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
150 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
151 | "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
151 | "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
152 | ] |
|
152 | ] | |
153 |
|
153 | |||
154 | [[package]] |
|
154 | [[package]] | |
155 | name = "crossbeam-utils" |
|
155 | name = "crossbeam-utils" | |
156 | version = "0.7.2" |
|
156 | version = "0.7.2" | |
157 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
157 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
158 | dependencies = [ |
|
158 | dependencies = [ | |
159 | "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
159 | "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
160 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
160 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
161 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
161 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
162 | ] |
|
162 | ] | |
163 |
|
163 | |||
164 | [[package]] |
|
164 | [[package]] | |
165 | name = "ctor" |
|
165 | name = "ctor" | |
166 | version = "0.1.13" |
|
166 | version = "0.1.13" | |
167 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
167 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
168 | dependencies = [ |
|
168 | dependencies = [ | |
169 | "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
169 | "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
170 | "syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)", |
|
170 | "syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)", | |
171 | ] |
|
171 | ] | |
172 |
|
172 | |||
173 | [[package]] |
|
173 | [[package]] | |
174 | name = "difference" |
|
174 | name = "difference" | |
175 | version = "2.0.0" |
|
175 | version = "2.0.0" | |
176 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
176 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
177 |
|
177 | |||
178 | [[package]] |
|
178 | [[package]] | |
179 | name = "either" |
|
179 | name = "either" | |
180 | version = "1.5.3" |
|
180 | version = "1.5.3" | |
181 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
181 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
182 |
|
182 | |||
183 | [[package]] |
|
183 | [[package]] | |
184 | name = "getrandom" |
|
184 | name = "getrandom" | |
185 | version = "0.1.14" |
|
185 | version = "0.1.14" | |
186 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
186 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
187 | dependencies = [ |
|
187 | dependencies = [ | |
188 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
188 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
189 | "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
|
189 | "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", | |
190 | "wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
190 | "wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", | |
191 | ] |
|
191 | ] | |
192 |
|
192 | |||
193 | [[package]] |
|
193 | [[package]] | |
194 | name = "hermit-abi" |
|
194 | name = "hermit-abi" | |
195 | version = "0.1.8" |
|
195 | version = "0.1.8" | |
196 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
196 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
197 | dependencies = [ |
|
197 | dependencies = [ | |
198 | "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
|
198 | "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", | |
199 | ] |
|
199 | ] | |
200 |
|
200 | |||
201 | [[package]] |
|
201 | [[package]] | |
202 | name = "hex" |
|
202 | name = "hex" | |
203 | version = "0.4.2" |
|
203 | version = "0.4.2" | |
204 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
204 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
205 |
|
205 | |||
206 | [[package]] |
|
206 | [[package]] | |
207 | name = "hg-core" |
|
207 | name = "hg-core" | |
208 | version = "0.1.0" |
|
208 | version = "0.1.0" | |
209 | dependencies = [ |
|
209 | dependencies = [ | |
210 | "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
210 | "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
211 | "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", |
|
211 | "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", | |
212 | "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
212 | "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
213 | "crossbeam 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
213 | "crossbeam 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
214 | "hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
214 | "hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
215 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
215 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
216 | "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
|
216 | "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", | |
217 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
217 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
218 | "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
218 | "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
219 | "memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
219 | "memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
220 | "micro-timer 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
220 | "micro-timer 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
221 | "pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
221 | "pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
222 | "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
222 | "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
223 | "rand_distr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
223 | "rand_distr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
224 | "rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
224 | "rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
225 | "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
225 | "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
226 |
"regex 1.3. |
|
226 | "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
227 | "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
227 | "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
228 | "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
228 | "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
229 | "twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
229 | "twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
230 | ] |
|
230 | ] | |
231 |
|
231 | |||
232 | [[package]] |
|
232 | [[package]] | |
233 | name = "hg-cpython" |
|
233 | name = "hg-cpython" | |
234 | version = "0.1.0" |
|
234 | version = "0.1.0" | |
235 | dependencies = [ |
|
235 | dependencies = [ | |
236 | "cpython 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
236 | "cpython 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
237 | "hg-core 0.1.0", |
|
237 | "hg-core 0.1.0", | |
238 | "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
|
238 | "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", | |
239 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
239 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
240 | "simple_logger 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
240 | "simple_logger 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
241 | ] |
|
241 | ] | |
242 |
|
242 | |||
243 | [[package]] |
|
243 | [[package]] | |
244 | name = "lazy_static" |
|
244 | name = "lazy_static" | |
245 | version = "1.4.0" |
|
245 | version = "1.4.0" | |
246 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
246 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
247 |
|
247 | |||
248 | [[package]] |
|
248 | [[package]] | |
249 | name = "libc" |
|
249 | name = "libc" | |
250 | version = "0.2.67" |
|
250 | version = "0.2.67" | |
251 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
251 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
252 |
|
252 | |||
253 | [[package]] |
|
253 | [[package]] | |
254 | name = "log" |
|
254 | name = "log" | |
255 | version = "0.4.8" |
|
255 | version = "0.4.8" | |
256 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
256 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
257 | dependencies = [ |
|
257 | dependencies = [ | |
258 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
258 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
259 | ] |
|
259 | ] | |
260 |
|
260 | |||
261 | [[package]] |
|
261 | [[package]] | |
262 | name = "maybe-uninit" |
|
262 | name = "maybe-uninit" | |
263 | version = "2.0.0" |
|
263 | version = "2.0.0" | |
264 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
264 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
265 |
|
265 | |||
266 | [[package]] |
|
266 | [[package]] | |
267 | name = "memchr" |
|
267 | name = "memchr" | |
268 | version = "2.3.3" |
|
268 | version = "2.3.3" | |
269 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
269 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
270 |
|
270 | |||
271 | [[package]] |
|
271 | [[package]] | |
272 | name = "memmap" |
|
272 | name = "memmap" | |
273 | version = "0.7.0" |
|
273 | version = "0.7.0" | |
274 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
274 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
275 | dependencies = [ |
|
275 | dependencies = [ | |
276 | "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
|
276 | "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", | |
277 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
277 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
278 | ] |
|
278 | ] | |
279 |
|
279 | |||
280 | [[package]] |
|
280 | [[package]] | |
281 | name = "memoffset" |
|
281 | name = "memoffset" | |
282 | version = "0.5.3" |
|
282 | version = "0.5.3" | |
283 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
283 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
284 | dependencies = [ |
|
284 | dependencies = [ | |
285 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
285 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
286 | ] |
|
286 | ] | |
287 |
|
287 | |||
288 | [[package]] |
|
288 | [[package]] | |
289 | name = "micro-timer" |
|
289 | name = "micro-timer" | |
290 | version = "0.2.1" |
|
290 | version = "0.2.1" | |
291 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
291 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
292 | dependencies = [ |
|
292 | dependencies = [ | |
293 | "micro-timer-macros 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
293 | "micro-timer-macros 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
294 | "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
294 | "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
295 | ] |
|
295 | ] | |
296 |
|
296 | |||
297 | [[package]] |
|
297 | [[package]] | |
298 | name = "micro-timer-macros" |
|
298 | name = "micro-timer-macros" | |
299 | version = "0.2.0" |
|
299 | version = "0.2.0" | |
300 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
300 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
301 | dependencies = [ |
|
301 | dependencies = [ | |
302 | "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
302 | "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
303 | "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
303 | "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
304 | "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
304 | "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
305 | "syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)", |
|
305 | "syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)", | |
306 | ] |
|
306 | ] | |
307 |
|
307 | |||
308 | [[package]] |
|
308 | [[package]] | |
309 | name = "num-integer" |
|
309 | name = "num-integer" | |
310 | version = "0.1.42" |
|
310 | version = "0.1.42" | |
311 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
311 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
312 | dependencies = [ |
|
312 | dependencies = [ | |
313 | "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
313 | "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
314 | "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
314 | "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
315 | ] |
|
315 | ] | |
316 |
|
316 | |||
317 | [[package]] |
|
317 | [[package]] | |
318 | name = "num-traits" |
|
318 | name = "num-traits" | |
319 | version = "0.2.11" |
|
319 | version = "0.2.11" | |
320 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
320 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
321 | dependencies = [ |
|
321 | dependencies = [ | |
322 | "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
322 | "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
323 | ] |
|
323 | ] | |
324 |
|
324 | |||
325 | [[package]] |
|
325 | [[package]] | |
326 | name = "num_cpus" |
|
326 | name = "num_cpus" | |
327 | version = "1.12.0" |
|
327 | version = "1.12.0" | |
328 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
328 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
329 | dependencies = [ |
|
329 | dependencies = [ | |
330 | "hermit-abi 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
330 | "hermit-abi 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
331 | "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
|
331 | "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", | |
332 | ] |
|
332 | ] | |
333 |
|
333 | |||
334 | [[package]] |
|
334 | [[package]] | |
335 | name = "output_vt100" |
|
335 | name = "output_vt100" | |
336 | version = "0.1.2" |
|
336 | version = "0.1.2" | |
337 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
337 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
338 | dependencies = [ |
|
338 | dependencies = [ | |
339 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
339 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
340 | ] |
|
340 | ] | |
341 |
|
341 | |||
342 | [[package]] |
|
342 | [[package]] | |
343 | name = "ppv-lite86" |
|
343 | name = "ppv-lite86" | |
344 | version = "0.2.6" |
|
344 | version = "0.2.6" | |
345 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
345 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
346 |
|
346 | |||
347 | [[package]] |
|
347 | [[package]] | |
348 | name = "pretty_assertions" |
|
348 | name = "pretty_assertions" | |
349 | version = "0.6.1" |
|
349 | version = "0.6.1" | |
350 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
350 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
351 | dependencies = [ |
|
351 | dependencies = [ | |
352 | "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
352 | "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
353 | "ctor 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
353 | "ctor 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", | |
354 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
354 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
355 | "output_vt100 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
355 | "output_vt100 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
356 | ] |
|
356 | ] | |
357 |
|
357 | |||
358 | [[package]] |
|
358 | [[package]] | |
359 | name = "proc-macro2" |
|
359 | name = "proc-macro2" | |
360 | version = "1.0.9" |
|
360 | version = "1.0.9" | |
361 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
361 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
362 | dependencies = [ |
|
362 | dependencies = [ | |
363 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
363 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
364 | ] |
|
364 | ] | |
365 |
|
365 | |||
366 | [[package]] |
|
366 | [[package]] | |
367 | name = "python27-sys" |
|
367 | name = "python27-sys" | |
368 | version = "0.4.1" |
|
368 | version = "0.4.1" | |
369 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
369 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
370 | dependencies = [ |
|
370 | dependencies = [ | |
371 | "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
|
371 | "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", | |
372 |
"regex 1.3. |
|
372 | "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
373 | ] |
|
373 | ] | |
374 |
|
374 | |||
375 | [[package]] |
|
375 | [[package]] | |
376 | name = "python3-sys" |
|
376 | name = "python3-sys" | |
377 | version = "0.4.1" |
|
377 | version = "0.4.1" | |
378 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
378 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
379 | dependencies = [ |
|
379 | dependencies = [ | |
380 | "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
|
380 | "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", | |
381 |
"regex 1.3. |
|
381 | "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
382 | ] |
|
382 | ] | |
383 |
|
383 | |||
384 | [[package]] |
|
384 | [[package]] | |
385 | name = "quote" |
|
385 | name = "quote" | |
386 | version = "1.0.3" |
|
386 | version = "1.0.3" | |
387 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
387 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
388 | dependencies = [ |
|
388 | dependencies = [ | |
389 | "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
389 | "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
390 | ] |
|
390 | ] | |
391 |
|
391 | |||
392 | [[package]] |
|
392 | [[package]] | |
393 | name = "rand" |
|
393 | name = "rand" | |
394 | version = "0.7.3" |
|
394 | version = "0.7.3" | |
395 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
395 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
396 | dependencies = [ |
|
396 | dependencies = [ | |
397 | "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |
|
397 | "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
398 | "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
|
398 | "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", | |
399 | "rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
399 | "rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
400 | "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
400 | "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
401 | "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
401 | "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
402 | ] |
|
402 | ] | |
403 |
|
403 | |||
404 | [[package]] |
|
404 | [[package]] | |
405 | name = "rand_chacha" |
|
405 | name = "rand_chacha" | |
406 | version = "0.2.2" |
|
406 | version = "0.2.2" | |
407 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
407 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
408 | dependencies = [ |
|
408 | dependencies = [ | |
409 | "ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
409 | "ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
410 | "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
410 | "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
411 | ] |
|
411 | ] | |
412 |
|
412 | |||
413 | [[package]] |
|
413 | [[package]] | |
414 | name = "rand_core" |
|
414 | name = "rand_core" | |
415 | version = "0.5.1" |
|
415 | version = "0.5.1" | |
416 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
416 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
417 | dependencies = [ |
|
417 | dependencies = [ | |
418 | "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |
|
418 | "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
419 | ] |
|
419 | ] | |
420 |
|
420 | |||
421 | [[package]] |
|
421 | [[package]] | |
422 | name = "rand_distr" |
|
422 | name = "rand_distr" | |
423 | version = "0.2.2" |
|
423 | version = "0.2.2" | |
424 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
424 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
425 | dependencies = [ |
|
425 | dependencies = [ | |
426 | "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
426 | "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
427 | ] |
|
427 | ] | |
428 |
|
428 | |||
429 | [[package]] |
|
429 | [[package]] | |
430 | name = "rand_hc" |
|
430 | name = "rand_hc" | |
431 | version = "0.2.0" |
|
431 | version = "0.2.0" | |
432 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
432 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
433 | dependencies = [ |
|
433 | dependencies = [ | |
434 | "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
434 | "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
435 | ] |
|
435 | ] | |
436 |
|
436 | |||
437 | [[package]] |
|
437 | [[package]] | |
438 | name = "rand_pcg" |
|
438 | name = "rand_pcg" | |
439 | version = "0.2.1" |
|
439 | version = "0.2.1" | |
440 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
440 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
441 | dependencies = [ |
|
441 | dependencies = [ | |
442 | "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
442 | "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
443 | ] |
|
443 | ] | |
444 |
|
444 | |||
445 | [[package]] |
|
445 | [[package]] | |
446 | name = "rayon" |
|
446 | name = "rayon" | |
447 | version = "1.3.0" |
|
447 | version = "1.3.0" | |
448 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
448 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
449 | dependencies = [ |
|
449 | dependencies = [ | |
450 | "crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
450 | "crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
451 | "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
451 | "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
452 | "rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
452 | "rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
453 | ] |
|
453 | ] | |
454 |
|
454 | |||
455 | [[package]] |
|
455 | [[package]] | |
456 | name = "rayon-core" |
|
456 | name = "rayon-core" | |
457 | version = "1.7.0" |
|
457 | version = "1.7.0" | |
458 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
458 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
459 | dependencies = [ |
|
459 | dependencies = [ | |
460 | "crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
460 | "crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
461 | "crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
461 | "crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
462 | "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
462 | "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
463 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
463 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
464 | "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
464 | "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
465 | ] |
|
465 | ] | |
466 |
|
466 | |||
467 | [[package]] |
|
467 | [[package]] | |
468 | name = "redox_syscall" |
|
468 | name = "redox_syscall" | |
469 | version = "0.1.56" |
|
469 | version = "0.1.56" | |
470 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
470 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
471 |
|
471 | |||
472 | [[package]] |
|
472 | [[package]] | |
473 | name = "regex" |
|
473 | name = "regex" | |
474 |
version = "1.3. |
|
474 | version = "1.3.9" | |
475 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
475 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
476 | dependencies = [ |
|
476 | dependencies = [ | |
477 | "aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
477 | "aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
478 | "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
478 | "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
479 |
"regex-syntax 0.6.1 |
|
479 | "regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
480 | "thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
480 | "thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
481 | ] |
|
481 | ] | |
482 |
|
482 | |||
483 | [[package]] |
|
483 | [[package]] | |
484 | name = "regex-syntax" |
|
484 | name = "regex-syntax" | |
485 |
version = "0.6.1 |
|
485 | version = "0.6.18" | |
486 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
486 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
487 |
|
487 | |||
488 | [[package]] |
|
488 | [[package]] | |
489 | name = "remove_dir_all" |
|
489 | name = "remove_dir_all" | |
490 | version = "0.5.2" |
|
490 | version = "0.5.2" | |
491 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
491 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
492 | dependencies = [ |
|
492 | dependencies = [ | |
493 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
493 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
494 | ] |
|
494 | ] | |
495 |
|
495 | |||
496 | [[package]] |
|
496 | [[package]] | |
497 | name = "rustc_version" |
|
497 | name = "rustc_version" | |
498 | version = "0.2.3" |
|
498 | version = "0.2.3" | |
499 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
499 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
500 | dependencies = [ |
|
500 | dependencies = [ | |
501 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
501 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
502 | ] |
|
502 | ] | |
503 |
|
503 | |||
504 | [[package]] |
|
504 | [[package]] | |
505 | name = "same-file" |
|
505 | name = "same-file" | |
506 | version = "1.0.6" |
|
506 | version = "1.0.6" | |
507 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
507 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
508 | dependencies = [ |
|
508 | dependencies = [ | |
509 | "winapi-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
509 | "winapi-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
510 | ] |
|
510 | ] | |
511 |
|
511 | |||
512 | [[package]] |
|
512 | [[package]] | |
513 | name = "scopeguard" |
|
513 | name = "scopeguard" | |
514 | version = "1.1.0" |
|
514 | version = "1.1.0" | |
515 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
515 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
516 |
|
516 | |||
517 | [[package]] |
|
517 | [[package]] | |
518 | name = "semver" |
|
518 | name = "semver" | |
519 | version = "0.9.0" |
|
519 | version = "0.9.0" | |
520 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
520 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
521 | dependencies = [ |
|
521 | dependencies = [ | |
522 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
522 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
523 | ] |
|
523 | ] | |
524 |
|
524 | |||
525 | [[package]] |
|
525 | [[package]] | |
526 | name = "semver-parser" |
|
526 | name = "semver-parser" | |
527 | version = "0.7.0" |
|
527 | version = "0.7.0" | |
528 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
528 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
529 |
|
529 | |||
530 | [[package]] |
|
530 | [[package]] | |
531 | name = "simple_logger" |
|
531 | name = "simple_logger" | |
532 | version = "1.6.0" |
|
532 | version = "1.6.0" | |
533 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
533 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
534 | dependencies = [ |
|
534 | dependencies = [ | |
535 | "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", |
|
535 | "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
536 | "chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
536 | "chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
537 | "colored 1.9.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
537 | "colored 1.9.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
538 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
538 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
539 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
539 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
540 | ] |
|
540 | ] | |
541 |
|
541 | |||
542 | [[package]] |
|
542 | [[package]] | |
543 | name = "strsim" |
|
543 | name = "strsim" | |
544 | version = "0.8.0" |
|
544 | version = "0.8.0" | |
545 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
545 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
546 |
|
546 | |||
547 | [[package]] |
|
547 | [[package]] | |
548 | name = "syn" |
|
548 | name = "syn" | |
549 | version = "1.0.16" |
|
549 | version = "1.0.16" | |
550 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
550 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
551 | dependencies = [ |
|
551 | dependencies = [ | |
552 | "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
552 | "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
553 | "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
553 | "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
554 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
554 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
555 | ] |
|
555 | ] | |
556 |
|
556 | |||
557 | [[package]] |
|
557 | [[package]] | |
558 | name = "tempfile" |
|
558 | name = "tempfile" | |
559 | version = "3.1.0" |
|
559 | version = "3.1.0" | |
560 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
560 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
561 | dependencies = [ |
|
561 | dependencies = [ | |
562 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
562 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
563 | "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
|
563 | "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", | |
564 | "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
564 | "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
565 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
|
565 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", | |
566 | "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
566 | "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
567 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
567 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
568 | ] |
|
568 | ] | |
569 |
|
569 | |||
570 | [[package]] |
|
570 | [[package]] | |
571 | name = "textwrap" |
|
571 | name = "textwrap" | |
572 | version = "0.11.0" |
|
572 | version = "0.11.0" | |
573 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
573 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
574 | dependencies = [ |
|
574 | dependencies = [ | |
575 | "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
575 | "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
576 | ] |
|
576 | ] | |
577 |
|
577 | |||
578 | [[package]] |
|
578 | [[package]] | |
579 | name = "thread_local" |
|
579 | name = "thread_local" | |
580 | version = "1.0.1" |
|
580 | version = "1.0.1" | |
581 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
581 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
582 | dependencies = [ |
|
582 | dependencies = [ | |
583 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
583 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
584 | ] |
|
584 | ] | |
585 |
|
585 | |||
586 | [[package]] |
|
586 | [[package]] | |
587 | name = "time" |
|
587 | name = "time" | |
588 | version = "0.1.42" |
|
588 | version = "0.1.42" | |
589 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
589 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
590 | dependencies = [ |
|
590 | dependencies = [ | |
591 | "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
|
591 | "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", | |
592 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
|
592 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", | |
593 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
593 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
594 | ] |
|
594 | ] | |
595 |
|
595 | |||
596 | [[package]] |
|
596 | [[package]] | |
597 | name = "twox-hash" |
|
597 | name = "twox-hash" | |
598 | version = "1.5.0" |
|
598 | version = "1.5.0" | |
599 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
599 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
600 | dependencies = [ |
|
600 | dependencies = [ | |
601 | "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
601 | "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
602 | ] |
|
602 | ] | |
603 |
|
603 | |||
604 | [[package]] |
|
604 | [[package]] | |
605 | name = "unicode-width" |
|
605 | name = "unicode-width" | |
606 | version = "0.1.7" |
|
606 | version = "0.1.7" | |
607 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
607 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
608 |
|
608 | |||
609 | [[package]] |
|
609 | [[package]] | |
610 | name = "unicode-xid" |
|
610 | name = "unicode-xid" | |
611 | version = "0.2.0" |
|
611 | version = "0.2.0" | |
612 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
612 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
613 |
|
613 | |||
614 | [[package]] |
|
614 | [[package]] | |
615 | name = "vec_map" |
|
615 | name = "vec_map" | |
616 | version = "0.8.1" |
|
616 | version = "0.8.1" | |
617 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
617 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
618 |
|
618 | |||
619 | [[package]] |
|
619 | [[package]] | |
620 | name = "wasi" |
|
620 | name = "wasi" | |
621 | version = "0.9.0+wasi-snapshot-preview1" |
|
621 | version = "0.9.0+wasi-snapshot-preview1" | |
622 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
622 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
623 |
|
623 | |||
624 | [[package]] |
|
624 | [[package]] | |
625 | name = "winapi" |
|
625 | name = "winapi" | |
626 | version = "0.3.8" |
|
626 | version = "0.3.8" | |
627 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
627 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
628 | dependencies = [ |
|
628 | dependencies = [ | |
629 | "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
629 | "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
630 | "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
630 | "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
631 | ] |
|
631 | ] | |
632 |
|
632 | |||
633 | [[package]] |
|
633 | [[package]] | |
634 | name = "winapi-i686-pc-windows-gnu" |
|
634 | name = "winapi-i686-pc-windows-gnu" | |
635 | version = "0.4.0" |
|
635 | version = "0.4.0" | |
636 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
636 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
637 |
|
637 | |||
638 | [[package]] |
|
638 | [[package]] | |
639 | name = "winapi-util" |
|
639 | name = "winapi-util" | |
640 | version = "0.1.3" |
|
640 | version = "0.1.3" | |
641 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
641 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
642 | dependencies = [ |
|
642 | dependencies = [ | |
643 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
643 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
644 | ] |
|
644 | ] | |
645 |
|
645 | |||
646 | [[package]] |
|
646 | [[package]] | |
647 | name = "winapi-x86_64-pc-windows-gnu" |
|
647 | name = "winapi-x86_64-pc-windows-gnu" | |
648 | version = "0.4.0" |
|
648 | version = "0.4.0" | |
649 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
649 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
650 |
|
650 | |||
651 | [metadata] |
|
651 | [metadata] | |
652 | "checksum aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)" = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada" |
|
652 | "checksum aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)" = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada" | |
653 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
|
653 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" | |
654 | "checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
|
654 | "checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" | |
655 | "checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" |
|
655 | "checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" | |
656 | "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
|
656 | "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" | |
657 | "checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" |
|
657 | "checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" | |
658 | "checksum cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)" = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd" |
|
658 | "checksum cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)" = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd" | |
659 | "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
|
659 | "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" | |
660 | "checksum chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2" |
|
660 | "checksum chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2" | |
661 | "checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" |
|
661 | "checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" | |
662 | "checksum colored 1.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f4ffc801dacf156c5854b9df4f425a626539c3a6ef7893cc0c5084a23f0b6c59" |
|
662 | "checksum colored 1.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f4ffc801dacf156c5854b9df4f425a626539c3a6ef7893cc0c5084a23f0b6c59" | |
663 | "checksum cpython 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bfaf3847ab963e40c4f6dd8d6be279bdf74007ae2413786a0dcbb28c52139a95" |
|
663 | "checksum cpython 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bfaf3847ab963e40c4f6dd8d6be279bdf74007ae2413786a0dcbb28c52139a95" | |
664 | "checksum crossbeam 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "69323bff1fb41c635347b8ead484a5ca6c3f11914d784170b158d8449ab07f8e" |
|
664 | "checksum crossbeam 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "69323bff1fb41c635347b8ead484a5ca6c3f11914d784170b158d8449ab07f8e" | |
665 | "checksum crossbeam-channel 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "cced8691919c02aac3cb0a1bc2e9b73d89e832bf9a06fc579d4e71b68a2da061" |
|
665 | "checksum crossbeam-channel 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "cced8691919c02aac3cb0a1bc2e9b73d89e832bf9a06fc579d4e71b68a2da061" | |
666 | "checksum crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285" |
|
666 | "checksum crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285" | |
667 | "checksum crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace" |
|
667 | "checksum crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace" | |
668 | "checksum crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db" |
|
668 | "checksum crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db" | |
669 | "checksum crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" |
|
669 | "checksum crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" | |
670 | "checksum ctor 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "47c5e5ac752e18207b12e16b10631ae5f7f68f8805f335f9b817ead83d9ffce1" |
|
670 | "checksum ctor 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "47c5e5ac752e18207b12e16b10631ae5f7f68f8805f335f9b817ead83d9ffce1" | |
671 | "checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" |
|
671 | "checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" | |
672 | "checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" |
|
672 | "checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" | |
673 | "checksum getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb" |
|
673 | "checksum getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb" | |
674 | "checksum hermit-abi 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1010591b26bbfe835e9faeabeb11866061cc7dcebffd56ad7d0942d0e61aefd8" |
|
674 | "checksum hermit-abi 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1010591b26bbfe835e9faeabeb11866061cc7dcebffd56ad7d0942d0e61aefd8" | |
675 | "checksum hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35" |
|
675 | "checksum hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35" | |
676 | "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
|
676 | "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" | |
677 | "checksum libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)" = "eb147597cdf94ed43ab7a9038716637d2d1bf2bc571da995d0028dec06bd3018" |
|
677 | "checksum libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)" = "eb147597cdf94ed43ab7a9038716637d2d1bf2bc571da995d0028dec06bd3018" | |
678 | "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
|
678 | "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" | |
679 | "checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" |
|
679 | "checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" | |
680 | "checksum memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" |
|
680 | "checksum memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" | |
681 | "checksum memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b" |
|
681 | "checksum memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b" | |
682 | "checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9" |
|
682 | "checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9" | |
683 | "checksum micro-timer 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "987429cd6162a80ed5ff44fc790f5090b1c6d617ac73a2e272965ed91201d79b" |
|
683 | "checksum micro-timer 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "987429cd6162a80ed5ff44fc790f5090b1c6d617ac73a2e272965ed91201d79b" | |
684 | "checksum micro-timer-macros 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "43cec5c0b38783eb33ef7bccf4b250b7a085703e11f5f2238fa31969e629388a" |
|
684 | "checksum micro-timer-macros 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "43cec5c0b38783eb33ef7bccf4b250b7a085703e11f5f2238fa31969e629388a" | |
685 | "checksum num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba" |
|
685 | "checksum num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba" | |
686 | "checksum num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096" |
|
686 | "checksum num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096" | |
687 | "checksum num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6" |
|
687 | "checksum num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6" | |
688 | "checksum output_vt100 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9" |
|
688 | "checksum output_vt100 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9" | |
689 | "checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b" |
|
689 | "checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b" | |
690 | "checksum pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427" |
|
690 | "checksum pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427" | |
691 | "checksum proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6c09721c6781493a2a492a96b5a5bf19b65917fe6728884e7c44dd0c60ca3435" |
|
691 | "checksum proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6c09721c6781493a2a492a96b5a5bf19b65917fe6728884e7c44dd0c60ca3435" | |
692 | "checksum python27-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "67cb041de8615111bf224dd75667af5f25c6e032118251426fed7f1b70ce4c8c" |
|
692 | "checksum python27-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "67cb041de8615111bf224dd75667af5f25c6e032118251426fed7f1b70ce4c8c" | |
693 | "checksum python3-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90af11779515a1e530af60782d273b59ac79d33b0e253c071a728563957c76d4" |
|
693 | "checksum python3-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90af11779515a1e530af60782d273b59ac79d33b0e253c071a728563957c76d4" | |
694 | "checksum quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f" |
|
694 | "checksum quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f" | |
695 | "checksum rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" |
|
695 | "checksum rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" | |
696 | "checksum rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" |
|
696 | "checksum rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" | |
697 | "checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" |
|
697 | "checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" | |
698 | "checksum rand_distr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "96977acbdd3a6576fb1d27391900035bf3863d4a16422973a409b488cf29ffb2" |
|
698 | "checksum rand_distr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "96977acbdd3a6576fb1d27391900035bf3863d4a16422973a409b488cf29ffb2" | |
699 | "checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" |
|
699 | "checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" | |
700 | "checksum rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" |
|
700 | "checksum rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" | |
701 | "checksum rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "db6ce3297f9c85e16621bb8cca38a06779ffc31bb8184e1be4bed2be4678a098" |
|
701 | "checksum rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "db6ce3297f9c85e16621bb8cca38a06779ffc31bb8184e1be4bed2be4678a098" | |
702 | "checksum rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9" |
|
702 | "checksum rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9" | |
703 | "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" |
|
703 | "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" | |
704 |
"checksum regex 1.3. |
|
704 | "checksum regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6" | |
705 |
"checksum regex-syntax 0.6.1 |
|
705 | "checksum regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)" = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8" | |
706 | "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" |
|
706 | "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" | |
707 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
|
707 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" | |
708 | "checksum same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
|
708 | "checksum same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" | |
709 | "checksum scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
|
709 | "checksum scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" | |
710 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
|
710 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | |
711 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
|
711 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | |
712 | "checksum simple_logger 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fea0c4611f32f4c2bac73754f22dca1f57e6c1945e0590dae4e5f2a077b92367" |
|
712 | "checksum simple_logger 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fea0c4611f32f4c2bac73754f22dca1f57e6c1945e0590dae4e5f2a077b92367" | |
713 | "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
|
713 | "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" | |
714 | "checksum syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)" = "123bd9499cfb380418d509322d7a6d52e5315f064fe4b3ad18a53d6b92c07859" |
|
714 | "checksum syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)" = "123bd9499cfb380418d509322d7a6d52e5315f064fe4b3ad18a53d6b92c07859" | |
715 | "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" |
|
715 | "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" | |
716 | "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
|
716 | "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" | |
717 | "checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" |
|
717 | "checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" | |
718 | "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" |
|
718 | "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" | |
719 | "checksum twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3bfd5b7557925ce778ff9b9ef90e3ade34c524b5ff10e239c69a42d546d2af56" |
|
719 | "checksum twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3bfd5b7557925ce778ff9b9ef90e3ade34c524b5ff10e239c69a42d546d2af56" | |
720 | "checksum unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479" |
|
720 | "checksum unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479" | |
721 | "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" |
|
721 | "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" | |
722 | "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" |
|
722 | "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" | |
723 | "checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" |
|
723 | "checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" | |
724 | "checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" |
|
724 | "checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" | |
725 | "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
|
725 | "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | |
726 | "checksum winapi-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4ccfbf554c6ad11084fb7517daca16cfdcaccbdadba4fc336f032a8b12c2ad80" |
|
726 | "checksum winapi-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4ccfbf554c6ad11084fb7517daca16cfdcaccbdadba4fc336f032a8b12c2ad80" | |
727 | "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
727 | "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
@@ -1,40 +1,40 | |||||
1 | [package] |
|
1 | [package] | |
2 | name = "hg-core" |
|
2 | name = "hg-core" | |
3 | version = "0.1.0" |
|
3 | version = "0.1.0" | |
4 | authors = ["Georges Racinet <gracinet@anybox.fr>"] |
|
4 | authors = ["Georges Racinet <gracinet@anybox.fr>"] | |
5 | description = "Mercurial pure Rust core library, with no assumption on Python bindings (FFI)" |
|
5 | description = "Mercurial pure Rust core library, with no assumption on Python bindings (FFI)" | |
6 | edition = "2018" |
|
6 | edition = "2018" | |
7 | build = "build.rs" |
|
7 | build = "build.rs" | |
8 |
|
8 | |||
9 | [lib] |
|
9 | [lib] | |
10 | name = "hg" |
|
10 | name = "hg" | |
11 |
|
11 | |||
12 | [dependencies] |
|
12 | [dependencies] | |
13 | byteorder = "1.3.4" |
|
13 | byteorder = "1.3.4" | |
14 | hex = "0.4.2" |
|
14 | hex = "0.4.2" | |
15 | lazy_static = "1.4.0" |
|
15 | lazy_static = "1.4.0" | |
16 | libc = { version = "0.2.66", optional = true } |
|
16 | libc = { version = "0.2.66", optional = true } | |
17 | memchr = "2.3.3" |
|
17 | memchr = "2.3.3" | |
18 | rand = "0.7.3" |
|
18 | rand = "0.7.3" | |
19 | rand_pcg = "0.2.1" |
|
19 | rand_pcg = "0.2.1" | |
20 | rand_distr = "0.2.2" |
|
20 | rand_distr = "0.2.2" | |
21 | rayon = "1.3.0" |
|
21 | rayon = "1.3.0" | |
22 |
regex = "1.3. |
|
22 | regex = "1.3.9" | |
23 | twox-hash = "1.5.0" |
|
23 | twox-hash = "1.5.0" | |
24 | same-file = "1.0.6" |
|
24 | same-file = "1.0.6" | |
25 | crossbeam = "0.7.3" |
|
25 | crossbeam = "0.7.3" | |
26 | micro-timer = "0.2.1" |
|
26 | micro-timer = "0.2.1" | |
27 | log = "0.4.8" |
|
27 | log = "0.4.8" | |
28 |
|
28 | |||
29 | [dev-dependencies] |
|
29 | [dev-dependencies] | |
30 | clap = "*" |
|
30 | clap = "*" | |
31 | memmap = "0.7.0" |
|
31 | memmap = "0.7.0" | |
32 | pretty_assertions = "0.6.1" |
|
32 | pretty_assertions = "0.6.1" | |
33 | tempfile = "3.1.0" |
|
33 | tempfile = "3.1.0" | |
34 |
|
34 | |||
35 | [build-dependencies] |
|
35 | [build-dependencies] | |
36 | cc = { version = "1.0.48", optional = true } |
|
36 | cc = { version = "1.0.48", optional = true } | |
37 |
|
37 | |||
38 | [features] |
|
38 | [features] | |
39 | default = [] |
|
39 | default = [] | |
40 | with-re2 = ["cc", "libc"] |
|
40 | with-re2 = ["cc", "libc"] |
General Comments 0
You need to be logged in to leave comments.
Login now