Cargo.lock

  1# This file is automatically @generated by Cargo.
  2# It is not intended for manual editing.
  3version = 3
  4
  5[[package]]
  6name = "ansi_term"
  7version = "0.9.0"
  8source = "registry+https://github.com/rust-lang/crates.io-index"
  9checksum = "23ac7c30002a5accbf7e8987d0632fa6de155b7c3d39d0067317a391e00a2ef6"
 10
 11[[package]]
 12name = "ansi_term"
 13version = "0.12.1"
 14source = "registry+https://github.com/rust-lang/crates.io-index"
 15checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
 16dependencies = [
 17 "winapi",
 18]
 19
 20[[package]]
 21name = "atty"
 22version = "0.2.14"
 23source = "registry+https://github.com/rust-lang/crates.io-index"
 24checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
 25dependencies = [
 26 "hermit-abi",
 27 "libc",
 28 "winapi",
 29]
 30
 31[[package]]
 32name = "autocfg"
 33version = "1.1.0"
 34source = "registry+https://github.com/rust-lang/crates.io-index"
 35checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
 36
 37[[package]]
 38name = "bitflags"
 39version = "1.3.2"
 40source = "registry+https://github.com/rust-lang/crates.io-index"
 41checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 42
 43[[package]]
 44name = "cc"
 45version = "1.0.83"
 46source = "registry+https://github.com/rust-lang/crates.io-index"
 47checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
 48dependencies = [
 49 "jobserver",
 50 "libc",
 51]
 52
 53[[package]]
 54name = "chrono"
 55version = "0.2.25"
 56source = "registry+https://github.com/rust-lang/crates.io-index"
 57checksum = "9213f7cd7c27e95c2b57c49f0e69b1ea65b27138da84a170133fd21b07659c00"
 58dependencies = [
 59 "num",
 60 "time",
 61]
 62
 63[[package]]
 64name = "clap"
 65version = "2.34.0"
 66source = "registry+https://github.com/rust-lang/crates.io-index"
 67checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
 68dependencies = [
 69 "ansi_term 0.12.1",
 70 "atty",
 71 "bitflags",
 72 "strsim",
 73 "textwrap",
 74 "unicode-width",
 75 "vec_map",
 76]
 77
 78[[package]]
 79name = "colorparse"
 80version = "2.0.1"
 81source = "registry+https://github.com/rust-lang/crates.io-index"
 82checksum = "179f9a3462d05f4c15041d8ba8bd59534731fe6ddd89a65ca61ec67655f37379"
 83dependencies = [
 84 "ansi_term 0.9.0",
 85]
 86
 87[[package]]
 88name = "fixedbitset"
 89version = "0.3.2"
 90source = "registry+https://github.com/rust-lang/crates.io-index"
 91checksum = "45e780567ed7abc415d12fd464571d265eb4a5710ddc97cdb1a31a4c35bb479d"
 92
 93[[package]]
 94name = "form_urlencoded"
 95version = "1.2.1"
 96source = "registry+https://github.com/rust-lang/crates.io-index"
 97checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 98dependencies = [
 99 "percent-encoding",
100]
101
102[[package]]
103name = "fuchsia-cprng"
104version = "0.1.1"
105source = "registry+https://github.com/rust-lang/crates.io-index"
106checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
107
108[[package]]
109name = "git-series"
110version = "0.9.1"
111dependencies = [
112 "ansi_term 0.9.0",
113 "atty",
114 "chrono",
115 "clap",
116 "colorparse",
117 "git2",
118 "munkres",
119 "quick-error",
120 "tempdir",
121]
122
123[[package]]
124name = "git2"
125version = "0.10.2"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "7c1af51ea8a906616af45a4ce78eacf25860f7a13ae7bf8a814693f0f4037a26"
128dependencies = [
129 "bitflags",
130 "libc",
131 "libgit2-sys",
132 "log",
133 "openssl-probe",
134 "openssl-sys",
135 "url",
136]
137
138[[package]]
139name = "hermit-abi"
140version = "0.1.19"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
143dependencies = [
144 "libc",
145]
146
147[[package]]
148name = "idna"
149version = "0.5.0"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
152dependencies = [
153 "unicode-bidi",
154 "unicode-normalization",
155]
156
157[[package]]
158name = "jobserver"
159version = "0.1.27"
160source = "registry+https://github.com/rust-lang/crates.io-index"
161checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d"
162dependencies = [
163 "libc",
164]
165
166[[package]]
167name = "libc"
168version = "0.2.153"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
171
172[[package]]
173name = "libgit2-sys"
174version = "0.9.2"
175source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "4870c781f6063efb83150cd22c1ddf6ecf58531419e7570cdcced46970f64a16"
177dependencies = [
178 "cc",
179 "libc",
180 "libssh2-sys",
181 "libz-sys",
182 "openssl-sys",
183 "pkg-config",
184]
185
186[[package]]
187name = "libssh2-sys"
188version = "0.2.23"
189source = "registry+https://github.com/rust-lang/crates.io-index"
190checksum = "b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca"
191dependencies = [
192 "cc",
193 "libc",
194 "libz-sys",
195 "openssl-sys",
196 "pkg-config",
197 "vcpkg",
198]
199
200[[package]]
201name = "libz-sys"
202version = "1.1.15"
203source = "registry+https://github.com/rust-lang/crates.io-index"
204checksum = "037731f5d3aaa87a5675e895b63ddff1a87624bc29f77004ea829809654e48f6"
205dependencies = [
206 "cc",
207 "libc",
208 "pkg-config",
209 "vcpkg",
210]
211
212[[package]]
213name = "log"
214version = "0.4.20"
215source = "registry+https://github.com/rust-lang/crates.io-index"
216checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
217
218[[package]]
219name = "matrixmultiply"
220version = "0.2.4"
221source = "registry+https://github.com/rust-lang/crates.io-index"
222checksum = "916806ba0031cd542105d916a97c8572e1fa6dd79c9c51e7eb43a09ec2dd84c1"
223dependencies = [
224 "rawpointer",
225]
226
227[[package]]
228name = "munkres"
229version = "0.5.2"
230source = "registry+https://github.com/rust-lang/crates.io-index"
231checksum = "74ce2515494bc1593d54364884e807c4a97c8c3210ddcc51c541a7ab391339ce"
232dependencies = [
233 "fixedbitset",
234 "ndarray",
235]
236
237[[package]]
238name = "ndarray"
239version = "0.14.0"
240source = "registry+https://github.com/rust-lang/crates.io-index"
241checksum = "6c0d5c9540a691d153064dc47a4db2504587a75eae07bf1d73f7a596ebc73c04"
242dependencies = [
243 "matrixmultiply",
244 "num-complex",
245 "num-integer",
246 "num-traits",
247 "rawpointer",
248]
249
250[[package]]
251name = "num"
252version = "0.1.42"
253source = "registry+https://github.com/rust-lang/crates.io-index"
254checksum = "4703ad64153382334aa8db57c637364c322d3372e097840c72000dabdcf6156e"
255dependencies = [
256 "num-integer",
257 "num-iter",
258 "num-traits",
259]
260
261[[package]]
262name = "num-complex"
263version = "0.3.1"
264source = "registry+https://github.com/rust-lang/crates.io-index"
265checksum = "747d632c0c558b87dbabbe6a82f3b4ae03720d0646ac5b7b4dae89394be5f2c5"
266dependencies = [
267 "num-traits",
268]
269
270[[package]]
271name = "num-integer"
272version = "0.1.45"
273source = "registry+https://github.com/rust-lang/crates.io-index"
274checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
275dependencies = [
276 "autocfg",
277 "num-traits",
278]
279
280[[package]]
281name = "num-iter"
282version = "0.1.43"
283source = "registry+https://github.com/rust-lang/crates.io-index"
284checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
285dependencies = [
286 "autocfg",
287 "num-integer",
288 "num-traits",
289]
290
291[[package]]
292name = "num-traits"
293version = "0.2.17"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
296dependencies = [
297 "autocfg",
298]
299
300[[package]]
301name = "openssl-probe"
302version = "0.1.5"
303source = "registry+https://github.com/rust-lang/crates.io-index"
304checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
305
306[[package]]
307name = "openssl-sys"
308version = "0.9.99"
309source = "registry+https://github.com/rust-lang/crates.io-index"
310checksum = "22e1bf214306098e4832460f797824c05d25aacdf896f64a985fb0fd992454ae"
311dependencies = [
312 "cc",
313 "libc",
314 "pkg-config",
315 "vcpkg",
316]
317
318[[package]]
319name = "percent-encoding"
320version = "2.3.1"
321source = "registry+https://github.com/rust-lang/crates.io-index"
322checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
323
324[[package]]
325name = "pkg-config"
326version = "0.3.29"
327source = "registry+https://github.com/rust-lang/crates.io-index"
328checksum = "2900ede94e305130c13ddd391e0ab7cbaeb783945ae07a279c268cb05109c6cb"
329
330[[package]]
331name = "quick-error"
332version = "1.2.3"
333source = "registry+https://github.com/rust-lang/crates.io-index"
334checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
335
336[[package]]
337name = "rand"
338version = "0.4.6"
339source = "registry+https://github.com/rust-lang/crates.io-index"
340checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
341dependencies = [
342 "fuchsia-cprng",
343 "libc",
344 "rand_core 0.3.1",
345 "rdrand",
346 "winapi",
347]
348
349[[package]]
350name = "rand_core"
351version = "0.3.1"
352source = "registry+https://github.com/rust-lang/crates.io-index"
353checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
354dependencies = [
355 "rand_core 0.4.2",
356]
357
358[[package]]
359name = "rand_core"
360version = "0.4.2"
361source = "registry+https://github.com/rust-lang/crates.io-index"
362checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
363
364[[package]]
365name = "rawpointer"
366version = "0.2.1"
367source = "registry+https://github.com/rust-lang/crates.io-index"
368checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
369
370[[package]]
371name = "rdrand"
372version = "0.4.0"
373source = "registry+https://github.com/rust-lang/crates.io-index"
374checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
375dependencies = [
376 "rand_core 0.3.1",
377]
378
379[[package]]
380name = "remove_dir_all"
381version = "0.5.3"
382source = "registry+https://github.com/rust-lang/crates.io-index"
383checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
384dependencies = [
385 "winapi",
386]
387
388[[package]]
389name = "strsim"
390version = "0.8.0"
391source = "registry+https://github.com/rust-lang/crates.io-index"
392checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
393
394[[package]]
395name = "tempdir"
396version = "0.3.7"
397source = "registry+https://github.com/rust-lang/crates.io-index"
398checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
399dependencies = [
400 "rand",
401 "remove_dir_all",
402]
403
404[[package]]
405name = "textwrap"
406version = "0.11.0"
407source = "registry+https://github.com/rust-lang/crates.io-index"
408checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
409dependencies = [
410 "unicode-width",
411]
412
413[[package]]
414name = "time"
415version = "0.1.45"
416source = "registry+https://github.com/rust-lang/crates.io-index"
417checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
418dependencies = [
419 "libc",
420 "wasi",
421 "winapi",
422]
423
424[[package]]
425name = "tinyvec"
426version = "1.6.0"
427source = "registry+https://github.com/rust-lang/crates.io-index"
428checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
429dependencies = [
430 "tinyvec_macros",
431]
432
433[[package]]
434name = "tinyvec_macros"
435version = "0.1.1"
436source = "registry+https://github.com/rust-lang/crates.io-index"
437checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
438
439[[package]]
440name = "unicode-bidi"
441version = "0.3.15"
442source = "registry+https://github.com/rust-lang/crates.io-index"
443checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
444
445[[package]]
446name = "unicode-normalization"
447version = "0.1.22"
448source = "registry+https://github.com/rust-lang/crates.io-index"
449checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
450dependencies = [
451 "tinyvec",
452]
453
454[[package]]
455name = "unicode-width"
456version = "0.1.11"
457source = "registry+https://github.com/rust-lang/crates.io-index"
458checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
459
460[[package]]
461name = "url"
462version = "2.5.0"
463source = "registry+https://github.com/rust-lang/crates.io-index"
464checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
465dependencies = [
466 "form_urlencoded",
467 "idna",
468 "percent-encoding",
469]
470
471[[package]]
472name = "vcpkg"
473version = "0.2.15"
474source = "registry+https://github.com/rust-lang/crates.io-index"
475checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
476
477[[package]]
478name = "vec_map"
479version = "0.8.2"
480source = "registry+https://github.com/rust-lang/crates.io-index"
481checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
482
483[[package]]
484name = "wasi"
485version = "0.10.0+wasi-snapshot-preview1"
486source = "registry+https://github.com/rust-lang/crates.io-index"
487checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
488
489[[package]]
490name = "winapi"
491version = "0.3.9"
492source = "registry+https://github.com/rust-lang/crates.io-index"
493checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
494dependencies = [
495 "winapi-i686-pc-windows-gnu",
496 "winapi-x86_64-pc-windows-gnu",
497]
498
499[[package]]
500name = "winapi-i686-pc-windows-gnu"
501version = "0.4.0"
502source = "registry+https://github.com/rust-lang/crates.io-index"
503checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
504
505[[package]]
506name = "winapi-x86_64-pc-windows-gnu"
507version = "0.4.0"
508source = "registry+https://github.com/rust-lang/crates.io-index"
509checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"