##// END OF EJS Templates
rust-cpython: switch logging facade from `simple_logger` to `env_logger`...
Raphaël Gomès -
r46090:2a68a5ec default
parent child Browse files
Show More
@@ -1,727 +1,708 b''
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 = "cfg-if"
45 name = "cfg-if"
46 version = "0.1.10"
46 version = "0.1.10"
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 = "chrono"
51 version = "0.4.11"
52 source = "registry+https://github.com/rust-lang/crates.io-index"
53 dependencies = [
54 "num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
55 "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
56 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
57 ]
58
59 [[package]]
60 name = "clap"
50 name = "clap"
61 version = "2.33.1"
51 version = "2.33.1"
62 source = "registry+https://github.com/rust-lang/crates.io-index"
52 source = "registry+https://github.com/rust-lang/crates.io-index"
63 dependencies = [
53 dependencies = [
64 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
54 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
65 "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
55 "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
66 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
56 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
67 "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
57 "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
68 "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
58 "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
69 "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
59 "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
70 "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
60 "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
71 ]
61 ]
72
62
73 [[package]]
63 [[package]]
74 name = "colored"
75 version = "1.9.3"
76 source = "registry+https://github.com/rust-lang/crates.io-index"
77 dependencies = [
78 "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
79 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
80 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
81 ]
82
83 [[package]]
84 name = "cpython"
64 name = "cpython"
85 version = "0.4.1"
65 version = "0.4.1"
86 source = "registry+https://github.com/rust-lang/crates.io-index"
66 source = "registry+https://github.com/rust-lang/crates.io-index"
87 dependencies = [
67 dependencies = [
88 "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
68 "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
89 "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
69 "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
90 "python27-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
70 "python27-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
91 "python3-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
71 "python3-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
92 ]
72 ]
93
73
94 [[package]]
74 [[package]]
95 name = "crossbeam"
75 name = "crossbeam"
96 version = "0.7.3"
76 version = "0.7.3"
97 source = "registry+https://github.com/rust-lang/crates.io-index"
77 source = "registry+https://github.com/rust-lang/crates.io-index"
98 dependencies = [
78 dependencies = [
99 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
79 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
100 "crossbeam-channel 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
80 "crossbeam-channel 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
101 "crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
81 "crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
102 "crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
82 "crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
103 "crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
83 "crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
104 "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
84 "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
105 ]
85 ]
106
86
107 [[package]]
87 [[package]]
108 name = "crossbeam-channel"
88 name = "crossbeam-channel"
109 version = "0.4.2"
89 version = "0.4.2"
110 source = "registry+https://github.com/rust-lang/crates.io-index"
90 source = "registry+https://github.com/rust-lang/crates.io-index"
111 dependencies = [
91 dependencies = [
112 "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
92 "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
113 "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
93 "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
114 ]
94 ]
115
95
116 [[package]]
96 [[package]]
117 name = "crossbeam-deque"
97 name = "crossbeam-deque"
118 version = "0.7.3"
98 version = "0.7.3"
119 source = "registry+https://github.com/rust-lang/crates.io-index"
99 source = "registry+https://github.com/rust-lang/crates.io-index"
120 dependencies = [
100 dependencies = [
121 "crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
101 "crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
122 "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
102 "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
123 "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
103 "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
124 ]
104 ]
125
105
126 [[package]]
106 [[package]]
127 name = "crossbeam-epoch"
107 name = "crossbeam-epoch"
128 version = "0.8.2"
108 version = "0.8.2"
129 source = "registry+https://github.com/rust-lang/crates.io-index"
109 source = "registry+https://github.com/rust-lang/crates.io-index"
130 dependencies = [
110 dependencies = [
131 "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
111 "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
132 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
112 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
133 "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
113 "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
134 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
114 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
135 "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
115 "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
136 "memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
116 "memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
137 "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
117 "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
138 ]
118 ]
139
119
140 [[package]]
120 [[package]]
141 name = "crossbeam-queue"
121 name = "crossbeam-queue"
142 version = "0.2.1"
122 version = "0.2.1"
143 source = "registry+https://github.com/rust-lang/crates.io-index"
123 source = "registry+https://github.com/rust-lang/crates.io-index"
144 dependencies = [
124 dependencies = [
145 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
125 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
146 "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
126 "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
147 ]
127 ]
148
128
149 [[package]]
129 [[package]]
150 name = "crossbeam-utils"
130 name = "crossbeam-utils"
151 version = "0.7.2"
131 version = "0.7.2"
152 source = "registry+https://github.com/rust-lang/crates.io-index"
132 source = "registry+https://github.com/rust-lang/crates.io-index"
153 dependencies = [
133 dependencies = [
154 "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
134 "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
155 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
135 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
156 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
136 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
157 ]
137 ]
158
138
159 [[package]]
139 [[package]]
160 name = "ctor"
140 name = "ctor"
161 version = "0.1.13"
141 version = "0.1.13"
162 source = "registry+https://github.com/rust-lang/crates.io-index"
142 source = "registry+https://github.com/rust-lang/crates.io-index"
163 dependencies = [
143 dependencies = [
164 "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
144 "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
165 "syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
145 "syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
166 ]
146 ]
167
147
168 [[package]]
148 [[package]]
169 name = "difference"
149 name = "difference"
170 version = "2.0.0"
150 version = "2.0.0"
171 source = "registry+https://github.com/rust-lang/crates.io-index"
151 source = "registry+https://github.com/rust-lang/crates.io-index"
172
152
173 [[package]]
153 [[package]]
174 name = "either"
154 name = "either"
175 version = "1.5.3"
155 version = "1.5.3"
176 source = "registry+https://github.com/rust-lang/crates.io-index"
156 source = "registry+https://github.com/rust-lang/crates.io-index"
177
157
178 [[package]]
158 [[package]]
159 name = "env_logger"
160 version = "0.7.1"
161 source = "registry+https://github.com/rust-lang/crates.io-index"
162 dependencies = [
163 "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
164 "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
165 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
166 "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
167 "termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
168 ]
169
170 [[package]]
179 name = "getrandom"
171 name = "getrandom"
180 version = "0.1.14"
172 version = "0.1.14"
181 source = "registry+https://github.com/rust-lang/crates.io-index"
173 source = "registry+https://github.com/rust-lang/crates.io-index"
182 dependencies = [
174 dependencies = [
183 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
175 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
184 "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
176 "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
185 "wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)",
177 "wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)",
186 ]
178 ]
187
179
188 [[package]]
180 [[package]]
189 name = "hermit-abi"
181 name = "hermit-abi"
190 version = "0.1.8"
182 version = "0.1.8"
191 source = "registry+https://github.com/rust-lang/crates.io-index"
183 source = "registry+https://github.com/rust-lang/crates.io-index"
192 dependencies = [
184 dependencies = [
193 "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
185 "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
194 ]
186 ]
195
187
196 [[package]]
188 [[package]]
197 name = "hex"
189 name = "hex"
198 version = "0.4.2"
190 version = "0.4.2"
199 source = "registry+https://github.com/rust-lang/crates.io-index"
191 source = "registry+https://github.com/rust-lang/crates.io-index"
200
192
201 [[package]]
193 [[package]]
202 name = "hg-core"
194 name = "hg-core"
203 version = "0.1.0"
195 version = "0.1.0"
204 dependencies = [
196 dependencies = [
205 "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
197 "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
206 "clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)",
198 "clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)",
207 "crossbeam 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
199 "crossbeam 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
208 "hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
200 "hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
209 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
201 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
210 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
202 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
211 "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
203 "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
212 "memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
204 "memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
213 "micro-timer 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
205 "micro-timer 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
214 "pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
206 "pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
215 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
207 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
216 "rand_distr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
208 "rand_distr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
217 "rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
209 "rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
218 "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
210 "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
219 "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
211 "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
220 "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
212 "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
221 "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
213 "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
222 "twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
214 "twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
223 ]
215 ]
224
216
225 [[package]]
217 [[package]]
226 name = "hg-cpython"
218 name = "hg-cpython"
227 version = "0.1.0"
219 version = "0.1.0"
228 dependencies = [
220 dependencies = [
229 "cpython 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
221 "cpython 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
222 "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
230 "hg-core 0.1.0",
223 "hg-core 0.1.0",
231 "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
224 "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
232 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
225 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
233 "simple_logger 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
226 ]
227
228 [[package]]
229 name = "humantime"
230 version = "1.3.0"
231 source = "registry+https://github.com/rust-lang/crates.io-index"
232 dependencies = [
233 "quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
234 ]
234 ]
235
235
236 [[package]]
236 [[package]]
237 name = "lazy_static"
237 name = "lazy_static"
238 version = "1.4.0"
238 version = "1.4.0"
239 source = "registry+https://github.com/rust-lang/crates.io-index"
239 source = "registry+https://github.com/rust-lang/crates.io-index"
240
240
241 [[package]]
241 [[package]]
242 name = "libc"
242 name = "libc"
243 version = "0.2.67"
243 version = "0.2.67"
244 source = "registry+https://github.com/rust-lang/crates.io-index"
244 source = "registry+https://github.com/rust-lang/crates.io-index"
245
245
246 [[package]]
246 [[package]]
247 name = "log"
247 name = "log"
248 version = "0.4.8"
248 version = "0.4.8"
249 source = "registry+https://github.com/rust-lang/crates.io-index"
249 source = "registry+https://github.com/rust-lang/crates.io-index"
250 dependencies = [
250 dependencies = [
251 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
251 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
252 ]
252 ]
253
253
254 [[package]]
254 [[package]]
255 name = "maybe-uninit"
255 name = "maybe-uninit"
256 version = "2.0.0"
256 version = "2.0.0"
257 source = "registry+https://github.com/rust-lang/crates.io-index"
257 source = "registry+https://github.com/rust-lang/crates.io-index"
258
258
259 [[package]]
259 [[package]]
260 name = "memchr"
260 name = "memchr"
261 version = "2.3.3"
261 version = "2.3.3"
262 source = "registry+https://github.com/rust-lang/crates.io-index"
262 source = "registry+https://github.com/rust-lang/crates.io-index"
263
263
264 [[package]]
264 [[package]]
265 name = "memmap"
265 name = "memmap"
266 version = "0.7.0"
266 version = "0.7.0"
267 source = "registry+https://github.com/rust-lang/crates.io-index"
267 source = "registry+https://github.com/rust-lang/crates.io-index"
268 dependencies = [
268 dependencies = [
269 "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
269 "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
270 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
270 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
271 ]
271 ]
272
272
273 [[package]]
273 [[package]]
274 name = "memoffset"
274 name = "memoffset"
275 version = "0.5.3"
275 version = "0.5.3"
276 source = "registry+https://github.com/rust-lang/crates.io-index"
276 source = "registry+https://github.com/rust-lang/crates.io-index"
277 dependencies = [
277 dependencies = [
278 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
278 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
279 ]
279 ]
280
280
281 [[package]]
281 [[package]]
282 name = "micro-timer"
282 name = "micro-timer"
283 version = "0.3.0"
283 version = "0.3.0"
284 source = "registry+https://github.com/rust-lang/crates.io-index"
284 source = "registry+https://github.com/rust-lang/crates.io-index"
285 dependencies = [
285 dependencies = [
286 "micro-timer-macros 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
286 "micro-timer-macros 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
287 "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
287 "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
288 ]
288 ]
289
289
290 [[package]]
290 [[package]]
291 name = "micro-timer-macros"
291 name = "micro-timer-macros"
292 version = "0.3.0"
292 version = "0.3.0"
293 source = "registry+https://github.com/rust-lang/crates.io-index"
293 source = "registry+https://github.com/rust-lang/crates.io-index"
294 dependencies = [
294 dependencies = [
295 "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
295 "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
296 "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
296 "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
297 "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
297 "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
298 "syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
298 "syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
299 ]
299 ]
300
300
301 [[package]]
301 [[package]]
302 name = "num-integer"
303 version = "0.1.42"
304 source = "registry+https://github.com/rust-lang/crates.io-index"
305 dependencies = [
306 "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
307 "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
308 ]
309
310 [[package]]
311 name = "num-traits"
302 name = "num-traits"
312 version = "0.2.11"
303 version = "0.2.11"
313 source = "registry+https://github.com/rust-lang/crates.io-index"
304 source = "registry+https://github.com/rust-lang/crates.io-index"
314 dependencies = [
305 dependencies = [
315 "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
306 "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
316 ]
307 ]
317
308
318 [[package]]
309 [[package]]
319 name = "num_cpus"
310 name = "num_cpus"
320 version = "1.12.0"
311 version = "1.12.0"
321 source = "registry+https://github.com/rust-lang/crates.io-index"
312 source = "registry+https://github.com/rust-lang/crates.io-index"
322 dependencies = [
313 dependencies = [
323 "hermit-abi 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
314 "hermit-abi 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
324 "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
315 "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
325 ]
316 ]
326
317
327 [[package]]
318 [[package]]
328 name = "output_vt100"
319 name = "output_vt100"
329 version = "0.1.2"
320 version = "0.1.2"
330 source = "registry+https://github.com/rust-lang/crates.io-index"
321 source = "registry+https://github.com/rust-lang/crates.io-index"
331 dependencies = [
322 dependencies = [
332 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
323 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
333 ]
324 ]
334
325
335 [[package]]
326 [[package]]
336 name = "ppv-lite86"
327 name = "ppv-lite86"
337 version = "0.2.6"
328 version = "0.2.6"
338 source = "registry+https://github.com/rust-lang/crates.io-index"
329 source = "registry+https://github.com/rust-lang/crates.io-index"
339
330
340 [[package]]
331 [[package]]
341 name = "pretty_assertions"
332 name = "pretty_assertions"
342 version = "0.6.1"
333 version = "0.6.1"
343 source = "registry+https://github.com/rust-lang/crates.io-index"
334 source = "registry+https://github.com/rust-lang/crates.io-index"
344 dependencies = [
335 dependencies = [
345 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
336 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
346 "ctor 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
337 "ctor 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
347 "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
338 "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
348 "output_vt100 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
339 "output_vt100 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
349 ]
340 ]
350
341
351 [[package]]
342 [[package]]
352 name = "proc-macro2"
343 name = "proc-macro2"
353 version = "1.0.9"
344 version = "1.0.9"
354 source = "registry+https://github.com/rust-lang/crates.io-index"
345 source = "registry+https://github.com/rust-lang/crates.io-index"
355 dependencies = [
346 dependencies = [
356 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
347 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
357 ]
348 ]
358
349
359 [[package]]
350 [[package]]
360 name = "python27-sys"
351 name = "python27-sys"
361 version = "0.4.1"
352 version = "0.4.1"
362 source = "registry+https://github.com/rust-lang/crates.io-index"
353 source = "registry+https://github.com/rust-lang/crates.io-index"
363 dependencies = [
354 dependencies = [
364 "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
355 "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
365 "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
356 "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
366 ]
357 ]
367
358
368 [[package]]
359 [[package]]
369 name = "python3-sys"
360 name = "python3-sys"
370 version = "0.4.1"
361 version = "0.4.1"
371 source = "registry+https://github.com/rust-lang/crates.io-index"
362 source = "registry+https://github.com/rust-lang/crates.io-index"
372 dependencies = [
363 dependencies = [
373 "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
364 "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
374 "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
365 "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
375 ]
366 ]
376
367
377 [[package]]
368 [[package]]
369 name = "quick-error"
370 version = "1.2.3"
371 source = "registry+https://github.com/rust-lang/crates.io-index"
372
373 [[package]]
378 name = "quote"
374 name = "quote"
379 version = "1.0.3"
375 version = "1.0.3"
380 source = "registry+https://github.com/rust-lang/crates.io-index"
376 source = "registry+https://github.com/rust-lang/crates.io-index"
381 dependencies = [
377 dependencies = [
382 "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
378 "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
383 ]
379 ]
384
380
385 [[package]]
381 [[package]]
386 name = "rand"
382 name = "rand"
387 version = "0.7.3"
383 version = "0.7.3"
388 source = "registry+https://github.com/rust-lang/crates.io-index"
384 source = "registry+https://github.com/rust-lang/crates.io-index"
389 dependencies = [
385 dependencies = [
390 "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
386 "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
391 "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
387 "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
392 "rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
388 "rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
393 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
389 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
394 "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
390 "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
395 ]
391 ]
396
392
397 [[package]]
393 [[package]]
398 name = "rand_chacha"
394 name = "rand_chacha"
399 version = "0.2.2"
395 version = "0.2.2"
400 source = "registry+https://github.com/rust-lang/crates.io-index"
396 source = "registry+https://github.com/rust-lang/crates.io-index"
401 dependencies = [
397 dependencies = [
402 "ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
398 "ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
403 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
399 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
404 ]
400 ]
405
401
406 [[package]]
402 [[package]]
407 name = "rand_core"
403 name = "rand_core"
408 version = "0.5.1"
404 version = "0.5.1"
409 source = "registry+https://github.com/rust-lang/crates.io-index"
405 source = "registry+https://github.com/rust-lang/crates.io-index"
410 dependencies = [
406 dependencies = [
411 "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
407 "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
412 ]
408 ]
413
409
414 [[package]]
410 [[package]]
415 name = "rand_distr"
411 name = "rand_distr"
416 version = "0.2.2"
412 version = "0.2.2"
417 source = "registry+https://github.com/rust-lang/crates.io-index"
413 source = "registry+https://github.com/rust-lang/crates.io-index"
418 dependencies = [
414 dependencies = [
419 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
415 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
420 ]
416 ]
421
417
422 [[package]]
418 [[package]]
423 name = "rand_hc"
419 name = "rand_hc"
424 version = "0.2.0"
420 version = "0.2.0"
425 source = "registry+https://github.com/rust-lang/crates.io-index"
421 source = "registry+https://github.com/rust-lang/crates.io-index"
426 dependencies = [
422 dependencies = [
427 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
423 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
428 ]
424 ]
429
425
430 [[package]]
426 [[package]]
431 name = "rand_pcg"
427 name = "rand_pcg"
432 version = "0.2.1"
428 version = "0.2.1"
433 source = "registry+https://github.com/rust-lang/crates.io-index"
429 source = "registry+https://github.com/rust-lang/crates.io-index"
434 dependencies = [
430 dependencies = [
435 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
431 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
436 ]
432 ]
437
433
438 [[package]]
434 [[package]]
439 name = "rayon"
435 name = "rayon"
440 version = "1.3.0"
436 version = "1.3.0"
441 source = "registry+https://github.com/rust-lang/crates.io-index"
437 source = "registry+https://github.com/rust-lang/crates.io-index"
442 dependencies = [
438 dependencies = [
443 "crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
439 "crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
444 "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
440 "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
445 "rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
441 "rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
446 ]
442 ]
447
443
448 [[package]]
444 [[package]]
449 name = "rayon-core"
445 name = "rayon-core"
450 version = "1.7.0"
446 version = "1.7.0"
451 source = "registry+https://github.com/rust-lang/crates.io-index"
447 source = "registry+https://github.com/rust-lang/crates.io-index"
452 dependencies = [
448 dependencies = [
453 "crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
449 "crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
454 "crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
450 "crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
455 "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
451 "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
456 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
452 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
457 "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
453 "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
458 ]
454 ]
459
455
460 [[package]]
456 [[package]]
461 name = "redox_syscall"
457 name = "redox_syscall"
462 version = "0.1.56"
458 version = "0.1.56"
463 source = "registry+https://github.com/rust-lang/crates.io-index"
459 source = "registry+https://github.com/rust-lang/crates.io-index"
464
460
465 [[package]]
461 [[package]]
466 name = "regex"
462 name = "regex"
467 version = "1.3.9"
463 version = "1.3.9"
468 source = "registry+https://github.com/rust-lang/crates.io-index"
464 source = "registry+https://github.com/rust-lang/crates.io-index"
469 dependencies = [
465 dependencies = [
470 "aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)",
466 "aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)",
471 "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
467 "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
472 "regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)",
468 "regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)",
473 "thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
469 "thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
474 ]
470 ]
475
471
476 [[package]]
472 [[package]]
477 name = "regex-syntax"
473 name = "regex-syntax"
478 version = "0.6.18"
474 version = "0.6.18"
479 source = "registry+https://github.com/rust-lang/crates.io-index"
475 source = "registry+https://github.com/rust-lang/crates.io-index"
480
476
481 [[package]]
477 [[package]]
482 name = "remove_dir_all"
478 name = "remove_dir_all"
483 version = "0.5.2"
479 version = "0.5.2"
484 source = "registry+https://github.com/rust-lang/crates.io-index"
480 source = "registry+https://github.com/rust-lang/crates.io-index"
485 dependencies = [
481 dependencies = [
486 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
482 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
487 ]
483 ]
488
484
489 [[package]]
485 [[package]]
490 name = "rhg"
486 name = "rhg"
491 version = "0.1.0"
487 version = "0.1.0"
492 dependencies = [
488 dependencies = [
493 "clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)",
489 "clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)",
494 "hg-core 0.1.0",
490 "hg-core 0.1.0",
495 ]
491 ]
496
492
497 [[package]]
493 [[package]]
498 name = "rustc_version"
494 name = "rustc_version"
499 version = "0.2.3"
495 version = "0.2.3"
500 source = "registry+https://github.com/rust-lang/crates.io-index"
496 source = "registry+https://github.com/rust-lang/crates.io-index"
501 dependencies = [
497 dependencies = [
502 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
498 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
503 ]
499 ]
504
500
505 [[package]]
501 [[package]]
506 name = "same-file"
502 name = "same-file"
507 version = "1.0.6"
503 version = "1.0.6"
508 source = "registry+https://github.com/rust-lang/crates.io-index"
504 source = "registry+https://github.com/rust-lang/crates.io-index"
509 dependencies = [
505 dependencies = [
510 "winapi-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
506 "winapi-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
511 ]
507 ]
512
508
513 [[package]]
509 [[package]]
514 name = "scopeguard"
510 name = "scopeguard"
515 version = "1.1.0"
511 version = "1.1.0"
516 source = "registry+https://github.com/rust-lang/crates.io-index"
512 source = "registry+https://github.com/rust-lang/crates.io-index"
517
513
518 [[package]]
514 [[package]]
519 name = "semver"
515 name = "semver"
520 version = "0.9.0"
516 version = "0.9.0"
521 source = "registry+https://github.com/rust-lang/crates.io-index"
517 source = "registry+https://github.com/rust-lang/crates.io-index"
522 dependencies = [
518 dependencies = [
523 "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
519 "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
524 ]
520 ]
525
521
526 [[package]]
522 [[package]]
527 name = "semver-parser"
523 name = "semver-parser"
528 version = "0.7.0"
524 version = "0.7.0"
529 source = "registry+https://github.com/rust-lang/crates.io-index"
525 source = "registry+https://github.com/rust-lang/crates.io-index"
530
526
531 [[package]]
527 [[package]]
532 name = "simple_logger"
533 version = "1.6.0"
534 source = "registry+https://github.com/rust-lang/crates.io-index"
535 dependencies = [
536 "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
537 "chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
538 "colored 1.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
539 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
540 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
541 ]
542
543 [[package]]
544 name = "strsim"
528 name = "strsim"
545 version = "0.8.0"
529 version = "0.8.0"
546 source = "registry+https://github.com/rust-lang/crates.io-index"
530 source = "registry+https://github.com/rust-lang/crates.io-index"
547
531
548 [[package]]
532 [[package]]
549 name = "syn"
533 name = "syn"
550 version = "1.0.16"
534 version = "1.0.16"
551 source = "registry+https://github.com/rust-lang/crates.io-index"
535 source = "registry+https://github.com/rust-lang/crates.io-index"
552 dependencies = [
536 dependencies = [
553 "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
537 "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
554 "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
538 "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
555 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
539 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
556 ]
540 ]
557
541
558 [[package]]
542 [[package]]
559 name = "tempfile"
543 name = "tempfile"
560 version = "3.1.0"
544 version = "3.1.0"
561 source = "registry+https://github.com/rust-lang/crates.io-index"
545 source = "registry+https://github.com/rust-lang/crates.io-index"
562 dependencies = [
546 dependencies = [
563 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
547 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
564 "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
548 "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
565 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
549 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
566 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
550 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
567 "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
551 "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
568 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
552 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
569 ]
553 ]
570
554
571 [[package]]
555 [[package]]
556 name = "termcolor"
557 version = "1.1.0"
558 source = "registry+https://github.com/rust-lang/crates.io-index"
559 dependencies = [
560 "winapi-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
561 ]
562
563 [[package]]
572 name = "textwrap"
564 name = "textwrap"
573 version = "0.11.0"
565 version = "0.11.0"
574 source = "registry+https://github.com/rust-lang/crates.io-index"
566 source = "registry+https://github.com/rust-lang/crates.io-index"
575 dependencies = [
567 dependencies = [
576 "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
568 "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
577 ]
569 ]
578
570
579 [[package]]
571 [[package]]
580 name = "thread_local"
572 name = "thread_local"
581 version = "1.0.1"
573 version = "1.0.1"
582 source = "registry+https://github.com/rust-lang/crates.io-index"
574 source = "registry+https://github.com/rust-lang/crates.io-index"
583 dependencies = [
575 dependencies = [
584 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
576 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
585 ]
577 ]
586
578
587 [[package]]
579 [[package]]
588 name = "time"
589 version = "0.1.42"
590 source = "registry+https://github.com/rust-lang/crates.io-index"
591 dependencies = [
592 "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
593 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
594 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
595 ]
596
597 [[package]]
598 name = "twox-hash"
580 name = "twox-hash"
599 version = "1.5.0"
581 version = "1.5.0"
600 source = "registry+https://github.com/rust-lang/crates.io-index"
582 source = "registry+https://github.com/rust-lang/crates.io-index"
601 dependencies = [
583 dependencies = [
602 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
584 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
603 ]
585 ]
604
586
605 [[package]]
587 [[package]]
606 name = "unicode-width"
588 name = "unicode-width"
607 version = "0.1.7"
589 version = "0.1.7"
608 source = "registry+https://github.com/rust-lang/crates.io-index"
590 source = "registry+https://github.com/rust-lang/crates.io-index"
609
591
610 [[package]]
592 [[package]]
611 name = "unicode-xid"
593 name = "unicode-xid"
612 version = "0.2.0"
594 version = "0.2.0"
613 source = "registry+https://github.com/rust-lang/crates.io-index"
595 source = "registry+https://github.com/rust-lang/crates.io-index"
614
596
615 [[package]]
597 [[package]]
616 name = "vec_map"
598 name = "vec_map"
617 version = "0.8.1"
599 version = "0.8.1"
618 source = "registry+https://github.com/rust-lang/crates.io-index"
600 source = "registry+https://github.com/rust-lang/crates.io-index"
619
601
620 [[package]]
602 [[package]]
621 name = "wasi"
603 name = "wasi"
622 version = "0.9.0+wasi-snapshot-preview1"
604 version = "0.9.0+wasi-snapshot-preview1"
623 source = "registry+https://github.com/rust-lang/crates.io-index"
605 source = "registry+https://github.com/rust-lang/crates.io-index"
624
606
625 [[package]]
607 [[package]]
626 name = "winapi"
608 name = "winapi"
627 version = "0.3.8"
609 version = "0.3.8"
628 source = "registry+https://github.com/rust-lang/crates.io-index"
610 source = "registry+https://github.com/rust-lang/crates.io-index"
629 dependencies = [
611 dependencies = [
630 "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
612 "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
631 "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
613 "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
632 ]
614 ]
633
615
634 [[package]]
616 [[package]]
635 name = "winapi-i686-pc-windows-gnu"
617 name = "winapi-i686-pc-windows-gnu"
636 version = "0.4.0"
618 version = "0.4.0"
637 source = "registry+https://github.com/rust-lang/crates.io-index"
619 source = "registry+https://github.com/rust-lang/crates.io-index"
638
620
639 [[package]]
621 [[package]]
640 name = "winapi-util"
622 name = "winapi-util"
641 version = "0.1.3"
623 version = "0.1.3"
642 source = "registry+https://github.com/rust-lang/crates.io-index"
624 source = "registry+https://github.com/rust-lang/crates.io-index"
643 dependencies = [
625 dependencies = [
644 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
626 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
645 ]
627 ]
646
628
647 [[package]]
629 [[package]]
648 name = "winapi-x86_64-pc-windows-gnu"
630 name = "winapi-x86_64-pc-windows-gnu"
649 version = "0.4.0"
631 version = "0.4.0"
650 source = "registry+https://github.com/rust-lang/crates.io-index"
632 source = "registry+https://github.com/rust-lang/crates.io-index"
651
633
652 [metadata]
634 [metadata]
653 "checksum aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)" = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
635 "checksum aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)" = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
654 "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
636 "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
655 "checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
637 "checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
656 "checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
638 "checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
657 "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
639 "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
658 "checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
640 "checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
659 "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
641 "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"
661 "checksum clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129"
642 "checksum clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129"
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"
643 "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"
644 "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"
645 "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"
646 "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"
647 "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"
648 "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"
649 "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"
650 "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"
651 "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"
652 "checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
653 "checksum env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
673 "checksum getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
654 "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"
655 "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"
656 "checksum hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
657 "checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
676 "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
658 "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"
659 "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"
660 "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"
661 "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"
662 "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"
663 "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"
664 "checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9"
683 "checksum micro-timer 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "25b31d6cb9112984323d05d7a353f272ae5d7a307074f9ab9b25c00121b8c947"
665 "checksum micro-timer 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "25b31d6cb9112984323d05d7a353f272ae5d7a307074f9ab9b25c00121b8c947"
684 "checksum micro-timer-macros 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5694085dd384bb9e824207facc040c248d9df653f55e28c3ad0686958b448504"
666 "checksum micro-timer-macros 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5694085dd384bb9e824207facc040c248d9df653f55e28c3ad0686958b448504"
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"
667 "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"
668 "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"
669 "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"
670 "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"
671 "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"
672 "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"
673 "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"
674 "checksum python3-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90af11779515a1e530af60782d273b59ac79d33b0e253c071a728563957c76d4"
675 "checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
694 "checksum quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f"
676 "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"
677 "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"
678 "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"
679 "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"
680 "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"
681 "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"
682 "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"
683 "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"
684 "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"
685 "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
704 "checksum regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
686 "checksum regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
705 "checksum regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)" = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
687 "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"
688 "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"
689 "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"
690 "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"
691 "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"
692 "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"
693 "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"
713 "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
694 "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"
695 "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"
696 "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
697 "checksum termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
716 "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
698 "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"
699 "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"
719 "checksum twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3bfd5b7557925ce778ff9b9ef90e3ade34c524b5ff10e239c69a42d546d2af56"
700 "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"
701 "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"
702 "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"
703 "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"
704 "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"
705 "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"
706 "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"
707 "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"
708 "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
@@ -1,31 +1,31 b''
1 [package]
1 [package]
2 name = "hg-cpython"
2 name = "hg-cpython"
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 edition = "2018"
5 edition = "2018"
6
6
7 [lib]
7 [lib]
8 name='rusthg'
8 name='rusthg'
9 crate-type = ["cdylib"]
9 crate-type = ["cdylib"]
10
10
11 [features]
11 [features]
12 default = ["python27"]
12 default = ["python27"]
13
13
14 # Features to build an extension module:
14 # Features to build an extension module:
15 python27 = ["cpython/python27-sys", "cpython/extension-module-2-7"]
15 python27 = ["cpython/python27-sys", "cpython/extension-module-2-7"]
16 python3 = ["cpython/python3-sys", "cpython/extension-module"]
16 python3 = ["cpython/python3-sys", "cpython/extension-module"]
17
17
18 # Enable one of these features to build a test executable linked to libpython:
18 # Enable one of these features to build a test executable linked to libpython:
19 # e.g. cargo test --no-default-features --features python27-bin
19 # e.g. cargo test --no-default-features --features python27-bin
20 python27-bin = ["cpython/python27-sys"]
20 python27-bin = ["cpython/python27-sys"]
21 python3-bin = ["cpython/python3-sys"]
21 python3-bin = ["cpython/python3-sys"]
22
22
23 [dependencies]
23 [dependencies]
24 hg-core = { path = "../hg-core"}
24 hg-core = { path = "../hg-core"}
25 libc = '*'
25 libc = '*'
26 log = "0.4.8"
26 log = "0.4.8"
27 simple_logger = "1.6.0"
27 env_logger = "0.7.1"
28
28
29 [dependencies.cpython]
29 [dependencies.cpython]
30 version = "0.4.1"
30 version = "0.4.1"
31 default-features = false
31 default-features = false
@@ -1,147 +1,147 b''
1 // dirstate.rs
1 // dirstate.rs
2 //
2 //
3 // Copyright 2019 Raphaël Gomès <rgomes@octobus.net>
3 // Copyright 2019 Raphaël Gomès <rgomes@octobus.net>
4 //
4 //
5 // This software may be used and distributed according to the terms of the
5 // This software may be used and distributed according to the terms of the
6 // GNU General Public License version 2 or any later version.
6 // GNU General Public License version 2 or any later version.
7
7
8 //! Bindings for the `hg::dirstate` module provided by the
8 //! Bindings for the `hg::dirstate` module provided by the
9 //! `hg-core` package.
9 //! `hg-core` package.
10 //!
10 //!
11 //! From Python, this will be seen as `mercurial.rustext.dirstate`
11 //! From Python, this will be seen as `mercurial.rustext.dirstate`
12 mod copymap;
12 mod copymap;
13 mod dirs_multiset;
13 mod dirs_multiset;
14 mod dirstate_map;
14 mod dirstate_map;
15 mod non_normal_entries;
15 mod non_normal_entries;
16 mod status;
16 mod status;
17 use crate::{
17 use crate::{
18 dirstate::{
18 dirstate::{
19 dirs_multiset::Dirs, dirstate_map::DirstateMap, status::status_wrapper,
19 dirs_multiset::Dirs, dirstate_map::DirstateMap, status::status_wrapper,
20 },
20 },
21 exceptions,
21 exceptions,
22 };
22 };
23 use cpython::{
23 use cpython::{
24 exc, PyBytes, PyDict, PyErr, PyList, PyModule, PyObject, PyResult,
24 exc, PyBytes, PyDict, PyErr, PyList, PyModule, PyObject, PyResult,
25 PySequence, Python,
25 PySequence, Python,
26 };
26 };
27 use hg::{
27 use hg::{
28 utils::hg_path::HgPathBuf, DirstateEntry, DirstateParseError, EntryState,
28 utils::hg_path::HgPathBuf, DirstateEntry, DirstateParseError, EntryState,
29 StateMap,
29 StateMap,
30 };
30 };
31 use libc::{c_char, c_int};
31 use libc::{c_char, c_int};
32 use std::convert::TryFrom;
32 use std::convert::TryFrom;
33
33
34 // C code uses a custom `dirstate_tuple` type, checks in multiple instances
34 // C code uses a custom `dirstate_tuple` type, checks in multiple instances
35 // for this type, and raises a Python `Exception` if the check does not pass.
35 // for this type, and raises a Python `Exception` if the check does not pass.
36 // Because this type differs only in name from the regular Python tuple, it
36 // Because this type differs only in name from the regular Python tuple, it
37 // would be a good idea in the near future to remove it entirely to allow
37 // would be a good idea in the near future to remove it entirely to allow
38 // for a pure Python tuple of the same effective structure to be used,
38 // for a pure Python tuple of the same effective structure to be used,
39 // rendering this type and the capsule below useless.
39 // rendering this type and the capsule below useless.
40 py_capsule_fn!(
40 py_capsule_fn!(
41 from mercurial.cext.parsers import make_dirstate_tuple_CAPI
41 from mercurial.cext.parsers import make_dirstate_tuple_CAPI
42 as make_dirstate_tuple_capi
42 as make_dirstate_tuple_capi
43 signature (
43 signature (
44 state: c_char,
44 state: c_char,
45 mode: c_int,
45 mode: c_int,
46 size: c_int,
46 size: c_int,
47 mtime: c_int,
47 mtime: c_int,
48 ) -> *mut RawPyObject
48 ) -> *mut RawPyObject
49 );
49 );
50
50
51 pub fn make_dirstate_tuple(
51 pub fn make_dirstate_tuple(
52 py: Python,
52 py: Python,
53 entry: &DirstateEntry,
53 entry: &DirstateEntry,
54 ) -> PyResult<PyObject> {
54 ) -> PyResult<PyObject> {
55 // might be silly to retrieve capsule function in hot loop
55 // might be silly to retrieve capsule function in hot loop
56 let make = make_dirstate_tuple_capi::retrieve(py)?;
56 let make = make_dirstate_tuple_capi::retrieve(py)?;
57
57
58 let &DirstateEntry {
58 let &DirstateEntry {
59 state,
59 state,
60 mode,
60 mode,
61 size,
61 size,
62 mtime,
62 mtime,
63 } = entry;
63 } = entry;
64 // Explicitly go through u8 first, then cast to platform-specific `c_char`
64 // Explicitly go through u8 first, then cast to platform-specific `c_char`
65 // because Into<u8> has a specific implementation while `as c_char` would
65 // because Into<u8> has a specific implementation while `as c_char` would
66 // just do a naive enum cast.
66 // just do a naive enum cast.
67 let state_code: u8 = state.into();
67 let state_code: u8 = state.into();
68
68
69 let maybe_obj = unsafe {
69 let maybe_obj = unsafe {
70 let ptr = make(state_code as c_char, mode, size, mtime);
70 let ptr = make(state_code as c_char, mode, size, mtime);
71 PyObject::from_owned_ptr_opt(py, ptr)
71 PyObject::from_owned_ptr_opt(py, ptr)
72 };
72 };
73 maybe_obj.ok_or_else(|| PyErr::fetch(py))
73 maybe_obj.ok_or_else(|| PyErr::fetch(py))
74 }
74 }
75
75
76 pub fn extract_dirstate(py: Python, dmap: &PyDict) -> Result<StateMap, PyErr> {
76 pub fn extract_dirstate(py: Python, dmap: &PyDict) -> Result<StateMap, PyErr> {
77 dmap.items(py)
77 dmap.items(py)
78 .iter()
78 .iter()
79 .map(|(filename, stats)| {
79 .map(|(filename, stats)| {
80 let stats = stats.extract::<PySequence>(py)?;
80 let stats = stats.extract::<PySequence>(py)?;
81 let state = stats.get_item(py, 0)?.extract::<PyBytes>(py)?;
81 let state = stats.get_item(py, 0)?.extract::<PyBytes>(py)?;
82 let state = EntryState::try_from(state.data(py)[0]).map_err(
82 let state = EntryState::try_from(state.data(py)[0]).map_err(
83 |e: DirstateParseError| {
83 |e: DirstateParseError| {
84 PyErr::new::<exc::ValueError, _>(py, e.to_string())
84 PyErr::new::<exc::ValueError, _>(py, e.to_string())
85 },
85 },
86 )?;
86 )?;
87 let mode = stats.get_item(py, 1)?.extract(py)?;
87 let mode = stats.get_item(py, 1)?.extract(py)?;
88 let size = stats.get_item(py, 2)?.extract(py)?;
88 let size = stats.get_item(py, 2)?.extract(py)?;
89 let mtime = stats.get_item(py, 3)?.extract(py)?;
89 let mtime = stats.get_item(py, 3)?.extract(py)?;
90 let filename = filename.extract::<PyBytes>(py)?;
90 let filename = filename.extract::<PyBytes>(py)?;
91 let filename = filename.data(py);
91 let filename = filename.data(py);
92 Ok((
92 Ok((
93 HgPathBuf::from(filename.to_owned()),
93 HgPathBuf::from(filename.to_owned()),
94 DirstateEntry {
94 DirstateEntry {
95 state,
95 state,
96 mode,
96 mode,
97 size,
97 size,
98 mtime,
98 mtime,
99 },
99 },
100 ))
100 ))
101 })
101 })
102 .collect()
102 .collect()
103 }
103 }
104
104
105 /// Create the module, with `__package__` given from parent
105 /// Create the module, with `__package__` given from parent
106 pub fn init_module(py: Python, package: &str) -> PyResult<PyModule> {
106 pub fn init_module(py: Python, package: &str) -> PyResult<PyModule> {
107 let dotted_name = &format!("{}.dirstate", package);
107 let dotted_name = &format!("{}.dirstate", package);
108 let m = PyModule::new(py, dotted_name)?;
108 let m = PyModule::new(py, dotted_name)?;
109
109
110 simple_logger::init_by_env();
110 env_logger::init();
111
111
112 m.add(py, "__package__", package)?;
112 m.add(py, "__package__", package)?;
113 m.add(py, "__doc__", "Dirstate - Rust implementation")?;
113 m.add(py, "__doc__", "Dirstate - Rust implementation")?;
114
114
115 m.add(
115 m.add(
116 py,
116 py,
117 "FallbackError",
117 "FallbackError",
118 py.get_type::<exceptions::FallbackError>(),
118 py.get_type::<exceptions::FallbackError>(),
119 )?;
119 )?;
120 m.add_class::<Dirs>(py)?;
120 m.add_class::<Dirs>(py)?;
121 m.add_class::<DirstateMap>(py)?;
121 m.add_class::<DirstateMap>(py)?;
122 m.add(
122 m.add(
123 py,
123 py,
124 "status",
124 "status",
125 py_fn!(
125 py_fn!(
126 py,
126 py,
127 status_wrapper(
127 status_wrapper(
128 dmap: DirstateMap,
128 dmap: DirstateMap,
129 root_dir: PyObject,
129 root_dir: PyObject,
130 matcher: PyObject,
130 matcher: PyObject,
131 ignorefiles: PyList,
131 ignorefiles: PyList,
132 check_exec: bool,
132 check_exec: bool,
133 last_normal_time: i64,
133 last_normal_time: i64,
134 list_clean: bool,
134 list_clean: bool,
135 list_ignored: bool,
135 list_ignored: bool,
136 list_unknown: bool,
136 list_unknown: bool,
137 collect_traversed_dirs: bool
137 collect_traversed_dirs: bool
138 )
138 )
139 ),
139 ),
140 )?;
140 )?;
141
141
142 let sys = PyModule::import(py, "sys")?;
142 let sys = PyModule::import(py, "sys")?;
143 let sys_modules: PyDict = sys.get(py, "modules")?.extract(py)?;
143 let sys_modules: PyDict = sys.get(py, "modules")?.extract(py)?;
144 sys_modules.set_item(py, dotted_name, &m)?;
144 sys_modules.set_item(py, dotted_name, &m)?;
145
145
146 Ok(m)
146 Ok(m)
147 }
147 }
General Comments 0
You need to be logged in to leave comments. Login now