Simple command to check if you are within ISS visibility range
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "addr2line"
7version = "0.20.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler"
16version = "1.0.2"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
19
20[[package]]
21name = "autocfg"
22version = "1.1.0"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
25
26[[package]]
27name = "backtrace"
28version = "0.3.68"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12"
31dependencies = [
32 "addr2line",
33 "cc",
34 "cfg-if",
35 "libc",
36 "miniz_oxide",
37 "object",
38 "rustc-demangle",
39]
40
41[[package]]
42name = "base64"
43version = "0.21.2"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
46
47[[package]]
48name = "bitflags"
49version = "1.3.2"
50source = "registry+https://github.com/rust-lang/crates.io-index"
51checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
52
53[[package]]
54name = "bitflags"
55version = "2.3.3"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
58
59[[package]]
60name = "bumpalo"
61version = "3.13.0"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
64
65[[package]]
66name = "bytes"
67version = "1.4.0"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
70
71[[package]]
72name = "cc"
73version = "1.0.79"
74source = "registry+https://github.com/rust-lang/crates.io-index"
75checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
76
77[[package]]
78name = "cfg-if"
79version = "1.0.0"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
82
83[[package]]
84name = "core-foundation"
85version = "0.9.3"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
88dependencies = [
89 "core-foundation-sys",
90 "libc",
91]
92
93[[package]]
94name = "core-foundation-sys"
95version = "0.8.4"
96source = "registry+https://github.com/rust-lang/crates.io-index"
97checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
98
99[[package]]
100name = "encoding_rs"
101version = "0.8.32"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
104dependencies = [
105 "cfg-if",
106]
107
108[[package]]
109name = "errno"
110version = "0.3.1"
111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
113dependencies = [
114 "errno-dragonfly",
115 "libc",
116 "windows-sys",
117]
118
119[[package]]
120name = "errno-dragonfly"
121version = "0.1.2"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
124dependencies = [
125 "cc",
126 "libc",
127]
128
129[[package]]
130name = "fastrand"
131version = "2.0.0"
132source = "registry+https://github.com/rust-lang/crates.io-index"
133checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
134
135[[package]]
136name = "fnv"
137version = "1.0.7"
138source = "registry+https://github.com/rust-lang/crates.io-index"
139checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
140
141[[package]]
142name = "foreign-types"
143version = "0.3.2"
144source = "registry+https://github.com/rust-lang/crates.io-index"
145checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
146dependencies = [
147 "foreign-types-shared",
148]
149
150[[package]]
151name = "foreign-types-shared"
152version = "0.1.1"
153source = "registry+https://github.com/rust-lang/crates.io-index"
154checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
155
156[[package]]
157name = "form_urlencoded"
158version = "1.2.0"
159source = "registry+https://github.com/rust-lang/crates.io-index"
160checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
161dependencies = [
162 "percent-encoding",
163]
164
165[[package]]
166name = "futures-channel"
167version = "0.3.28"
168source = "registry+https://github.com/rust-lang/crates.io-index"
169checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
170dependencies = [
171 "futures-core",
172]
173
174[[package]]
175name = "futures-core"
176version = "0.3.28"
177source = "registry+https://github.com/rust-lang/crates.io-index"
178checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
179
180[[package]]
181name = "futures-io"
182version = "0.3.28"
183source = "registry+https://github.com/rust-lang/crates.io-index"
184checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
185
186[[package]]
187name = "futures-sink"
188version = "0.3.28"
189source = "registry+https://github.com/rust-lang/crates.io-index"
190checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
191
192[[package]]
193name = "futures-task"
194version = "0.3.28"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
197
198[[package]]
199name = "futures-util"
200version = "0.3.28"
201source = "registry+https://github.com/rust-lang/crates.io-index"
202checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
203dependencies = [
204 "futures-core",
205 "futures-io",
206 "futures-task",
207 "memchr",
208 "pin-project-lite",
209 "pin-utils",
210 "slab",
211]
212
213[[package]]
214name = "gimli"
215version = "0.27.3"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
218
219[[package]]
220name = "h2"
221version = "0.3.20"
222source = "registry+https://github.com/rust-lang/crates.io-index"
223checksum = "97ec8491ebaf99c8eaa73058b045fe58073cd6be7f596ac993ced0b0a0c01049"
224dependencies = [
225 "bytes",
226 "fnv",
227 "futures-core",
228 "futures-sink",
229 "futures-util",
230 "http",
231 "indexmap",
232 "slab",
233 "tokio",
234 "tokio-util",
235 "tracing",
236]
237
238[[package]]
239name = "hashbrown"
240version = "0.12.3"
241source = "registry+https://github.com/rust-lang/crates.io-index"
242checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
243
244[[package]]
245name = "hermit-abi"
246version = "0.3.2"
247source = "registry+https://github.com/rust-lang/crates.io-index"
248checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
249
250[[package]]
251name = "http"
252version = "0.2.9"
253source = "registry+https://github.com/rust-lang/crates.io-index"
254checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
255dependencies = [
256 "bytes",
257 "fnv",
258 "itoa",
259]
260
261[[package]]
262name = "http-body"
263version = "0.4.5"
264source = "registry+https://github.com/rust-lang/crates.io-index"
265checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
266dependencies = [
267 "bytes",
268 "http",
269 "pin-project-lite",
270]
271
272[[package]]
273name = "httparse"
274version = "1.8.0"
275source = "registry+https://github.com/rust-lang/crates.io-index"
276checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
277
278[[package]]
279name = "httpdate"
280version = "1.0.2"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
283
284[[package]]
285name = "hyper"
286version = "0.14.27"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
289dependencies = [
290 "bytes",
291 "futures-channel",
292 "futures-core",
293 "futures-util",
294 "h2",
295 "http",
296 "http-body",
297 "httparse",
298 "httpdate",
299 "itoa",
300 "pin-project-lite",
301 "socket2",
302 "tokio",
303 "tower-service",
304 "tracing",
305 "want",
306]
307
308[[package]]
309name = "hyper-tls"
310version = "0.5.0"
311source = "registry+https://github.com/rust-lang/crates.io-index"
312checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
313dependencies = [
314 "bytes",
315 "hyper",
316 "native-tls",
317 "tokio",
318 "tokio-native-tls",
319]
320
321[[package]]
322name = "idna"
323version = "0.4.0"
324source = "registry+https://github.com/rust-lang/crates.io-index"
325checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
326dependencies = [
327 "unicode-bidi",
328 "unicode-normalization",
329]
330
331[[package]]
332name = "indexmap"
333version = "1.9.3"
334source = "registry+https://github.com/rust-lang/crates.io-index"
335checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
336dependencies = [
337 "autocfg",
338 "hashbrown",
339]
340
341[[package]]
342name = "ipnet"
343version = "2.8.0"
344source = "registry+https://github.com/rust-lang/crates.io-index"
345checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
346
347[[package]]
348name = "iss_locator"
349version = "0.1.1"
350dependencies = [
351 "reqwest",
352 "serde_json",
353]
354
355[[package]]
356name = "itoa"
357version = "1.0.9"
358source = "registry+https://github.com/rust-lang/crates.io-index"
359checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
360
361[[package]]
362name = "js-sys"
363version = "0.3.64"
364source = "registry+https://github.com/rust-lang/crates.io-index"
365checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
366dependencies = [
367 "wasm-bindgen",
368]
369
370[[package]]
371name = "lazy_static"
372version = "1.4.0"
373source = "registry+https://github.com/rust-lang/crates.io-index"
374checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
375
376[[package]]
377name = "libc"
378version = "0.2.147"
379source = "registry+https://github.com/rust-lang/crates.io-index"
380checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
381
382[[package]]
383name = "linux-raw-sys"
384version = "0.4.3"
385source = "registry+https://github.com/rust-lang/crates.io-index"
386checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0"
387
388[[package]]
389name = "log"
390version = "0.4.19"
391source = "registry+https://github.com/rust-lang/crates.io-index"
392checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
393
394[[package]]
395name = "memchr"
396version = "2.5.0"
397source = "registry+https://github.com/rust-lang/crates.io-index"
398checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
399
400[[package]]
401name = "mime"
402version = "0.3.17"
403source = "registry+https://github.com/rust-lang/crates.io-index"
404checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
405
406[[package]]
407name = "miniz_oxide"
408version = "0.7.1"
409source = "registry+https://github.com/rust-lang/crates.io-index"
410checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
411dependencies = [
412 "adler",
413]
414
415[[package]]
416name = "mio"
417version = "0.8.8"
418source = "registry+https://github.com/rust-lang/crates.io-index"
419checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
420dependencies = [
421 "libc",
422 "wasi",
423 "windows-sys",
424]
425
426[[package]]
427name = "native-tls"
428version = "0.2.11"
429source = "registry+https://github.com/rust-lang/crates.io-index"
430checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
431dependencies = [
432 "lazy_static",
433 "libc",
434 "log",
435 "openssl",
436 "openssl-probe",
437 "openssl-sys",
438 "schannel",
439 "security-framework",
440 "security-framework-sys",
441 "tempfile",
442]
443
444[[package]]
445name = "num_cpus"
446version = "1.16.0"
447source = "registry+https://github.com/rust-lang/crates.io-index"
448checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
449dependencies = [
450 "hermit-abi",
451 "libc",
452]
453
454[[package]]
455name = "object"
456version = "0.31.1"
457source = "registry+https://github.com/rust-lang/crates.io-index"
458checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
459dependencies = [
460 "memchr",
461]
462
463[[package]]
464name = "once_cell"
465version = "1.18.0"
466source = "registry+https://github.com/rust-lang/crates.io-index"
467checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
468
469[[package]]
470name = "openssl"
471version = "0.10.55"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d"
474dependencies = [
475 "bitflags 1.3.2",
476 "cfg-if",
477 "foreign-types",
478 "libc",
479 "once_cell",
480 "openssl-macros",
481 "openssl-sys",
482]
483
484[[package]]
485name = "openssl-macros"
486version = "0.1.1"
487source = "registry+https://github.com/rust-lang/crates.io-index"
488checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
489dependencies = [
490 "proc-macro2",
491 "quote",
492 "syn",
493]
494
495[[package]]
496name = "openssl-probe"
497version = "0.1.5"
498source = "registry+https://github.com/rust-lang/crates.io-index"
499checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
500
501[[package]]
502name = "openssl-sys"
503version = "0.9.90"
504source = "registry+https://github.com/rust-lang/crates.io-index"
505checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6"
506dependencies = [
507 "cc",
508 "libc",
509 "pkg-config",
510 "vcpkg",
511]
512
513[[package]]
514name = "percent-encoding"
515version = "2.3.0"
516source = "registry+https://github.com/rust-lang/crates.io-index"
517checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
518
519[[package]]
520name = "pin-project-lite"
521version = "0.2.10"
522source = "registry+https://github.com/rust-lang/crates.io-index"
523checksum = "4c40d25201921e5ff0c862a505c6557ea88568a4e3ace775ab55e93f2f4f9d57"
524
525[[package]]
526name = "pin-utils"
527version = "0.1.0"
528source = "registry+https://github.com/rust-lang/crates.io-index"
529checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
530
531[[package]]
532name = "pkg-config"
533version = "0.3.27"
534source = "registry+https://github.com/rust-lang/crates.io-index"
535checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
536
537[[package]]
538name = "proc-macro2"
539version = "1.0.66"
540source = "registry+https://github.com/rust-lang/crates.io-index"
541checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
542dependencies = [
543 "unicode-ident",
544]
545
546[[package]]
547name = "quote"
548version = "1.0.32"
549source = "registry+https://github.com/rust-lang/crates.io-index"
550checksum = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965"
551dependencies = [
552 "proc-macro2",
553]
554
555[[package]]
556name = "redox_syscall"
557version = "0.3.5"
558source = "registry+https://github.com/rust-lang/crates.io-index"
559checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
560dependencies = [
561 "bitflags 1.3.2",
562]
563
564[[package]]
565name = "reqwest"
566version = "0.11.18"
567source = "registry+https://github.com/rust-lang/crates.io-index"
568checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55"
569dependencies = [
570 "base64",
571 "bytes",
572 "encoding_rs",
573 "futures-core",
574 "futures-util",
575 "h2",
576 "http",
577 "http-body",
578 "hyper",
579 "hyper-tls",
580 "ipnet",
581 "js-sys",
582 "log",
583 "mime",
584 "native-tls",
585 "once_cell",
586 "percent-encoding",
587 "pin-project-lite",
588 "serde",
589 "serde_json",
590 "serde_urlencoded",
591 "tokio",
592 "tokio-native-tls",
593 "tower-service",
594 "url",
595 "wasm-bindgen",
596 "wasm-bindgen-futures",
597 "web-sys",
598 "winreg",
599]
600
601[[package]]
602name = "rustc-demangle"
603version = "0.1.23"
604source = "registry+https://github.com/rust-lang/crates.io-index"
605checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
606
607[[package]]
608name = "rustix"
609version = "0.38.4"
610source = "registry+https://github.com/rust-lang/crates.io-index"
611checksum = "0a962918ea88d644592894bc6dc55acc6c0956488adcebbfb6e273506b7fd6e5"
612dependencies = [
613 "bitflags 2.3.3",
614 "errno",
615 "libc",
616 "linux-raw-sys",
617 "windows-sys",
618]
619
620[[package]]
621name = "ryu"
622version = "1.0.15"
623source = "registry+https://github.com/rust-lang/crates.io-index"
624checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
625
626[[package]]
627name = "schannel"
628version = "0.1.22"
629source = "registry+https://github.com/rust-lang/crates.io-index"
630checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
631dependencies = [
632 "windows-sys",
633]
634
635[[package]]
636name = "security-framework"
637version = "2.9.2"
638source = "registry+https://github.com/rust-lang/crates.io-index"
639checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
640dependencies = [
641 "bitflags 1.3.2",
642 "core-foundation",
643 "core-foundation-sys",
644 "libc",
645 "security-framework-sys",
646]
647
648[[package]]
649name = "security-framework-sys"
650version = "2.9.1"
651source = "registry+https://github.com/rust-lang/crates.io-index"
652checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
653dependencies = [
654 "core-foundation-sys",
655 "libc",
656]
657
658[[package]]
659name = "serde"
660version = "1.0.177"
661source = "registry+https://github.com/rust-lang/crates.io-index"
662checksum = "63ba2516aa6bf82e0b19ca8b50019d52df58455d3cf9bdaf6315225fdd0c560a"
663
664[[package]]
665name = "serde_json"
666version = "1.0.104"
667source = "registry+https://github.com/rust-lang/crates.io-index"
668checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c"
669dependencies = [
670 "itoa",
671 "ryu",
672 "serde",
673]
674
675[[package]]
676name = "serde_urlencoded"
677version = "0.7.1"
678source = "registry+https://github.com/rust-lang/crates.io-index"
679checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
680dependencies = [
681 "form_urlencoded",
682 "itoa",
683 "ryu",
684 "serde",
685]
686
687[[package]]
688name = "slab"
689version = "0.4.8"
690source = "registry+https://github.com/rust-lang/crates.io-index"
691checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
692dependencies = [
693 "autocfg",
694]
695
696[[package]]
697name = "socket2"
698version = "0.4.9"
699source = "registry+https://github.com/rust-lang/crates.io-index"
700checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
701dependencies = [
702 "libc",
703 "winapi",
704]
705
706[[package]]
707name = "syn"
708version = "2.0.27"
709source = "registry+https://github.com/rust-lang/crates.io-index"
710checksum = "b60f673f44a8255b9c8c657daf66a596d435f2da81a555b06dc644d080ba45e0"
711dependencies = [
712 "proc-macro2",
713 "quote",
714 "unicode-ident",
715]
716
717[[package]]
718name = "tempfile"
719version = "3.7.0"
720source = "registry+https://github.com/rust-lang/crates.io-index"
721checksum = "5486094ee78b2e5038a6382ed7645bc084dc2ec433426ca4c3cb61e2007b8998"
722dependencies = [
723 "cfg-if",
724 "fastrand",
725 "redox_syscall",
726 "rustix",
727 "windows-sys",
728]
729
730[[package]]
731name = "tinyvec"
732version = "1.6.0"
733source = "registry+https://github.com/rust-lang/crates.io-index"
734checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
735dependencies = [
736 "tinyvec_macros",
737]
738
739[[package]]
740name = "tinyvec_macros"
741version = "0.1.1"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
744
745[[package]]
746name = "tokio"
747version = "1.29.1"
748source = "registry+https://github.com/rust-lang/crates.io-index"
749checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da"
750dependencies = [
751 "autocfg",
752 "backtrace",
753 "bytes",
754 "libc",
755 "mio",
756 "num_cpus",
757 "pin-project-lite",
758 "socket2",
759 "windows-sys",
760]
761
762[[package]]
763name = "tokio-native-tls"
764version = "0.3.1"
765source = "registry+https://github.com/rust-lang/crates.io-index"
766checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
767dependencies = [
768 "native-tls",
769 "tokio",
770]
771
772[[package]]
773name = "tokio-util"
774version = "0.7.8"
775source = "registry+https://github.com/rust-lang/crates.io-index"
776checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
777dependencies = [
778 "bytes",
779 "futures-core",
780 "futures-sink",
781 "pin-project-lite",
782 "tokio",
783 "tracing",
784]
785
786[[package]]
787name = "tower-service"
788version = "0.3.2"
789source = "registry+https://github.com/rust-lang/crates.io-index"
790checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
791
792[[package]]
793name = "tracing"
794version = "0.1.37"
795source = "registry+https://github.com/rust-lang/crates.io-index"
796checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
797dependencies = [
798 "cfg-if",
799 "pin-project-lite",
800 "tracing-core",
801]
802
803[[package]]
804name = "tracing-core"
805version = "0.1.31"
806source = "registry+https://github.com/rust-lang/crates.io-index"
807checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
808dependencies = [
809 "once_cell",
810]
811
812[[package]]
813name = "try-lock"
814version = "0.2.4"
815source = "registry+https://github.com/rust-lang/crates.io-index"
816checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
817
818[[package]]
819name = "unicode-bidi"
820version = "0.3.13"
821source = "registry+https://github.com/rust-lang/crates.io-index"
822checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
823
824[[package]]
825name = "unicode-ident"
826version = "1.0.11"
827source = "registry+https://github.com/rust-lang/crates.io-index"
828checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
829
830[[package]]
831name = "unicode-normalization"
832version = "0.1.22"
833source = "registry+https://github.com/rust-lang/crates.io-index"
834checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
835dependencies = [
836 "tinyvec",
837]
838
839[[package]]
840name = "url"
841version = "2.4.0"
842source = "registry+https://github.com/rust-lang/crates.io-index"
843checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
844dependencies = [
845 "form_urlencoded",
846 "idna",
847 "percent-encoding",
848]
849
850[[package]]
851name = "vcpkg"
852version = "0.2.15"
853source = "registry+https://github.com/rust-lang/crates.io-index"
854checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
855
856[[package]]
857name = "want"
858version = "0.3.1"
859source = "registry+https://github.com/rust-lang/crates.io-index"
860checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
861dependencies = [
862 "try-lock",
863]
864
865[[package]]
866name = "wasi"
867version = "0.11.0+wasi-snapshot-preview1"
868source = "registry+https://github.com/rust-lang/crates.io-index"
869checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
870
871[[package]]
872name = "wasm-bindgen"
873version = "0.2.87"
874source = "registry+https://github.com/rust-lang/crates.io-index"
875checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
876dependencies = [
877 "cfg-if",
878 "wasm-bindgen-macro",
879]
880
881[[package]]
882name = "wasm-bindgen-backend"
883version = "0.2.87"
884source = "registry+https://github.com/rust-lang/crates.io-index"
885checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
886dependencies = [
887 "bumpalo",
888 "log",
889 "once_cell",
890 "proc-macro2",
891 "quote",
892 "syn",
893 "wasm-bindgen-shared",
894]
895
896[[package]]
897name = "wasm-bindgen-futures"
898version = "0.4.37"
899source = "registry+https://github.com/rust-lang/crates.io-index"
900checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
901dependencies = [
902 "cfg-if",
903 "js-sys",
904 "wasm-bindgen",
905 "web-sys",
906]
907
908[[package]]
909name = "wasm-bindgen-macro"
910version = "0.2.87"
911source = "registry+https://github.com/rust-lang/crates.io-index"
912checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
913dependencies = [
914 "quote",
915 "wasm-bindgen-macro-support",
916]
917
918[[package]]
919name = "wasm-bindgen-macro-support"
920version = "0.2.87"
921source = "registry+https://github.com/rust-lang/crates.io-index"
922checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
923dependencies = [
924 "proc-macro2",
925 "quote",
926 "syn",
927 "wasm-bindgen-backend",
928 "wasm-bindgen-shared",
929]
930
931[[package]]
932name = "wasm-bindgen-shared"
933version = "0.2.87"
934source = "registry+https://github.com/rust-lang/crates.io-index"
935checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
936
937[[package]]
938name = "web-sys"
939version = "0.3.64"
940source = "registry+https://github.com/rust-lang/crates.io-index"
941checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
942dependencies = [
943 "js-sys",
944 "wasm-bindgen",
945]
946
947[[package]]
948name = "winapi"
949version = "0.3.9"
950source = "registry+https://github.com/rust-lang/crates.io-index"
951checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
952dependencies = [
953 "winapi-i686-pc-windows-gnu",
954 "winapi-x86_64-pc-windows-gnu",
955]
956
957[[package]]
958name = "winapi-i686-pc-windows-gnu"
959version = "0.4.0"
960source = "registry+https://github.com/rust-lang/crates.io-index"
961checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
962
963[[package]]
964name = "winapi-x86_64-pc-windows-gnu"
965version = "0.4.0"
966source = "registry+https://github.com/rust-lang/crates.io-index"
967checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
968
969[[package]]
970name = "windows-sys"
971version = "0.48.0"
972source = "registry+https://github.com/rust-lang/crates.io-index"
973checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
974dependencies = [
975 "windows-targets",
976]
977
978[[package]]
979name = "windows-targets"
980version = "0.48.1"
981source = "registry+https://github.com/rust-lang/crates.io-index"
982checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
983dependencies = [
984 "windows_aarch64_gnullvm",
985 "windows_aarch64_msvc",
986 "windows_i686_gnu",
987 "windows_i686_msvc",
988 "windows_x86_64_gnu",
989 "windows_x86_64_gnullvm",
990 "windows_x86_64_msvc",
991]
992
993[[package]]
994name = "windows_aarch64_gnullvm"
995version = "0.48.0"
996source = "registry+https://github.com/rust-lang/crates.io-index"
997checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
998
999[[package]]
1000name = "windows_aarch64_msvc"
1001version = "0.48.0"
1002source = "registry+https://github.com/rust-lang/crates.io-index"
1003checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
1004
1005[[package]]
1006name = "windows_i686_gnu"
1007version = "0.48.0"
1008source = "registry+https://github.com/rust-lang/crates.io-index"
1009checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
1010
1011[[package]]
1012name = "windows_i686_msvc"
1013version = "0.48.0"
1014source = "registry+https://github.com/rust-lang/crates.io-index"
1015checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
1016
1017[[package]]
1018name = "windows_x86_64_gnu"
1019version = "0.48.0"
1020source = "registry+https://github.com/rust-lang/crates.io-index"
1021checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
1022
1023[[package]]
1024name = "windows_x86_64_gnullvm"
1025version = "0.48.0"
1026source = "registry+https://github.com/rust-lang/crates.io-index"
1027checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
1028
1029[[package]]
1030name = "windows_x86_64_msvc"
1031version = "0.48.0"
1032source = "registry+https://github.com/rust-lang/crates.io-index"
1033checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
1034
1035[[package]]
1036name = "winreg"
1037version = "0.10.1"
1038source = "registry+https://github.com/rust-lang/crates.io-index"
1039checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
1040dependencies = [
1041 "winapi",
1042]