##// END OF EJS Templates
rust: update `env_logger` dependency...
Raphaël Gomès -
r53205:492d167a default
parent child Browse files
Show More
@@ -1,1927 +1,1886
1 1 # This file is automatically @generated by Cargo.
2 2 # It is not intended for manual editing.
3 3 version = 3
4 4
5 5 [[package]]
6 6 name = "adler2"
7 7 version = "2.0.0"
8 8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 9 checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
10 10
11 11 [[package]]
12 12 name = "ahash"
13 13 version = "0.8.11"
14 14 source = "registry+https://github.com/rust-lang/crates.io-index"
15 15 checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
16 16 dependencies = [
17 17 "cfg-if",
18 18 "getrandom 0.2.15",
19 19 "once_cell",
20 20 "version_check",
21 21 "zerocopy",
22 22 ]
23 23
24 24 [[package]]
25 25 name = "aho-corasick"
26 26 version = "1.1.3"
27 27 source = "registry+https://github.com/rust-lang/crates.io-index"
28 28 checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
29 29 dependencies = [
30 30 "memchr",
31 31 ]
32 32
33 33 [[package]]
34 34 name = "android-tzdata"
35 35 version = "0.1.1"
36 36 source = "registry+https://github.com/rust-lang/crates.io-index"
37 37 checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
38 38
39 39 [[package]]
40 40 name = "android_system_properties"
41 41 version = "0.1.5"
42 42 source = "registry+https://github.com/rust-lang/crates.io-index"
43 43 checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
44 44 dependencies = [
45 45 "libc",
46 46 ]
47 47
48 48 [[package]]
49 49 name = "anstream"
50 50 version = "0.6.18"
51 51 source = "registry+https://github.com/rust-lang/crates.io-index"
52 52 checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
53 53 dependencies = [
54 54 "anstyle",
55 55 "anstyle-parse",
56 56 "anstyle-query",
57 57 "anstyle-wincon",
58 58 "colorchoice",
59 59 "is_terminal_polyfill",
60 60 "utf8parse",
61 61 ]
62 62
63 63 [[package]]
64 64 name = "anstyle"
65 65 version = "1.0.10"
66 66 source = "registry+https://github.com/rust-lang/crates.io-index"
67 67 checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
68 68
69 69 [[package]]
70 70 name = "anstyle-parse"
71 71 version = "0.2.6"
72 72 source = "registry+https://github.com/rust-lang/crates.io-index"
73 73 checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
74 74 dependencies = [
75 75 "utf8parse",
76 76 ]
77 77
78 78 [[package]]
79 79 name = "anstyle-query"
80 80 version = "1.1.2"
81 81 source = "registry+https://github.com/rust-lang/crates.io-index"
82 82 checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
83 83 dependencies = [
84 84 "windows-sys 0.59.0",
85 85 ]
86 86
87 87 [[package]]
88 88 name = "anstyle-wincon"
89 89 version = "3.0.6"
90 90 source = "registry+https://github.com/rust-lang/crates.io-index"
91 91 checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
92 92 dependencies = [
93 93 "anstyle",
94 94 "windows-sys 0.59.0",
95 95 ]
96 96
97 97 [[package]]
98 name = "atty"
99 version = "0.2.14"
100 source = "registry+https://github.com/rust-lang/crates.io-index"
101 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
102 dependencies = [
103 "hermit-abi",
104 "libc",
105 "winapi",
106 ]
107
108 [[package]]
109 98 name = "autocfg"
110 99 version = "1.4.0"
111 100 source = "registry+https://github.com/rust-lang/crates.io-index"
112 101 checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
113 102
114 103 [[package]]
115 104 name = "bitflags"
116 105 version = "1.3.2"
117 106 source = "registry+https://github.com/rust-lang/crates.io-index"
118 107 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
119 108
120 109 [[package]]
121 110 name = "bitflags"
122 111 version = "2.6.0"
123 112 source = "registry+https://github.com/rust-lang/crates.io-index"
124 113 checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
125 114
126 115 [[package]]
127 116 name = "bitmaps"
128 117 version = "2.1.0"
129 118 source = "registry+https://github.com/rust-lang/crates.io-index"
130 119 checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
131 120 dependencies = [
132 121 "typenum",
133 122 ]
134 123
135 124 [[package]]
136 125 name = "bitvec"
137 126 version = "1.0.1"
138 127 source = "registry+https://github.com/rust-lang/crates.io-index"
139 128 checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
140 129 dependencies = [
141 130 "funty",
142 131 "radium",
143 132 "tap",
144 133 "wyz",
145 134 ]
146 135
147 136 [[package]]
148 137 name = "block-buffer"
149 138 version = "0.9.0"
150 139 source = "registry+https://github.com/rust-lang/crates.io-index"
151 140 checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
152 141 dependencies = [
153 142 "generic-array",
154 143 ]
155 144
156 145 [[package]]
157 146 name = "block-buffer"
158 147 version = "0.10.4"
159 148 source = "registry+https://github.com/rust-lang/crates.io-index"
160 149 checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
161 150 dependencies = [
162 151 "generic-array",
163 152 ]
164 153
165 154 [[package]]
166 155 name = "bstr"
167 156 version = "1.11.0"
168 157 source = "registry+https://github.com/rust-lang/crates.io-index"
169 158 checksum = "1a68f1f47cdf0ec8ee4b941b2eee2a80cb796db73118c0dd09ac63fbe405be22"
170 159 dependencies = [
171 160 "memchr",
172 161 "regex-automata",
173 162 "serde",
174 163 ]
175 164
176 165 [[package]]
177 166 name = "bumpalo"
178 167 version = "3.16.0"
179 168 source = "registry+https://github.com/rust-lang/crates.io-index"
180 169 checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
181 170
182 171 [[package]]
183 172 name = "byteorder"
184 173 version = "1.5.0"
185 174 source = "registry+https://github.com/rust-lang/crates.io-index"
186 175 checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
187 176
188 177 [[package]]
189 178 name = "bytes-cast"
190 179 version = "0.3.0"
191 180 source = "registry+https://github.com/rust-lang/crates.io-index"
192 181 checksum = "a20de93b91d7703ca0e39e12930e310acec5ff4d715f4166e0ab026babb352e8"
193 182 dependencies = [
194 183 "bytes-cast-derive",
195 184 ]
196 185
197 186 [[package]]
198 187 name = "bytes-cast-derive"
199 188 version = "0.2.0"
200 189 source = "registry+https://github.com/rust-lang/crates.io-index"
201 190 checksum = "7470a6fcce58cde3d62cce758bf71007978b75247e6becd9255c9b884bcb4f71"
202 191 dependencies = [
203 192 "proc-macro2",
204 193 "quote",
205 194 "syn 1.0.109",
206 195 ]
207 196
208 197 [[package]]
209 198 name = "cc"
210 199 version = "1.2.1"
211 200 source = "registry+https://github.com/rust-lang/crates.io-index"
212 201 checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47"
213 202 dependencies = [
214 203 "jobserver",
215 204 "libc",
216 205 "shlex",
217 206 ]
218 207
219 208 [[package]]
220 209 name = "cfg-if"
221 210 version = "1.0.0"
222 211 source = "registry+https://github.com/rust-lang/crates.io-index"
223 212 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
224 213
225 214 [[package]]
226 215 name = "cfg_aliases"
227 216 version = "0.2.1"
228 217 source = "registry+https://github.com/rust-lang/crates.io-index"
229 218 checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
230 219
231 220 [[package]]
232 221 name = "chrono"
233 222 version = "0.4.38"
234 223 source = "registry+https://github.com/rust-lang/crates.io-index"
235 224 checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
236 225 dependencies = [
237 226 "android-tzdata",
238 227 "iana-time-zone",
239 228 "js-sys",
240 229 "num-traits",
241 230 "wasm-bindgen",
242 231 "windows-targets 0.52.6",
243 232 ]
244 233
245 234 [[package]]
246 235 name = "clap"
247 236 version = "4.5.21"
248 237 source = "registry+https://github.com/rust-lang/crates.io-index"
249 238 checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f"
250 239 dependencies = [
251 240 "clap_builder",
252 241 "clap_derive",
253 242 ]
254 243
255 244 [[package]]
256 245 name = "clap_builder"
257 246 version = "4.5.21"
258 247 source = "registry+https://github.com/rust-lang/crates.io-index"
259 248 checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec"
260 249 dependencies = [
261 250 "anstream",
262 251 "anstyle",
263 252 "clap_lex",
264 253 "strsim",
265 254 ]
266 255
267 256 [[package]]
268 257 name = "clap_derive"
269 258 version = "4.5.18"
270 259 source = "registry+https://github.com/rust-lang/crates.io-index"
271 260 checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
272 261 dependencies = [
273 262 "heck",
274 263 "proc-macro2",
275 264 "quote",
276 265 "syn 2.0.89",
277 266 ]
278 267
279 268 [[package]]
280 269 name = "clap_lex"
281 270 version = "0.7.3"
282 271 source = "registry+https://github.com/rust-lang/crates.io-index"
283 272 checksum = "afb84c814227b90d6895e01398aee0d8033c00e7466aca416fb6a8e0eb19d8a7"
284 273
285 274 [[package]]
286 275 name = "colorchoice"
287 276 version = "1.0.3"
288 277 source = "registry+https://github.com/rust-lang/crates.io-index"
289 278 checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
290 279
291 280 [[package]]
292 281 name = "console"
293 282 version = "0.15.8"
294 283 source = "registry+https://github.com/rust-lang/crates.io-index"
295 284 checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
296 285 dependencies = [
297 286 "encode_unicode",
298 287 "lazy_static",
299 288 "libc",
300 289 "unicode-width 0.1.14",
301 290 "windows-sys 0.52.0",
302 291 ]
303 292
304 293 [[package]]
305 294 name = "convert_case"
306 295 version = "0.4.0"
307 296 source = "registry+https://github.com/rust-lang/crates.io-index"
308 297 checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
309 298
310 299 [[package]]
311 300 name = "core-foundation-sys"
312 301 version = "0.8.7"
313 302 source = "registry+https://github.com/rust-lang/crates.io-index"
314 303 checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
315 304
316 305 [[package]]
317 306 name = "cpufeatures"
318 307 version = "0.2.15"
319 308 source = "registry+https://github.com/rust-lang/crates.io-index"
320 309 checksum = "0ca741a962e1b0bff6d724a1a0958b686406e853bb14061f218562e1896f95e6"
321 310 dependencies = [
322 311 "libc",
323 312 ]
324 313
325 314 [[package]]
326 315 name = "cpython"
327 316 version = "0.7.2"
328 317 source = "registry+https://github.com/rust-lang/crates.io-index"
329 318 checksum = "43b398a2c65baaf5892f10bb69b52508bf7a993380cc4ecd3785aaebb5c79389"
330 319 dependencies = [
331 320 "libc",
332 321 "num-traits",
333 322 "paste",
334 323 "python3-sys",
335 324 ]
336 325
337 326 [[package]]
338 327 name = "crc32fast"
339 328 version = "1.4.2"
340 329 source = "registry+https://github.com/rust-lang/crates.io-index"
341 330 checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
342 331 dependencies = [
343 332 "cfg-if",
344 333 ]
345 334
346 335 [[package]]
347 336 name = "crossbeam-channel"
348 337 version = "0.5.13"
349 338 source = "registry+https://github.com/rust-lang/crates.io-index"
350 339 checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
351 340 dependencies = [
352 341 "crossbeam-utils",
353 342 ]
354 343
355 344 [[package]]
356 345 name = "crossbeam-deque"
357 346 version = "0.8.5"
358 347 source = "registry+https://github.com/rust-lang/crates.io-index"
359 348 checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
360 349 dependencies = [
361 350 "crossbeam-epoch",
362 351 "crossbeam-utils",
363 352 ]
364 353
365 354 [[package]]
366 355 name = "crossbeam-epoch"
367 356 version = "0.9.18"
368 357 source = "registry+https://github.com/rust-lang/crates.io-index"
369 358 checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
370 359 dependencies = [
371 360 "crossbeam-utils",
372 361 ]
373 362
374 363 [[package]]
375 364 name = "crossbeam-utils"
376 365 version = "0.8.20"
377 366 source = "registry+https://github.com/rust-lang/crates.io-index"
378 367 checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
379 368
380 369 [[package]]
381 370 name = "crypto-common"
382 371 version = "0.1.6"
383 372 source = "registry+https://github.com/rust-lang/crates.io-index"
384 373 checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
385 374 dependencies = [
386 375 "generic-array",
387 376 "typenum",
388 377 ]
389 378
390 379 [[package]]
391 380 name = "ctrlc"
392 381 version = "3.4.5"
393 382 source = "registry+https://github.com/rust-lang/crates.io-index"
394 383 checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
395 384 dependencies = [
396 385 "nix",
397 386 "windows-sys 0.59.0",
398 387 ]
399 388
400 389 [[package]]
401 390 name = "derive_more"
402 391 version = "0.99.18"
403 392 source = "registry+https://github.com/rust-lang/crates.io-index"
404 393 checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
405 394 dependencies = [
406 395 "convert_case",
407 396 "proc-macro2",
408 397 "quote",
409 398 "rustc_version",
410 399 "syn 2.0.89",
411 400 ]
412 401
413 402 [[package]]
414 403 name = "diff"
415 404 version = "0.1.13"
416 405 source = "registry+https://github.com/rust-lang/crates.io-index"
417 406 checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
418 407
419 408 [[package]]
420 409 name = "digest"
421 410 version = "0.9.0"
422 411 source = "registry+https://github.com/rust-lang/crates.io-index"
423 412 checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
424 413 dependencies = [
425 414 "generic-array",
426 415 ]
427 416
428 417 [[package]]
429 418 name = "digest"
430 419 version = "0.10.7"
431 420 source = "registry+https://github.com/rust-lang/crates.io-index"
432 421 checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
433 422 dependencies = [
434 423 "block-buffer 0.10.4",
435 424 "crypto-common",
436 425 ]
437 426
438 427 [[package]]
439 428 name = "dirs"
440 429 version = "5.0.1"
441 430 source = "registry+https://github.com/rust-lang/crates.io-index"
442 431 checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
443 432 dependencies = [
444 433 "dirs-sys",
445 434 ]
446 435
447 436 [[package]]
448 437 name = "dirs-sys"
449 438 version = "0.4.1"
450 439 source = "registry+https://github.com/rust-lang/crates.io-index"
451 440 checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
452 441 dependencies = [
453 442 "libc",
454 443 "option-ext",
455 444 "redox_users",
456 445 "windows-sys 0.48.0",
457 446 ]
458 447
459 448 [[package]]
460 449 name = "dyn-clone"
461 450 version = "1.0.17"
462 451 source = "registry+https://github.com/rust-lang/crates.io-index"
463 452 checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
464 453
465 454 [[package]]
466 455 name = "either"
467 456 version = "1.13.0"
468 457 source = "registry+https://github.com/rust-lang/crates.io-index"
469 458 checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
470 459
471 460 [[package]]
472 461 name = "encode_unicode"
473 462 version = "0.3.6"
474 463 source = "registry+https://github.com/rust-lang/crates.io-index"
475 464 checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
476 465
477 466 [[package]]
478 name = "env_logger"
479 version = "0.9.3"
467 name = "env_filter"
468 version = "0.1.2"
480 469 source = "registry+https://github.com/rust-lang/crates.io-index"
481 checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
470 checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
482 471 dependencies = [
483 "atty",
472 "log",
473 "regex",
474 ]
475
476 [[package]]
477 name = "env_logger"
478 version = "0.11.5"
479 source = "registry+https://github.com/rust-lang/crates.io-index"
480 checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
481 dependencies = [
482 "anstream",
483 "anstyle",
484 "env_filter",
484 485 "humantime",
485 486 "log",
486 "regex",
487 "termcolor",
488 487 ]
489 488
490 489 [[package]]
491 490 name = "errno"
492 491 version = "0.3.9"
493 492 source = "registry+https://github.com/rust-lang/crates.io-index"
494 493 checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
495 494 dependencies = [
496 495 "libc",
497 496 "windows-sys 0.52.0",
498 497 ]
499 498
500 499 [[package]]
501 500 name = "fastrand"
502 501 version = "2.2.0"
503 502 source = "registry+https://github.com/rust-lang/crates.io-index"
504 503 checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4"
505 504
506 505 [[package]]
507 506 name = "filetime"
508 507 version = "0.2.25"
509 508 source = "registry+https://github.com/rust-lang/crates.io-index"
510 509 checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
511 510 dependencies = [
512 511 "cfg-if",
513 512 "libc",
514 513 "libredox",
515 514 "windows-sys 0.59.0",
516 515 ]
517 516
518 517 [[package]]
519 518 name = "flate2"
520 519 version = "1.0.35"
521 520 source = "registry+https://github.com/rust-lang/crates.io-index"
522 521 checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
523 522 dependencies = [
524 523 "crc32fast",
525 524 "libz-sys",
526 525 "miniz_oxide",
527 526 ]
528 527
529 528 [[package]]
530 529 name = "format-bytes"
531 530 version = "0.3.0"
532 531 source = "registry+https://github.com/rust-lang/crates.io-index"
533 532 checksum = "48942366ef93975da38e175ac9e10068c6fc08ca9e85930d4f098f4d5b14c2fd"
534 533 dependencies = [
535 534 "format-bytes-macros",
536 535 ]
537 536
538 537 [[package]]
539 538 name = "format-bytes-macros"
540 539 version = "0.4.0"
541 540 source = "registry+https://github.com/rust-lang/crates.io-index"
542 541 checksum = "203aadebefcc73d12038296c228eabf830f99cba991b0032adf20e9fa6ce7e4f"
543 542 dependencies = [
544 543 "proc-macro2",
545 544 "quote",
546 545 "syn 1.0.109",
547 546 ]
548 547
549 548 [[package]]
550 549 name = "funty"
551 550 version = "2.0.0"
552 551 source = "registry+https://github.com/rust-lang/crates.io-index"
553 552 checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
554 553
555 554 [[package]]
556 555 name = "generic-array"
557 556 version = "0.14.7"
558 557 source = "registry+https://github.com/rust-lang/crates.io-index"
559 558 checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
560 559 dependencies = [
561 560 "typenum",
562 561 "version_check",
563 562 ]
564 563
565 564 [[package]]
566 565 name = "getrandom"
567 566 version = "0.1.16"
568 567 source = "registry+https://github.com/rust-lang/crates.io-index"
569 568 checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
570 569 dependencies = [
571 570 "cfg-if",
572 571 "libc",
573 572 "wasi 0.9.0+wasi-snapshot-preview1",
574 573 ]
575 574
576 575 [[package]]
577 576 name = "getrandom"
578 577 version = "0.2.15"
579 578 source = "registry+https://github.com/rust-lang/crates.io-index"
580 579 checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
581 580 dependencies = [
582 581 "cfg-if",
583 582 "libc",
584 583 "wasi 0.11.0+wasi-snapshot-preview1",
585 584 ]
586 585
587 586 [[package]]
588 587 name = "hashbrown"
589 588 version = "0.12.3"
590 589 source = "registry+https://github.com/rust-lang/crates.io-index"
591 590 checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
592 591
593 592 [[package]]
594 593 name = "hashbrown"
595 594 version = "0.13.2"
596 595 source = "registry+https://github.com/rust-lang/crates.io-index"
597 596 checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
598 597 dependencies = [
599 598 "ahash",
600 599 "rayon",
601 600 ]
602 601
603 602 [[package]]
604 603 name = "heck"
605 604 version = "0.5.0"
606 605 source = "registry+https://github.com/rust-lang/crates.io-index"
607 606 checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
608 607
609 608 [[package]]
610 name = "hermit-abi"
611 version = "0.1.19"
612 source = "registry+https://github.com/rust-lang/crates.io-index"
613 checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
614 dependencies = [
615 "libc",
616 ]
617
618 [[package]]
619 609 name = "hex"
620 610 version = "0.4.3"
621 611 source = "registry+https://github.com/rust-lang/crates.io-index"
622 612 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
623 613
624 614 [[package]]
625 615 name = "hg-core"
626 616 version = "0.1.0"
627 617 dependencies = [
628 618 "bitflags 1.3.2",
629 619 "bitvec",
630 620 "byteorder",
631 621 "bytes-cast",
632 622 "chrono",
633 623 "clap",
634 624 "crossbeam-channel",
635 625 "ctrlc",
636 626 "derive_more",
637 627 "dyn-clone",
638 628 "filetime",
639 629 "flate2",
640 630 "format-bytes",
641 631 "hashbrown 0.13.2",
642 632 "home",
643 633 "im-rc",
644 634 "indicatif",
645 635 "itertools",
646 636 "lazy_static",
647 637 "libc",
648 638 "log",
649 639 "logging_timer",
650 640 "memchr",
651 641 "memmap2",
652 642 "once_cell",
653 643 "pretty_assertions",
654 644 "rand 0.8.5",
655 645 "rand_distr",
656 646 "rand_pcg",
657 647 "rayon",
658 648 "regex",
659 649 "same-file",
660 650 "schnellru",
661 651 "self_cell",
662 652 "serde",
663 653 "sha-1 0.10.1",
664 654 "tempfile",
665 655 "thread_local",
666 656 "toml",
667 657 "twox-hash",
668 658 "uuid",
669 659 "zstd",
670 660 ]
671 661
672 662 [[package]]
673 663 name = "hg-cpython"
674 664 version = "0.1.0"
675 665 dependencies = [
676 666 "cpython",
677 667 "crossbeam-channel",
678 668 "env_logger",
679 669 "hg-core",
680 670 "libc",
681 671 "log",
682 672 "logging_timer",
683 673 "python3-sys",
684 674 "stable_deref_trait",
685 675 "vcsgraph",
686 676 ]
687 677
688 678 [[package]]
689 679 name = "home"
690 680 version = "0.5.9"
691 681 source = "registry+https://github.com/rust-lang/crates.io-index"
692 682 checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
693 683 dependencies = [
694 684 "windows-sys 0.52.0",
695 685 ]
696 686
697 687 [[package]]
698 688 name = "humantime"
699 689 version = "2.1.0"
700 690 source = "registry+https://github.com/rust-lang/crates.io-index"
701 691 checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
702 692
703 693 [[package]]
704 694 name = "iana-time-zone"
705 695 version = "0.1.61"
706 696 source = "registry+https://github.com/rust-lang/crates.io-index"
707 697 checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
708 698 dependencies = [
709 699 "android_system_properties",
710 700 "core-foundation-sys",
711 701 "iana-time-zone-haiku",
712 702 "js-sys",
713 703 "wasm-bindgen",
714 704 "windows-core",
715 705 ]
716 706
717 707 [[package]]
718 708 name = "iana-time-zone-haiku"
719 709 version = "0.1.2"
720 710 source = "registry+https://github.com/rust-lang/crates.io-index"
721 711 checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
722 712 dependencies = [
723 713 "cc",
724 714 ]
725 715
726 716 [[package]]
727 717 name = "im-rc"
728 718 version = "15.1.0"
729 719 source = "registry+https://github.com/rust-lang/crates.io-index"
730 720 checksum = "af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe"
731 721 dependencies = [
732 722 "bitmaps",
733 723 "rand_core 0.6.4",
734 724 "rand_xoshiro",
735 725 "sized-chunks",
736 726 "typenum",
737 727 "version_check",
738 728 ]
739 729
740 730 [[package]]
741 731 name = "indexmap"
742 732 version = "1.9.3"
743 733 source = "registry+https://github.com/rust-lang/crates.io-index"
744 734 checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
745 735 dependencies = [
746 736 "autocfg",
747 737 "hashbrown 0.12.3",
748 738 ]
749 739
750 740 [[package]]
751 741 name = "indicatif"
752 742 version = "0.17.9"
753 743 source = "registry+https://github.com/rust-lang/crates.io-index"
754 744 checksum = "cbf675b85ed934d3c67b5c5469701eec7db22689d0a2139d856e0925fa28b281"
755 745 dependencies = [
756 746 "console",
757 747 "number_prefix",
758 748 "portable-atomic",
759 749 "unicode-width 0.2.0",
760 750 "web-time",
761 751 ]
762 752
763 753 [[package]]
764 754 name = "is_terminal_polyfill"
765 755 version = "1.70.1"
766 756 source = "registry+https://github.com/rust-lang/crates.io-index"
767 757 checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
768 758
769 759 [[package]]
770 760 name = "itertools"
771 761 version = "0.10.5"
772 762 source = "registry+https://github.com/rust-lang/crates.io-index"
773 763 checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
774 764 dependencies = [
775 765 "either",
776 766 ]
777 767
778 768 [[package]]
779 769 name = "jobserver"
780 770 version = "0.1.32"
781 771 source = "registry+https://github.com/rust-lang/crates.io-index"
782 772 checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
783 773 dependencies = [
784 774 "libc",
785 775 ]
786 776
787 777 [[package]]
788 778 name = "js-sys"
789 779 version = "0.3.72"
790 780 source = "registry+https://github.com/rust-lang/crates.io-index"
791 781 checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9"
792 782 dependencies = [
793 783 "wasm-bindgen",
794 784 ]
795 785
796 786 [[package]]
797 787 name = "lazy_static"
798 788 version = "1.5.0"
799 789 source = "registry+https://github.com/rust-lang/crates.io-index"
800 790 checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
801 791
802 792 [[package]]
803 793 name = "libc"
804 794 version = "0.2.164"
805 795 source = "registry+https://github.com/rust-lang/crates.io-index"
806 796 checksum = "433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f"
807 797
808 798 [[package]]
809 799 name = "libm"
810 800 version = "0.2.11"
811 801 source = "registry+https://github.com/rust-lang/crates.io-index"
812 802 checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
813 803
814 804 [[package]]
815 805 name = "libredox"
816 806 version = "0.1.3"
817 807 source = "registry+https://github.com/rust-lang/crates.io-index"
818 808 checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
819 809 dependencies = [
820 810 "bitflags 2.6.0",
821 811 "libc",
822 812 "redox_syscall",
823 813 ]
824 814
825 815 [[package]]
826 816 name = "libz-sys"
827 817 version = "1.1.20"
828 818 source = "registry+https://github.com/rust-lang/crates.io-index"
829 819 checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
830 820 dependencies = [
831 821 "cc",
832 822 "pkg-config",
833 823 "vcpkg",
834 824 ]
835 825
836 826 [[package]]
837 827 name = "linux-raw-sys"
838 828 version = "0.4.14"
839 829 source = "registry+https://github.com/rust-lang/crates.io-index"
840 830 checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
841 831
842 832 [[package]]
843 833 name = "log"
844 834 version = "0.4.22"
845 835 source = "registry+https://github.com/rust-lang/crates.io-index"
846 836 checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
847 837
848 838 [[package]]
849 839 name = "logging_timer"
850 840 version = "1.1.1"
851 841 source = "registry+https://github.com/rust-lang/crates.io-index"
852 842 checksum = "5669c09dbcb4a0b5f6de8364154495574238e18d6736bbdaa7726307f3268471"
853 843 dependencies = [
854 844 "log",
855 845 "logging_timer_proc_macros",
856 846 ]
857 847
858 848 [[package]]
859 849 name = "logging_timer_proc_macros"
860 850 version = "1.1.1"
861 851 source = "registry+https://github.com/rust-lang/crates.io-index"
862 852 checksum = "27906ca51651609191eeb2d1fdc6b52b8024789ec188b07aad88b6dfbe392fbe"
863 853 dependencies = [
864 854 "log",
865 855 "proc-macro2",
866 856 "quote",
867 857 "syn 1.0.109",
868 858 ]
869 859
870 860 [[package]]
871 861 name = "memchr"
872 862 version = "2.7.4"
873 863 source = "registry+https://github.com/rust-lang/crates.io-index"
874 864 checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
875 865
876 866 [[package]]
877 867 name = "memmap2"
878 868 version = "0.5.10"
879 869 source = "registry+https://github.com/rust-lang/crates.io-index"
880 870 checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
881 871 dependencies = [
882 872 "libc",
883 873 "stable_deref_trait",
884 874 ]
885 875
886 876 [[package]]
887 877 name = "miniz_oxide"
888 878 version = "0.8.0"
889 879 source = "registry+https://github.com/rust-lang/crates.io-index"
890 880 checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
891 881 dependencies = [
892 882 "adler2",
893 883 ]
894 884
895 885 [[package]]
896 886 name = "nix"
897 887 version = "0.29.0"
898 888 source = "registry+https://github.com/rust-lang/crates.io-index"
899 889 checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
900 890 dependencies = [
901 891 "bitflags 2.6.0",
902 892 "cfg-if",
903 893 "cfg_aliases",
904 894 "libc",
905 895 ]
906 896
907 897 [[package]]
908 898 name = "nom8"
909 899 version = "0.2.0"
910 900 source = "registry+https://github.com/rust-lang/crates.io-index"
911 901 checksum = "ae01545c9c7fc4486ab7debaf2aad7003ac19431791868fb2e8066df97fad2f8"
912 902 dependencies = [
913 903 "memchr",
914 904 ]
915 905
916 906 [[package]]
917 907 name = "num-traits"
918 908 version = "0.2.19"
919 909 source = "registry+https://github.com/rust-lang/crates.io-index"
920 910 checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
921 911 dependencies = [
922 912 "autocfg",
923 913 "libm",
924 914 ]
925 915
926 916 [[package]]
927 917 name = "number_prefix"
928 918 version = "0.4.0"
929 919 source = "registry+https://github.com/rust-lang/crates.io-index"
930 920 checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
931 921
932 922 [[package]]
933 923 name = "once_cell"
934 924 version = "1.20.2"
935 925 source = "registry+https://github.com/rust-lang/crates.io-index"
936 926 checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
937 927
938 928 [[package]]
939 929 name = "opaque-debug"
940 930 version = "0.3.1"
941 931 source = "registry+https://github.com/rust-lang/crates.io-index"
942 932 checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
943 933
944 934 [[package]]
945 935 name = "option-ext"
946 936 version = "0.2.0"
947 937 source = "registry+https://github.com/rust-lang/crates.io-index"
948 938 checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
949 939
950 940 [[package]]
951 941 name = "os_str_bytes"
952 942 version = "6.6.1"
953 943 source = "registry+https://github.com/rust-lang/crates.io-index"
954 944 checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1"
955 945 dependencies = [
956 946 "memchr",
957 947 ]
958 948
959 949 [[package]]
960 950 name = "paste"
961 951 version = "1.0.15"
962 952 source = "registry+https://github.com/rust-lang/crates.io-index"
963 953 checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
964 954
965 955 [[package]]
966 956 name = "pkg-config"
967 957 version = "0.3.31"
968 958 source = "registry+https://github.com/rust-lang/crates.io-index"
969 959 checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
970 960
971 961 [[package]]
972 962 name = "portable-atomic"
973 963 version = "1.9.0"
974 964 source = "registry+https://github.com/rust-lang/crates.io-index"
975 965 checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2"
976 966
977 967 [[package]]
978 968 name = "ppv-lite86"
979 969 version = "0.2.20"
980 970 source = "registry+https://github.com/rust-lang/crates.io-index"
981 971 checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
982 972 dependencies = [
983 973 "zerocopy",
984 974 ]
985 975
986 976 [[package]]
987 977 name = "pretty_assertions"
988 978 version = "1.4.1"
989 979 source = "registry+https://github.com/rust-lang/crates.io-index"
990 980 checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
991 981 dependencies = [
992 982 "diff",
993 983 "yansi",
994 984 ]
995 985
996 986 [[package]]
997 987 name = "proc-macro2"
998 988 version = "1.0.91"
999 989 source = "registry+https://github.com/rust-lang/crates.io-index"
1000 990 checksum = "307e3004becf10f5a6e0d59d20f3cd28231b0e0827a96cd3e0ce6d14bc1e4bb3"
1001 991 dependencies = [
1002 992 "unicode-ident",
1003 993 ]
1004 994
1005 995 [[package]]
1006 996 name = "python3-sys"
1007 997 version = "0.7.2"
1008 998 source = "registry+https://github.com/rust-lang/crates.io-index"
1009 999 checksum = "0f53ef6740367a09718d2cd21ba15b0d7972342a38e554736bcee7773e45c9f5"
1010 1000 dependencies = [
1011 1001 "libc",
1012 1002 "regex",
1013 1003 ]
1014 1004
1015 1005 [[package]]
1016 1006 name = "quote"
1017 1007 version = "1.0.37"
1018 1008 source = "registry+https://github.com/rust-lang/crates.io-index"
1019 1009 checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
1020 1010 dependencies = [
1021 1011 "proc-macro2",
1022 1012 ]
1023 1013
1024 1014 [[package]]
1025 1015 name = "radium"
1026 1016 version = "0.7.0"
1027 1017 source = "registry+https://github.com/rust-lang/crates.io-index"
1028 1018 checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
1029 1019
1030 1020 [[package]]
1031 1021 name = "rand"
1032 1022 version = "0.7.3"
1033 1023 source = "registry+https://github.com/rust-lang/crates.io-index"
1034 1024 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
1035 1025 dependencies = [
1036 1026 "getrandom 0.1.16",
1037 1027 "libc",
1038 1028 "rand_chacha 0.2.2",
1039 1029 "rand_core 0.5.1",
1040 1030 "rand_hc",
1041 1031 ]
1042 1032
1043 1033 [[package]]
1044 1034 name = "rand"
1045 1035 version = "0.8.5"
1046 1036 source = "registry+https://github.com/rust-lang/crates.io-index"
1047 1037 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1048 1038 dependencies = [
1049 1039 "libc",
1050 1040 "rand_chacha 0.3.1",
1051 1041 "rand_core 0.6.4",
1052 1042 ]
1053 1043
1054 1044 [[package]]
1055 1045 name = "rand_chacha"
1056 1046 version = "0.2.2"
1057 1047 source = "registry+https://github.com/rust-lang/crates.io-index"
1058 1048 checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
1059 1049 dependencies = [
1060 1050 "ppv-lite86",
1061 1051 "rand_core 0.5.1",
1062 1052 ]
1063 1053
1064 1054 [[package]]
1065 1055 name = "rand_chacha"
1066 1056 version = "0.3.1"
1067 1057 source = "registry+https://github.com/rust-lang/crates.io-index"
1068 1058 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1069 1059 dependencies = [
1070 1060 "ppv-lite86",
1071 1061 "rand_core 0.6.4",
1072 1062 ]
1073 1063
1074 1064 [[package]]
1075 1065 name = "rand_core"
1076 1066 version = "0.5.1"
1077 1067 source = "registry+https://github.com/rust-lang/crates.io-index"
1078 1068 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
1079 1069 dependencies = [
1080 1070 "getrandom 0.1.16",
1081 1071 ]
1082 1072
1083 1073 [[package]]
1084 1074 name = "rand_core"
1085 1075 version = "0.6.4"
1086 1076 source = "registry+https://github.com/rust-lang/crates.io-index"
1087 1077 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1088 1078 dependencies = [
1089 1079 "getrandom 0.2.15",
1090 1080 ]
1091 1081
1092 1082 [[package]]
1093 1083 name = "rand_distr"
1094 1084 version = "0.4.3"
1095 1085 source = "registry+https://github.com/rust-lang/crates.io-index"
1096 1086 checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
1097 1087 dependencies = [
1098 1088 "num-traits",
1099 1089 "rand 0.8.5",
1100 1090 ]
1101 1091
1102 1092 [[package]]
1103 1093 name = "rand_hc"
1104 1094 version = "0.2.0"
1105 1095 source = "registry+https://github.com/rust-lang/crates.io-index"
1106 1096 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
1107 1097 dependencies = [
1108 1098 "rand_core 0.5.1",
1109 1099 ]
1110 1100
1111 1101 [[package]]
1112 1102 name = "rand_pcg"
1113 1103 version = "0.3.1"
1114 1104 source = "registry+https://github.com/rust-lang/crates.io-index"
1115 1105 checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
1116 1106 dependencies = [
1117 1107 "rand_core 0.6.4",
1118 1108 ]
1119 1109
1120 1110 [[package]]
1121 1111 name = "rand_xoshiro"
1122 1112 version = "0.6.0"
1123 1113 source = "registry+https://github.com/rust-lang/crates.io-index"
1124 1114 checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
1125 1115 dependencies = [
1126 1116 "rand_core 0.6.4",
1127 1117 ]
1128 1118
1129 1119 [[package]]
1130 1120 name = "rayon"
1131 1121 version = "1.10.0"
1132 1122 source = "registry+https://github.com/rust-lang/crates.io-index"
1133 1123 checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
1134 1124 dependencies = [
1135 1125 "either",
1136 1126 "rayon-core",
1137 1127 ]
1138 1128
1139 1129 [[package]]
1140 1130 name = "rayon-core"
1141 1131 version = "1.12.1"
1142 1132 source = "registry+https://github.com/rust-lang/crates.io-index"
1143 1133 checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
1144 1134 dependencies = [
1145 1135 "crossbeam-deque",
1146 1136 "crossbeam-utils",
1147 1137 ]
1148 1138
1149 1139 [[package]]
1150 1140 name = "redox_syscall"
1151 1141 version = "0.5.7"
1152 1142 source = "registry+https://github.com/rust-lang/crates.io-index"
1153 1143 checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
1154 1144 dependencies = [
1155 1145 "bitflags 2.6.0",
1156 1146 ]
1157 1147
1158 1148 [[package]]
1159 1149 name = "redox_users"
1160 1150 version = "0.4.6"
1161 1151 source = "registry+https://github.com/rust-lang/crates.io-index"
1162 1152 checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
1163 1153 dependencies = [
1164 1154 "getrandom 0.2.15",
1165 1155 "libredox",
1166 1156 "thiserror",
1167 1157 ]
1168 1158
1169 1159 [[package]]
1170 1160 name = "regex"
1171 1161 version = "1.11.1"
1172 1162 source = "registry+https://github.com/rust-lang/crates.io-index"
1173 1163 checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
1174 1164 dependencies = [
1175 1165 "aho-corasick",
1176 1166 "memchr",
1177 1167 "regex-automata",
1178 1168 "regex-syntax",
1179 1169 ]
1180 1170
1181 1171 [[package]]
1182 1172 name = "regex-automata"
1183 1173 version = "0.4.9"
1184 1174 source = "registry+https://github.com/rust-lang/crates.io-index"
1185 1175 checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
1186 1176 dependencies = [
1187 1177 "aho-corasick",
1188 1178 "memchr",
1189 1179 "regex-syntax",
1190 1180 ]
1191 1181
1192 1182 [[package]]
1193 1183 name = "regex-syntax"
1194 1184 version = "0.8.5"
1195 1185 source = "registry+https://github.com/rust-lang/crates.io-index"
1196 1186 checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
1197 1187
1198 1188 [[package]]
1199 1189 name = "rhg"
1200 1190 version = "0.1.0"
1201 1191 dependencies = [
1202 1192 "atty",
1203 1193 "chrono",
1204 1194 "clap",
1205 1195 "derive_more",
1206 1196 "env_logger",
1207 1197 "format-bytes",
1208 1198 "hg-core",
1209 1199 "home",
1210 1200 "lazy_static",
1211 1201 "libc",
1212 1202 "log",
1213 1203 "logging_timer",
1214 1204 "rayon",
1215 1205 "regex",
1216 1206 "shellexpand",
1217 1207 "which",
1218 1208 "whoami",
1219 1209 ]
1220 1210
1221 1211 [[package]]
1222 1212 name = "rustc_version"
1223 1213 version = "0.4.1"
1224 1214 source = "registry+https://github.com/rust-lang/crates.io-index"
1225 1215 checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
1226 1216 dependencies = [
1227 1217 "semver",
1228 1218 ]
1229 1219
1230 1220 [[package]]
1231 1221 name = "rustix"
1232 1222 version = "0.38.41"
1233 1223 source = "registry+https://github.com/rust-lang/crates.io-index"
1234 1224 checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6"
1235 1225 dependencies = [
1236 1226 "bitflags 2.6.0",
1237 1227 "errno",
1238 1228 "libc",
1239 1229 "linux-raw-sys",
1240 1230 "windows-sys 0.52.0",
1241 1231 ]
1242 1232
1243 1233 [[package]]
1244 1234 name = "same-file"
1245 1235 version = "1.0.6"
1246 1236 source = "registry+https://github.com/rust-lang/crates.io-index"
1247 1237 checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1248 1238 dependencies = [
1249 1239 "winapi-util",
1250 1240 ]
1251 1241
1252 1242 [[package]]
1253 1243 name = "schnellru"
1254 1244 version = "0.2.3"
1255 1245 source = "registry+https://github.com/rust-lang/crates.io-index"
1256 1246 checksum = "c9a8ef13a93c54d20580de1e5c413e624e53121d42fc7e2c11d10ef7f8b02367"
1257 1247 dependencies = [
1258 1248 "ahash",
1259 1249 "cfg-if",
1260 1250 "hashbrown 0.13.2",
1261 1251 ]
1262 1252
1263 1253 [[package]]
1264 1254 name = "self_cell"
1265 1255 version = "1.0.4"
1266 1256 source = "registry+https://github.com/rust-lang/crates.io-index"
1267 1257 checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
1268 1258
1269 1259 [[package]]
1270 1260 name = "semver"
1271 1261 version = "1.0.23"
1272 1262 source = "registry+https://github.com/rust-lang/crates.io-index"
1273 1263 checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
1274 1264
1275 1265 [[package]]
1276 1266 name = "serde"
1277 1267 version = "1.0.215"
1278 1268 source = "registry+https://github.com/rust-lang/crates.io-index"
1279 1269 checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f"
1280 1270 dependencies = [
1281 1271 "serde_derive",
1282 1272 ]
1283 1273
1284 1274 [[package]]
1285 1275 name = "serde_derive"
1286 1276 version = "1.0.215"
1287 1277 source = "registry+https://github.com/rust-lang/crates.io-index"
1288 1278 checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0"
1289 1279 dependencies = [
1290 1280 "proc-macro2",
1291 1281 "quote",
1292 1282 "syn 2.0.89",
1293 1283 ]
1294 1284
1295 1285 [[package]]
1296 1286 name = "serde_spanned"
1297 1287 version = "0.6.8"
1298 1288 source = "registry+https://github.com/rust-lang/crates.io-index"
1299 1289 checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
1300 1290 dependencies = [
1301 1291 "serde",
1302 1292 ]
1303 1293
1304 1294 [[package]]
1305 1295 name = "sha-1"
1306 1296 version = "0.9.8"
1307 1297 source = "registry+https://github.com/rust-lang/crates.io-index"
1308 1298 checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
1309 1299 dependencies = [
1310 1300 "block-buffer 0.9.0",
1311 1301 "cfg-if",
1312 1302 "cpufeatures",
1313 1303 "digest 0.9.0",
1314 1304 "opaque-debug",
1315 1305 ]
1316 1306
1317 1307 [[package]]
1318 1308 name = "sha-1"
1319 1309 version = "0.10.1"
1320 1310 source = "registry+https://github.com/rust-lang/crates.io-index"
1321 1311 checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
1322 1312 dependencies = [
1323 1313 "cfg-if",
1324 1314 "cpufeatures",
1325 1315 "digest 0.10.7",
1326 1316 ]
1327 1317
1328 1318 [[package]]
1329 1319 name = "shellexpand"
1330 1320 version = "3.1.0"
1331 1321 source = "registry+https://github.com/rust-lang/crates.io-index"
1332 1322 checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
1333 1323 dependencies = [
1334 1324 "bstr",
1335 1325 "dirs",
1336 1326 "os_str_bytes",
1337 1327 ]
1338 1328
1339 1329 [[package]]
1340 1330 name = "shlex"
1341 1331 version = "1.3.0"
1342 1332 source = "registry+https://github.com/rust-lang/crates.io-index"
1343 1333 checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1344 1334
1345 1335 [[package]]
1346 1336 name = "sized-chunks"
1347 1337 version = "0.6.5"
1348 1338 source = "registry+https://github.com/rust-lang/crates.io-index"
1349 1339 checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e"
1350 1340 dependencies = [
1351 1341 "bitmaps",
1352 1342 "typenum",
1353 1343 ]
1354 1344
1355 1345 [[package]]
1356 1346 name = "stable_deref_trait"
1357 1347 version = "1.2.0"
1358 1348 source = "registry+https://github.com/rust-lang/crates.io-index"
1359 1349 checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
1360 1350
1361 1351 [[package]]
1362 1352 name = "static_assertions"
1363 1353 version = "1.1.0"
1364 1354 source = "registry+https://github.com/rust-lang/crates.io-index"
1365 1355 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
1366 1356
1367 1357 [[package]]
1368 1358 name = "strsim"
1369 1359 version = "0.11.1"
1370 1360 source = "registry+https://github.com/rust-lang/crates.io-index"
1371 1361 checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1372 1362
1373 1363 [[package]]
1374 1364 name = "syn"
1375 1365 version = "1.0.109"
1376 1366 source = "registry+https://github.com/rust-lang/crates.io-index"
1377 1367 checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1378 1368 dependencies = [
1379 1369 "proc-macro2",
1380 1370 "quote",
1381 1371 "unicode-ident",
1382 1372 ]
1383 1373
1384 1374 [[package]]
1385 1375 name = "syn"
1386 1376 version = "2.0.89"
1387 1377 source = "registry+https://github.com/rust-lang/crates.io-index"
1388 1378 checksum = "44d46482f1c1c87acd84dea20c1bf5ebff4c757009ed6bf19cfd36fb10e92c4e"
1389 1379 dependencies = [
1390 1380 "proc-macro2",
1391 1381 "quote",
1392 1382 "unicode-ident",
1393 1383 ]
1394 1384
1395 1385 [[package]]
1396 1386 name = "tap"
1397 1387 version = "1.0.1"
1398 1388 source = "registry+https://github.com/rust-lang/crates.io-index"
1399 1389 checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
1400 1390
1401 1391 [[package]]
1402 1392 name = "tempfile"
1403 1393 version = "3.14.0"
1404 1394 source = "registry+https://github.com/rust-lang/crates.io-index"
1405 1395 checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c"
1406 1396 dependencies = [
1407 1397 "cfg-if",
1408 1398 "fastrand",
1409 1399 "once_cell",
1410 1400 "rustix",
1411 1401 "windows-sys 0.59.0",
1412 1402 ]
1413 1403
1414 1404 [[package]]
1415 name = "termcolor"
1416 version = "1.4.1"
1417 source = "registry+https://github.com/rust-lang/crates.io-index"
1418 checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
1419 dependencies = [
1420 "winapi-util",
1421 ]
1422
1423 [[package]]
1424 1405 name = "thiserror"
1425 1406 version = "1.0.69"
1426 1407 source = "registry+https://github.com/rust-lang/crates.io-index"
1427 1408 checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1428 1409 dependencies = [
1429 1410 "thiserror-impl",
1430 1411 ]
1431 1412
1432 1413 [[package]]
1433 1414 name = "thiserror-impl"
1434 1415 version = "1.0.69"
1435 1416 source = "registry+https://github.com/rust-lang/crates.io-index"
1436 1417 checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1437 1418 dependencies = [
1438 1419 "proc-macro2",
1439 1420 "quote",
1440 1421 "syn 2.0.89",
1441 1422 ]
1442 1423
1443 1424 [[package]]
1444 1425 name = "thread_local"
1445 1426 version = "1.1.8"
1446 1427 source = "registry+https://github.com/rust-lang/crates.io-index"
1447 1428 checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
1448 1429 dependencies = [
1449 1430 "cfg-if",
1450 1431 "once_cell",
1451 1432 ]
1452 1433
1453 1434 [[package]]
1454 1435 name = "toml"
1455 1436 version = "0.6.0"
1456 1437 source = "registry+https://github.com/rust-lang/crates.io-index"
1457 1438 checksum = "4fb9d890e4dc9298b70f740f615f2e05b9db37dce531f6b24fb77ac993f9f217"
1458 1439 dependencies = [
1459 1440 "serde",
1460 1441 "serde_spanned",
1461 1442 "toml_datetime",
1462 1443 "toml_edit",
1463 1444 ]
1464 1445
1465 1446 [[package]]
1466 1447 name = "toml_datetime"
1467 1448 version = "0.5.1"
1468 1449 source = "registry+https://github.com/rust-lang/crates.io-index"
1469 1450 checksum = "4553f467ac8e3d374bc9a177a26801e5d0f9b211aa1673fb137a403afd1c9cf5"
1470 1451 dependencies = [
1471 1452 "serde",
1472 1453 ]
1473 1454
1474 1455 [[package]]
1475 1456 name = "toml_edit"
1476 1457 version = "0.18.1"
1477 1458 source = "registry+https://github.com/rust-lang/crates.io-index"
1478 1459 checksum = "56c59d8dd7d0dcbc6428bf7aa2f0e823e26e43b3c9aca15bbc9475d23e5fa12b"
1479 1460 dependencies = [
1480 1461 "indexmap",
1481 1462 "nom8",
1482 1463 "serde",
1483 1464 "serde_spanned",
1484 1465 "toml_datetime",
1485 1466 ]
1486 1467
1487 1468 [[package]]
1488 1469 name = "twox-hash"
1489 1470 version = "1.6.3"
1490 1471 source = "registry+https://github.com/rust-lang/crates.io-index"
1491 1472 checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
1492 1473 dependencies = [
1493 1474 "cfg-if",
1494 1475 "rand 0.8.5",
1495 1476 "static_assertions",
1496 1477 ]
1497 1478
1498 1479 [[package]]
1499 1480 name = "typenum"
1500 1481 version = "1.17.0"
1501 1482 source = "registry+https://github.com/rust-lang/crates.io-index"
1502 1483 checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
1503 1484
1504 1485 [[package]]
1505 1486 name = "unicode-ident"
1506 1487 version = "1.0.14"
1507 1488 source = "registry+https://github.com/rust-lang/crates.io-index"
1508 1489 checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
1509 1490
1510 1491 [[package]]
1511 1492 name = "unicode-width"
1512 1493 version = "0.1.14"
1513 1494 source = "registry+https://github.com/rust-lang/crates.io-index"
1514 1495 checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
1515 1496
1516 1497 [[package]]
1517 1498 name = "unicode-width"
1518 1499 version = "0.2.0"
1519 1500 source = "registry+https://github.com/rust-lang/crates.io-index"
1520 1501 checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
1521 1502
1522 1503 [[package]]
1523 1504 name = "utf8parse"
1524 1505 version = "0.2.2"
1525 1506 source = "registry+https://github.com/rust-lang/crates.io-index"
1526 1507 checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1527 1508
1528 1509 [[package]]
1529 1510 name = "uuid"
1530 1511 version = "1.11.0"
1531 1512 source = "registry+https://github.com/rust-lang/crates.io-index"
1532 1513 checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
1533 1514 dependencies = [
1534 1515 "getrandom 0.2.15",
1535 1516 ]
1536 1517
1537 1518 [[package]]
1538 1519 name = "vcpkg"
1539 1520 version = "0.2.15"
1540 1521 source = "registry+https://github.com/rust-lang/crates.io-index"
1541 1522 checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1542 1523
1543 1524 [[package]]
1544 1525 name = "vcsgraph"
1545 1526 version = "0.2.0"
1546 1527 source = "registry+https://github.com/rust-lang/crates.io-index"
1547 1528 checksum = "4cb68c231e2575f7503a7c19213875f9d4ec2e84e963a56ce3de4b6bee351ef7"
1548 1529 dependencies = [
1549 1530 "hex",
1550 1531 "rand 0.7.3",
1551 1532 "sha-1 0.9.8",
1552 1533 ]
1553 1534
1554 1535 [[package]]
1555 1536 name = "version_check"
1556 1537 version = "0.9.5"
1557 1538 source = "registry+https://github.com/rust-lang/crates.io-index"
1558 1539 checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1559 1540
1560 1541 [[package]]
1561 1542 name = "wasi"
1562 1543 version = "0.9.0+wasi-snapshot-preview1"
1563 1544 source = "registry+https://github.com/rust-lang/crates.io-index"
1564 1545 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
1565 1546
1566 1547 [[package]]
1567 1548 name = "wasi"
1568 1549 version = "0.11.0+wasi-snapshot-preview1"
1569 1550 source = "registry+https://github.com/rust-lang/crates.io-index"
1570 1551 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1571 1552
1572 1553 [[package]]
1573 1554 name = "wasite"
1574 1555 version = "0.1.0"
1575 1556 source = "registry+https://github.com/rust-lang/crates.io-index"
1576 1557 checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
1577 1558
1578 1559 [[package]]
1579 1560 name = "wasm-bindgen"
1580 1561 version = "0.2.95"
1581 1562 source = "registry+https://github.com/rust-lang/crates.io-index"
1582 1563 checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e"
1583 1564 dependencies = [
1584 1565 "cfg-if",
1585 1566 "once_cell",
1586 1567 "wasm-bindgen-macro",
1587 1568 ]
1588 1569
1589 1570 [[package]]
1590 1571 name = "wasm-bindgen-backend"
1591 1572 version = "0.2.95"
1592 1573 source = "registry+https://github.com/rust-lang/crates.io-index"
1593 1574 checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
1594 1575 dependencies = [
1595 1576 "bumpalo",
1596 1577 "log",
1597 1578 "once_cell",
1598 1579 "proc-macro2",
1599 1580 "quote",
1600 1581 "syn 2.0.89",
1601 1582 "wasm-bindgen-shared",
1602 1583 ]
1603 1584
1604 1585 [[package]]
1605 1586 name = "wasm-bindgen-macro"
1606 1587 version = "0.2.95"
1607 1588 source = "registry+https://github.com/rust-lang/crates.io-index"
1608 1589 checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
1609 1590 dependencies = [
1610 1591 "quote",
1611 1592 "wasm-bindgen-macro-support",
1612 1593 ]
1613 1594
1614 1595 [[package]]
1615 1596 name = "wasm-bindgen-macro-support"
1616 1597 version = "0.2.95"
1617 1598 source = "registry+https://github.com/rust-lang/crates.io-index"
1618 1599 checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
1619 1600 dependencies = [
1620 1601 "proc-macro2",
1621 1602 "quote",
1622 1603 "syn 2.0.89",
1623 1604 "wasm-bindgen-backend",
1624 1605 "wasm-bindgen-shared",
1625 1606 ]
1626 1607
1627 1608 [[package]]
1628 1609 name = "wasm-bindgen-shared"
1629 1610 version = "0.2.95"
1630 1611 source = "registry+https://github.com/rust-lang/crates.io-index"
1631 1612 checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
1632 1613
1633 1614 [[package]]
1634 1615 name = "web-sys"
1635 1616 version = "0.3.72"
1636 1617 source = "registry+https://github.com/rust-lang/crates.io-index"
1637 1618 checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112"
1638 1619 dependencies = [
1639 1620 "js-sys",
1640 1621 "wasm-bindgen",
1641 1622 ]
1642 1623
1643 1624 [[package]]
1644 1625 name = "web-time"
1645 1626 version = "1.1.0"
1646 1627 source = "registry+https://github.com/rust-lang/crates.io-index"
1647 1628 checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
1648 1629 dependencies = [
1649 1630 "js-sys",
1650 1631 "wasm-bindgen",
1651 1632 ]
1652 1633
1653 1634 [[package]]
1654 1635 name = "which"
1655 1636 version = "4.4.2"
1656 1637 source = "registry+https://github.com/rust-lang/crates.io-index"
1657 1638 checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
1658 1639 dependencies = [
1659 1640 "either",
1660 1641 "home",
1661 1642 "once_cell",
1662 1643 "rustix",
1663 1644 ]
1664 1645
1665 1646 [[package]]
1666 1647 name = "whoami"
1667 1648 version = "1.5.2"
1668 1649 source = "registry+https://github.com/rust-lang/crates.io-index"
1669 1650 checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
1670 1651 dependencies = [
1671 1652 "redox_syscall",
1672 1653 "wasite",
1673 1654 "web-sys",
1674 1655 ]
1675 1656
1676 1657 [[package]]
1677 name = "winapi"
1678 version = "0.3.9"
1679 source = "registry+https://github.com/rust-lang/crates.io-index"
1680 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1681 dependencies = [
1682 "winapi-i686-pc-windows-gnu",
1683 "winapi-x86_64-pc-windows-gnu",
1684 ]
1685
1686 [[package]]
1687 name = "winapi-i686-pc-windows-gnu"
1688 version = "0.4.0"
1689 source = "registry+https://github.com/rust-lang/crates.io-index"
1690 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1691
1692 [[package]]
1693 1658 name = "winapi-util"
1694 1659 version = "0.1.9"
1695 1660 source = "registry+https://github.com/rust-lang/crates.io-index"
1696 1661 checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
1697 1662 dependencies = [
1698 1663 "windows-sys 0.59.0",
1699 1664 ]
1700 1665
1701 1666 [[package]]
1702 name = "winapi-x86_64-pc-windows-gnu"
1703 version = "0.4.0"
1704 source = "registry+https://github.com/rust-lang/crates.io-index"
1705 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1706
1707 [[package]]
1708 1667 name = "windows-core"
1709 1668 version = "0.52.0"
1710 1669 source = "registry+https://github.com/rust-lang/crates.io-index"
1711 1670 checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
1712 1671 dependencies = [
1713 1672 "windows-targets 0.52.6",
1714 1673 ]
1715 1674
1716 1675 [[package]]
1717 1676 name = "windows-sys"
1718 1677 version = "0.48.0"
1719 1678 source = "registry+https://github.com/rust-lang/crates.io-index"
1720 1679 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
1721 1680 dependencies = [
1722 1681 "windows-targets 0.48.5",
1723 1682 ]
1724 1683
1725 1684 [[package]]
1726 1685 name = "windows-sys"
1727 1686 version = "0.52.0"
1728 1687 source = "registry+https://github.com/rust-lang/crates.io-index"
1729 1688 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1730 1689 dependencies = [
1731 1690 "windows-targets 0.52.6",
1732 1691 ]
1733 1692
1734 1693 [[package]]
1735 1694 name = "windows-sys"
1736 1695 version = "0.59.0"
1737 1696 source = "registry+https://github.com/rust-lang/crates.io-index"
1738 1697 checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
1739 1698 dependencies = [
1740 1699 "windows-targets 0.52.6",
1741 1700 ]
1742 1701
1743 1702 [[package]]
1744 1703 name = "windows-targets"
1745 1704 version = "0.48.5"
1746 1705 source = "registry+https://github.com/rust-lang/crates.io-index"
1747 1706 checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
1748 1707 dependencies = [
1749 1708 "windows_aarch64_gnullvm 0.48.5",
1750 1709 "windows_aarch64_msvc 0.48.5",
1751 1710 "windows_i686_gnu 0.48.5",
1752 1711 "windows_i686_msvc 0.48.5",
1753 1712 "windows_x86_64_gnu 0.48.5",
1754 1713 "windows_x86_64_gnullvm 0.48.5",
1755 1714 "windows_x86_64_msvc 0.48.5",
1756 1715 ]
1757 1716
1758 1717 [[package]]
1759 1718 name = "windows-targets"
1760 1719 version = "0.52.6"
1761 1720 source = "registry+https://github.com/rust-lang/crates.io-index"
1762 1721 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1763 1722 dependencies = [
1764 1723 "windows_aarch64_gnullvm 0.52.6",
1765 1724 "windows_aarch64_msvc 0.52.6",
1766 1725 "windows_i686_gnu 0.52.6",
1767 1726 "windows_i686_gnullvm",
1768 1727 "windows_i686_msvc 0.52.6",
1769 1728 "windows_x86_64_gnu 0.52.6",
1770 1729 "windows_x86_64_gnullvm 0.52.6",
1771 1730 "windows_x86_64_msvc 0.52.6",
1772 1731 ]
1773 1732
1774 1733 [[package]]
1775 1734 name = "windows_aarch64_gnullvm"
1776 1735 version = "0.48.5"
1777 1736 source = "registry+https://github.com/rust-lang/crates.io-index"
1778 1737 checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
1779 1738
1780 1739 [[package]]
1781 1740 name = "windows_aarch64_gnullvm"
1782 1741 version = "0.52.6"
1783 1742 source = "registry+https://github.com/rust-lang/crates.io-index"
1784 1743 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1785 1744
1786 1745 [[package]]
1787 1746 name = "windows_aarch64_msvc"
1788 1747 version = "0.48.5"
1789 1748 source = "registry+https://github.com/rust-lang/crates.io-index"
1790 1749 checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
1791 1750
1792 1751 [[package]]
1793 1752 name = "windows_aarch64_msvc"
1794 1753 version = "0.52.6"
1795 1754 source = "registry+https://github.com/rust-lang/crates.io-index"
1796 1755 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1797 1756
1798 1757 [[package]]
1799 1758 name = "windows_i686_gnu"
1800 1759 version = "0.48.5"
1801 1760 source = "registry+https://github.com/rust-lang/crates.io-index"
1802 1761 checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
1803 1762
1804 1763 [[package]]
1805 1764 name = "windows_i686_gnu"
1806 1765 version = "0.52.6"
1807 1766 source = "registry+https://github.com/rust-lang/crates.io-index"
1808 1767 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1809 1768
1810 1769 [[package]]
1811 1770 name = "windows_i686_gnullvm"
1812 1771 version = "0.52.6"
1813 1772 source = "registry+https://github.com/rust-lang/crates.io-index"
1814 1773 checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1815 1774
1816 1775 [[package]]
1817 1776 name = "windows_i686_msvc"
1818 1777 version = "0.48.5"
1819 1778 source = "registry+https://github.com/rust-lang/crates.io-index"
1820 1779 checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
1821 1780
1822 1781 [[package]]
1823 1782 name = "windows_i686_msvc"
1824 1783 version = "0.52.6"
1825 1784 source = "registry+https://github.com/rust-lang/crates.io-index"
1826 1785 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1827 1786
1828 1787 [[package]]
1829 1788 name = "windows_x86_64_gnu"
1830 1789 version = "0.48.5"
1831 1790 source = "registry+https://github.com/rust-lang/crates.io-index"
1832 1791 checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
1833 1792
1834 1793 [[package]]
1835 1794 name = "windows_x86_64_gnu"
1836 1795 version = "0.52.6"
1837 1796 source = "registry+https://github.com/rust-lang/crates.io-index"
1838 1797 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1839 1798
1840 1799 [[package]]
1841 1800 name = "windows_x86_64_gnullvm"
1842 1801 version = "0.48.5"
1843 1802 source = "registry+https://github.com/rust-lang/crates.io-index"
1844 1803 checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
1845 1804
1846 1805 [[package]]
1847 1806 name = "windows_x86_64_gnullvm"
1848 1807 version = "0.52.6"
1849 1808 source = "registry+https://github.com/rust-lang/crates.io-index"
1850 1809 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1851 1810
1852 1811 [[package]]
1853 1812 name = "windows_x86_64_msvc"
1854 1813 version = "0.48.5"
1855 1814 source = "registry+https://github.com/rust-lang/crates.io-index"
1856 1815 checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
1857 1816
1858 1817 [[package]]
1859 1818 name = "windows_x86_64_msvc"
1860 1819 version = "0.52.6"
1861 1820 source = "registry+https://github.com/rust-lang/crates.io-index"
1862 1821 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1863 1822
1864 1823 [[package]]
1865 1824 name = "wyz"
1866 1825 version = "0.5.1"
1867 1826 source = "registry+https://github.com/rust-lang/crates.io-index"
1868 1827 checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
1869 1828 dependencies = [
1870 1829 "tap",
1871 1830 ]
1872 1831
1873 1832 [[package]]
1874 1833 name = "yansi"
1875 1834 version = "1.0.1"
1876 1835 source = "registry+https://github.com/rust-lang/crates.io-index"
1877 1836 checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
1878 1837
1879 1838 [[package]]
1880 1839 name = "zerocopy"
1881 1840 version = "0.7.35"
1882 1841 source = "registry+https://github.com/rust-lang/crates.io-index"
1883 1842 checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
1884 1843 dependencies = [
1885 1844 "byteorder",
1886 1845 "zerocopy-derive",
1887 1846 ]
1888 1847
1889 1848 [[package]]
1890 1849 name = "zerocopy-derive"
1891 1850 version = "0.7.35"
1892 1851 source = "registry+https://github.com/rust-lang/crates.io-index"
1893 1852 checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
1894 1853 dependencies = [
1895 1854 "proc-macro2",
1896 1855 "quote",
1897 1856 "syn 2.0.89",
1898 1857 ]
1899 1858
1900 1859 [[package]]
1901 1860 name = "zstd"
1902 1861 version = "0.12.4"
1903 1862 source = "registry+https://github.com/rust-lang/crates.io-index"
1904 1863 checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c"
1905 1864 dependencies = [
1906 1865 "zstd-safe",
1907 1866 ]
1908 1867
1909 1868 [[package]]
1910 1869 name = "zstd-safe"
1911 1870 version = "6.0.6"
1912 1871 source = "registry+https://github.com/rust-lang/crates.io-index"
1913 1872 checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581"
1914 1873 dependencies = [
1915 1874 "libc",
1916 1875 "zstd-sys",
1917 1876 ]
1918 1877
1919 1878 [[package]]
1920 1879 name = "zstd-sys"
1921 1880 version = "2.0.13+zstd.1.5.6"
1922 1881 source = "registry+https://github.com/rust-lang/crates.io-index"
1923 1882 checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
1924 1883 dependencies = [
1925 1884 "cc",
1926 1885 "pkg-config",
1927 1886 ]
@@ -1,21 +1,21
1 1 [package]
2 2 name = "hg-cpython"
3 3 version = "0.1.0"
4 4 authors = ["Georges Racinet <gracinet@anybox.fr>"]
5 5 edition = "2021"
6 6
7 7 [lib]
8 8 name='rusthg'
9 9 crate-type = ["cdylib"]
10 10
11 11 [dependencies]
12 12 cpython = { version = "0.7.2", features = ["extension-module"] }
13 13 crossbeam-channel = "0.5.6"
14 14 hg-core = { path = "../hg-core"}
15 15 libc = "0.2.137"
16 16 log = "0.4.17"
17 env_logger = "0.9.3"
17 env_logger = "0.11"
18 18 stable_deref_trait = "1.2.0"
19 19 vcsgraph = "0.2.0"
20 20 logging_timer = "1.1.0"
21 21 python3-sys = "0.7.1"
@@ -1,27 +1,27
1 1 [package]
2 2 name = "rhg"
3 3 version = "0.1.0"
4 4 authors = [
5 5 "Antoine Cezar <antoine.cezar@octobus.net>",
6 6 "Raphaël Gomès <raphael.gomes@octobus.net>",
7 7 ]
8 8 edition = "2021"
9 9
10 10 [dependencies]
11 11 atty = "0.2.14"
12 12 hg-core = { path = "../hg-core"}
13 13 chrono = "0.4.23"
14 14 clap = { version = "4", features = ["cargo"] }
15 15 derive_more = "0.99.17"
16 16 home = "0.5.4"
17 17 lazy_static = "1.4.0"
18 18 log = "0.4.17"
19 19 logging_timer = "1.1.0"
20 20 regex = "1.7.0"
21 env_logger = "0.9.3"
21 env_logger = "0.11"
22 22 format-bytes = "0.3.0"
23 23 shellexpand = { version = "3.1", features = ["full"]}
24 24 whoami = "1.4"
25 25 which = "4.3.0"
26 26 rayon = "1.7.0"
27 27 libc = "0.2.155"
General Comments 0
You need to be logged in to leave comments. Login now