aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock422
1 files changed, 422 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
new file mode 100644
index 0000000..f88aa27
--- /dev/null
+++ b/Cargo.lock
@@ -0,0 +1,422 @@
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "aho-corasick"
7version = "0.7.18"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
10dependencies = [
11 "memchr",
12]
13
14[[package]]
15name = "ansi_term"
16version = "0.12.1"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
19dependencies = [
20 "winapi",
21]
22
23[[package]]
24name = "anyhow"
25version = "1.0.53"
26source = "registry+https://github.com/rust-lang/crates.io-index"
27checksum = "94a45b455c14666b85fc40a019e8ab9eb75e3a124e05494f5397122bc9eb06e0"
28
29[[package]]
30name = "atty"
31version = "0.2.14"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
34dependencies = [
35 "hermit-abi",
36 "libc",
37 "winapi",
38]
39
40[[package]]
41name = "autocfg"
42version = "1.0.1"
43source = "registry+https://github.com/rust-lang/crates.io-index"
44checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
45
46[[package]]
47name = "bitflags"
48version = "1.3.2"
49source = "registry+https://github.com/rust-lang/crates.io-index"
50checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
51
52[[package]]
53name = "cfg-if"
54version = "1.0.0"
55source = "registry+https://github.com/rust-lang/crates.io-index"
56checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
57
58[[package]]
59name = "clap"
60version = "3.0.14"
61source = "registry+https://github.com/rust-lang/crates.io-index"
62checksum = "b63edc3f163b3c71ec8aa23f9bd6070f77edbf3d1d198b164afa90ff00e4ec62"
63dependencies = [
64 "atty",
65 "bitflags",
66 "clap_derive",
67 "indexmap",
68 "lazy_static",
69 "os_str_bytes",
70 "strsim",
71 "termcolor",
72 "textwrap",
73]
74
75[[package]]
76name = "clap_derive"
77version = "3.0.14"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "9a1132dc3944b31c20dd8b906b3a9f0a5d0243e092d59171414969657ac6aa85"
80dependencies = [
81 "heck",
82 "proc-macro-error",
83 "proc-macro2",
84 "quote",
85 "syn",
86]
87
88[[package]]
89name = "dotup"
90version = "0.0.0"
91dependencies = [
92 "ansi_term",
93 "anyhow",
94 "clap",
95 "flexi_logger",
96 "log",
97 "serde",
98 "slotmap",
99 "thiserror",
100 "toml",
101]
102
103[[package]]
104name = "flexi_logger"
105version = "0.22.3"
106source = "registry+https://github.com/rust-lang/crates.io-index"
107checksum = "969940c39bc718475391e53a3a59b0157e64929c80cf83ad5dde5f770ecdc423"
108dependencies = [
109 "ansi_term",
110 "atty",
111 "glob",
112 "lazy_static",
113 "log",
114 "regex",
115 "rustversion",
116 "thiserror",
117 "time",
118]
119
120[[package]]
121name = "glob"
122version = "0.3.0"
123source = "registry+https://github.com/rust-lang/crates.io-index"
124checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
125
126[[package]]
127name = "hashbrown"
128version = "0.11.2"
129source = "registry+https://github.com/rust-lang/crates.io-index"
130checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
131
132[[package]]
133name = "heck"
134version = "0.4.0"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
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 = "indexmap"
149version = "1.8.0"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
152dependencies = [
153 "autocfg",
154 "hashbrown",
155]
156
157[[package]]
158name = "itoa"
159version = "1.0.1"
160source = "registry+https://github.com/rust-lang/crates.io-index"
161checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
162
163[[package]]
164name = "lazy_static"
165version = "1.4.0"
166source = "registry+https://github.com/rust-lang/crates.io-index"
167checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
168
169[[package]]
170name = "libc"
171version = "0.2.117"
172source = "registry+https://github.com/rust-lang/crates.io-index"
173checksum = "e74d72e0f9b65b5b4ca49a346af3976df0f9c61d550727f349ecd559f251a26c"
174
175[[package]]
176name = "log"
177version = "0.4.14"
178source = "registry+https://github.com/rust-lang/crates.io-index"
179checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
180dependencies = [
181 "cfg-if",
182]
183
184[[package]]
185name = "memchr"
186version = "2.4.1"
187source = "registry+https://github.com/rust-lang/crates.io-index"
188checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
189
190[[package]]
191name = "num_threads"
192version = "0.1.3"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "97ba99ba6393e2c3734791401b66902d981cb03bf190af674ca69949b6d5fb15"
195dependencies = [
196 "libc",
197]
198
199[[package]]
200name = "os_str_bytes"
201version = "6.0.0"
202source = "registry+https://github.com/rust-lang/crates.io-index"
203checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
204dependencies = [
205 "memchr",
206]
207
208[[package]]
209name = "proc-macro-error"
210version = "1.0.4"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
213dependencies = [
214 "proc-macro-error-attr",
215 "proc-macro2",
216 "quote",
217 "syn",
218 "version_check",
219]
220
221[[package]]
222name = "proc-macro-error-attr"
223version = "1.0.4"
224source = "registry+https://github.com/rust-lang/crates.io-index"
225checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
226dependencies = [
227 "proc-macro2",
228 "quote",
229 "version_check",
230]
231
232[[package]]
233name = "proc-macro2"
234version = "1.0.36"
235source = "registry+https://github.com/rust-lang/crates.io-index"
236checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
237dependencies = [
238 "unicode-xid",
239]
240
241[[package]]
242name = "quote"
243version = "1.0.15"
244source = "registry+https://github.com/rust-lang/crates.io-index"
245checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"
246dependencies = [
247 "proc-macro2",
248]
249
250[[package]]
251name = "regex"
252version = "1.5.4"
253source = "registry+https://github.com/rust-lang/crates.io-index"
254checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
255dependencies = [
256 "aho-corasick",
257 "memchr",
258 "regex-syntax",
259]
260
261[[package]]
262name = "regex-syntax"
263version = "0.6.25"
264source = "registry+https://github.com/rust-lang/crates.io-index"
265checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
266
267[[package]]
268name = "rustversion"
269version = "1.0.6"
270source = "registry+https://github.com/rust-lang/crates.io-index"
271checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"
272
273[[package]]
274name = "serde"
275version = "1.0.136"
276source = "registry+https://github.com/rust-lang/crates.io-index"
277checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
278dependencies = [
279 "serde_derive",
280]
281
282[[package]]
283name = "serde_derive"
284version = "1.0.136"
285source = "registry+https://github.com/rust-lang/crates.io-index"
286checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
287dependencies = [
288 "proc-macro2",
289 "quote",
290 "syn",
291]
292
293[[package]]
294name = "slotmap"
295version = "1.0.6"
296source = "registry+https://github.com/rust-lang/crates.io-index"
297checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
298dependencies = [
299 "version_check",
300]
301
302[[package]]
303name = "strsim"
304version = "0.10.0"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
307
308[[package]]
309name = "syn"
310version = "1.0.86"
311source = "registry+https://github.com/rust-lang/crates.io-index"
312checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"
313dependencies = [
314 "proc-macro2",
315 "quote",
316 "unicode-xid",
317]
318
319[[package]]
320name = "termcolor"
321version = "1.1.2"
322source = "registry+https://github.com/rust-lang/crates.io-index"
323checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
324dependencies = [
325 "winapi-util",
326]
327
328[[package]]
329name = "textwrap"
330version = "0.14.2"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80"
333
334[[package]]
335name = "thiserror"
336version = "1.0.30"
337source = "registry+https://github.com/rust-lang/crates.io-index"
338checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
339dependencies = [
340 "thiserror-impl",
341]
342
343[[package]]
344name = "thiserror-impl"
345version = "1.0.30"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
348dependencies = [
349 "proc-macro2",
350 "quote",
351 "syn",
352]
353
354[[package]]
355name = "time"
356version = "0.3.7"
357source = "registry+https://github.com/rust-lang/crates.io-index"
358checksum = "004cbc98f30fa233c61a38bc77e96a9106e65c88f2d3bef182ae952027e5753d"
359dependencies = [
360 "itoa",
361 "libc",
362 "num_threads",
363 "time-macros",
364]
365
366[[package]]
367name = "time-macros"
368version = "0.2.3"
369source = "registry+https://github.com/rust-lang/crates.io-index"
370checksum = "25eb0ca3468fc0acc11828786797f6ef9aa1555e4a211a60d64cc8e4d1be47d6"
371
372[[package]]
373name = "toml"
374version = "0.5.8"
375source = "registry+https://github.com/rust-lang/crates.io-index"
376checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
377dependencies = [
378 "serde",
379]
380
381[[package]]
382name = "unicode-xid"
383version = "0.2.2"
384source = "registry+https://github.com/rust-lang/crates.io-index"
385checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
386
387[[package]]
388name = "version_check"
389version = "0.9.4"
390source = "registry+https://github.com/rust-lang/crates.io-index"
391checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
392
393[[package]]
394name = "winapi"
395version = "0.3.9"
396source = "registry+https://github.com/rust-lang/crates.io-index"
397checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
398dependencies = [
399 "winapi-i686-pc-windows-gnu",
400 "winapi-x86_64-pc-windows-gnu",
401]
402
403[[package]]
404name = "winapi-i686-pc-windows-gnu"
405version = "0.4.0"
406source = "registry+https://github.com/rust-lang/crates.io-index"
407checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
408
409[[package]]
410name = "winapi-util"
411version = "0.1.5"
412source = "registry+https://github.com/rust-lang/crates.io-index"
413checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
414dependencies = [
415 "winapi",
416]
417
418[[package]]
419name = "winapi-x86_64-pc-windows-gnu"
420version = "0.4.0"
421source = "registry+https://github.com/rust-lang/crates.io-index"
422checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"