Nix Observability Daemon
observability
nix
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "ahash"
7version = "0.8.12"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
10dependencies = [
11 "cfg-if",
12 "once_cell",
13 "version_check",
14 "zerocopy",
15]
16
17[[package]]
18name = "android_system_properties"
19version = "0.1.5"
20source = "registry+https://github.com/rust-lang/crates.io-index"
21checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
22dependencies = [
23 "libc",
24]
25
26[[package]]
27name = "anstream"
28version = "0.6.21"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
31dependencies = [
32 "anstyle",
33 "anstyle-parse",
34 "anstyle-query",
35 "anstyle-wincon",
36 "colorchoice",
37 "is_terminal_polyfill",
38 "utf8parse",
39]
40
41[[package]]
42name = "anstyle"
43version = "1.0.13"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
46
47[[package]]
48name = "anstyle-parse"
49version = "0.2.7"
50source = "registry+https://github.com/rust-lang/crates.io-index"
51checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
52dependencies = [
53 "utf8parse",
54]
55
56[[package]]
57name = "anstyle-query"
58version = "1.1.5"
59source = "registry+https://github.com/rust-lang/crates.io-index"
60checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
61dependencies = [
62 "windows-sys 0.61.2",
63]
64
65[[package]]
66name = "anstyle-wincon"
67version = "3.0.11"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
70dependencies = [
71 "anstyle",
72 "once_cell_polyfill",
73 "windows-sys 0.61.2",
74]
75
76[[package]]
77name = "anyhow"
78version = "1.0.102"
79source = "registry+https://github.com/rust-lang/crates.io-index"
80checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
81
82[[package]]
83name = "autocfg"
84version = "1.5.0"
85source = "registry+https://github.com/rust-lang/crates.io-index"
86checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
87
88[[package]]
89name = "bitflags"
90version = "2.11.0"
91source = "registry+https://github.com/rust-lang/crates.io-index"
92checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
93
94[[package]]
95name = "bumpalo"
96version = "3.20.2"
97source = "registry+https://github.com/rust-lang/crates.io-index"
98checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
99
100[[package]]
101name = "bytes"
102version = "1.11.1"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
105
106[[package]]
107name = "cc"
108version = "1.2.56"
109source = "registry+https://github.com/rust-lang/crates.io-index"
110checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2"
111dependencies = [
112 "find-msvc-tools",
113 "shlex",
114]
115
116[[package]]
117name = "cfg-if"
118version = "1.0.4"
119source = "registry+https://github.com/rust-lang/crates.io-index"
120checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
121
122[[package]]
123name = "chrono"
124version = "0.4.44"
125source = "registry+https://github.com/rust-lang/crates.io-index"
126checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
127dependencies = [
128 "iana-time-zone",
129 "js-sys",
130 "num-traits",
131 "wasm-bindgen",
132 "windows-link",
133]
134
135[[package]]
136name = "clap"
137version = "4.5.60"
138source = "registry+https://github.com/rust-lang/crates.io-index"
139checksum = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a"
140dependencies = [
141 "clap_builder",
142 "clap_derive",
143]
144
145[[package]]
146name = "clap_builder"
147version = "4.5.60"
148source = "registry+https://github.com/rust-lang/crates.io-index"
149checksum = "24a241312cea5059b13574bb9b3861cabf758b879c15190b37b6d6fd63ab6876"
150dependencies = [
151 "anstream",
152 "anstyle",
153 "clap_lex",
154 "strsim",
155]
156
157[[package]]
158name = "clap_derive"
159version = "4.5.55"
160source = "registry+https://github.com/rust-lang/crates.io-index"
161checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5"
162dependencies = [
163 "heck",
164 "proc-macro2",
165 "quote",
166 "syn",
167]
168
169[[package]]
170name = "clap_lex"
171version = "1.0.0"
172source = "registry+https://github.com/rust-lang/crates.io-index"
173checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831"
174
175[[package]]
176name = "colorchoice"
177version = "1.0.4"
178source = "registry+https://github.com/rust-lang/crates.io-index"
179checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
180
181[[package]]
182name = "core-foundation-sys"
183version = "0.8.7"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
186
187[[package]]
188name = "directories"
189version = "5.0.1"
190source = "registry+https://github.com/rust-lang/crates.io-index"
191checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35"
192dependencies = [
193 "dirs-sys",
194]
195
196[[package]]
197name = "dirs-sys"
198version = "0.4.1"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
201dependencies = [
202 "libc",
203 "option-ext",
204 "redox_users",
205 "windows-sys 0.48.0",
206]
207
208[[package]]
209name = "errno"
210version = "0.3.14"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
213dependencies = [
214 "libc",
215 "windows-sys 0.61.2",
216]
217
218[[package]]
219name = "fallible-iterator"
220version = "0.3.0"
221source = "registry+https://github.com/rust-lang/crates.io-index"
222checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
223
224[[package]]
225name = "fallible-streaming-iterator"
226version = "0.1.9"
227source = "registry+https://github.com/rust-lang/crates.io-index"
228checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
229
230[[package]]
231name = "find-msvc-tools"
232version = "0.1.9"
233source = "registry+https://github.com/rust-lang/crates.io-index"
234checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
235
236[[package]]
237name = "getrandom"
238version = "0.2.17"
239source = "registry+https://github.com/rust-lang/crates.io-index"
240checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
241dependencies = [
242 "cfg-if",
243 "libc",
244 "wasi",
245]
246
247[[package]]
248name = "hashbrown"
249version = "0.14.5"
250source = "registry+https://github.com/rust-lang/crates.io-index"
251checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
252dependencies = [
253 "ahash",
254]
255
256[[package]]
257name = "hashlink"
258version = "0.9.1"
259source = "registry+https://github.com/rust-lang/crates.io-index"
260checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
261dependencies = [
262 "hashbrown",
263]
264
265[[package]]
266name = "heck"
267version = "0.5.0"
268source = "registry+https://github.com/rust-lang/crates.io-index"
269checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
270
271[[package]]
272name = "iana-time-zone"
273version = "0.1.65"
274source = "registry+https://github.com/rust-lang/crates.io-index"
275checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
276dependencies = [
277 "android_system_properties",
278 "core-foundation-sys",
279 "iana-time-zone-haiku",
280 "js-sys",
281 "log",
282 "wasm-bindgen",
283 "windows-core",
284]
285
286[[package]]
287name = "iana-time-zone-haiku"
288version = "0.1.2"
289source = "registry+https://github.com/rust-lang/crates.io-index"
290checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
291dependencies = [
292 "cc",
293]
294
295[[package]]
296name = "is_terminal_polyfill"
297version = "1.70.2"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
300
301[[package]]
302name = "itoa"
303version = "1.0.17"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
306
307[[package]]
308name = "js-sys"
309version = "0.3.91"
310source = "registry+https://github.com/rust-lang/crates.io-index"
311checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c"
312dependencies = [
313 "once_cell",
314 "wasm-bindgen",
315]
316
317[[package]]
318name = "lazy_static"
319version = "1.5.0"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
322
323[[package]]
324name = "libc"
325version = "0.2.183"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
328
329[[package]]
330name = "libredox"
331version = "0.1.14"
332source = "registry+https://github.com/rust-lang/crates.io-index"
333checksum = "1744e39d1d6a9948f4f388969627434e31128196de472883b39f148769bfe30a"
334dependencies = [
335 "libc",
336]
337
338[[package]]
339name = "libsqlite3-sys"
340version = "0.28.0"
341source = "registry+https://github.com/rust-lang/crates.io-index"
342checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f"
343dependencies = [
344 "cc",
345 "pkg-config",
346 "vcpkg",
347]
348
349[[package]]
350name = "lock_api"
351version = "0.4.14"
352source = "registry+https://github.com/rust-lang/crates.io-index"
353checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
354dependencies = [
355 "scopeguard",
356]
357
358[[package]]
359name = "log"
360version = "0.4.29"
361source = "registry+https://github.com/rust-lang/crates.io-index"
362checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
363
364[[package]]
365name = "memchr"
366version = "2.8.0"
367source = "registry+https://github.com/rust-lang/crates.io-index"
368checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
369
370[[package]]
371name = "mio"
372version = "1.1.1"
373source = "registry+https://github.com/rust-lang/crates.io-index"
374checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
375dependencies = [
376 "libc",
377 "wasi",
378 "windows-sys 0.61.2",
379]
380
381[[package]]
382name = "nod"
383version = "0.1.0"
384dependencies = [
385 "anyhow",
386 "chrono",
387 "clap",
388 "directories",
389 "rusqlite",
390 "serde",
391 "serde_json",
392 "tokio",
393 "tracing",
394 "tracing-subscriber",
395]
396
397[[package]]
398name = "nu-ansi-term"
399version = "0.50.3"
400source = "registry+https://github.com/rust-lang/crates.io-index"
401checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
402dependencies = [
403 "windows-sys 0.61.2",
404]
405
406[[package]]
407name = "num-traits"
408version = "0.2.19"
409source = "registry+https://github.com/rust-lang/crates.io-index"
410checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
411dependencies = [
412 "autocfg",
413]
414
415[[package]]
416name = "once_cell"
417version = "1.21.4"
418source = "registry+https://github.com/rust-lang/crates.io-index"
419checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
420
421[[package]]
422name = "once_cell_polyfill"
423version = "1.70.2"
424source = "registry+https://github.com/rust-lang/crates.io-index"
425checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
426
427[[package]]
428name = "option-ext"
429version = "0.2.0"
430source = "registry+https://github.com/rust-lang/crates.io-index"
431checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
432
433[[package]]
434name = "parking_lot"
435version = "0.12.5"
436source = "registry+https://github.com/rust-lang/crates.io-index"
437checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
438dependencies = [
439 "lock_api",
440 "parking_lot_core",
441]
442
443[[package]]
444name = "parking_lot_core"
445version = "0.9.12"
446source = "registry+https://github.com/rust-lang/crates.io-index"
447checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
448dependencies = [
449 "cfg-if",
450 "libc",
451 "redox_syscall",
452 "smallvec",
453 "windows-link",
454]
455
456[[package]]
457name = "pin-project-lite"
458version = "0.2.17"
459source = "registry+https://github.com/rust-lang/crates.io-index"
460checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
461
462[[package]]
463name = "pkg-config"
464version = "0.3.32"
465source = "registry+https://github.com/rust-lang/crates.io-index"
466checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
467
468[[package]]
469name = "proc-macro2"
470version = "1.0.106"
471source = "registry+https://github.com/rust-lang/crates.io-index"
472checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
473dependencies = [
474 "unicode-ident",
475]
476
477[[package]]
478name = "quote"
479version = "1.0.45"
480source = "registry+https://github.com/rust-lang/crates.io-index"
481checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
482dependencies = [
483 "proc-macro2",
484]
485
486[[package]]
487name = "redox_syscall"
488version = "0.5.18"
489source = "registry+https://github.com/rust-lang/crates.io-index"
490checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
491dependencies = [
492 "bitflags",
493]
494
495[[package]]
496name = "redox_users"
497version = "0.4.6"
498source = "registry+https://github.com/rust-lang/crates.io-index"
499checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
500dependencies = [
501 "getrandom",
502 "libredox",
503 "thiserror",
504]
505
506[[package]]
507name = "rusqlite"
508version = "0.31.0"
509source = "registry+https://github.com/rust-lang/crates.io-index"
510checksum = "b838eba278d213a8beaf485bd313fd580ca4505a00d5871caeb1457c55322cae"
511dependencies = [
512 "bitflags",
513 "fallible-iterator",
514 "fallible-streaming-iterator",
515 "hashlink",
516 "libsqlite3-sys",
517 "smallvec",
518]
519
520[[package]]
521name = "rustversion"
522version = "1.0.22"
523source = "registry+https://github.com/rust-lang/crates.io-index"
524checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
525
526[[package]]
527name = "scopeguard"
528version = "1.2.0"
529source = "registry+https://github.com/rust-lang/crates.io-index"
530checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
531
532[[package]]
533name = "serde"
534version = "1.0.228"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
537dependencies = [
538 "serde_core",
539 "serde_derive",
540]
541
542[[package]]
543name = "serde_core"
544version = "1.0.228"
545source = "registry+https://github.com/rust-lang/crates.io-index"
546checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
547dependencies = [
548 "serde_derive",
549]
550
551[[package]]
552name = "serde_derive"
553version = "1.0.228"
554source = "registry+https://github.com/rust-lang/crates.io-index"
555checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
556dependencies = [
557 "proc-macro2",
558 "quote",
559 "syn",
560]
561
562[[package]]
563name = "serde_json"
564version = "1.0.149"
565source = "registry+https://github.com/rust-lang/crates.io-index"
566checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
567dependencies = [
568 "itoa",
569 "memchr",
570 "serde",
571 "serde_core",
572 "zmij",
573]
574
575[[package]]
576name = "sharded-slab"
577version = "0.1.7"
578source = "registry+https://github.com/rust-lang/crates.io-index"
579checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
580dependencies = [
581 "lazy_static",
582]
583
584[[package]]
585name = "shlex"
586version = "1.3.0"
587source = "registry+https://github.com/rust-lang/crates.io-index"
588checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
589
590[[package]]
591name = "signal-hook-registry"
592version = "1.4.8"
593source = "registry+https://github.com/rust-lang/crates.io-index"
594checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
595dependencies = [
596 "errno",
597 "libc",
598]
599
600[[package]]
601name = "smallvec"
602version = "1.15.1"
603source = "registry+https://github.com/rust-lang/crates.io-index"
604checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
605
606[[package]]
607name = "socket2"
608version = "0.6.3"
609source = "registry+https://github.com/rust-lang/crates.io-index"
610checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
611dependencies = [
612 "libc",
613 "windows-sys 0.61.2",
614]
615
616[[package]]
617name = "strsim"
618version = "0.11.1"
619source = "registry+https://github.com/rust-lang/crates.io-index"
620checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
621
622[[package]]
623name = "syn"
624version = "2.0.117"
625source = "registry+https://github.com/rust-lang/crates.io-index"
626checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
627dependencies = [
628 "proc-macro2",
629 "quote",
630 "unicode-ident",
631]
632
633[[package]]
634name = "thiserror"
635version = "1.0.69"
636source = "registry+https://github.com/rust-lang/crates.io-index"
637checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
638dependencies = [
639 "thiserror-impl",
640]
641
642[[package]]
643name = "thiserror-impl"
644version = "1.0.69"
645source = "registry+https://github.com/rust-lang/crates.io-index"
646checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
647dependencies = [
648 "proc-macro2",
649 "quote",
650 "syn",
651]
652
653[[package]]
654name = "thread_local"
655version = "1.1.9"
656source = "registry+https://github.com/rust-lang/crates.io-index"
657checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
658dependencies = [
659 "cfg-if",
660]
661
662[[package]]
663name = "tokio"
664version = "1.50.0"
665source = "registry+https://github.com/rust-lang/crates.io-index"
666checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d"
667dependencies = [
668 "bytes",
669 "libc",
670 "mio",
671 "parking_lot",
672 "pin-project-lite",
673 "signal-hook-registry",
674 "socket2",
675 "tokio-macros",
676 "windows-sys 0.61.2",
677]
678
679[[package]]
680name = "tokio-macros"
681version = "2.6.1"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c"
684dependencies = [
685 "proc-macro2",
686 "quote",
687 "syn",
688]
689
690[[package]]
691name = "tracing"
692version = "0.1.44"
693source = "registry+https://github.com/rust-lang/crates.io-index"
694checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
695dependencies = [
696 "pin-project-lite",
697 "tracing-attributes",
698 "tracing-core",
699]
700
701[[package]]
702name = "tracing-attributes"
703version = "0.1.31"
704source = "registry+https://github.com/rust-lang/crates.io-index"
705checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
706dependencies = [
707 "proc-macro2",
708 "quote",
709 "syn",
710]
711
712[[package]]
713name = "tracing-core"
714version = "0.1.36"
715source = "registry+https://github.com/rust-lang/crates.io-index"
716checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
717dependencies = [
718 "once_cell",
719 "valuable",
720]
721
722[[package]]
723name = "tracing-log"
724version = "0.2.0"
725source = "registry+https://github.com/rust-lang/crates.io-index"
726checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
727dependencies = [
728 "log",
729 "once_cell",
730 "tracing-core",
731]
732
733[[package]]
734name = "tracing-subscriber"
735version = "0.3.22"
736source = "registry+https://github.com/rust-lang/crates.io-index"
737checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
738dependencies = [
739 "nu-ansi-term",
740 "sharded-slab",
741 "smallvec",
742 "thread_local",
743 "tracing-core",
744 "tracing-log",
745]
746
747[[package]]
748name = "unicode-ident"
749version = "1.0.24"
750source = "registry+https://github.com/rust-lang/crates.io-index"
751checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
752
753[[package]]
754name = "utf8parse"
755version = "0.2.2"
756source = "registry+https://github.com/rust-lang/crates.io-index"
757checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
758
759[[package]]
760name = "valuable"
761version = "0.1.1"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
764
765[[package]]
766name = "vcpkg"
767version = "0.2.15"
768source = "registry+https://github.com/rust-lang/crates.io-index"
769checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
770
771[[package]]
772name = "version_check"
773version = "0.9.5"
774source = "registry+https://github.com/rust-lang/crates.io-index"
775checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
776
777[[package]]
778name = "wasi"
779version = "0.11.1+wasi-snapshot-preview1"
780source = "registry+https://github.com/rust-lang/crates.io-index"
781checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
782
783[[package]]
784name = "wasm-bindgen"
785version = "0.2.114"
786source = "registry+https://github.com/rust-lang/crates.io-index"
787checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e"
788dependencies = [
789 "cfg-if",
790 "once_cell",
791 "rustversion",
792 "wasm-bindgen-macro",
793 "wasm-bindgen-shared",
794]
795
796[[package]]
797name = "wasm-bindgen-macro"
798version = "0.2.114"
799source = "registry+https://github.com/rust-lang/crates.io-index"
800checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6"
801dependencies = [
802 "quote",
803 "wasm-bindgen-macro-support",
804]
805
806[[package]]
807name = "wasm-bindgen-macro-support"
808version = "0.2.114"
809source = "registry+https://github.com/rust-lang/crates.io-index"
810checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3"
811dependencies = [
812 "bumpalo",
813 "proc-macro2",
814 "quote",
815 "syn",
816 "wasm-bindgen-shared",
817]
818
819[[package]]
820name = "wasm-bindgen-shared"
821version = "0.2.114"
822source = "registry+https://github.com/rust-lang/crates.io-index"
823checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16"
824dependencies = [
825 "unicode-ident",
826]
827
828[[package]]
829name = "windows-core"
830version = "0.62.2"
831source = "registry+https://github.com/rust-lang/crates.io-index"
832checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
833dependencies = [
834 "windows-implement",
835 "windows-interface",
836 "windows-link",
837 "windows-result",
838 "windows-strings",
839]
840
841[[package]]
842name = "windows-implement"
843version = "0.60.2"
844source = "registry+https://github.com/rust-lang/crates.io-index"
845checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
846dependencies = [
847 "proc-macro2",
848 "quote",
849 "syn",
850]
851
852[[package]]
853name = "windows-interface"
854version = "0.59.3"
855source = "registry+https://github.com/rust-lang/crates.io-index"
856checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
857dependencies = [
858 "proc-macro2",
859 "quote",
860 "syn",
861]
862
863[[package]]
864name = "windows-link"
865version = "0.2.1"
866source = "registry+https://github.com/rust-lang/crates.io-index"
867checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
868
869[[package]]
870name = "windows-result"
871version = "0.4.1"
872source = "registry+https://github.com/rust-lang/crates.io-index"
873checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
874dependencies = [
875 "windows-link",
876]
877
878[[package]]
879name = "windows-strings"
880version = "0.5.1"
881source = "registry+https://github.com/rust-lang/crates.io-index"
882checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
883dependencies = [
884 "windows-link",
885]
886
887[[package]]
888name = "windows-sys"
889version = "0.48.0"
890source = "registry+https://github.com/rust-lang/crates.io-index"
891checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
892dependencies = [
893 "windows-targets",
894]
895
896[[package]]
897name = "windows-sys"
898version = "0.61.2"
899source = "registry+https://github.com/rust-lang/crates.io-index"
900checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
901dependencies = [
902 "windows-link",
903]
904
905[[package]]
906name = "windows-targets"
907version = "0.48.5"
908source = "registry+https://github.com/rust-lang/crates.io-index"
909checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
910dependencies = [
911 "windows_aarch64_gnullvm",
912 "windows_aarch64_msvc",
913 "windows_i686_gnu",
914 "windows_i686_msvc",
915 "windows_x86_64_gnu",
916 "windows_x86_64_gnullvm",
917 "windows_x86_64_msvc",
918]
919
920[[package]]
921name = "windows_aarch64_gnullvm"
922version = "0.48.5"
923source = "registry+https://github.com/rust-lang/crates.io-index"
924checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
925
926[[package]]
927name = "windows_aarch64_msvc"
928version = "0.48.5"
929source = "registry+https://github.com/rust-lang/crates.io-index"
930checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
931
932[[package]]
933name = "windows_i686_gnu"
934version = "0.48.5"
935source = "registry+https://github.com/rust-lang/crates.io-index"
936checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
937
938[[package]]
939name = "windows_i686_msvc"
940version = "0.48.5"
941source = "registry+https://github.com/rust-lang/crates.io-index"
942checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
943
944[[package]]
945name = "windows_x86_64_gnu"
946version = "0.48.5"
947source = "registry+https://github.com/rust-lang/crates.io-index"
948checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
949
950[[package]]
951name = "windows_x86_64_gnullvm"
952version = "0.48.5"
953source = "registry+https://github.com/rust-lang/crates.io-index"
954checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
955
956[[package]]
957name = "windows_x86_64_msvc"
958version = "0.48.5"
959source = "registry+https://github.com/rust-lang/crates.io-index"
960checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
961
962[[package]]
963name = "zerocopy"
964version = "0.8.42"
965source = "registry+https://github.com/rust-lang/crates.io-index"
966checksum = "f2578b716f8a7a858b7f02d5bd870c14bf4ddbbcf3a4c05414ba6503640505e3"
967dependencies = [
968 "zerocopy-derive",
969]
970
971[[package]]
972name = "zerocopy-derive"
973version = "0.8.42"
974source = "registry+https://github.com/rust-lang/crates.io-index"
975checksum = "7e6cc098ea4d3bd6246687de65af3f920c430e236bee1e3bf2e441463f08a02f"
976dependencies = [
977 "proc-macro2",
978 "quote",
979 "syn",
980]
981
982[[package]]
983name = "zmij"
984version = "1.0.21"
985source = "registry+https://github.com/rust-lang/crates.io-index"
986checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"