summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock201
1 files changed, 197 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4f1f0d6..29e309e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -14,6 +14,15 @@ dependencies = [
14] 14]
15 15
16[[package]] 16[[package]]
17name = "android_system_properties"
18version = "0.1.5"
19source = "registry+https://github.com/rust-lang/crates.io-index"
20checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
21dependencies = [
22 "libc",
23]
24
25[[package]]
17name = "async-trait" 26name = "async-trait"
18version = "0.1.58" 27version = "0.1.58"
19source = "registry+https://github.com/rust-lang/crates.io-index" 28source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -76,6 +85,31 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
76checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 85checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
77 86
78[[package]] 87[[package]]
88name = "chrono"
89version = "0.4.22"
90source = "registry+https://github.com/rust-lang/crates.io-index"
91checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1"
92dependencies = [
93 "iana-time-zone",
94 "js-sys",
95 "num-integer",
96 "num-traits",
97 "time",
98 "wasm-bindgen",
99 "winapi",
100]
101
102[[package]]
103name = "codespan-reporting"
104version = "0.11.1"
105source = "registry+https://github.com/rust-lang/crates.io-index"
106checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
107dependencies = [
108 "termcolor",
109 "unicode-width",
110]
111
112[[package]]
79name = "config" 113name = "config"
80version = "0.13.2" 114version = "0.13.2"
81source = "registry+https://github.com/rust-lang/crates.io-index" 115source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -130,6 +164,50 @@ dependencies = [
130] 164]
131 165
132[[package]] 166[[package]]
167name = "cxx"
168version = "1.0.80"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "6b7d4e43b25d3c994662706a1d4fcfc32aaa6afd287502c111b237093bb23f3a"
171dependencies = [
172 "cc",
173 "cxxbridge-flags",
174 "cxxbridge-macro",
175 "link-cplusplus",
176]
177
178[[package]]
179name = "cxx-build"
180version = "1.0.80"
181source = "registry+https://github.com/rust-lang/crates.io-index"
182checksum = "84f8829ddc213e2c1368e51a2564c552b65a8cb6a28f31e576270ac81d5e5827"
183dependencies = [
184 "cc",
185 "codespan-reporting",
186 "once_cell",
187 "proc-macro2",
188 "quote",
189 "scratch",
190 "syn",
191]
192
193[[package]]
194name = "cxxbridge-flags"
195version = "1.0.80"
196source = "registry+https://github.com/rust-lang/crates.io-index"
197checksum = "e72537424b474af1460806647c41d4b6d35d09ef7fe031c5c2fa5766047cc56a"
198
199[[package]]
200name = "cxxbridge-macro"
201version = "1.0.80"
202source = "registry+https://github.com/rust-lang/crates.io-index"
203checksum = "309e4fb93eed90e1e14bea0da16b209f81813ba9fc7830c20ed151dd7bc0a4d7"
204dependencies = [
205 "proc-macro2",
206 "quote",
207 "syn",
208]
209
210[[package]]
133name = "digest" 211name = "digest"
134version = "0.10.5" 212version = "0.10.5"
135source = "registry+https://github.com/rust-lang/crates.io-index" 213source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -209,6 +287,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
209checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac" 287checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
210 288
211[[package]] 289[[package]]
290name = "futures-macro"
291version = "0.3.25"
292source = "registry+https://github.com/rust-lang/crates.io-index"
293checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"
294dependencies = [
295 "proc-macro2",
296 "quote",
297 "syn",
298]
299
300[[package]]
212name = "futures-sink" 301name = "futures-sink"
213version = "0.3.25" 302version = "0.3.25"
214source = "registry+https://github.com/rust-lang/crates.io-index" 303source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -227,9 +316,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
227checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6" 316checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
228dependencies = [ 317dependencies = [
229 "futures-core", 318 "futures-core",
319 "futures-macro",
230 "futures-task", 320 "futures-task",
231 "pin-project-lite", 321 "pin-project-lite",
232 "pin-utils", 322 "pin-utils",
323 "slab",
233] 324]
234 325
235[[package]] 326[[package]]
@@ -250,7 +341,7 @@ checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
250dependencies = [ 341dependencies = [
251 "cfg-if", 342 "cfg-if",
252 "libc", 343 "libc",
253 "wasi", 344 "wasi 0.11.0+wasi-snapshot-preview1",
254] 345]
255 346
256[[package]] 347[[package]]
@@ -362,6 +453,30 @@ dependencies = [
362] 453]
363 454
364[[package]] 455[[package]]
456name = "iana-time-zone"
457version = "0.1.53"
458source = "registry+https://github.com/rust-lang/crates.io-index"
459checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
460dependencies = [
461 "android_system_properties",
462 "core-foundation-sys",
463 "iana-time-zone-haiku",
464 "js-sys",
465 "wasm-bindgen",
466 "winapi",
467]
468
469[[package]]
470name = "iana-time-zone-haiku"
471version = "0.1.1"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
474dependencies = [
475 "cxx",
476 "cxx-build",
477]
478
479[[package]]
365name = "idna" 480name = "idna"
366version = "0.3.0" 481version = "0.3.0"
367source = "registry+https://github.com/rust-lang/crates.io-index" 482source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -435,6 +550,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
435checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89" 550checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
436 551
437[[package]] 552[[package]]
553name = "link-cplusplus"
554version = "1.0.7"
555source = "registry+https://github.com/rust-lang/crates.io-index"
556checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"
557dependencies = [
558 "cc",
559]
560
561[[package]]
438name = "linked-hash-map" 562name = "linked-hash-map"
439version = "0.5.6" 563version = "0.5.6"
440source = "registry+https://github.com/rust-lang/crates.io-index" 564source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -485,7 +609,7 @@ checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
485dependencies = [ 609dependencies = [
486 "libc", 610 "libc",
487 "log", 611 "log",
488 "wasi", 612 "wasi 0.11.0+wasi-snapshot-preview1",
489 "windows-sys 0.42.0", 613 "windows-sys 0.42.0",
490] 614]
491 615
@@ -493,7 +617,9 @@ dependencies = [
493name = "modlist" 617name = "modlist"
494version = "0.1.0" 618version = "0.1.0"
495dependencies = [ 619dependencies = [
620 "chrono",
496 "config", 621 "config",
622 "futures-util",
497 "reqwest", 623 "reqwest",
498 "serde", 624 "serde",
499 "serde_json", 625 "serde_json",
@@ -530,6 +656,25 @@ dependencies = [
530] 656]
531 657
532[[package]] 658[[package]]
659name = "num-integer"
660version = "0.1.45"
661source = "registry+https://github.com/rust-lang/crates.io-index"
662checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
663dependencies = [
664 "autocfg",
665 "num-traits",
666]
667
668[[package]]
669name = "num-traits"
670version = "0.2.15"
671source = "registry+https://github.com/rust-lang/crates.io-index"
672checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
673dependencies = [
674 "autocfg",
675]
676
677[[package]]
533name = "num_cpus" 678name = "num_cpus"
534version = "1.13.1" 679version = "1.13.1"
535source = "registry+https://github.com/rust-lang/crates.io-index" 680source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -762,6 +907,7 @@ dependencies = [
762 "serde_urlencoded", 907 "serde_urlencoded",
763 "tokio", 908 "tokio",
764 "tokio-native-tls", 909 "tokio-native-tls",
910 "tokio-util",
765 "tower-service", 911 "tower-service",
766 "url", 912 "url",
767 "wasm-bindgen", 913 "wasm-bindgen",
@@ -814,6 +960,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
814checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 960checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
815 961
816[[package]] 962[[package]]
963name = "scratch"
964version = "1.0.2"
965source = "registry+https://github.com/rust-lang/crates.io-index"
966checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"
967
968[[package]]
817name = "security-framework" 969name = "security-framework"
818version = "2.7.0" 970version = "2.7.0"
819source = "registry+https://github.com/rust-lang/crates.io-index" 971source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -926,9 +1078,9 @@ dependencies = [
926 1078
927[[package]] 1079[[package]]
928name = "sqlite" 1080name = "sqlite"
929version = "0.27.3" 1081version = "0.28.0"
930source = "registry+https://github.com/rust-lang/crates.io-index" 1082source = "registry+https://github.com/rust-lang/crates.io-index"
931checksum = "e66cb949f931ece6201d72bffad3f3601b94998a345793713dd13af70a77c185" 1083checksum = "125b4c6f5428ee2fc895b6c3633f7761084028481bca9a02dce6477d80eff083"
932dependencies = [ 1084dependencies = [
933 "libc", 1085 "libc",
934 "sqlite3-sys", 1086 "sqlite3-sys",
@@ -980,6 +1132,15 @@ dependencies = [
980] 1132]
981 1133
982[[package]] 1134[[package]]
1135name = "termcolor"
1136version = "1.1.3"
1137source = "registry+https://github.com/rust-lang/crates.io-index"
1138checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
1139dependencies = [
1140 "winapi-util",
1141]
1142
1143[[package]]
983name = "thiserror" 1144name = "thiserror"
984version = "1.0.37" 1145version = "1.0.37"
985source = "registry+https://github.com/rust-lang/crates.io-index" 1146source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1000,6 +1161,17 @@ dependencies = [
1000] 1161]
1001 1162
1002[[package]] 1163[[package]]
1164name = "time"
1165version = "0.1.44"
1166source = "registry+https://github.com/rust-lang/crates.io-index"
1167checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
1168dependencies = [
1169 "libc",
1170 "wasi 0.10.0+wasi-snapshot-preview1",
1171 "winapi",
1172]
1173
1174[[package]]
1003name = "tinyvec" 1175name = "tinyvec"
1004version = "1.6.0" 1176version = "1.6.0"
1005source = "registry+https://github.com/rust-lang/crates.io-index" 1177source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1144,6 +1316,12 @@ dependencies = [
1144] 1316]
1145 1317
1146[[package]] 1318[[package]]
1319name = "unicode-width"
1320version = "0.1.10"
1321source = "registry+https://github.com/rust-lang/crates.io-index"
1322checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
1323
1324[[package]]
1147name = "url" 1325name = "url"
1148version = "2.3.1" 1326version = "2.3.1"
1149source = "registry+https://github.com/rust-lang/crates.io-index" 1327source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1178,6 +1356,12 @@ dependencies = [
1178 1356
1179[[package]] 1357[[package]]
1180name = "wasi" 1358name = "wasi"
1359version = "0.10.0+wasi-snapshot-preview1"
1360source = "registry+https://github.com/rust-lang/crates.io-index"
1361checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
1362
1363[[package]]
1364name = "wasi"
1181version = "0.11.0+wasi-snapshot-preview1" 1365version = "0.11.0+wasi-snapshot-preview1"
1182source = "registry+https://github.com/rust-lang/crates.io-index" 1366source = "registry+https://github.com/rust-lang/crates.io-index"
1183checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1367checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
@@ -1275,6 +1459,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1275checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1459checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1276 1460
1277[[package]] 1461[[package]]
1462name = "winapi-util"
1463version = "0.1.5"
1464source = "registry+https://github.com/rust-lang/crates.io-index"
1465checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1466dependencies = [
1467 "winapi",
1468]
1469
1470[[package]]
1278name = "winapi-x86_64-pc-windows-gnu" 1471name = "winapi-x86_64-pc-windows-gnu"
1279version = "0.4.0" 1472version = "0.4.0"
1280source = "registry+https://github.com/rust-lang/crates.io-index" 1473source = "registry+https://github.com/rust-lang/crates.io-index"