tauri-plugin-network-manager 2.0.3

A Tauri plugin to manage network connections using networkmanager and systemd-networkd.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.105","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.105/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.105/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","proc-macro","span-locations"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/proc-macro2-cc00699ed8461847/build-script-build"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.105","linked_libs":[],"linked_paths":[],"cfgs":["span_locations","wrap_proc_macro","proc_macro_span_location","proc_macro_span_file"],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/proc-macro2-f931258a1d21cc29/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.43","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.43/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.43/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","proc-macro"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/quote-1b6b87f1bb0b1ac6/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.22","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_ident","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libunicode_ident-b9c538de71152b76.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libunicode_ident-b9c538de71152b76.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","result","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/serde_core-e515f39f1b128624/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","derive","serde_derive","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/serde-77a95196c7e74fd2/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"equivalent","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libequivalent-62a29ce3ff8e1f73.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libequivalent-62a29ce3ff8e1f73.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"smallvec","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["const_generics"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libsmallvec-3c6c8e5e1484e363.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libsmallvec-3c6c8e5e1484e363.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.16.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hashbrown","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libhashbrown-b708454709c93087.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libhashbrown-b708454709c93087.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#winnow@0.7.14","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"winnow","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libwinnow-155af7c1c70d8197.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libwinnow-155af7c1c70d8197.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.32","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.32/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pkg_config","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.32/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libpkg_config-92a8cfd17fa655dd.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libpkg_config-92a8cfd17fa655dd.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"heck","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libheck-f6792974908cdd70.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libheck-f6792974908cdd70.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.12.16","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.12.16/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.12.16/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/target-lexicon-3fb2b14e920fa4ac/build-script-build"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.43","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/quote-77a6f802261c74b8/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.105","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.105/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"proc_macro2","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.105/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","proc-macro","span-locations"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libproc_macro2-2e1358e2fcf835a9.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libproc_macro2-2e1358e2fcf835a9.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/serde_core-51d6b7811a1c9760/out"}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228","linked_libs":[],"linked_paths":[],"cfgs":["if_docsrs_then_no_serde_core"],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/serde-4c765027e401aa05/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#indexmap@2.13.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"indexmap","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libindexmap-590e2ed78388082a.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libindexmap-590e2ed78388082a.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.12.16","linked_libs":[],"linked_paths":[],"cfgs":["feature=\"rust_1_40\""],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/target-lexicon-4bada3e2b8debc51/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#version-compare@0.2.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version-compare-0.2.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"version_compare","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version-compare-0.2.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libversion_compare-fd530da507afb8a4.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libversion_compare-fd530da507afb8a4.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.179","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.179/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.179/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","extra_traits","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/libc-df9362659e466f12/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cfg_if","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libcfg_if-3867267d3f8ab575.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libcfg_if-3867267d3f8ab575.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.179","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.179/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.179/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/libc-b53c602b167c2f2a/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#syn@1.0.109","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["clone-impls","default","derive","extra-traits","fold","full","parsing","printing","proc-macro","quote","visit"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/syn-35e6462901137f2b/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.33","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.33/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.33/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["simd"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/zerocopy-4c2c2cd9bc841653/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.43","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.43/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"quote","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.43/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","proc-macro"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libquote-c72519c0ab1c0d31.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libquote-c72519c0ab1c0d31.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_core","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","result","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libserde_core-19c764c795c1e0ea.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libserde_core-19c764c795c1e0ea.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.12.16","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.12.16/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"target_lexicon","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.12.16/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtarget_lexicon-aa034559dd8d87b4.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtarget_lexicon-aa034559dd8d87b4.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.179","linked_libs":[],"linked_paths":[],"cfgs":["freebsd12"],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/libc-05df168e0406915b/out"}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.179","linked_libs":[],"linked_paths":[],"cfgs":["freebsd12"],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/libc-62faa5dd0124efd1/out"}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#syn@1.0.109","linked_libs":[],"linked_paths":[],"cfgs":["syn_disable_nightly_tests"],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/syn-8b1566718373fb4d/out"}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.33","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/zerocopy-9c7e45f3b6b17be4/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"version_check","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libversion_check-00df14b4806a36a5.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libversion_check-00df14b4806a36a5.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","rc","result","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/serde_core-127957083c678232/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"autocfg","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libautocfg-82336be8c7aeb25a.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libautocfg-82336be8c7aeb25a.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.6","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"memchr","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libmemchr-20a0d07816e82265.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.16","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pin_project_lite","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libpin_project_lite-d7acc8c021170f22.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.114","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"syn","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["clone-impls","default","derive","extra-traits","fold","full","parsing","printing","proc-macro","visit","visit-mut"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libsyn-60d46938c34d1208.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libsyn-60d46938c34d1208.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cfg-expr@0.15.8","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-expr-0.15.8/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cfg_expr","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-expr-0.15.8/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","target-lexicon","targets"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libcfg_expr-8912905958c107a4.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libcfg_expr-8912905958c107a4.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.179","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.179/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"libc","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.179/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","extra_traits","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/liblibc-38ede41aa3c2cd90.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.179","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.179/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"libc","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.179/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/liblibc-ad66980e7d1bfcd2.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/liblibc-ad66980e7d1bfcd2.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#syn@1.0.109","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"syn","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["clone-impls","default","derive","extra-traits","fold","full","parsing","printing","proc-macro","quote","visit"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libsyn-ae60ababdca05588.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libsyn-ae60ababdca05588.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/serde_core-86844786fc367da1/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.33","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.33/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zerocopy","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.33/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["simd"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libzerocopy-5ffb20b1d286e795.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libzerocopy-5ffb20b1d286e795.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.69","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/thiserror-f5f37d96bc0b0f2e/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.31","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_core","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libfutures_core-a5206f9862df957c.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#winnow@0.5.40","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.5.40/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"winnow","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.5.40/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libwinnow-4c1ba7eb5c80e207.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libwinnow-4c1ba7eb5c80e207.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#stable_deref_trait@1.2.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"stable_deref_trait","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libstable_deref_trait-38ec4beb1ef1377e.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libstable_deref_trait-38ec4beb1ef1377e.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_properties_data@2.1.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/icu_properties_data-099cf3ce7277fc49/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"serde_derive","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libserde_derive-558fb223070ef260.so"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#synstructure@0.13.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"synstructure","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","proc-macro"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libsynstructure-837605568df52b44.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libsynstructure-837605568df52b44.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_core","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","rc","result","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libserde_core-2303095faeaeb5ce.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerovec-derive@0.11.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.2/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"zerovec_derive","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libzerovec_derive-b38c998a6c6c3093.so"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.5","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"displaydoc","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libdisplaydoc-ebf805d9545a2bad.so"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.21","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ppv_lite86","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["simd","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libppv_lite86-84c478f10b40208f.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libppv_lite86-84c478f10b40208f.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.16","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.16/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"getrandom","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.16/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libgetrandom-126ac050ad61d81c.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libgetrandom-126ac050ad61d81c.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.69","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/thiserror-0960310b92763914/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.69","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"thiserror_impl","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libthiserror_impl-9395be60af49fc50.so"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_normalizer_data@2.1.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/icu_normalizer_data-86d33c26e8262086/build-script-build"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_properties_data@2.1.2","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/icu_properties_data-cb7c0c3f915ddebc/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-io@0.3.31","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.31/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_io","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.31/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libfutures_io-e26b4c14e96a607b.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","derive","serde_derive","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libserde-b432476798ed0c79.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libserde-b432476798ed0c79.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerofrom-derive@0.1.6","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.6/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"zerofrom_derive","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.6/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libzerofrom_derive-83fdf1f2bfaa7f1a.so"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#yoke-derive@0.8.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.8.1/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"yoke_derive","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.8.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libyoke_derive-1a8b27097c58ab5a.so"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand_core","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","getrandom","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/librand_core-079483dfe41a6a65.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/librand_core-079483dfe41a6a65.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_normalizer_data@2.1.1","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/icu_normalizer_data-52d0ca072b3bcd33/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#siphasher@1.0.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"siphasher","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libsiphasher-4695e948cb014bbc.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libsiphasher-4695e948cb014bbc.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"smallvec","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["const_generics","const_new","union"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libsmallvec-09f33fde530fb966.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.12","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.12/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.12/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/zmij-88bbe563aa9ee8b4/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#semver@1.0.27","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.27/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"semver","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.27/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","serde","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libsemver-e54d1af45cd5c5bb.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libsemver-e54d1af45cd5c5bb.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro-error-attr@1.0.4","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/proc-macro-error-attr-dd4ce33b6ed6a4b8/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.3","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"once_cell","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","race","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libonce_cell-4f7652273261dc27.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#siphasher@0.3.11","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-0.3.11/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"siphasher","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-0.3.11/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libsiphasher-6f330fa6c04e21c6.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libsiphasher-6f330fa6c04e21c6.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml_datetime@0.6.11","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml_datetime","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["serde"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtoml_datetime-ac97c67a03d8479c.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtoml_datetime-ac97c67a03d8479c.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_spanned@0.6.9","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_spanned","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["serde"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libserde_spanned-e9a9ec46a9cfa180.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libserde_spanned-e9a9ec46a9cfa180.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.3.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand_chacha","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/librand_chacha-1a29c27d350c4f63.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/librand_chacha-1a29c27d350c4f63.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.6","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zerofrom","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["derive"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libzerofrom-4ed9a45f079e5af4.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libzerofrom-4ed9a45f079e5af4.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_shared@0.11.3","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.11.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf_shared","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.11.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libphf_shared-d97d6bb76d84f6d8.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libphf_shared-d97d6bb76d84f6d8.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.12","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/zmij-cf7c39f8afbe8ba0/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.6","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"memchr","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libmemchr-36584924582abb4a.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libmemchr-36584924582abb4a.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/getrandom-86af50ee2f38da91/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#slab@0.4.11","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.11/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"slab","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.11/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libslab-dc187143ac0caba3.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro-error-attr@1.0.4","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/proc-macro-error-attr-599503819a3cb218/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro-error@1.0.4","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","syn","syn-error"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/proc-macro-error-f4fa30f7a9a0b3b7/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.1.16","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.1.16/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.1.16/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/getrandom-070072570d231247/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.22.27","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml_edit","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["parse","serde"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtoml_edit-6ffc659914cb86f4.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtoml_edit-6ffc659914cb86f4.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand@0.8.5","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","getrandom","libc","rand_chacha","small_rng","std","std_rng"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/librand-c77e5120dde59131.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/librand-c77e5120dde59131.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"yoke","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["derive","zerofrom"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libyoke-1c8528c62c78f87c.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libyoke-1c8528c62c78f87c.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/getrandom-62d50f93f67381bd/out"}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro-error@1.0.4","linked_libs":[],"linked_paths":[],"cfgs":["use_fallback"],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/proc-macro-error-7358563731a52e73/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro-error-attr@1.0.4","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"proc_macro_error_attr","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libproc_macro_error_attr-ec60fef9389d03a5.so"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.1.16","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/getrandom-bb5ff19f52a23676/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-macro@0.3.31","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"futures_macro","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libfutures_macro-4f9af13dc8c71987.so"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.31","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.31/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_sink","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.31/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libfutures_sink-c5127ad053cc3e9e.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pin-utils@0.1.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pin_utils","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libpin_utils-f483b413a8895cfa.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/parking_lot_core-00808f8dcb219182/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.31","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_task","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libfutures_task-7628cc42985262cc.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml@0.8.23","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["parse"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtoml-ae8cf4e8f9fe8266.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtoml-ae8cf4e8f9fe8266.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_generator@0.11.3","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_generator-0.11.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf_generator","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_generator-0.11.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libphf_generator-338a894db0ad4d4e.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libphf_generator-338a894db0ad4d4e.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.5","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zerovec","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["derive","yoke"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libzerovec-fe3c9a616da2a17d.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libzerovec-fe3c9a616da2a17d.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fnv","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libfnv-64bd383339f973f9.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libfnv-64bd383339f973f9.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/parking_lot_core-d5b0fdc1fd391815/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro-error@1.0.4","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"proc_macro_error","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","syn","syn-error"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libproc_macro_error-3c393dc7ddd07ee7.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libproc_macro_error-3c393dc7ddd07ee7.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.31","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_util","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","async-await","async-await-macro","default","futures-io","futures-macro","futures-sink","io","memchr","sink","slab","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libfutures_util-a03670ede068935e.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.1.16","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.1.16/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"getrandom","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.1.16/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libgetrandom-44af44afff0c2972.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libgetrandom-44af44afff0c2972.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.20.7","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.20.7/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml_edit","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.20.7/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtoml_edit-e82cf5d5bbcbeaad.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtoml_edit-e82cf5d5bbcbeaad.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.69","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"thiserror","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libthiserror-5fa781812cb8fd77.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","derive","rc","serde_derive","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/serde-bf5a09e6077a6dcc/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#typeid@1.0.3","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-1.0.3/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-1.0.3/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/typeid-014de8f29f6c87d4/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#system-deps@6.2.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/system-deps-6.2.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"system_deps","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/system-deps-6.2.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libsystem_deps-3fce57b8a68b3268.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libsystem_deps-3fce57b8a68b3268.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cfg_if","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libcfg_if-4731eb1893e697c4.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro-crate@2.0.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-2.0.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"proc_macro_crate","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-2.0.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libproc_macro_crate-367f089315253c8b.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libproc_macro_crate-367f089315253c8b.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tinystr@0.8.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tinystr","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["zerovec"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtinystr-69934b6c5f7d2d6e.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtinystr-69934b6c5f7d2d6e.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand_core@0.5.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.5.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand_core","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.5.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","getrandom","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/librand_core-8c471766c9635b11.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/librand_core-8c471766c9635b11.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#typeid@1.0.3","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/typeid-3fcaf064f64e0425/out"}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228","linked_libs":[],"linked_paths":[],"cfgs":["if_docsrs_then_no_serde_core"],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/serde-3f1b937480c463e0/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.6","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zerofrom","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["derive"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libzerofrom-6bc9d11a9d122d26.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bitflags@2.10.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bitflags","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["serde","serde_core"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libbitflags-a04b9d949369e6fe.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#stable_deref_trait@1.2.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"stable_deref_trait","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libstable_deref_trait-49d44d8fcbaeb64a.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"strsim","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libstrsim-110aaea007b4fd0d.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libstrsim-110aaea007b4fd0d.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#heck@0.4.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.4.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"heck","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.4.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libheck-8461cb10f6be5636.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libheck-8461cb10f6be5636.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#glib-sys@0.18.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glib-sys-0.18.1/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glib-sys-0.18.1/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["v2_58","v2_60","v2_62","v2_64","v2_66","v2_68","v2_70"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/glib-sys-4ed67509d30b116f/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gobject-sys@0.18.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gobject-sys-0.18.0/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gobject-sys-0.18.0/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["v2_58","v2_62","v2_66","v2_68","v2_70"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/gobject-sys-1dbeba59551ea9dc/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gio-sys@0.18.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gio-sys-0.18.1/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gio-sys-0.18.1/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["v2_58","v2_60","v2_62","v2_64","v2_66","v2_68","v2_70"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/gio-sys-ac8d65d2783b7ba5/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gdk-sys@0.18.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gdk-sys-0.18.2/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gdk-sys-0.18.2/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/gdk-sys-547f41d7a55fde7d/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#writeable@0.6.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"writeable","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libwriteable-fc64dfc9ef53d9f7.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libwriteable-fc64dfc9ef53d9f7.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#litemap@0.8.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"litemap","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/liblitemap-613e75cfc23cd650.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/liblitemap-613e75cfc23cd650.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ident_case@1.0.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ident_case-1.0.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ident_case","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ident_case-1.0.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libident_case-ae86d20c10086cbc.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libident_case-ae86d20c10086cbc.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.17","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"itoa","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libitoa-3b78ec55c7c43146.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libitoa-3b78ec55c7c43146.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.17","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.17/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.17/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/thiserror-9f9100ebc9fcc1d4/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pango-sys@0.18.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pango-sys-0.18.0/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pango-sys-0.18.0/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/pango-sys-a78b24708ebcff37/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gdk-pixbuf-sys@0.18.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gdk-pixbuf-sys-0.18.0/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gdk-pixbuf-sys-0.18.0/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/gdk-pixbuf-sys-73dee8e03989cb16/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"yoke","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["derive","zerofrom"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libyoke-924d248005627f80.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#glib-sys@0.18.1","linked_libs":["glib-2.0","gobject-2.0","glib-2.0"],"linked_paths":[],"cfgs":["system_deps_have_glib_2_0","system_deps_have_gobject_2_0"],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/glib-sys-488304aee0f53226/out"}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#gobject-sys@0.18.0","linked_libs":["gobject-2.0","glib-2.0"],"linked_paths":[],"cfgs":["system_deps_have_gobject_2_0"],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/gobject-sys-79244c1f0715b4cd/out"}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#gio-sys@0.18.1","linked_libs":["gio-2.0","gobject-2.0","glib-2.0"],"linked_paths":[],"cfgs":["system_deps_have_gio_2_0"],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/gio-sys-9c48257298eacad5/out"}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#gdk-sys@0.18.2","linked_libs":["gdk-3","z","pangocairo-1.0","pango-1.0","harfbuzz","gdk_pixbuf-2.0","cairo-gobject","gobject-2.0","glib-2.0","cairo"],"linked_paths":[],"cfgs":["system_deps_have_gdk_3_0","gdk_backend=\"broadway\"","gdk_backend=\"wayland\"","gdk_backend=\"x11\""],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/gdk-sys-b3632626a88a2161/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#darling_core@0.21.3","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.21.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"darling_core","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.21.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["strsim","suggestions"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libdarling_core-d8b577ece429f44c.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libdarling_core-d8b577ece429f44c.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.17","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/thiserror-501b5df70267aeec/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_locale_core@2.1.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_locale_core","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["zerovec"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libicu_locale_core-866725238669caf4.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libicu_locale_core-866725238669caf4.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cairo-sys-rs@0.18.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cairo-sys-rs-0.18.2/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cairo-sys-rs-0.18.2/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["glib","use_glib"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/cairo-sys-rs-0089ebfc6524475a/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","derive","rc","serde_derive","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libserde-59c35d48ca06cbca.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#glib-macros@0.18.5","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glib-macros-0.18.5/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"glib_macros","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glib-macros-0.18.5/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libglib_macros-208e80c8ef5c3e26.so"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-executor@0.3.31","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_executor","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libfutures_executor-58a67e94e5eda981.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#potential_utf@0.1.4","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"potential_utf","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["zerovec"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libpotential_utf-131abeaae2c0c40a.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libpotential_utf-131abeaae2c0c40a.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#glib-sys@0.18.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glib-sys-0.18.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"glib_sys","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glib-sys-0.18.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["v2_58","v2_60","v2_62","v2_64","v2_66","v2_68","v2_70"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libglib_sys-00491776264d475d.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_macros@0.11.3","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_macros-0.11.3/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"phf_macros","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_macros-0.11.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libphf_macros-9c0938ff9d2799b3.so"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerotrie@0.2.3","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zerotrie","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["yoke","zerofrom"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libzerotrie-1b5b1b04e8a88833.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libzerotrie-1b5b1b04e8a88833.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.17","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.17/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"thiserror_impl","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.17/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libthiserror_impl-9c521167076253ae.so"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.31","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_channel","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libfutures_channel-596158227ee29b45.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#erased-serde@0.4.9","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.4.9/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.4.9/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/erased-serde-d1ef9f6385249099/build-script-build"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#cairo-sys-rs@0.18.2","linked_libs":["cairo","cairo-gobject","cairo","gobject-2.0","glib-2.0"],"linked_paths":[],"cfgs":["system_deps_have_cairo","system_deps_have_cairo_gobject"],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/cairo-sys-rs-074e169265b1c0ee/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#darling_macro@0.21.3","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.21.3/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"darling_macro","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.21.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libdarling_macro-90144fe4abc4a6a3.so"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_collections@2.1.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_collections","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libicu_collections-df9345a930b90812.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libicu_collections-df9345a930b90812.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#pango-sys@0.18.0","linked_libs":["pango-1.0","harfbuzz","gobject-2.0","glib-2.0"],"linked_paths":[],"cfgs":["system_deps_have_pango"],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/pango-sys-af1d73d120cd5c0e/out"}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#gdk-pixbuf-sys@0.18.0","linked_libs":["gdk_pixbuf-2.0","gobject-2.0","glib-2.0"],"linked_paths":[],"cfgs":["system_deps_have_gdk_pixbuf_2_0"],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/gdk-pixbuf-sys-eb19c41ac92abd1b/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.2.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.2.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand_chacha","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.2.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/librand_chacha-4c77249bb27ceab0.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/librand_chacha-4c77249bb27ceab0.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gobject-sys@0.18.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gobject-sys-0.18.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"gobject_sys","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gobject-sys-0.18.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["v2_58","v2_62","v2_66","v2_68","v2_70"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libgobject_sys-cd0406ba7c1dbd6c.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#erased-serde@0.4.9","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/erased-serde-a174a96428cc3120/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_provider@2.1.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_provider","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["baked"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libicu_provider-972db08bad51f22a.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libicu_provider-972db08bad51f22a.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand_pcg@0.2.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_pcg-0.2.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand_pcg","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_pcg-0.2.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/librand_pcg-cc69bff2e4e1f95b.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/librand_pcg-cc69bff2e4e1f95b.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#atk-sys@0.18.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atk-sys-0.18.2/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atk-sys-0.18.2/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/atk-sys-6649c36056a05928/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_shared@0.8.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.8.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf_shared","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.8.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libphf_shared-cb298924120b208a.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libphf_shared-cb298924120b208a.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustc_version@0.4.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc_version-0.4.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rustc_version","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc_version-0.4.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/librustc_version-a19eea748d002b8e.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/librustc_version-a19eea748d002b8e.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#typenum@1.19.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/typenum-c4a2d5b78cc6ee37/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro-hack@0.5.20+deprecated","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-hack-0.5.20+deprecated/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-hack-0.5.20+deprecated/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/proc-macro-hack-28728dd893c47797/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cairo-sys-rs@0.18.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cairo-sys-rs-0.18.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cairo_sys","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cairo-sys-rs-0.18.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["glib","use_glib"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libcairo_sys-5413e90b37c38b49.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#darling@0.21.3","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.21.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"darling","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.21.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","suggestions"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libdarling-74130118b1b9b4c1.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libdarling-74130118b1b9b4c1.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.5","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zerovec","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["derive","yoke"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libzerovec-c2d2c164aaa66955.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gio-sys@0.18.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gio-sys-0.18.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"gio_sys","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gio-sys-0.18.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["v2_58","v2_60","v2_62","v2_64","v2_66","v2_68","v2_70"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libgio_sys-e69060d270563304.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#typenum@1.19.0","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/typenum-b4b2ad10c4c5f280/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand@0.7.3","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.7.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.7.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","getrandom","getrandom_package","libc","rand_pcg","small_rng","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/librand-f20c4d9cce33ff22.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/librand-f20c4d9cce33ff22.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#atk-sys@0.18.2","linked_libs":["atk-1.0","gobject-2.0","glib-2.0"],"linked_paths":[],"cfgs":["system_deps_have_atk"],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/atk-sys-64a6483e87ece924/out"}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro-hack@0.5.20+deprecated","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/proc-macro-hack-6eb665490abf53ab/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pango-sys@0.18.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pango-sys-0.18.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pango_sys","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pango-sys-0.18.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libpango_sys-c41a45c0016f8a88.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_shared@0.10.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.10.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf_shared","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.10.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libphf_shared-89455ed22bb3d126.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libphf_shared-89455ed22bb3d126.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_normalizer_data@2.1.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_normalizer_data","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libicu_normalizer_data-4f56782fe9fdbb47.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libicu_normalizer_data-4f56782fe9fdbb47.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_properties_data@2.1.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_properties_data","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libicu_properties_data-9dc26a779a449400.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libicu_properties_data-9dc26a779a449400.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/crossbeam-utils-f791674a00bd7459/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"scopeguard","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libscopeguard-be4c9491bdd87fd0.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libscopeguard-be4c9491bdd87fd0.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std","unbounded_depth"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/serde_json-c03e936f11c30f6c/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#glib@0.18.5","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glib-0.18.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"glib","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glib-0.18.5/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","gio","gio_ffi","v2_58","v2_60","v2_62","v2_64","v2_66","v2_68","v2_70"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libglib-be66bb514ed38030.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gdk-pixbuf-sys@0.18.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gdk-pixbuf-sys-0.18.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"gdk_pixbuf_sys","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gdk-pixbuf-sys-0.18.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libgdk_pixbuf_sys-a826ad52586a04f8.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.100","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/anyhow-a57647eb584d18f4/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.5.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"byteorder","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.5.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libbyteorder-fe94722c34269273.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libbyteorder-fe94722c34269273.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#new_debug_unreachable@1.0.6","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/new_debug_unreachable-1.0.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"debug_unreachable","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/new_debug_unreachable-1.0.6/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libdebug_unreachable-97ee9f1936b15caa.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libdebug_unreachable-97ee9f1936b15caa.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"lock_api","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["atomic_usize","default"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/liblock_api-44f7255140ee7b39.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/liblock_api-44f7255140ee7b39.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/crossbeam-utils-152723920802a107/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro-hack@0.5.20+deprecated","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-hack-0.5.20+deprecated/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"proc_macro_hack","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-hack-0.5.20+deprecated/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libproc_macro_hack-65890ae35d579660.so"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_generator@0.8.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_generator-0.8.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf_generator","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_generator-0.8.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libphf_generator-51ae48ece8967593.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libphf_generator-51ae48ece8967593.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_normalizer@2.1.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_normalizer","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["compiled_data"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libicu_normalizer-a1e5c5b96c083afd.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libicu_normalizer-a1e5c5b96c083afd.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_properties@2.1.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_properties","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["compiled_data"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libicu_properties-6810392a71cd6b47.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libicu_properties-6810392a71cd6b47.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_generator@0.10.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_generator-0.10.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf_generator","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_generator-0.10.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libphf_generator-0754290dbddaca8f.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libphf_generator-0754290dbddaca8f.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.100","linked_libs":[],"linked_paths":[],"cfgs":["std_backtrace"],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/anyhow-cf8b0fd265092e21/out"}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149","linked_libs":[],"linked_paths":[],"cfgs":["fast_arithmetic=\"64\""],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/serde_json-69030a2666e4c233/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_with_macros@3.16.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with_macros-3.16.1/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"serde_with_macros","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with_macros-3.16.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libserde_with_macros-3779502a9ce70e20.so"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#string_cache_codegen@0.5.4","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/string_cache_codegen-0.5.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"string_cache_codegen","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/string_cache_codegen-0.5.4/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libstring_cache_codegen-eaa8d748bb55bf78.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libstring_cache_codegen-eaa8d748bb55bf78.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_codegen@0.11.3","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_codegen-0.11.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf_codegen","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_codegen-0.11.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libphf_codegen-134f8c8d93a3800d.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libphf_codegen-134f8c8d93a3800d.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"parking_lot_core","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libparking_lot_core-9013fb8c6d0661d4.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libparking_lot_core-9013fb8c6d0661d4.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.12","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.12/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zmij","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.12/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libzmij-cedc9575348031ed.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libzmij-cedc9575348031ed.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"aho_corasick","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["perf-literal","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libaho_corasick-a672af2bb181decb.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libaho_corasick-a672af2bb181decb.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.19.15","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.19.15/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml_edit","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.19.15/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtoml_edit-400732e7c9c95b86.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtoml_edit-400732e7c9c95b86.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["more_lengths"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/generic-array-f959bc2da01ba187/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#precomputed-hash@0.1.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/precomputed-hash-0.1.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"precomputed_hash","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/precomputed-hash-0.1.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libprecomputed_hash-d9389000f51b781b.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libprecomputed_hash-d9389000f51b781b.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.3","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"once_cell","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","race","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libonce_cell-90a5d91198672f3d.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libonce_cell-90a5d91198672f3d.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gio@0.18.4","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gio-0.18.4/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gio-0.18.4/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["v2_58","v2_60","v2_62","v2_64","v2_66","v2_68","v2_70"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/gio-af6b9f512beb23a3/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#mac@0.1.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mac-0.1.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"mac","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mac-0.1.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libmac-c60ef811aed15847.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libmac-c60ef811aed15847.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.8","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"regex_syntax","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std","unicode","unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libregex_syntax-293b901a3b7bf58f.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libregex_syntax-293b901a3b7bf58f.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"parking_lot","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libparking_lot-fe3af9724f8cca23.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libparking_lot-fe3af9724f8cca23.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro-crate@1.3.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-1.3.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"proc_macro_crate","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-1.3.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libproc_macro_crate-d529a0e752b08624.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libproc_macro_crate-d529a0e752b08624.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#markup5ever@0.14.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/markup5ever-0.14.1/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/markup5ever-0.14.1/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/markup5ever-4f36031d689a1464/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_json","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std","unbounded_depth"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libserde_json-01d5d6675be19de9.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libserde_json-01d5d6675be19de9.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7","linked_libs":[],"linked_paths":[],"cfgs":["relaxed_coherence"],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/generic-array-88fd24faadddddb8/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_codegen@0.8.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_codegen-0.8.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf_codegen","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_codegen-0.8.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libphf_codegen-6a8c94ced725cd90.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libphf_codegen-6a8c94ced725cd90.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_macros@0.10.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_macros-0.10.0/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"phf_macros","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_macros-0.10.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libphf_macros-08f297f02f2390a8.so"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"crossbeam_utils","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libcrossbeam_utils-e3fc6a0eac6ec934.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#idna_adapter@1.2.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"idna_adapter","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["compiled_data"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libidna_adapter-b7e24e5dacf7b37b.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libidna_adapter-b7e24e5dacf7b37b.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.13","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"regex_automata","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","dfa-onepass","hybrid","meta","nfa-backtrack","nfa-pikevm","nfa-thompson","perf-inline","perf-literal","perf-literal-multisubstring","perf-literal-substring","std","syntax","unicode","unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment","unicode-word-boundary"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libregex_automata-69e9c9eedb8ed2e9.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libregex_automata-69e9c9eedb8ed2e9.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futf@0.1.5","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futf-0.1.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futf","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futf-0.1.5/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libfutf-7623c89ab99265ff.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libfutf-7623c89ab99265ff.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#gio@0.18.4","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/gio-780276e841c57734/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gdk-sys@0.18.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gdk-sys-0.18.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"gdk_sys","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gdk-sys-0.18.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libgdk_sys-6565fb8a2b130d34.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gtk-sys@0.18.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gtk-sys-0.18.2/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gtk-sys-0.18.2/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["v3_24"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/gtk-sys-5e8c8c5ec4f2e80f/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"getrandom","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libgetrandom-f34dcd1408b20041.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libgetrandom-f34dcd1408b20041.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cssparser@0.29.6","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cssparser-0.29.6/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cssparser-0.29.6/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/cssparser-797dd426210ccf31/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml_datetime@0.7.5+spec-1.1.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.5+spec-1.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml_datetime","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.5+spec-1.1.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","serde","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtoml_datetime-dc7cd9a7ead7452e.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtoml_datetime-dc7cd9a7ead7452e.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_spanned@1.0.4","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.0.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_spanned","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.0.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","serde","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libserde_spanned-572c51c510c19dc1.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libserde_spanned-572c51c510c19dc1.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml_parser@1.0.6+spec-1.1.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml_parser","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtoml_parser-80f37419f8e41d01.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtoml_parser-80f37419f8e41d01.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml_writer@1.0.6+spec-1.1.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.0.6+spec-1.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml_writer","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.0.6+spec-1.1.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtoml_writer-6137f3cbc0a4f118.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtoml_writer-6137f3cbc0a4f118.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#utf-8@0.7.6","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-0.7.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"utf8","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-0.7.6/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libutf8-b229ac3f8f3a19c2.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libutf8-b229ac3f8f3a19c2.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#log@0.4.29","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"log","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/liblog-ca8e88c09b68b3e2.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/liblog-ca8e88c09b68b3e2.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bitflags","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libbitflags-9c294949513c537c.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libbitflags-9c294949513c537c.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"percent_encoding","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libpercent_encoding-1439c86412ca98fb.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libpercent_encoding-1439c86412ca98fb.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#utf8_iter@1.0.4","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"utf8_iter","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libutf8_iter-a8632c59ec248358.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libutf8_iter-a8632c59ec248358.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dtoa@1.0.11","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtoa-1.0.11/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dtoa","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtoa-1.0.11/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libdtoa-eef3334e4c744c73.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libdtoa-eef3334e4c744c73.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#regex@1.12.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"regex","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","perf","perf-backtrack","perf-cache","perf-dfa","perf-inline","perf-literal","perf-onepass","std","unicode","unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libregex-c73a5318ba7b430c.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libregex-c73a5318ba7b430c.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#gtk-sys@0.18.2","linked_libs":["gtk-3","gdk-3","z","pangocairo-1.0","cairo-gobject","gdk_pixbuf-2.0","atk-1.0","pango-1.0","cairo","harfbuzz","gio-2.0","gobject-2.0","glib-2.0"],"linked_paths":[],"cfgs":["system_deps_have_gtk_3_0"],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/gtk-sys-2b5c865e6d2bf7eb/out"}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#cssparser@0.29.6","linked_libs":[],"linked_paths":[],"cfgs":["rustc_has_pr45225"],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/cssparser-f295216581373aeb/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gio@0.18.4","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gio-0.18.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"gio","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gio-0.18.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["v2_58","v2_60","v2_62","v2_64","v2_66","v2_68","v2_70"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libgio-2138fe98faca4f8c.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#uuid@1.19.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.19.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"uuid","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.19.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","rng","serde","std","v4"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libuuid-c0a7e248ffb8788f.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libuuid-c0a7e248ffb8788f.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tendril@0.4.3","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tendril-0.4.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tendril","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tendril-0.4.3/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtendril-dbeee1a447b019fc.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtendril-dbeee1a447b019fc.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml@0.9.10+spec-1.1.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.9.10+spec-1.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.9.10+spec-1.1.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","display","parse","serde","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtoml-5f25df8501ffa528.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtoml-5f25df8501ffa528.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#idna@1.1.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"idna","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/lib.rs","edition":"2018","doc":true,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","compiled_data","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libidna-707dc9bc22721c1e.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libidna-707dc9bc22721c1e.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dtoa-short@0.3.5","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtoa-short-0.3.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dtoa_short","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtoa-short-0.3.5/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libdtoa_short-0d97f17742d3589c.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libdtoa_short-0d97f17742d3589c.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#form_urlencoded@1.2.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"form_urlencoded","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libform_urlencoded-148f69b841d4411a.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libform_urlencoded-148f69b841d4411a.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#markup5ever@0.14.1","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/markup5ever-288cd416b687d19a/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf@0.10.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.10.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.10.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","macros","phf_macros","proc-macro-hack","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libphf-f9a9db9c8b994891.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libphf-f9a9db9c8b994891.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#selectors@0.24.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/selectors-0.24.0/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/selectors-0.24.0/build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/selectors-f07264307f7cff45/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#string_cache@0.8.9","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/string_cache-0.8.9/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"string_cache","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/string_cache-0.8.9/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","serde","serde_support"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libstring_cache-ccff7b62433b05a1.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libstring_cache-ccff7b62433b05a1.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tinystr@0.8.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tinystr","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["zerovec"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtinystr-c618f0afd82ab1ed.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf@0.11.3","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","macros","phf_macros","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libphf-85a52953c49726ef.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libphf-85a52953c49726ef.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ctor@0.2.9","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctor-0.2.9/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"ctor","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctor-0.2.9/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libctor-a00017ddff1d5eb1.so"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cssparser-macros@0.6.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cssparser-macros-0.6.1/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"cssparser_macros","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cssparser-macros-0.6.1/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libcssparser_macros-2fc4cb5ea5237fce.so"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#indexmap@1.9.3","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["serde","serde-1"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/indexmap-361d83a30b0edc32/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unic-common@0.9.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unic-common-0.9.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unic_common","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unic-common-0.9.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libunic_common-3cce33548a43f33e.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libunic_common-3cce33548a43f33e.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#convert_case@0.4.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/convert_case-0.4.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"convert_case","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/convert_case-0.4.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libconvert_case-74a297ea939cb522.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libconvert_case-74a297ea939cb522.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#alloc-no-stdlib@2.0.4","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"alloc_no_stdlib","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/liballoc_no_stdlib-71d33a471b11a5e8.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/liballoc_no_stdlib-71d33a471b11a5e8.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#matches@0.1.10","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matches-0.1.10/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"matches","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matches-0.1.10/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libmatches-258b967d0147f147.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libmatches-258b967d0147f147.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#writeable@0.6.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"writeable","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libwriteable-a0412ba5bddafc5d.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#camino@1.2.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.2/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.2/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["serde1"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/camino-7af72370cb657008/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#nodrop@0.1.14","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nodrop-0.1.14/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"nodrop","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nodrop-0.1.14/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libnodrop-323b542c9e504b52.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libnodrop-323b542c9e504b52.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unic-char-range@0.9.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unic-char-range-0.9.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unic_char_range","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unic-char-range-0.9.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libunic_char_range-14c7c40754bcf241.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libunic_char_range-14c7c40754bcf241.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#litemap@0.8.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"litemap","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/liblitemap-23bcbaf319e919e5.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#indexmap@1.9.3","linked_libs":[],"linked_paths":[],"cfgs":["has_std"],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/indexmap-85153ab9c056d40a/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#url@2.5.8","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"url","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","serde","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/liburl-aebbe88614f7b19b.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/liburl-aebbe88614f7b19b.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#selectors@0.24.0","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/selectors-e0a13066505e7153/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cssparser@0.29.6","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cssparser-0.29.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cssparser","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cssparser-0.29.6/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libcssparser-d153f8b1a4ba9784.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libcssparser-d153f8b1a4ba9784.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_locale_core@2.1.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_locale_core","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["zerovec"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libicu_locale_core-dc8c6ec60958fbb5.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#derive_more@0.99.20","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-0.99.20/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"derive_more","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-0.99.20/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["add","add_assign","as_mut","as_ref","constructor","convert_case","default","deref","deref_mut","display","error","from","from_str","index","index_mut","into","into_iterator","is_variant","iterator","mul","mul_assign","not","rustc_version","sum","try_into","unwrap"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libderive_more-b7ac9171787d7694.so"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#camino@1.2.2","linked_libs":[],"linked_paths":[],"cfgs":["try_reserve_2","path_buf_deref_mut","os_str_bytes","absolute_path","os_string_pathbuf_leak","path_add_extension","pathbuf_const_new"],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/camino-fc8329c57a71df7f/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#alloc-stdlib@0.2.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-stdlib-0.2.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"alloc_stdlib","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-stdlib-0.2.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/liballoc_stdlib-92e0b1ee5c8d2263.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/liballoc_stdlib-92e0b1ee5c8d2263.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#servo_arc@0.2.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/servo_arc-0.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"servo_arc","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/servo_arc-0.2.0/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libservo_arc-1746305273e09175.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libservo_arc-1746305273e09175.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unic-ucd-version@0.9.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unic-ucd-version-0.9.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unic_ucd_version","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unic-ucd-version-0.9.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libunic_ucd_version-41da3422fc30cb8a.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libunic_ucd_version-41da3422fc30cb8a.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unic-char-property@0.9.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unic-char-property-0.9.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unic_char_property","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unic-char-property-0.9.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libunic_char_property-4fd6b32cc129fd7d.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libunic_char_property-4fd6b32cc129fd7d.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#markup5ever@0.14.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/markup5ever-0.14.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"markup5ever","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/markup5ever-0.14.1/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libmarkup5ever-424ff27dc454c529.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libmarkup5ever-424ff27dc454c529.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#fxhash@0.2.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fxhash-0.2.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fxhash","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fxhash-0.2.1/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libfxhash-0f854b45fd732db6.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libfxhash-0f854b45fd732db6.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#potential_utf@0.1.4","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"potential_utf","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["zerovec"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libpotential_utf-1a19de125120cd8b.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf@0.8.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.8.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.8.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libphf-0167c6e098c257de.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libphf-0167c6e098c257de.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerotrie@0.2.3","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zerotrie","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["yoke","zerofrom"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libzerotrie-ea96db15a5f1dc0d.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#typeid@1.0.3","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-1.0.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"typeid","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-1.0.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtypeid-800bd368dd0cf670.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtypeid-800bd368dd0cf670.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_derive_internals@0.29.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_derive_internals","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.1/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libserde_derive_internals-e71eaa07586c3696.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libserde_derive_internals-e71eaa07586c3696.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#match_token@0.1.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/match_token-0.1.0/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"match_token","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/match_token-0.1.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libmatch_token-c8304c94c9df3988.so"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#schemars@0.8.22","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","derive","indexmap","preserve_order","schemars_derive","url","uuid1"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/schemars-b9dfff3fdcfb00be/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.17","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"itoa","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libitoa-436297ecfa3a534f.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.12.3","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hashbrown","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["raw"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libhashbrown-59942ba137223f09.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libhashbrown-59942ba137223f09.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unic-ucd-ident@0.9.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unic-ucd-ident-0.9.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unic_ucd_ident","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unic-ucd-ident-0.9.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","id","xid"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libunic_ucd_ident-78f31a606652ee99.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libunic_ucd_ident-78f31a606652ee99.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#selectors@0.24.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/selectors-0.24.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"selectors","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/selectors-0.24.0/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libselectors-d2b4885ba72d5230.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libselectors-d2b4885ba72d5230.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#brotli-decompressor@5.0.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"brotli_decompressor","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc-stdlib","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libbrotli_decompressor-e6b2daff3a13277a.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libbrotli_decompressor-e6b2daff3a13277a.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#camino@1.2.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"camino","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["serde1"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libcamino-2836a2917aa2ef8a.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libcamino-2836a2917aa2ef8a.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_collections@2.1.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_collections","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libicu_collections-25704decb2547339.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#indexmap@1.9.3","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"indexmap","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["serde","serde-1"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libindexmap-c12f2bd8b039db64.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libindexmap-c12f2bd8b039db64.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#erased-serde@0.4.9","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.4.9/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"erased_serde","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.4.9/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/liberased_serde-74787230bf485d56.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/liberased_serde-74787230bf485d56.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#schemars@0.8.22","linked_libs":[],"linked_paths":[],"cfgs":["std_atomic64","std_atomic"],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/schemars-e5ff789ac56a2af4/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#html5ever@0.29.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/html5ever-0.29.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"html5ever","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/html5ever-0.29.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libhtml5ever-c22ec15012493952.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libhtml5ever-c22ec15012493952.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_provider@2.1.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_provider","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["baked"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libicu_provider-2ab2aed3d7590b4f.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#schemars_derive@0.8.22","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"schemars_derive","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libschemars_derive-f684d9ae750d25d2.so"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cfb@0.7.3","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfb-0.7.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cfb","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfb-0.7.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libcfb-b519e7cc0db28395.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libcfb-b519e7cc0db28395.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#jsonptr@0.6.3","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonptr-0.6.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"jsonptr","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonptr-0.6.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["assign","default","delete","json","resolve","serde","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libjsonptr-37970755cec148ce.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libjsonptr-37970755cec148ce.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#atk-sys@0.18.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atk-sys-0.18.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"atk_sys","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atk-sys-0.18.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libatk_sys-676e1ce3adb18953.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.17","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.17/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"thiserror","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.17/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libthiserror-892bdab009b012eb.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libthiserror-892bdab009b012eb.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cargo-platform@0.1.9","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-0.1.9/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cargo_platform","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-0.1.9/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libcargo_platform-a6ef8d90c025f545.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libcargo_platform-a6ef8d90c025f545.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.69","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"thiserror","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libthiserror-27d5d016c399e1ae.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libthiserror-27d5d016c399e1ae.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#memoffset@0.9.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.9.1/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.9.1/build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/memoffset-dce2257820472f67/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bytes","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libbytes-20bc46f743a5be69.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libbytes-20bc46f743a5be69.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dunce@1.0.5","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dunce-1.0.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dunce","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dunce-1.0.5/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libdunce-ba4cb2ba9b7e97af.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libdunce-ba4cb2ba9b7e97af.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bitflags","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libbitflags-509126a808af5b44.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"same_file","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libsame_file-5f967a1b0e94e3bb.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libsame_file-5f967a1b0e94e3bb.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dyn-clone@1.0.20","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.20/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dyn_clone","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.20/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libdyn_clone-caaac0cb52df341b.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libdyn_clone-caaac0cb52df341b.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cargo_metadata@0.19.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.19.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cargo_metadata","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.19.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libcargo_metadata-25a71ef212891d4f.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libcargo_metadata-25a71ef212891d4f.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#infer@0.19.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/infer-0.19.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"infer","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/infer-0.19.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","cfb","default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libinfer-d393b38dffd47fc2.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libinfer-d393b38dffd47fc2.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#kuchikiki@0.8.8-speedreader","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kuchikiki-0.8.8-speedreader/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"kuchikiki","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kuchikiki-0.8.8-speedreader/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libkuchikiki-b71e49ef6c9c2925.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libkuchikiki-b71e49ef6c9c2925.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde-untagged@0.1.9","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-untagged-0.1.9/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_untagged","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-untagged-0.1.9/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libserde_untagged-ff99b7f6008d1938.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libserde_untagged-ff99b7f6008d1938.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#json-patch@3.0.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/json-patch-3.0.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"json_patch","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/json-patch-3.0.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","diff"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libjson_patch-27fde748faa5d2a5.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libjson_patch-27fde748faa5d2a5.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#urlpattern@0.3.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/urlpattern-0.3.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"urlpattern","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/urlpattern-0.3.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/liburlpattern-eebbabb60aa07a48.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/liburlpattern-eebbabb60aa07a48.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#http@1.4.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"http","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libhttp-dd223eac318b49a0.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libhttp-dd223eac318b49a0.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#memoffset@0.9.1","linked_libs":[],"linked_paths":[],"cfgs":["tuple_ty","allow_clippy","maybe_uninit","doctests","raw_ref_macros","stable_const","stable_offset_of"],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/memoffset-f8d8f24794d05b0e/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"walkdir","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libwalkdir-aeed062134240c56.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libwalkdir-aeed062134240c56.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#schemars@0.8.22","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"schemars","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","derive","indexmap","preserve_order","schemars_derive","url","uuid1"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libschemars-33c7a387e4eb5f16.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libschemars-33c7a387e4eb5f16.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#brotli@8.0.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"brotli","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc-stdlib","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libbrotli-c21f982f2be69d84.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libbrotli-c21f982f2be69d84.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pango@0.18.3","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pango-0.18.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pango","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pango-0.18.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libpango-c6127cc28ab1532b.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gdk-pixbuf@0.18.5","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gdk-pixbuf-0.18.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"gdk_pixbuf","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gdk-pixbuf-0.18.5/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libgdk_pixbuf-ce774e8089de5af6.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_with@3.16.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with-3.16.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_with","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with-3.16.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","macros","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libserde_with-a2ef62672ea7c791.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libserde_with-a2ef62672ea7c791.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.100","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"anyhow","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libanyhow-87657cca91d6e59b.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libanyhow-87657cca91d6e59b.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cairo-rs@0.18.5","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cairo-rs-0.18.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cairo","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cairo-rs-0.18.5/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","glib","use_glib"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libcairo-5e4854b89a43b8ec.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#field-offset@0.3.6","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/field-offset-0.3.6/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/field-offset-0.3.6/build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/field-offset-5bb1f71d64cda08e/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_normalizer_data@2.1.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_normalizer_data","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libicu_normalizer_data-cf7f7496a4b567ba.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_properties_data@2.1.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_properties_data","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libicu_properties_data-0641afe34aae99ae.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#log@0.4.29","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"log","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/liblog-9ac189c70c940070.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#glob@0.3.3","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"glob","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.3/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libglob-002a0001d2b24205.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libglob-002a0001d2b24205.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#memoffset@0.9.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.9.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"memoffset","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.9.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libmemoffset-2c038e7d81cea0d1.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_normalizer@2.1.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_normalizer","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["compiled_data"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libicu_normalizer-ab950b3f4595c86e.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#field-offset@0.3.6","linked_libs":[],"linked_paths":[],"cfgs":["fieldoffset_maybe_uninit","fieldoffset_has_alloc"],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/field-offset-142868470284cb78/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gdk@0.18.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gdk-0.18.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"gdk","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gdk-0.18.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libgdk-0d27190ae48b4d44.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gtk-sys@0.18.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gtk-sys-0.18.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"gtk_sys","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gtk-sys-0.18.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["v3_24"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libgtk_sys-143b62b9a3a3ba97.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#soup3-sys@0.5.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/soup3-sys-0.5.0/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/soup3-sys-0.5.0/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["v3_0"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/soup3-sys-d734505f285449e9/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#javascriptcore-rs-sys@1.1.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/javascriptcore-rs-sys-1.1.1/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/javascriptcore-rs-sys-1.1.1/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["v2_28","v2_38"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/javascriptcore-rs-sys-1fce6d0dca4519d2/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"aho_corasick","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["perf-literal","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libaho_corasick-7f27c15b668f1370.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gtk@0.18.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gtk-0.18.2/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gtk-0.18.2/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["v3_24"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/gtk-e7be0b1e95c69684/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_properties@2.1.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_properties","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["compiled_data"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libicu_properties-6ea1ec6e2ed381b3.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-utils@2.8.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tauri-utils-2.8.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_utils","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tauri-utils-2.8.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["brotli","build","cargo_metadata","compression","html-manipulation","proc-macro2","quote","resources","schema","schemars","swift-rs","walkdir"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtauri_utils-44295c40dfa29b79.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtauri_utils-44295c40dfa29b79.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","raw_value","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/serde_json-b050bc28f21cf3ed/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.5.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"byteorder","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.5.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libbyteorder-464bbe563f03f518.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.8","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"regex_syntax","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std","unicode","unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libregex_syntax-60f500853acdbbcf.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"percent_encoding","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libpercent_encoding-87b5c9f5b5d61195.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#soup3-sys@0.5.0","linked_libs":["soup-3.0","gio-2.0","gobject-2.0","gmodule-2.0","glib-2.0"],"linked_paths":[],"cfgs":["system_deps_have_libsoup_3_0"],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/soup3-sys-1008d668ae545de9/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#field-offset@0.3.6","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/field-offset-0.3.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"field_offset","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/field-offset-0.3.6/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libfield_offset-20fa1e013b1500c7.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#gtk@0.18.2","linked_libs":[],"linked_paths":[],"cfgs":["gdk_backend=\"broadway\"","gdk_backend=\"wayland\"","gdk_backend=\"x11\""],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/gtk-4302f47092714594/out"}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#javascriptcore-rs-sys@1.1.1","linked_libs":["javascriptcoregtk-4.1","gobject-2.0","glib-2.0"],"linked_paths":[],"cfgs":["system_deps_have_javascriptcoregtk_4_1"],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/javascriptcore-rs-sys-fb804f33126f191a/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#atk@0.18.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atk-0.18.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"atk","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atk-0.18.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libatk-d59ad7d706ece0b2.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gtk3-macros@0.18.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gtk3-macros-0.18.2/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"gtk3_macros","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gtk3-macros-0.18.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libgtk3_macros-2f742502cfcdf18b.so"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149","linked_libs":[],"linked_paths":[],"cfgs":["fast_arithmetic=\"64\""],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/serde_json-7e315808fd4c48f7/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#idna_adapter@1.2.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"idna_adapter","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["compiled_data"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libidna_adapter-ac35e348cdc61032.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.13","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"regex_automata","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","dfa-onepass","hybrid","meta","nfa-backtrack","nfa-pikevm","nfa-thompson","perf-inline","perf-literal","perf-literal-multisubstring","perf-literal-substring","std","syntax","unicode","unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment","unicode-word-boundary"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libregex_automata-37ab56ac140ea7cb.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#concurrent-queue@2.5.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"concurrent_queue","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libconcurrent_queue-c5312532511865d3.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#typenum@1.19.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"typenum","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtypenum-6df67fbf1ed67e82.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtypenum-6df67fbf1ed67e82.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#webkit2gtk-sys@2.0.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webkit2gtk-sys-2.0.1/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webkit2gtk-sys-2.0.1/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["v2_10","v2_12","v2_14","v2_16","v2_18","v2_20","v2_22","v2_24","v2_26","v2_28","v2_30","v2_32","v2_34","v2_36","v2_38","v2_40","v2_6","v2_8"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/webkit2gtk-sys-4ef15358c6a77243/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.12","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.12/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zmij","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.12/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libzmij-73c0658b8842b503.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#x11@2.21.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11-2.21.0/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11-2.21.0/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/x11-e541ebc39ef8cb42/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#shlex@1.3.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"shlex","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libshlex-498d29daf4da4fc6.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libshlex-498d29daf4da4fc6.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/crc32fast-b65a6b54417fe892/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.8","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"simd_adler32","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["const-generics","default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libsimd_adler32-0fd21fb38648c1af.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libsimd_adler32-0fd21fb38648c1af.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#utf8_iter@1.0.4","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"utf8_iter","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libutf8_iter-f28813a647648883.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#parking@2.2.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"parking","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libparking-f8b9accf6626d58d.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.6","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"find_msvc_tools","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.6/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libfind_msvc_tools-9508806e4f0e2eee.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libfind_msvc_tools-9508806e4f0e2eee.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"generic_array","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["more_lengths"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libgeneric_array-e9e0a085c1079400.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libgeneric_array-e9e0a085c1079400.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#x11@2.21.0","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/x11-36310b87b168f6be/out"}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0","linked_libs":[],"linked_paths":[],"cfgs":["stable_arm_crc32_intrinsics"],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/crc32fast-000f7ddcadfa4432/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_json","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","raw_value","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libserde_json-79c0b51ec0197578.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#regex@1.12.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"regex","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","perf","perf-backtrack","perf-cache","perf-dfa","perf-inline","perf-literal","perf-onepass","std","unicode","unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libregex-a70471dc18f833d3.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#webkit2gtk-sys@2.0.1","linked_libs":["webkit2gtk-4.1","gtk-3","gdk-3","z","pangocairo-1.0","cairo-gobject","gdk_pixbuf-2.0","atk-1.0","pango-1.0","cairo","harfbuzz","soup-3.0","gio-2.0","gmodule-2.0","javascriptcoregtk-4.1","gobject-2.0","glib-2.0"],"linked_paths":[],"cfgs":["system_deps_have_webkit2gtk_4_1"],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/webkit2gtk-sys-6b7bcff58a2e9866/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#idna@1.1.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"idna","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/lib.rs","edition":"2018","doc":true,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","compiled_data","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libidna-0ab708ab5847e4be.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gtk@0.18.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gtk-0.18.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"gtk","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gtk-0.18.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["v3_24"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libgtk-4acd76942d999178.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#form_urlencoded@1.2.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"form_urlencoded","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libform_urlencoded-fbd8c30928130d1c.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#javascriptcore-rs-sys@1.1.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/javascriptcore-rs-sys-1.1.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"javascriptcore_rs_sys","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/javascriptcore-rs-sys-1.1.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["v2_28","v2_38"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libjavascriptcore_rs_sys-abe5fb662ff44c55.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cc@1.2.51","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.51/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cc","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.51/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libcc-7ebef869cf84ebb8.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libcc-7ebef869cf84ebb8.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#soup3-sys@0.5.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/soup3-sys-0.5.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"soup3_sys","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/soup3-sys-0.5.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["v3_0"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libsoup3_sys-0208fb1ed257db22.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gdkx11-sys@0.18.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gdkx11-sys-0.18.2/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gdkx11-sys-0.18.2/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/gdkx11-sys-32d9c058702dc5db/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"getrandom","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libgetrandom-402e9f7b85ef128b.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#alloc-no-stdlib@2.0.4","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"alloc_no_stdlib","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/liballoc_no_stdlib-fe284e4fc75ac138.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unic-common@0.9.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unic-common-0.9.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unic_common","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unic-common-0.9.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libunic_common-d7929873e5f05259.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bytes","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libbytes-c68f92c2971cff00.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unic-char-range@0.9.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unic-char-range-0.9.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unic_char_range","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unic-char-range-0.9.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libunic_char_range-559d08362b09420d.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#option-ext@0.2.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/option-ext-0.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"option_ext","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/option-ext-0.2.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/liboption_ext-0ef881d70dc55638.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/liboption_ext-0ef881d70dc55638.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#time-core@0.1.6","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"time_core","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.6/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtime_core-e1f1fc869e1f4b9b.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtime_core-e1f1fc869e1f4b9b.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#num-conv@0.1.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"num_conv","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.1.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libnum_conv-554734d490840b5f.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libnum_conv-554734d490840b5f.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#adler2@2.0.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"adler2","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libadler2-df084089965808c6.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libadler2-df084089965808c6.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#powerfmt@0.2.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"powerfmt","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libpowerfmt-4c2e08f6db0fce32.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unic-ucd-version@0.9.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unic-ucd-version-0.9.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unic_ucd_version","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unic-ucd-version-0.9.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libunic_ucd_version-2f45cbc46858d005.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#alloc-stdlib@0.2.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-stdlib-0.2.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"alloc_stdlib","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-stdlib-0.2.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/liballoc_stdlib-857e1a5998e61663.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#time-macros@0.2.24","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.24/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"time_macros","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.24/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["formatting","parsing"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtime_macros-359cce6a9904ebcc.so"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#gdkx11-sys@0.18.2","linked_libs":["gdk-3","z","pangocairo-1.0","pango-1.0","harfbuzz","gdk_pixbuf-2.0","cairo-gobject","gobject-2.0","glib-2.0","cairo"],"linked_paths":[],"cfgs":["system_deps_have_gdk_x11_3_0"],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/gdkx11-sys-056b08511edb1bda/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unic-char-property@0.9.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unic-char-property-0.9.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unic_char_property","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unic-char-property-0.9.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libunic_char_property-294e679f86d8fdcc.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#embed-resource@3.0.6","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/embed-resource-3.0.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"embed_resource","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/embed-resource-3.0.6/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libembed_resource-d167c933563d93ae.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libembed_resource-d167c933563d93ae.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#uuid@1.19.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.19.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"uuid","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.19.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","rng","serde","std","v4"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libuuid-f0c752e273f72b9f.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dirs-sys@0.5.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.5.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dirs_sys","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.5.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libdirs_sys-bbf15cfef371b2f9.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libdirs_sys-bbf15cfef371b2f9.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.8.9","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"miniz_oxide","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","simd","simd-adler32","with-alloc"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libminiz_oxide-21e9d8d02abb0546.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libminiz_oxide-21e9d8d02abb0546.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#url@2.5.8","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"url","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","serde","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/liburl-765e372494847ed1.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"crc32fast","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libcrc32fast-5a6d5fc260ead832.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libcrc32fast-5a6d5fc260ead832.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#deranged@0.5.5","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.5.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"deranged","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.5.5/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","powerfmt"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libderanged-0e12ad52409674c9.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#x11@2.21.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11-2.21.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"x11","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11-2.21.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libx11-e283ccc0bb89862e.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#typenum@1.19.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"typenum","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtypenum-1aa9fe57b988aaec.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.17","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.17/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"thiserror","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.17/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libthiserror-8158afa1139229f1.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dpi@0.1.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dpi-0.1.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dpi","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dpi-0.1.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","serde","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libdpi-f092d67ec3a3e73a.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#typeid@1.0.3","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-1.0.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"typeid","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-1.0.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtypeid-2161879a0aa7237b.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cookie@0.18.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/cookie-c1225813a5c5113d/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#x11-dl@2.21.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11-dl-2.21.0/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11-dl-2.21.0/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/x11-dl-6dd819aa9a024e65/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#num-conv@0.1.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"num_conv","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.1.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libnum_conv-5bcf2784c9746baa.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#time-core@0.1.6","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"time_core","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.6/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtime_core-1fda4997a3673383.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#siphasher@1.0.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"siphasher","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libsiphasher-5acc4ca9312e68b3.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fnv","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libfnv-f074ecff3ead6b2c.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#winnow@0.7.14","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"winnow","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libwinnow-311f3d23492faaca.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_shared@0.11.3","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.11.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf_shared","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.11.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libphf_shared-c33a0856eb909938.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cfb@0.7.3","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfb-0.7.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cfb","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfb-0.7.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libcfb-dbb6cacc279bb135.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gdkx11-sys@0.18.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gdkx11-sys-0.18.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"gdk_x11_sys","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gdkx11-sys-0.18.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libgdk_x11_sys-2849aad80a0fae94.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"generic_array","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["more_lengths"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libgeneric_array-cd7331849825eeea.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#x11-dl@2.21.0","linked_libs":["dl"],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/x11-dl-f9555d87cb0a11cb/out"}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#cookie@0.18.1","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/cookie-d8dc4b4b872709c8/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#erased-serde@0.4.9","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.4.9/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"erased_serde","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.4.9/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/liberased_serde-fbb0a3189da55b53.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#time@0.3.44","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.44/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"time","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.44/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","formatting","macros","parsing","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtime-4b952b4da29daa02.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dirs@6.0.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-6.0.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dirs","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-6.0.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libdirs-93bce23503dfa1c3.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libdirs-93bce23503dfa1c3.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#brotli-decompressor@5.0.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"brotli_decompressor","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc-stdlib","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libbrotli_decompressor-4633debe7e5f4a56.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-winres@0.3.5","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tauri-winres-0.3.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_winres","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tauri-winres-0.3.5/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtauri_winres-0d21054498dc2abd.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtauri_winres-0d21054498dc2abd.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml_parser@1.0.6+spec-1.1.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml_parser","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtoml_parser-8ca124cab69a9bec.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.5","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"flate2","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.5/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["any_impl","default","miniz_oxide","rust_backend"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libflate2-3f31f1beb2b7d63c.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libflate2-3f31f1beb2b7d63c.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unic-ucd-ident@0.9.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unic-ucd-ident-0.9.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unic_ucd_ident","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unic-ucd-ident-0.9.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","id","xid"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libunic_ucd_ident-85647d540abae6ed.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#http@1.4.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"http","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libhttp-65004abe88f82149.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#soup3@0.5.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/soup3-0.5.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"soup","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/soup3-0.5.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libsoup-dca793f4596f6341.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#webkit2gtk-sys@2.0.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webkit2gtk-sys-2.0.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"webkit2gtk_sys","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webkit2gtk-sys-2.0.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["v2_10","v2_12","v2_14","v2_16","v2_18","v2_20","v2_22","v2_24","v2_26","v2_28","v2_30","v2_32","v2_34","v2_36","v2_38","v2_40","v2_6","v2_8"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libwebkit2gtk_sys-ca17cd2aa436f234.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#javascriptcore-rs@1.1.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/javascriptcore-rs-1.1.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"javascriptcore","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/javascriptcore-rs-1.1.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","v2_28","v2_38"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libjavascriptcore-1c3817ce5a513797.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#event-listener@5.4.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"event_listener","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["parking","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libevent_listener-adbfc970a910b6ed.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.10.4","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"block_buffer","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libblock_buffer-7989b603d69ef09a.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libblock_buffer-7989b603d69ef09a.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.7","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.7/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"crypto_common","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.7/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libcrypto_common-273df9abddc0672e.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libcrypto_common-273df9abddc0672e.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#jsonptr@0.6.3","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonptr-0.6.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"jsonptr","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonptr-0.6.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["assign","default","delete","json","resolve","serde","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libjsonptr-33356a4618ecdbcd.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#fdeflate@0.3.7","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fdeflate-0.3.7/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fdeflate","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fdeflate-0.3.7/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libfdeflate-af11cac72623ceac.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libfdeflate-af11cac72623ceac.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cargo_toml@0.22.3","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_toml-0.22.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cargo_toml","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_toml-0.22.3/src/cargo_toml.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libcargo_toml-190239757425ca61.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libcargo_toml-190239757425ca61.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml_datetime@0.7.5+spec-1.1.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.5+spec-1.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml_datetime","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.5+spec-1.1.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","serde","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtoml_datetime-4c30a41bb81e4696.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_spanned@1.0.4","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.0.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_spanned","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.0.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","serde","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libserde_spanned-86cb75452e12174b.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zvariant_utils@1.0.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zvariant_utils-1.0.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zvariant_utils","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zvariant_utils-1.0.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libzvariant_utils-0175e7da35b9bf75.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libzvariant_utils-0175e7da35b9bf75.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#option-ext@0.2.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/option-ext-0.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"option_ext","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/option-ext-0.2.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/liboption_ext-218d220a5f9c57d0.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#event-listener@2.5.3","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-2.5.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"event_listener","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-2.5.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libevent_listener-6ada260ad170e6fa.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#io-lifetimes@1.0.11","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/io-lifetimes-1.0.11/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/io-lifetimes-1.0.11/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["close","hermit-abi","libc","windows-sys"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/io-lifetimes-4cfe4ce6bc1c67d2/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"scopeguard","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libscopeguard-e63f2f9efcf0b5a6.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml_writer@1.0.6+spec-1.1.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.0.6+spec-1.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml_writer","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.0.6+spec-1.1.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtoml_writer-fd500dd56c27a33f.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"same_file","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libsame_file-da6a78e887fcea19.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#fastrand@2.3.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fastrand","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libfastrand-cc6ed90f48c471c0.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#raw-window-handle@0.6.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/raw-window-handle-0.6.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"raw_window_handle","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/raw-window-handle-0.6.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libraw_window_handle-3bd904e095930159.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-build@2.5.3","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tauri-build-2.5.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tauri-build-2.5.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtauri_build-2dab8d3073ee3360.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtauri_build-2dab8d3073ee3360.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#io-lifetimes@1.0.11","linked_libs":[],"linked_paths":[],"cfgs":["io_safety_is_in_std","panic_in_const_fn"],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/io-lifetimes-e2a8610b2dc14eb1/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dirs-sys@0.5.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.5.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dirs_sys","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.5.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libdirs_sys-dd332ce2ec2039d2.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml@0.9.10+spec-1.1.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.9.10+spec-1.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.9.10+spec-1.1.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","display","parse","serde","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtoml-56ca93ef0e045c27.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"walkdir","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libwalkdir-53da3c50a1b33793.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"lock_api","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["atomic_usize","default"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/liblock_api-e923bf62b9619e1f.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#webkit2gtk@2.0.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webkit2gtk-2.0.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"webkit2gtk","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webkit2gtk-2.0.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["v2_10","v2_12","v2_14","v2_16","v2_18","v2_2","v2_20","v2_22","v2_24","v2_26","v2_28","v2_30","v2_32","v2_34","v2_36","v2_38","v2_4","v2_40","v2_6","v2_8"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libwebkit2gtk-f42972b451c3a528.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#png@0.17.16","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/png-0.17.16/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"png","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/png-0.17.16/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libpng-a7434e617f31e05d.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libpng-a7434e617f31e05d.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"digest","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","block-buffer","core-api","default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libdigest-a2b669779c22194b.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libdigest-a2b669779c22194b.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#event-listener-strategy@0.5.4","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"event_listener_strategy","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libevent_listener_strategy-fb415232ed449a4c.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#urlpattern@0.3.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/urlpattern-0.3.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"urlpattern","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/urlpattern-0.3.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/liburlpattern-0ebc8555a856aee7.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#json-patch@3.0.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/json-patch-3.0.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"json_patch","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/json-patch-3.0.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","diff"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libjson_patch-c29cb458721b135b.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#infer@0.19.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/infer-0.19.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"infer","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/infer-0.19.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","cfb","default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libinfer-ba6ff8e317aac05d.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf@0.11.3","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","macros","phf_macros","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libphf-fbd19da6247fc9a7.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cookie@0.18.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cookie","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libcookie-d527c6ce890d5fbf.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#brotli@8.0.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"brotli","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc-stdlib","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libbrotli-042136f8049885db.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#x11-dl@2.21.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11-dl-2.21.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"x11_dl","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11-dl-2.21.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libx11_dl-42ea41128d32ebc9.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde-untagged@0.1.9","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-untagged-0.1.9/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_untagged","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-untagged-0.1.9/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libserde_untagged-2be1c751073bab4a.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-channel@0.5.15","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"crossbeam_channel","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libcrossbeam_channel-598020429dc19710.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.100","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"anyhow","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libanyhow-f1cc7176e7df9364.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_with@3.16.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with-3.16.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_with","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with-3.16.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","macros","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libserde_with-a66ea0d7db1aa7ce.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.16","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.16/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"getrandom","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.16/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libgetrandom-dec2d642bbbbd23a.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"parking_lot_core","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libparking_lot_core-4727a36b966bfd8b.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-lite@2.6.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-2.6.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_lite","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-2.6.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libfutures_lite-f4f530a70b19a2f5.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#enumflags2_derive@0.7.12","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enumflags2_derive-0.7.12/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"enumflags2_derive","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enumflags2_derive-0.7.12/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libenumflags2_derive-4d176d294edd750c.so"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dlopen2_derive@0.4.3","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dlopen2_derive-0.4.3/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"dlopen2_derive","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dlopen2_derive-0.4.3/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libdlopen2_derive-641c47ed4412f6e0.so"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#polling@2.8.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-2.8.0/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-2.8.0/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/polling-def267cc6cc0fcd6/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#memoffset@0.7.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.7.1/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.7.1/build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/memoffset-b341d938b7b5de22/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.33","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.33/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zerocopy","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.33/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["simd"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libzerocopy-119372b023a87791.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dunce@1.0.5","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dunce-1.0.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dunce","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dunce-1.0.5/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libdunce-b9085292f235c1aa.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#fastrand@1.9.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-1.9.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fastrand","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-1.9.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libfastrand-9da622c2f1b78c54.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.17","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cpufeatures","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libcpufeatures-2a282e0f206ad314.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libcpufeatures-2a282e0f206ad314.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustix@0.37.28","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["fs","io-lifetimes","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/rustix-ff0695b68847a286/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#waker-fn@1.2.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/waker-fn-1.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"waker_fn","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/waker-fn-1.2.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libwaker_fn-d5ef10cf8e575f27.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#semver@1.0.27","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.27/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"semver","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.27/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libsemver-2ee6be9ae2c33690.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#wry@0.53.5","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wry-0.53.5/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wry-0.53.5/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["drag-drop","gdkx11","javascriptcore-rs","linux-body","os-webview","protocol","soup3","webkit2gtk","webkit2gtk-sys","x11","x11-dl"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/wry-5ed719e9c08874c6/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#atomic-waker@1.1.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"atomic_waker","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libatomic_waker-a20c703d905be790.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-runtime@2.9.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tauri-runtime-2.9.2/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tauri-runtime-2.9.2/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/tauri-runtime-39bd3c59c09d0ac3/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#glob@0.3.3","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"glob","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.3/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libglob-48b490b45f22fa9f.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#async-task@4.7.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"async_task","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libasync_task-587edd4e3e56f708.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#wry@0.53.5","linked_libs":[],"linked_paths":[],"cfgs":["linux","gtk"],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/wry-4cab372a5aabe24e/out"}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustix@0.37.28","linked_libs":[],"linked_paths":[],"cfgs":["linux_raw","asm","linux_like","linux_kernel"],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/rustix-79981da35708913e/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.21","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ppv_lite86","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["simd","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libppv_lite86-ae2a5817f1193113.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#memoffset@0.7.1","linked_libs":[],"linked_paths":[],"cfgs":["tuple_ty","allow_clippy","maybe_uninit","doctests","raw_ref_macros"],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/memoffset-695f74ee64656aae/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dlopen2@0.8.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dlopen2-0.8.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dlopen2","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dlopen2-0.8.2/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","derive","dlopen2_derive","symbor","wrapper"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libdlopen2-e18acd4adf4be6c4.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-lite@1.13.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-1.13.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_lite","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-1.13.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","fastrand","futures-io","memchr","parking","std","waker-fn"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libfutures_lite-358fb43e36e9070f.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#polling@2.8.0","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/polling-9d25a11680e3e7f2/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#enumflags2@0.7.12","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enumflags2-0.7.12/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"enumflags2","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enumflags2-0.7.12/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["serde"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libenumflags2-9e35e5767754d317.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-utils@2.8.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tauri-utils-2.8.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_utils","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tauri-utils-2.8.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["brotli","compression","resources","walkdir"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtauri_utils-e781e08bfe3836e0.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-runtime@2.9.2","linked_libs":[],"linked_paths":[],"cfgs":["desktop"],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/tauri-runtime-f815d3597e436d2c/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#piper@0.2.4","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/piper-0.2.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"piper","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/piper-0.2.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","futures-io","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libpiper-90535c88357e15b4.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sha2","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libsha2-7ede90bfcb78f68d.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libsha2-7ede90bfcb78f68d.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"parking_lot","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libparking_lot-9e9a119d2f5f1dec.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand_core","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","getrandom","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/librand_core-7caf1485559a2cd0.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#async-channel@2.5.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.5.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"async_channel","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.5.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libasync_channel-c995e22dc9a2edcc.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri@2.9.5","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tauri-2.9.5/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tauri-2.9.5/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["common-controls-v6","compression","default","dynamic-acl","tauri-runtime-wry","webkit2gtk","webview2-com","wry","x11"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/tauri-4f88ca7946eda9f7/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#io-lifetimes@1.0.11","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/io-lifetimes-1.0.11/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"io_lifetimes","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/io-lifetimes-1.0.11/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["close","hermit-abi","libc","windows-sys"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libio_lifetimes-6c06f58eda96bd78.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ico@0.4.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ico-0.4.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ico","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ico-0.4.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libico-15f679b71064ed2c.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libico-15f679b71064ed2c.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dirs@6.0.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-6.0.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dirs","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-6.0.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libdirs-e15782b7bcd51dcf.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zvariant_derive@3.15.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zvariant_derive-3.15.2/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"zvariant_derive","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zvariant_derive-3.15.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libzvariant_derive-26678c54bd079fbc.so"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#async-lock@2.8.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-2.8.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"async_lock","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-2.8.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libasync_lock-b7ca1ba4f83bf021.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.10.4","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"block_buffer","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libblock_buffer-c139fdbde2ddf611.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.7","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.7/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"crypto_common","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.7/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libcrypto_common-39918f469d0e3d11.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gdkx11@0.18.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gdkx11-0.18.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"gdkx11","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gdkx11-0.18.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libgdkx11-bbc6622968ae7d4c.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gdkwayland-sys@0.18.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gdkwayland-sys-0.18.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"gdk_wayland_sys","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gdkwayland-sys-0.18.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libgdk_wayland_sys-f9e1c898379f3d41.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#async-io@1.13.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-1.13.0/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-1.13.0/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/async-io-c8af03d3f75425c0/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#async-fs@1.6.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-fs-1.6.0/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-fs-1.6.0/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/async-fs-c1ea7bbe12b50814/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"base64","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libbase64-8e7c2ba35e0d790b.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libbase64-8e7c2ba35e0d790b.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#static_assertions@1.1.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions-1.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"static_assertions","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions-1.1.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libstatic_assertions-9f171e8feb75f347.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-runtime-wry@2.9.3","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tauri-runtime-wry-2.9.3/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tauri-runtime-wry-2.9.3/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["common-controls-v6","x11"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/tauri-runtime-wry-6c29363896155de3/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.5.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"lazy_static","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/liblazy_static-22cd828c8ad60565.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode-segmentation@1.12.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_segmentation","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libunicode_segmentation-892b7aa4e4b030ea.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"utf8parse","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libutf8parse-d4051c1c76799b04.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.3.8","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.3.8/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"linux_raw_sys","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.3.8/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["errno","general","ioctl","no_std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/liblinux_raw_sys-23b7284697371f7b.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zvariant@3.15.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zvariant-3.15.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zvariant","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zvariant-3.15.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["enumflags2"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libzvariant-c89e9e39baec109d.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"digest","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","block-buffer","core-api","default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libdigest-33b3499cd75bdaa7.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#keyboard-types@0.7.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/keyboard-types-0.7.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"keyboard_types","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/keyboard-types-0.7.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","serde","unicode-segmentation","webdriver"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libkeyboard_types-a4a1cd579f2b362c.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#wry@0.53.5","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wry-0.53.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"wry","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wry-0.53.5/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["drag-drop","gdkx11","javascriptcore-rs","linux-body","os-webview","protocol","soup3","webkit2gtk","webkit2gtk-sys","x11","x11-dl"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libwry-97a02cd0063ecfb9.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#async-fs@1.6.0","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/async-fs-1abca1f37f764c70/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-codegen@2.5.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tauri-codegen-2.5.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_codegen","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tauri-codegen-2.5.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["brotli","compression"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtauri_codegen-0e2a92deeff02845.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtauri_codegen-0e2a92deeff02845.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-runtime-wry@2.9.3","linked_libs":[],"linked_paths":[],"cfgs":["desktop"],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/tauri-runtime-wry-a7d6db016e78076a/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tao@0.34.5","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tao-0.34.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tao","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tao-0.34.5/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["rwh_06","x11"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtao-28d7ea4bc14b0a10.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#async-io@1.13.0","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/async-io-c1d9f48e5fb1b820/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-runtime@2.9.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tauri-runtime-2.9.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_runtime","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tauri-runtime-2.9.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtauri_runtime-b8ff89f936062f29.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@0.2.7","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"anstyle_parse","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","utf8"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libanstyle_parse-69a26d0ca3a38031.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustix@0.37.28","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rustix","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["fs","io-lifetimes","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/librustix-880bd532891c7926.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri@2.9.5","linked_libs":[],"linked_paths":[],"cfgs":["dev","desktop"],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/tauri-03e4b2f874344b9c/out"}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.3.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand_chacha","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/librand_chacha-0d49646239183b99.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#blocking@1.6.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blocking-1.6.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"blocking","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blocking-1.6.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libblocking-a7b8cb04201ec9b6.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#memoffset@0.7.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.7.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"memoffset","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.7.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libmemoffset-2b52674acdbd7305.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#polling@2.8.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-2.8.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"polling","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-2.8.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libpolling-fb24beb4c1225221.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-plugin@2.5.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tauri-plugin-2.5.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tauri-plugin-2.5.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["build"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtauri_plugin-5ffbd28c332cace2.rlib","/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtauri_plugin-5ffbd28c332cace2.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.36","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tracing_core","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["once_cell","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtracing_core-312221fde3d257c4.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tracing-attributes@0.1.31","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.31/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"tracing_attributes","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.31/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtracing_attributes-c7806454633d496f.so"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_repr@0.1.20","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_repr-0.1.20/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"serde_repr","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_repr-0.1.20/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libserde_repr-321ed52c3b2f0f8f.so"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serialize-to-javascript-impl@0.1.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serialize-to-javascript-impl-0.1.2/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"serialize_to_javascript_impl","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serialize-to-javascript-impl-0.1.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libserialize_to_javascript_impl-4b15755f106ca5c3.so"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#socket2@0.4.10","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.4.10/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"socket2","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.4.10/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["all"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libsocket2-096ab57af210bfe5.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.4","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"colorchoice","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libcolorchoice-e3c8e3ecaf3d68b9.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.5","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"anstyle_query","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libanstyle_query-f385936e46f9e656.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"is_terminal_polyfill","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libis_terminal_polyfill-587f43feddf29566.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.13","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"anstyle","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libanstyle-59f1fa23216cb5cd.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.17","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cpufeatures","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libcpufeatures-046b41ca623f39e9.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#async-fs@1.6.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-fs-1.6.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"async_fs","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-fs-1.6.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libasync_fs-ffbd59486153cbf2.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serialize-to-javascript@0.1.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serialize-to-javascript-0.1.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serialize_to_javascript","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serialize-to-javascript-0.1.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libserialize_to_javascript-298d1aa06c9a1a7a.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tracing","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["attributes","default","std","tracing-attributes"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtracing-76cdf279c6d2a141.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#nix@0.26.4","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.26.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"nix","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.26.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["feature","memoffset","socket","uio","user"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libnix-0b16bb4867ce518e.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand@0.8.5","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","getrandom","libc","rand_chacha","std","std_rng"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/librand-c337f5da610e5ead.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#anstream@0.6.21","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"anstream","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["auto","wincon"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libanstream-810e622e45fa3dd0.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#async-io@1.13.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-1.13.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"async_io","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-1.13.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libasync_io-06c61e7bd7908db8.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sha1@0.10.6","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sha1","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libsha1-9c9629bb6982869c.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#muda@0.17.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/muda-0.17.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"muda","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/muda-0.17.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["common-controls-v6","gtk","serde"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libmuda-c70b2be7544cc76d.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-runtime-wry@2.9.3","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tauri-runtime-wry-2.9.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_runtime_wry","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tauri-runtime-wry-2.9.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["common-controls-v6","x11"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtauri_runtime_wry-d2459718f33e3f0b.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zbus_names@2.6.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zbus_names-2.6.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zbus_names","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zbus_names-2.6.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libzbus_names-367bad1aa477b8c6.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-macros@2.5.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tauri-macros-2.5.2/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"tauri_macros","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tauri-macros-2.5.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["compression"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtauri_macros-e9d2cd2d2a823684.so"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#async-executor@1.13.3","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"async_executor","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libasync_executor-0c68ae579a328125.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#async-broadcast@0.5.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-broadcast-0.5.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"async_broadcast","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-broadcast-0.5.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libasync_broadcast-0d6de9e5ce928a9d.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zbus_macros@3.15.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zbus_macros-3.15.2/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"zbus_macros","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zbus_macros-3.15.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libzbus_macros-72b7c5116e65bae6.so"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tokio@1.49.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tokio","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["bytes","default","fs","io-util","rt","rt-multi-thread","sync"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtokio-62dc8830d5cccd0e.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#env_filter@0.1.4","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_filter-0.1.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"env_filter","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_filter-0.1.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["regex"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libenv_filter-a5d4f9faeeaecf4a.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ordered-stream@0.2.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ordered-stream-0.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ordered_stream","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ordered-stream-0.2.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libordered_stream-09ac154de96cb2e1.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"async_trait","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libasync_trait-9b84b7760c8f2d9a.so"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#async-recursion@1.1.1","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-recursion-1.1.1/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"async_recursion","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-recursion-1.1.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libasync_recursion-fcc75a6c2033d983.so"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#derivative@2.2.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"derivative","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libderivative-c5ba3574549c9173.so"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#xdg-home@1.3.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xdg-home-1.3.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"xdg_home","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xdg-home-1.3.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libxdg_home-3b12cb6387fd36f6.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#jiff@0.2.18","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-0.2.18/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"jiff","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-0.2.18/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libjiff-539025ebf01237e1.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#mime@0.3.17","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.17/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"mime","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.17/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libmime-bde09f07cf4662eb.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hex","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libhex-5af2796aaff3d3eb.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"heck","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libheck-72a97bacb7766acf.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#env_logger@0.11.8","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_logger-0.11.8/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"env_logger","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_logger-0.11.8/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["auto-color","color","default","humantime","regex"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libenv_logger-4130df340e51769f.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri@2.9.5","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tauri-2.9.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tauri-2.9.5/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["common-controls-v6","compression","default","dynamic-acl","tauri-runtime-wry","webkit2gtk","webview2-com","wry","x11"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtauri-35bc8fccc0aa4593.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zbus@3.15.2","manifest_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-3.15.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zbus","src_path":"/home/pato/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-3.15.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["async-executor","async-fs","async-io","async-lock","async-task","blocking","default"],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libzbus-c359564963c7ecec.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/tauri-plugin-network-manager-b22ac0867af8ce52/build-script-build"],"executable":null,"fresh":false}
{"reason":"build-script-executed","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","linked_libs":[],"linked_paths":[],"cfgs":["desktop"],"env":[],"out_dir":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/build/tauri-plugin-network-manager-33efc8498ca765a1/out"}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: struct `NetworkRequest` is never constructed\n   --> src/lib.rs:231:8\n    |\n231 | struct NetworkRequest {\n    |        ^^^^^^^^^^^^^^\n    |\n    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default\n\n","$message_type":"diagnostic","children":[{"children":[],"code":null,"level":"note","message":"`#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default","rendered":null,"spans":[]}],"level":"warning","message":"struct `NetworkRequest` is never constructed","spans":[{"byte_end":9459,"byte_start":9445,"column_end":22,"column_start":8,"expansion":null,"file_name":"src/lib.rs","is_primary":true,"label":null,"line_end":231,"line_start":231,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":22,"highlight_start":8,"text":"struct NetworkRequest {"}]}],"code":{"code":"dead_code","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: constant `NM_DBUS_SERVICE` is never used\n --> src/nm_constants.rs:2:11\n  |\n2 | pub const NM_DBUS_SERVICE: &str = \"org.freedesktop.NetworkManager\";\n  |           ^^^^^^^^^^^^^^^\n\n","$message_type":"diagnostic","children":[],"level":"warning","message":"constant `NM_DBUS_SERVICE` is never used","spans":[{"byte_end":53,"byte_start":38,"column_end":26,"column_start":11,"expansion":null,"file_name":"src/nm_constants.rs","is_primary":true,"label":null,"line_end":2,"line_start":2,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":26,"highlight_start":11,"text":"pub const NM_DBUS_SERVICE: &str = \"org.freedesktop.NetworkManager\";"}]}],"code":{"code":"dead_code","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: constant `NM_DBUS_PATH` is never used\n --> src/nm_constants.rs:3:11\n  |\n3 | pub const NM_DBUS_PATH: &str = \"/org/freedesktop/NetworkManager\";\n  |           ^^^^^^^^^^^^\n\n","$message_type":"diagnostic","children":[],"level":"warning","message":"constant `NM_DBUS_PATH` is never used","spans":[{"byte_end":118,"byte_start":106,"column_end":23,"column_start":11,"expansion":null,"file_name":"src/nm_constants.rs","is_primary":true,"label":null,"line_end":3,"line_start":3,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":23,"highlight_start":11,"text":"pub const NM_DBUS_PATH: &str = \"/org/freedesktop/NetworkManager\";"}]}],"code":{"code":"dead_code","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: constant `DEVICE_TYPE_ETHERNET` is never used\n --> src/nm_constants.rs:6:11\n  |\n6 | pub const DEVICE_TYPE_ETHERNET: u32 = 1;\n  |           ^^^^^^^^^^^^^^^^^^^^\n\n","$message_type":"diagnostic","children":[],"level":"warning","message":"constant `DEVICE_TYPE_ETHERNET` is never used","spans":[{"byte_end":209,"byte_start":189,"column_end":31,"column_start":11,"expansion":null,"file_name":"src/nm_constants.rs","is_primary":true,"label":null,"line_end":6,"line_start":6,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":31,"highlight_start":11,"text":"pub const DEVICE_TYPE_ETHERNET: u32 = 1;"}]}],"code":{"code":"dead_code","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: constant `DEVICE_TYPE_WIFI` is never used\n --> src/nm_constants.rs:7:11\n  |\n7 | pub const DEVICE_TYPE_WIFI: u32 = 2;\n  |           ^^^^^^^^^^^^^^^^\n\n","$message_type":"diagnostic","children":[],"level":"warning","message":"constant `DEVICE_TYPE_WIFI` is never used","spans":[{"byte_end":246,"byte_start":230,"column_end":27,"column_start":11,"expansion":null,"file_name":"src/nm_constants.rs","is_primary":true,"label":null,"line_end":7,"line_start":7,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":27,"highlight_start":11,"text":"pub const DEVICE_TYPE_WIFI: u32 = 2;"}]}],"code":{"code":"dead_code","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: constant `CONNECTION_STATE_ACTIVATED` is never used\n  --> src/nm_constants.rs:10:11\n   |\n10 | pub const CONNECTION_STATE_ACTIVATED: u32 = 2;\n   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n","$message_type":"diagnostic","children":[],"level":"warning","message":"constant `CONNECTION_STATE_ACTIVATED` is never used","spans":[{"byte_end":315,"byte_start":289,"column_end":37,"column_start":11,"expansion":null,"file_name":"src/nm_constants.rs","is_primary":true,"label":null,"line_end":10,"line_start":10,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":37,"highlight_start":11,"text":"pub const CONNECTION_STATE_ACTIVATED: u32 = 2;"}]}],"code":{"code":"dead_code","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: constant `CONNECTIVITY_NONE` is never used\n  --> src/nm_constants.rs:13:11\n   |\n13 | pub const CONNECTIVITY_NONE: u32 = 1;\n   |           ^^^^^^^^^^^^^^^^^\n\n","$message_type":"diagnostic","children":[],"level":"warning","message":"constant `CONNECTIVITY_NONE` is never used","spans":[{"byte_end":377,"byte_start":360,"column_end":28,"column_start":11,"expansion":null,"file_name":"src/nm_constants.rs","is_primary":true,"label":null,"line_end":13,"line_start":13,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":28,"highlight_start":11,"text":"pub const CONNECTIVITY_NONE: u32 = 1;"}]}],"code":{"code":"dead_code","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: constant `CONNECTIVITY_PORTAL` is never used\n  --> src/nm_constants.rs:14:11\n   |\n14 | pub const CONNECTIVITY_PORTAL: u32 = 2;\n   |           ^^^^^^^^^^^^^^^^^^^\n\n","$message_type":"diagnostic","children":[],"level":"warning","message":"constant `CONNECTIVITY_PORTAL` is never used","spans":[{"byte_end":417,"byte_start":398,"column_end":30,"column_start":11,"expansion":null,"file_name":"src/nm_constants.rs","is_primary":true,"label":null,"line_end":14,"line_start":14,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":30,"highlight_start":11,"text":"pub const CONNECTIVITY_PORTAL: u32 = 2;"}]}],"code":{"code":"dead_code","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: constant `CONNECTIVITY_LIMITED` is never used\n  --> src/nm_constants.rs:15:11\n   |\n15 | pub const CONNECTIVITY_LIMITED: u32 = 3;\n   |           ^^^^^^^^^^^^^^^^^^^^\n\n","$message_type":"diagnostic","children":[],"level":"warning","message":"constant `CONNECTIVITY_LIMITED` is never used","spans":[{"byte_end":458,"byte_start":438,"column_end":31,"column_start":11,"expansion":null,"file_name":"src/nm_constants.rs","is_primary":true,"label":null,"line_end":15,"line_start":15,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":31,"highlight_start":11,"text":"pub const CONNECTIVITY_LIMITED: u32 = 3;"}]}],"code":{"code":"dead_code","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: constant `IFACE_NM_CONNECTION_ACTIVE` is never used\n  --> src/nm_constants.rs:24:11\n   |\n24 | pub const IFACE_NM_CONNECTION_ACTIVE: &str = \"org.freedesktop.NetworkManager.Connection.Active\";\n   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n","$message_type":"diagnostic","children":[],"level":"warning","message":"constant `IFACE_NM_CONNECTION_ACTIVE` is never used","spans":[{"byte_end":735,"byte_start":709,"column_end":37,"column_start":11,"expansion":null,"file_name":"src/nm_constants.rs","is_primary":true,"label":null,"line_end":24,"line_start":24,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":37,"highlight_start":11,"text":"pub const IFACE_NM_CONNECTION_ACTIVE: &str = \"org.freedesktop.NetworkManager.Connection.Active\";"}]}],"code":{"code":"dead_code","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: constant `IFACE_NM_DEVICE` is never used\n  --> src/nm_constants.rs:25:11\n   |\n25 | pub const IFACE_NM_DEVICE: &str = \"org.freedesktop.NetworkManager.Device\";\n   |           ^^^^^^^^^^^^^^^\n\n","$message_type":"diagnostic","children":[],"level":"warning","message":"constant `IFACE_NM_DEVICE` is never used","spans":[{"byte_end":821,"byte_start":806,"column_end":26,"column_start":11,"expansion":null,"file_name":"src/nm_constants.rs","is_primary":true,"label":null,"line_end":25,"line_start":25,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":26,"highlight_start":11,"text":"pub const IFACE_NM_DEVICE: &str = \"org.freedesktop.NetworkManager.Device\";"}]}],"code":{"code":"dead_code","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: constant `IFACE_NM_DEVICE_WIRELESS` is never used\n  --> src/nm_constants.rs:26:11\n   |\n26 | pub const IFACE_NM_DEVICE_WIRELESS: &str = \"org.freedesktop.NetworkManager.Device.Wireless\";\n   |           ^^^^^^^^^^^^^^^^^^^^^^^^\n\n","$message_type":"diagnostic","children":[],"level":"warning","message":"constant `IFACE_NM_DEVICE_WIRELESS` is never used","spans":[{"byte_end":905,"byte_start":881,"column_end":35,"column_start":11,"expansion":null,"file_name":"src/nm_constants.rs","is_primary":true,"label":null,"line_end":26,"line_start":26,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":35,"highlight_start":11,"text":"pub const IFACE_NM_DEVICE_WIRELESS: &str = \"org.freedesktop.NetworkManager.Device.Wireless\";"}]}],"code":{"code":"dead_code","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: constant `IFACE_NM_IP4_CONFIG` is never used\n  --> src/nm_constants.rs:28:11\n   |\n28 | pub const IFACE_NM_IP4_CONFIG: &str = \"org.freedesktop.NetworkManager.IP4Config\";\n   |           ^^^^^^^^^^^^^^^^^^^\n\n","$message_type":"diagnostic","children":[],"level":"warning","message":"constant `IFACE_NM_IP4_CONFIG` is never used","spans":[{"byte_end":1079,"byte_start":1060,"column_end":30,"column_start":11,"expansion":null,"file_name":"src/nm_constants.rs","is_primary":true,"label":null,"line_end":28,"line_start":28,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":30,"highlight_start":11,"text":"pub const IFACE_NM_IP4_CONFIG: &str = \"org.freedesktop.NetworkManager.IP4Config\";"}]}],"code":{"code":"dead_code","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: associated function `parse_ssid` is never used\n  --> src/nm_helpers.rs:70:12\n   |\n13 | impl NetworkManagerHelpers {\n   | -------------------------- associated function in this implementation\n...\n70 |     pub fn parse_ssid(ssid_variant: &zbus::zvariant::OwnedValue) -> String {\n   |            ^^^^^^^^^^\n\n","$message_type":"diagnostic","children":[],"level":"warning","message":"associated function `parse_ssid` is never used","spans":[{"byte_end":364,"byte_start":338,"column_end":27,"column_start":1,"expansion":null,"file_name":"src/nm_helpers.rs","is_primary":false,"label":"associated function in this implementation","line_end":13,"line_start":13,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":27,"highlight_start":1,"text":"impl NetworkManagerHelpers {"}]},{"byte_end":2560,"byte_start":2550,"column_end":22,"column_start":12,"expansion":null,"file_name":"src/nm_helpers.rs","is_primary":true,"label":null,"line_end":70,"line_start":70,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":22,"highlight_start":12,"text":"    pub fn parse_ssid(ssid_variant: &zbus::zvariant::OwnedValue) -> String {"}]}],"code":{"code":"dead_code","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: length comparison to one\n   --> src/desktop.rs:265:40\n    |\n265 | ...                   if ip_tuple.len() >= 1 {\n    |                          ^^^^^^^^^^^^^^^^^^^ help: using `!is_empty` is clearer and more explicit: `!ip_tuple.is_empty()`\n    |\n    = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#len_zero\n    = note: `#[warn(clippy::len_zero)]` on by default\n\n","$message_type":"diagnostic","children":[{"children":[],"code":null,"level":"help","message":"for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#len_zero","rendered":null,"spans":[]},{"children":[],"code":null,"level":"note","message":"`#[warn(clippy::len_zero)]` on by default","rendered":null,"spans":[]},{"children":[],"code":null,"level":"help","message":"using `!is_empty` is clearer and more explicit","rendered":null,"spans":[{"byte_end":13501,"byte_start":13482,"column_end":59,"column_start":40,"expansion":null,"file_name":"src/desktop.rs","is_primary":true,"label":null,"line_end":265,"line_start":265,"suggested_replacement":"!ip_tuple.is_empty()","suggestion_applicability":"MachineApplicable","text":[{"highlight_end":59,"highlight_start":40,"text":"                                    if ip_tuple.len() >= 1 {"}]}]}],"level":"warning","message":"length comparison to one","spans":[{"byte_end":13501,"byte_start":13482,"column_end":59,"column_start":40,"expansion":null,"file_name":"src/desktop.rs","is_primary":true,"label":null,"line_end":265,"line_start":265,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":59,"highlight_start":40,"text":"                                    if ip_tuple.len() >= 1 {"}]}],"code":{"code":"clippy::len_zero","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: this loop could be written as a `for` loop\n   --> src/desktop.rs:634:29\n    |\n634 | ...                   while let Some(_msg) = signal.next() {\n    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `for _msg in signal`\n    |\n    = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#while_let_on_iterator\n    = note: `#[warn(clippy::while_let_on_iterator)]` on by default\n\n","$message_type":"diagnostic","children":[{"children":[],"code":null,"level":"help","message":"for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#while_let_on_iterator","rendered":null,"spans":[]},{"children":[],"code":null,"level":"note","message":"`#[warn(clippy::while_let_on_iterator)]` on by default","rendered":null,"spans":[]},{"children":[],"code":null,"level":"help","message":"try","rendered":null,"spans":[{"byte_end":30827,"byte_start":30791,"column_end":65,"column_start":29,"expansion":null,"file_name":"src/desktop.rs","is_primary":true,"label":null,"line_end":634,"line_start":634,"suggested_replacement":"for _msg in signal","suggestion_applicability":"MachineApplicable","text":[{"highlight_end":65,"highlight_start":29,"text":"                            while let Some(_msg) = signal.next() {"}]}]}],"level":"warning","message":"this loop could be written as a `for` loop","spans":[{"byte_end":30827,"byte_start":30791,"column_end":65,"column_start":29,"expansion":null,"file_name":"src/desktop.rs","is_primary":true,"label":null,"line_end":634,"line_start":634,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":65,"highlight_start":29,"text":"                            while let Some(_msg) = signal.next() {"}]}],"code":{"code":"clippy::while_let_on_iterator","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: field assignment outside of initializer for an instance created with Default::default()\n   --> src/desktop.rs:767:25\n    |\n767 |                         network_info.connection_type = \"wifi\".to_string();\n    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n    |\nnote: consider initializing the variable with `models::NetworkInfo { connection_type: \"wifi\".to_string(), ..Default::default() }` and removing relevant reassignments\n   --> src/desktop.rs:766:25\n    |\n766 |                         let mut network_info = NetworkInfo::default();\n    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n    = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#field_reassign_with_default\n    = note: `#[warn(clippy::field_reassign_with_default)]` on by default\n\n","$message_type":"diagnostic","children":[{"children":[],"code":null,"level":"note","message":"consider initializing the variable with `models::NetworkInfo { connection_type: \"wifi\".to_string(), ..Default::default() }` and removing relevant reassignments","rendered":null,"spans":[{"byte_end":36469,"byte_start":36423,"column_end":71,"column_start":25,"expansion":null,"file_name":"src/desktop.rs","is_primary":true,"label":null,"line_end":766,"line_start":766,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":71,"highlight_start":25,"text":"                        let mut network_info = NetworkInfo::default();"}]}]},{"children":[],"code":null,"level":"help","message":"for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#field_reassign_with_default","rendered":null,"spans":[]},{"children":[],"code":null,"level":"note","message":"`#[warn(clippy::field_reassign_with_default)]` on by default","rendered":null,"spans":[]}],"level":"warning","message":"field assignment outside of initializer for an instance created with Default::default()","spans":[{"byte_end":36544,"byte_start":36494,"column_end":75,"column_start":25,"expansion":null,"file_name":"src/desktop.rs","is_primary":true,"label":null,"line_end":767,"line_start":767,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":75,"highlight_start":25,"text":"                        network_info.connection_type = \"wifi\".to_string();"}]}],"code":{"code":"clippy::field_reassign_with_default","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: enclosing `Ok` and `?` operator are unneeded\n   --> src/desktop.rs:937:5\n    |\n937 |     Ok(VSKNetworkManager::new(app.clone()).await?)\n    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n    |\n    = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#needless_question_mark\n    = note: `#[warn(clippy::needless_question_mark)]` on by default\nhelp: remove the enclosing `Ok` and `?` operator\n    |\n937 -     Ok(VSKNetworkManager::new(app.clone()).await?)\n937 +     VSKNetworkManager::new(app.clone()).await\n    |\n\n","$message_type":"diagnostic","children":[{"children":[],"code":null,"level":"help","message":"for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#needless_question_mark","rendered":null,"spans":[]},{"children":[],"code":null,"level":"note","message":"`#[warn(clippy::needless_question_mark)]` on by default","rendered":null,"spans":[]},{"children":[],"code":null,"level":"help","message":"remove the enclosing `Ok` and `?` operator","rendered":null,"spans":[{"byte_end":44881,"byte_start":44878,"column_end":8,"column_start":5,"expansion":null,"file_name":"src/desktop.rs","is_primary":true,"label":null,"line_end":937,"line_start":937,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","text":[{"highlight_end":8,"highlight_start":5,"text":"    Ok(VSKNetworkManager::new(app.clone()).await?)"}]},{"byte_end":44924,"byte_start":44922,"column_end":51,"column_start":49,"expansion":null,"file_name":"src/desktop.rs","is_primary":true,"label":null,"line_end":937,"line_start":937,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","text":[{"highlight_end":51,"highlight_start":49,"text":"    Ok(VSKNetworkManager::new(app.clone()).await?)"}]}]}],"level":"warning","message":"enclosing `Ok` and `?` operator are unneeded","spans":[{"byte_end":44924,"byte_start":44878,"column_end":51,"column_start":5,"expansion":null,"file_name":"src/desktop.rs","is_primary":true,"label":null,"line_end":937,"line_start":937,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":51,"highlight_start":5,"text":"    Ok(VSKNetworkManager::new(app.clone()).await?)"}]}],"code":{"code":"clippy::needless_question_mark","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: returning the result of a `let` binding from a block\n  --> src/commands.rs:16:13\n   |\n15 |             let result = manager.get_current_network_state();\n   |             ------------------------------------------------- unnecessary `let` binding\n16 |             result\n   |             ^^^^^^\n   |\n   = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#let_and_return\n   = note: `#[warn(clippy::let_and_return)]` on by default\nhelp: return the expression directly\n   |\n15 ~             \n16 ~             manager.get_current_network_state()\n   |\n\n","$message_type":"diagnostic","children":[{"children":[],"code":null,"level":"help","message":"for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#let_and_return","rendered":null,"spans":[]},{"children":[],"code":null,"level":"note","message":"`#[warn(clippy::let_and_return)]` on by default","rendered":null,"spans":[]},{"children":[],"code":null,"level":"help","message":"return the expression directly","rendered":null,"spans":[{"byte_end":563,"byte_start":514,"column_end":62,"column_start":13,"expansion":null,"file_name":"src/commands.rs","is_primary":true,"label":null,"line_end":15,"line_start":15,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","text":[{"highlight_end":62,"highlight_start":13,"text":"            let result = manager.get_current_network_state();"}]},{"byte_end":582,"byte_start":576,"column_end":19,"column_start":13,"expansion":null,"file_name":"src/commands.rs","is_primary":true,"label":null,"line_end":16,"line_start":16,"suggested_replacement":"manager.get_current_network_state()","suggestion_applicability":"MachineApplicable","text":[{"highlight_end":19,"highlight_start":13,"text":"            result"}]}]}],"level":"warning","message":"returning the result of a `let` binding from a block","spans":[{"byte_end":563,"byte_start":514,"column_end":62,"column_start":13,"expansion":null,"file_name":"src/commands.rs","is_primary":false,"label":"unnecessary `let` binding","line_end":15,"line_start":15,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":62,"highlight_start":13,"text":"            let result = manager.get_current_network_state();"}]},{"byte_end":582,"byte_start":576,"column_end":19,"column_start":13,"expansion":null,"file_name":"src/commands.rs","is_primary":true,"label":null,"line_end":16,"line_start":16,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":19,"highlight_start":13,"text":"            result"}]}],"code":{"code":"clippy::let_and_return","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: non-binding `let` on a future\n  --> src/commands.rs:33:5\n   |\n33 |     let _ = state.connect_to_wifi(config);\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: consider awaiting the future or dropping explicitly with `std::mem::drop`\n   = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#let_underscore_future\n   = note: `#[warn(clippy::let_underscore_future)]` on by default\n\n","$message_type":"diagnostic","children":[{"children":[],"code":null,"level":"help","message":"consider awaiting the future or dropping explicitly with `std::mem::drop`","rendered":null,"spans":[]},{"children":[],"code":null,"level":"help","message":"for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#let_underscore_future","rendered":null,"spans":[]},{"children":[],"code":null,"level":"note","message":"`#[warn(clippy::let_underscore_future)]` on by default","rendered":null,"spans":[]}],"level":"warning","message":"non-binding `let` on a future","spans":[{"byte_end":1144,"byte_start":1106,"column_end":43,"column_start":5,"expansion":null,"file_name":"src/commands.rs","is_primary":true,"label":null,"line_end":33,"line_start":33,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":43,"highlight_start":5,"text":"    let _ = state.connect_to_wifi(config);"}]}],"code":{"code":"clippy::let_underscore_future","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: non-binding `let` on a future\n  --> src/commands.rs:41:5\n   |\n41 |     let _ = state.disconnect_from_wifi();\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: consider awaiting the future or dropping explicitly with `std::mem::drop`\n   = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#let_underscore_future\n\n","$message_type":"diagnostic","children":[{"children":[],"code":null,"level":"help","message":"consider awaiting the future or dropping explicitly with `std::mem::drop`","rendered":null,"spans":[]},{"children":[],"code":null,"level":"help","message":"for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#let_underscore_future","rendered":null,"spans":[]}],"level":"warning","message":"non-binding `let` on a future","spans":[{"byte_end":1401,"byte_start":1364,"column_end":42,"column_start":5,"expansion":null,"file_name":"src/commands.rs","is_primary":true,"label":null,"line_end":41,"line_start":41,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":42,"highlight_start":5,"text":"    let _ = state.disconnect_from_wifi();"}]}],"code":{"code":"clippy::let_underscore_future","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: enclosing `Ok` and `?` operator are unneeded\n  --> src/commands.rs:71:5\n   |\n71 |     Ok(state.get_wireless_enabled()?)\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#needless_question_mark\nhelp: remove the enclosing `Ok` and `?` operator\n   |\n71 -     Ok(state.get_wireless_enabled()?)\n71 +     state.get_wireless_enabled()\n   |\n\n","$message_type":"diagnostic","children":[{"children":[],"code":null,"level":"help","message":"for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#needless_question_mark","rendered":null,"spans":[]},{"children":[],"code":null,"level":"help","message":"remove the enclosing `Ok` and `?` operator","rendered":null,"spans":[{"byte_end":2359,"byte_start":2356,"column_end":8,"column_start":5,"expansion":null,"file_name":"src/commands.rs","is_primary":true,"label":null,"line_end":71,"line_start":71,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","text":[{"highlight_end":8,"highlight_start":5,"text":"    Ok(state.get_wireless_enabled()?)"}]},{"byte_end":2389,"byte_start":2387,"column_end":38,"column_start":36,"expansion":null,"file_name":"src/commands.rs","is_primary":true,"label":null,"line_end":71,"line_start":71,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","text":[{"highlight_end":38,"highlight_start":36,"text":"    Ok(state.get_wireless_enabled()?)"}]}]}],"level":"warning","message":"enclosing `Ok` and `?` operator are unneeded","spans":[{"byte_end":2389,"byte_start":2356,"column_end":38,"column_start":5,"expansion":null,"file_name":"src/commands.rs","is_primary":true,"label":null,"line_end":71,"line_start":71,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":38,"highlight_start":5,"text":"    Ok(state.get_wireless_enabled()?)"}]}],"code":{"code":"clippy::needless_question_mark","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: enclosing `Ok` and `?` operator are unneeded\n  --> src/commands.rs:77:5\n   |\n77 |     Ok(state.set_wireless_enabled(enabled)?)\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#needless_question_mark\nhelp: remove the enclosing `Ok` and `?` operator\n   |\n77 -     Ok(state.set_wireless_enabled(enabled)?)\n77 +     state.set_wireless_enabled(enabled)\n   |\n\n","$message_type":"diagnostic","children":[{"children":[],"code":null,"level":"help","message":"for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#needless_question_mark","rendered":null,"spans":[]},{"children":[],"code":null,"level":"help","message":"remove the enclosing `Ok` and `?` operator","rendered":null,"spans":[{"byte_end":2571,"byte_start":2568,"column_end":8,"column_start":5,"expansion":null,"file_name":"src/commands.rs","is_primary":true,"label":null,"line_end":77,"line_start":77,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","text":[{"highlight_end":8,"highlight_start":5,"text":"    Ok(state.set_wireless_enabled(enabled)?)"}]},{"byte_end":2608,"byte_start":2606,"column_end":45,"column_start":43,"expansion":null,"file_name":"src/commands.rs","is_primary":true,"label":null,"line_end":77,"line_start":77,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","text":[{"highlight_end":45,"highlight_start":43,"text":"    Ok(state.set_wireless_enabled(enabled)?)"}]}]}],"level":"warning","message":"enclosing `Ok` and `?` operator are unneeded","spans":[{"byte_end":2608,"byte_start":2568,"column_end":45,"column_start":5,"expansion":null,"file_name":"src/commands.rs","is_primary":true,"label":null,"line_end":77,"line_start":77,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":45,"highlight_start":5,"text":"    Ok(state.set_wireless_enabled(enabled)?)"}]}],"code":{"code":"clippy::needless_question_mark","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: enclosing `Ok` and `?` operator are unneeded\n  --> src/commands.rs:83:5\n   |\n83 |     Ok(state.is_wireless_available()?)\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#needless_question_mark\nhelp: remove the enclosing `Ok` and `?` operator\n   |\n83 -     Ok(state.is_wireless_available()?)\n83 +     state.is_wireless_available()\n   |\n\n","$message_type":"diagnostic","children":[{"children":[],"code":null,"level":"help","message":"for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#needless_question_mark","rendered":null,"spans":[]},{"children":[],"code":null,"level":"help","message":"remove the enclosing `Ok` and `?` operator","rendered":null,"spans":[{"byte_end":2778,"byte_start":2775,"column_end":8,"column_start":5,"expansion":null,"file_name":"src/commands.rs","is_primary":true,"label":null,"line_end":83,"line_start":83,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","text":[{"highlight_end":8,"highlight_start":5,"text":"    Ok(state.is_wireless_available()?)"}]},{"byte_end":2809,"byte_start":2807,"column_end":39,"column_start":37,"expansion":null,"file_name":"src/commands.rs","is_primary":true,"label":null,"line_end":83,"line_start":83,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","text":[{"highlight_end":39,"highlight_start":37,"text":"    Ok(state.is_wireless_available()?)"}]}]}],"level":"warning","message":"enclosing `Ok` and `?` operator are unneeded","spans":[{"byte_end":2809,"byte_start":2775,"column_end":39,"column_start":5,"expansion":null,"file_name":"src/commands.rs","is_primary":true,"label":null,"line_end":83,"line_start":83,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":39,"highlight_start":5,"text":"    Ok(state.is_wireless_available()?)"}]}],"code":{"code":"clippy::needless_question_mark","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: redundant closure\n  --> src/commands.rs:96:60\n   |\n96 |     crate::network_stats::get_network_interfaces().map_err(|e| NetworkError::from(e))\n   |                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace the closure with the associated function itself: `NetworkError::from`\n   |\n   = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure\n   = note: `#[warn(clippy::redundant_closure)]` on by default\n\n","$message_type":"diagnostic","children":[{"children":[],"code":null,"level":"help","message":"for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure","rendered":null,"spans":[]},{"children":[],"code":null,"level":"note","message":"`#[warn(clippy::redundant_closure)]` on by default","rendered":null,"spans":[]},{"children":[],"code":null,"level":"help","message":"replace the closure with the associated function itself","rendered":null,"spans":[{"byte_end":3280,"byte_start":3255,"column_end":85,"column_start":60,"expansion":null,"file_name":"src/commands.rs","is_primary":true,"label":null,"line_end":96,"line_start":96,"suggested_replacement":"NetworkError::from","suggestion_applicability":"MachineApplicable","text":[{"highlight_end":85,"highlight_start":60,"text":"    crate::network_stats::get_network_interfaces().map_err(|e| NetworkError::from(e))"}]}]}],"level":"warning","message":"redundant closure","spans":[{"byte_end":3280,"byte_start":3255,"column_end":85,"column_start":60,"expansion":null,"file_name":"src/commands.rs","is_primary":true,"label":null,"line_end":96,"line_start":96,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":85,"highlight_start":60,"text":"    crate::network_stats::get_network_interfaces().map_err(|e| NetworkError::from(e))"}]}],"code":{"code":"clippy::redundant_closure","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: useless conversion to the same type: `error::NetworkError`\n  --> src/commands.rs:96:64\n   |\n96 |     crate::network_stats::get_network_interfaces().map_err(|e| NetworkError::from(e))\n   |                                                                ^^^^^^^^^^^^^^^^^^^^^ help: consider removing `NetworkError::from()`: `e`\n   |\n   = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#useless_conversion\n   = note: `#[warn(clippy::useless_conversion)]` on by default\n\n","$message_type":"diagnostic","children":[{"children":[],"code":null,"level":"help","message":"for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#useless_conversion","rendered":null,"spans":[]},{"children":[],"code":null,"level":"note","message":"`#[warn(clippy::useless_conversion)]` on by default","rendered":null,"spans":[]},{"children":[],"code":null,"level":"help","message":"consider removing `NetworkError::from()`","rendered":null,"spans":[{"byte_end":3280,"byte_start":3259,"column_end":85,"column_start":64,"expansion":null,"file_name":"src/commands.rs","is_primary":true,"label":null,"line_end":96,"line_start":96,"suggested_replacement":"e","suggestion_applicability":"MachineApplicable","text":[{"highlight_end":85,"highlight_start":64,"text":"    crate::network_stats::get_network_interfaces().map_err(|e| NetworkError::from(e))"}]}]}],"level":"warning","message":"useless conversion to the same type: `error::NetworkError`","spans":[{"byte_end":3280,"byte_start":3259,"column_end":85,"column_start":64,"expansion":null,"file_name":"src/commands.rs","is_primary":true,"label":null,"line_end":96,"line_start":96,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":85,"highlight_start":64,"text":"    crate::network_stats::get_network_interfaces().map_err(|e| NetworkError::from(e))"}]}],"code":{"code":"clippy::useless_conversion","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: useless conversion to the same type: `zbus::zvariant::OwnedValue`\n  --> src/models.rs:22:37\n   |\n22 | ... = properties_proxy.get(InterfaceName::from_static_str_unchecked(\"org.freedesktop.NetworkManager.Device.Wireless\"), \"AccessPoints\")?.try_into()?;\n   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: consider removing `.try_into()`\n   = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#useless_conversion\n\n","$message_type":"diagnostic","children":[{"children":[],"code":null,"level":"help","message":"consider removing `.try_into()`","rendered":null,"spans":[]},{"children":[],"code":null,"level":"help","message":"for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#useless_conversion","rendered":null,"spans":[]}],"level":"warning","message":"useless conversion to the same type: `zbus::zvariant::OwnedValue`","spans":[{"byte_end":1001,"byte_start":861,"column_end":177,"column_start":37,"expansion":null,"file_name":"src/models.rs","is_primary":true,"label":null,"line_end":22,"line_start":22,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":177,"highlight_start":37,"text":"      let aps_variant: OwnedValue = properties_proxy.get(InterfaceName::from_static_str_unchecked(\"org.freedesktop.NetworkManager.Device.Wireless\"), \"AccessPoints\")?.try_into()?;"}]}],"code":{"code":"clippy::useless_conversion","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `slice`\n  --> src/models.rs:25:45\n   |\n25 |           Some(Value::Array(arr)) => Ok(arr.into_iter()\n   |                                             ^^^^^^^^^ help: call directly: `iter`\n   |\n   = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#into_iter_on_ref\n   = note: `#[warn(clippy::into_iter_on_ref)]` on by default\n\n","$message_type":"diagnostic","children":[{"children":[],"code":null,"level":"help","message":"for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#into_iter_on_ref","rendered":null,"spans":[]},{"children":[],"code":null,"level":"note","message":"`#[warn(clippy::into_iter_on_ref)]` on by default","rendered":null,"spans":[]},{"children":[],"code":null,"level":"help","message":"call directly","rendered":null,"spans":[{"byte_end":1105,"byte_start":1096,"column_end":54,"column_start":45,"expansion":null,"file_name":"src/models.rs","is_primary":true,"label":null,"line_end":25,"line_start":25,"suggested_replacement":"iter","suggestion_applicability":"MachineApplicable","text":[{"highlight_end":54,"highlight_start":45,"text":"          Some(Value::Array(arr)) => Ok(arr.into_iter()"}]}]}],"level":"warning","message":"this `.into_iter()` call is equivalent to `.iter()` and will not consume the `slice`","spans":[{"byte_end":1105,"byte_start":1096,"column_end":54,"column_start":45,"expansion":null,"file_name":"src/models.rs","is_primary":true,"label":null,"line_end":25,"line_start":25,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":54,"highlight_start":45,"text":"          Some(Value::Array(arr)) => Ok(arr.into_iter()"}]}],"code":{"code":"clippy::into_iter_on_ref","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: match expression looks like `matches!` macro\n   --> src/nm_helpers.rs:98:12\n    |\n 98 |           Ok(match connectivity_variant.downcast_ref() {\n    |  ____________^\n 99 | |             Some(Value::U32(CONNECTIVITY_FULL)) => true,\n100 | |             _ => false,\n101 | |         })\n    | |_________^ help: try: `matches!(connectivity_variant.downcast_ref(), Some(Value::U32(CONNECTIVITY_FULL)))`\n    |\n    = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#match_like_matches_macro\n    = note: `#[warn(clippy::match_like_matches_macro)]` on by default\n\n","$message_type":"diagnostic","children":[{"children":[],"code":null,"level":"help","message":"for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#match_like_matches_macro","rendered":null,"spans":[]},{"children":[],"code":null,"level":"note","message":"`#[warn(clippy::match_like_matches_macro)]` on by default","rendered":null,"spans":[]},{"children":[],"code":null,"level":"help","message":"try","rendered":null,"spans":[{"byte_end":3650,"byte_start":3516,"column_end":10,"column_start":12,"expansion":null,"file_name":"src/nm_helpers.rs","is_primary":true,"label":null,"line_end":101,"line_start":98,"suggested_replacement":"matches!(connectivity_variant.downcast_ref(), Some(Value::U32(CONNECTIVITY_FULL)))","suggestion_applicability":"MaybeIncorrect","text":[{"highlight_end":55,"highlight_start":12,"text":"        Ok(match connectivity_variant.downcast_ref() {"},{"highlight_end":57,"highlight_start":1,"text":"            Some(Value::U32(CONNECTIVITY_FULL)) => true,"},{"highlight_end":24,"highlight_start":1,"text":"            _ => false,"},{"highlight_end":10,"highlight_start":1,"text":"        })"}]}]}],"level":"warning","message":"match expression looks like `matches!` macro","spans":[{"byte_end":3650,"byte_start":3516,"column_end":10,"column_start":12,"expansion":null,"file_name":"src/nm_helpers.rs","is_primary":true,"label":null,"line_end":101,"line_start":98,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":55,"highlight_start":12,"text":"        Ok(match connectivity_variant.downcast_ref() {"},{"highlight_end":57,"highlight_start":1,"text":"            Some(Value::U32(CONNECTIVITY_FULL)) => true,"},{"highlight_end":24,"highlight_start":1,"text":"            _ => false,"},{"highlight_end":10,"highlight_start":1,"text":"        })"}]}],"code":{"code":"clippy::match_like_matches_macro","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: unnecessary `if let` since only the `Ok` variant of the iterator element is used\n   --> src/network_stats.rs:127:5\n    |\n127 | /     for entry in entries {\n128 | |         if let Ok(entry) = entry {\n129 | |             if let Some(name) = entry.file_name().to_str() {\n...   |\n136 | |     }\n    | |_____^\n    |\nhelp: try `.flatten()` and remove the `if let` statement in the for loop\n   --> src/network_stats.rs:128:9\n    |\n128 | /         if let Ok(entry) = entry {\n129 | |             if let Some(name) = entry.file_name().to_str() {\n130 | |                 // Skip loopback interface\n131 | |                 if name != \"lo\" {\n...   |\n135 | |         }\n    | |_________^\n    = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#manual_flatten\n    = note: `#[warn(clippy::manual_flatten)]` on by default\nhelp: try\n    |\n127 ~     for entry in entries.flatten() {\n128 +         if let Some(name) = entry.file_name().to_str() {\n129 +             // Skip loopback interface\n130 +             if name != \"lo\" {\n131 +                 interfaces.push(name.to_string());\n132 +             }\n133 +         }\n134 +     }\n    |\n\n","$message_type":"diagnostic","children":[{"children":[],"code":null,"level":"help","message":"try `.flatten()` and remove the `if let` statement in the for loop","rendered":null,"spans":[{"byte_end":4550,"byte_start":4289,"column_end":10,"column_start":9,"expansion":null,"file_name":"src/network_stats.rs","is_primary":true,"label":null,"line_end":135,"line_start":128,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":35,"highlight_start":9,"text":"        if let Ok(entry) = entry {"},{"highlight_end":61,"highlight_start":1,"text":"            if let Some(name) = entry.file_name().to_str() {"},{"highlight_end":43,"highlight_start":1,"text":"                // Skip loopback interface"},{"highlight_end":34,"highlight_start":1,"text":"                if name != \"lo\" {"},{"highlight_end":55,"highlight_start":1,"text":"                    interfaces.push(name.to_string());"},{"highlight_end":18,"highlight_start":1,"text":"                }"},{"highlight_end":14,"highlight_start":1,"text":"            }"},{"highlight_end":10,"highlight_start":1,"text":"        }"}]}]},{"children":[],"code":null,"level":"help","message":"for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#manual_flatten","rendered":null,"spans":[]},{"children":[],"code":null,"level":"note","message":"`#[warn(clippy::manual_flatten)]` on by default","rendered":null,"spans":[]},{"children":[],"code":null,"level":"help","message":"try","rendered":null,"spans":[{"byte_end":4278,"byte_start":4271,"column_end":25,"column_start":18,"expansion":null,"file_name":"src/network_stats.rs","is_primary":true,"label":null,"line_end":127,"line_start":127,"suggested_replacement":"entries.flatten()","suggestion_applicability":"MaybeIncorrect","text":[{"highlight_end":25,"highlight_start":18,"text":"    for entry in entries {"}]},{"byte_end":4267,"byte_start":4262,"column_end":14,"column_start":9,"expansion":null,"file_name":"src/network_stats.rs","is_primary":true,"label":null,"line_end":127,"line_start":127,"suggested_replacement":"entry","suggestion_applicability":"MaybeIncorrect","text":[{"highlight_end":14,"highlight_start":9,"text":"    for entry in entries {"}]},{"byte_end":4556,"byte_start":4279,"column_end":6,"column_start":26,"expansion":null,"file_name":"src/network_stats.rs","is_primary":true,"label":null,"line_end":136,"line_start":127,"suggested_replacement":"{\n        if let Some(name) = entry.file_name().to_str() {\n            // Skip loopback interface\n            if name != \"lo\" {\n                interfaces.push(name.to_string());\n            }\n        }\n    }","suggestion_applicability":"MaybeIncorrect","text":[{"highlight_end":27,"highlight_start":26,"text":"    for entry in entries {"},{"highlight_end":35,"highlight_start":1,"text":"        if let Ok(entry) = entry {"},{"highlight_end":61,"highlight_start":1,"text":"            if let Some(name) = entry.file_name().to_str() {"},{"highlight_end":43,"highlight_start":1,"text":"                // Skip loopback interface"},{"highlight_end":34,"highlight_start":1,"text":"                if name != \"lo\" {"},{"highlight_end":55,"highlight_start":1,"text":"                    interfaces.push(name.to_string());"},{"highlight_end":18,"highlight_start":1,"text":"                }"},{"highlight_end":14,"highlight_start":1,"text":"            }"},{"highlight_end":10,"highlight_start":1,"text":"        }"},{"highlight_end":6,"highlight_start":1,"text":"    }"}]}]}],"level":"warning","message":"unnecessary `if let` since only the `Ok` variant of the iterator element is used","spans":[{"byte_end":4556,"byte_start":4258,"column_end":6,"column_start":5,"expansion":null,"file_name":"src/network_stats.rs","is_primary":true,"label":null,"line_end":136,"line_start":127,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":27,"highlight_start":5,"text":"    for entry in entries {"},{"highlight_end":35,"highlight_start":1,"text":"        if let Ok(entry) = entry {"},{"highlight_end":61,"highlight_start":1,"text":"            if let Some(name) = entry.file_name().to_str() {"},{"highlight_end":43,"highlight_start":1,"text":"                // Skip loopback interface"},{"highlight_end":34,"highlight_start":1,"text":"                if name != \"lo\" {"},{"highlight_end":55,"highlight_start":1,"text":"                    interfaces.push(name.to_string());"},{"highlight_end":18,"highlight_start":1,"text":"                }"},{"highlight_end":14,"highlight_start":1,"text":"            }"},{"highlight_end":10,"highlight_start":1,"text":"        }"},{"highlight_end":6,"highlight_start":1,"text":"    }"}]}],"code":{"code":"clippy::manual_flatten","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: this `MutexGuard` is held across an await point\n   --> src/lib.rs:123:13\n    |\n123 |         let manager = self.manager.read().map_err(|_| NetworkError::LockError)?;\n    |             ^^^^^^^\n    |\n    = help: consider using an async-aware `Mutex` type or ensuring the `MutexGuard` is dropped before calling `await`\nnote: these are all the await points this lock is held through\n   --> src/lib.rs:125:62\n    |\n125 |             Some(manager) => manager.connect_to_wifi(config).await,\n    |                                                              ^^^^^\n    = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#await_holding_lock\n    = note: `#[warn(clippy::await_holding_lock)]` on by default\n\n","$message_type":"diagnostic","children":[{"children":[],"code":null,"level":"help","message":"consider using an async-aware `Mutex` type or ensuring the `MutexGuard` is dropped before calling `await`","rendered":null,"spans":[]},{"children":[],"code":null,"level":"note","message":"these are all the await points this lock is held through","rendered":null,"spans":[{"byte_end":4796,"byte_start":4791,"column_end":67,"column_start":62,"expansion":{"def_site_span":{"byte_end":0,"byte_start":0,"column_end":1,"column_start":1,"expansion":null,"file_name":"src/lib.rs","is_primary":false,"label":null,"line_end":1,"line_start":1,"suggested_replacement":null,"suggestion_applicability":null,"text":[]},"macro_decl_name":"desugaring of `await` expression","span":{"byte_end":4796,"byte_start":4791,"column_end":67,"column_start":62,"expansion":null,"file_name":"src/lib.rs","is_primary":false,"label":null,"line_end":125,"line_start":125,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":67,"highlight_start":62,"text":"            Some(manager) => manager.connect_to_wifi(config).await,"}]}},"file_name":"src/lib.rs","is_primary":true,"label":null,"line_end":125,"line_start":125,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":67,"highlight_start":62,"text":"            Some(manager) => manager.connect_to_wifi(config).await,"}]}]},{"children":[],"code":null,"level":"help","message":"for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#await_holding_lock","rendered":null,"spans":[]},{"children":[],"code":null,"level":"note","message":"`#[warn(clippy::await_holding_lock)]` on by default","rendered":null,"spans":[]}],"level":"warning","message":"this `MutexGuard` is held across an await point","spans":[{"byte_end":4635,"byte_start":4628,"column_end":20,"column_start":13,"expansion":null,"file_name":"src/lib.rs","is_primary":true,"label":null,"line_end":123,"line_start":123,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":20,"highlight_start":13,"text":"        let manager = self.manager.read().map_err(|_| NetworkError::LockError)?;"}]}],"code":{"code":"clippy::await_holding_lock","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: this `MutexGuard` is held across an await point\n   --> src/lib.rs:131:13\n    |\n131 |         let manager = self.manager.read().map_err(|_| NetworkError::LockError)?;\n    |             ^^^^^^^\n    |\n    = help: consider using an async-aware `Mutex` type or ensuring the `MutexGuard` is dropped before calling `await`\nnote: these are all the await points this lock is held through\n   --> src/lib.rs:133:61\n    |\n133 |             Some(manager) => manager.disconnect_from_wifi().await,\n    |                                                             ^^^^^\n    = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#await_holding_lock\n\n","$message_type":"diagnostic","children":[{"children":[],"code":null,"level":"help","message":"consider using an async-aware `Mutex` type or ensuring the `MutexGuard` is dropped before calling `await`","rendered":null,"spans":[]},{"children":[],"code":null,"level":"note","message":"these are all the await points this lock is held through","rendered":null,"spans":[{"byte_end":5125,"byte_start":5120,"column_end":66,"column_start":61,"expansion":{"def_site_span":{"byte_end":0,"byte_start":0,"column_end":1,"column_start":1,"expansion":null,"file_name":"src/lib.rs","is_primary":false,"label":null,"line_end":1,"line_start":1,"suggested_replacement":null,"suggestion_applicability":null,"text":[]},"macro_decl_name":"desugaring of `await` expression","span":{"byte_end":5125,"byte_start":5120,"column_end":66,"column_start":61,"expansion":null,"file_name":"src/lib.rs","is_primary":false,"label":null,"line_end":133,"line_start":133,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":66,"highlight_start":61,"text":"            Some(manager) => manager.disconnect_from_wifi().await,"}]}},"file_name":"src/lib.rs","is_primary":true,"label":null,"line_end":133,"line_start":133,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":66,"highlight_start":61,"text":"            Some(manager) => manager.disconnect_from_wifi().await,"}]}]},{"children":[],"code":null,"level":"help","message":"for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#await_holding_lock","rendered":null,"spans":[]}],"level":"warning","message":"this `MutexGuard` is held across an await point","spans":[{"byte_end":4965,"byte_start":4958,"column_end":20,"column_start":13,"expansion":null,"file_name":"src/lib.rs","is_primary":true,"label":null,"line_end":131,"line_start":131,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":20,"highlight_start":13,"text":"        let manager = self.manager.read().map_err(|_| NetworkError::LockError)?;"}]}],"code":{"code":"clippy::await_holding_lock","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: redundant closure\n   --> src/lib.rs:165:69\n    |\n165 |             Some(manager) => manager.get_wireless_enabled().map_err(|e| NetworkError::from(e)),\n    |                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace the closure with the associated function itself: `NetworkError::from`\n    |\n    = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure\n\n","$message_type":"diagnostic","children":[{"children":[],"code":null,"level":"help","message":"for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure","rendered":null,"spans":[]},{"children":[],"code":null,"level":"help","message":"replace the closure with the associated function itself","rendered":null,"spans":[{"byte_end":6495,"byte_start":6470,"column_end":94,"column_start":69,"expansion":null,"file_name":"src/lib.rs","is_primary":true,"label":null,"line_end":165,"line_start":165,"suggested_replacement":"NetworkError::from","suggestion_applicability":"MachineApplicable","text":[{"highlight_end":94,"highlight_start":69,"text":"            Some(manager) => manager.get_wireless_enabled().map_err(|e| NetworkError::from(e)),"}]}]}],"level":"warning","message":"redundant closure","spans":[{"byte_end":6495,"byte_start":6470,"column_end":94,"column_start":69,"expansion":null,"file_name":"src/lib.rs","is_primary":true,"label":null,"line_end":165,"line_start":165,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":94,"highlight_start":69,"text":"            Some(manager) => manager.get_wireless_enabled().map_err(|e| NetworkError::from(e)),"}]}],"code":{"code":"clippy::redundant_closure","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: useless conversion to the same type: `error::NetworkError`\n   --> src/lib.rs:165:73\n    |\n165 |             Some(manager) => manager.get_wireless_enabled().map_err(|e| NetworkError::from(e)),\n    |                                                                         ^^^^^^^^^^^^^^^^^^^^^ help: consider removing `NetworkError::from()`: `e`\n    |\n    = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#useless_conversion\n\n","$message_type":"diagnostic","children":[{"children":[],"code":null,"level":"help","message":"for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#useless_conversion","rendered":null,"spans":[]},{"children":[],"code":null,"level":"help","message":"consider removing `NetworkError::from()`","rendered":null,"spans":[{"byte_end":6495,"byte_start":6474,"column_end":94,"column_start":73,"expansion":null,"file_name":"src/lib.rs","is_primary":true,"label":null,"line_end":165,"line_start":165,"suggested_replacement":"e","suggestion_applicability":"MachineApplicable","text":[{"highlight_end":94,"highlight_start":73,"text":"            Some(manager) => manager.get_wireless_enabled().map_err(|e| NetworkError::from(e)),"}]}]}],"level":"warning","message":"useless conversion to the same type: `error::NetworkError`","spans":[{"byte_end":6495,"byte_start":6474,"column_end":94,"column_start":73,"expansion":null,"file_name":"src/lib.rs","is_primary":true,"label":null,"line_end":165,"line_start":165,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":94,"highlight_start":73,"text":"            Some(manager) => manager.get_wireless_enabled().map_err(|e| NetworkError::from(e)),"}]}],"code":{"code":"clippy::useless_conversion","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: redundant closure\n   --> src/lib.rs:173:77\n    |\n173 |              Some(manager) => manager.set_wireless_enabled(enabled).map_err(|e| NetworkError::from(e)),\n    |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace the closure with the associated function itself: `NetworkError::from`\n    |\n    = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure\n\n","$message_type":"diagnostic","children":[{"children":[],"code":null,"level":"help","message":"for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure","rendered":null,"spans":[]},{"children":[],"code":null,"level":"help","message":"replace the closure with the associated function itself","rendered":null,"spans":[{"byte_end":6870,"byte_start":6845,"column_end":102,"column_start":77,"expansion":null,"file_name":"src/lib.rs","is_primary":true,"label":null,"line_end":173,"line_start":173,"suggested_replacement":"NetworkError::from","suggestion_applicability":"MachineApplicable","text":[{"highlight_end":102,"highlight_start":77,"text":"             Some(manager) => manager.set_wireless_enabled(enabled).map_err(|e| NetworkError::from(e)),"}]}]}],"level":"warning","message":"redundant closure","spans":[{"byte_end":6870,"byte_start":6845,"column_end":102,"column_start":77,"expansion":null,"file_name":"src/lib.rs","is_primary":true,"label":null,"line_end":173,"line_start":173,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":102,"highlight_start":77,"text":"             Some(manager) => manager.set_wireless_enabled(enabled).map_err(|e| NetworkError::from(e)),"}]}],"code":{"code":"clippy::redundant_closure","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: useless conversion to the same type: `error::NetworkError`\n   --> src/lib.rs:173:81\n    |\n173 |              Some(manager) => manager.set_wireless_enabled(enabled).map_err(|e| NetworkError::from(e)),\n    |                                                                                 ^^^^^^^^^^^^^^^^^^^^^ help: consider removing `NetworkError::from()`: `e`\n    |\n    = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#useless_conversion\n\n","$message_type":"diagnostic","children":[{"children":[],"code":null,"level":"help","message":"for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#useless_conversion","rendered":null,"spans":[]},{"children":[],"code":null,"level":"help","message":"consider removing `NetworkError::from()`","rendered":null,"spans":[{"byte_end":6870,"byte_start":6849,"column_end":102,"column_start":81,"expansion":null,"file_name":"src/lib.rs","is_primary":true,"label":null,"line_end":173,"line_start":173,"suggested_replacement":"e","suggestion_applicability":"MachineApplicable","text":[{"highlight_end":102,"highlight_start":81,"text":"             Some(manager) => manager.set_wireless_enabled(enabled).map_err(|e| NetworkError::from(e)),"}]}]}],"level":"warning","message":"useless conversion to the same type: `error::NetworkError`","spans":[{"byte_end":6870,"byte_start":6849,"column_end":102,"column_start":81,"expansion":null,"file_name":"src/lib.rs","is_primary":true,"label":null,"line_end":173,"line_start":173,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":102,"highlight_start":81,"text":"             Some(manager) => manager.set_wireless_enabled(enabled).map_err(|e| NetworkError::from(e)),"}]}],"code":{"code":"clippy::useless_conversion","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: redundant closure\n   --> src/lib.rs:181:70\n    |\n181 |             Some(manager) => manager.is_wireless_available().map_err(|e| NetworkError::from(e)),\n    |                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace the closure with the associated function itself: `NetworkError::from`\n    |\n    = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure\n\n","$message_type":"diagnostic","children":[{"children":[],"code":null,"level":"help","message":"for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure","rendered":null,"spans":[]},{"children":[],"code":null,"level":"help","message":"replace the closure with the associated function itself","rendered":null,"spans":[{"byte_end":7226,"byte_start":7201,"column_end":95,"column_start":70,"expansion":null,"file_name":"src/lib.rs","is_primary":true,"label":null,"line_end":181,"line_start":181,"suggested_replacement":"NetworkError::from","suggestion_applicability":"MachineApplicable","text":[{"highlight_end":95,"highlight_start":70,"text":"            Some(manager) => manager.is_wireless_available().map_err(|e| NetworkError::from(e)),"}]}]}],"level":"warning","message":"redundant closure","spans":[{"byte_end":7226,"byte_start":7201,"column_end":95,"column_start":70,"expansion":null,"file_name":"src/lib.rs","is_primary":true,"label":null,"line_end":181,"line_start":181,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":95,"highlight_start":70,"text":"            Some(manager) => manager.is_wireless_available().map_err(|e| NetworkError::from(e)),"}]}],"code":{"code":"clippy::redundant_closure","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: useless conversion to the same type: `error::NetworkError`\n   --> src/lib.rs:181:74\n    |\n181 |             Some(manager) => manager.is_wireless_available().map_err(|e| NetworkError::from(e)),\n    |                                                                          ^^^^^^^^^^^^^^^^^^^^^ help: consider removing `NetworkError::from()`: `e`\n    |\n    = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#useless_conversion\n\n","$message_type":"diagnostic","children":[{"children":[],"code":null,"level":"help","message":"for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#useless_conversion","rendered":null,"spans":[]},{"children":[],"code":null,"level":"help","message":"consider removing `NetworkError::from()`","rendered":null,"spans":[{"byte_end":7226,"byte_start":7205,"column_end":95,"column_start":74,"expansion":null,"file_name":"src/lib.rs","is_primary":true,"label":null,"line_end":181,"line_start":181,"suggested_replacement":"e","suggestion_applicability":"MachineApplicable","text":[{"highlight_end":95,"highlight_start":74,"text":"            Some(manager) => manager.is_wireless_available().map_err(|e| NetworkError::from(e)),"}]}]}],"level":"warning","message":"useless conversion to the same type: `error::NetworkError`","spans":[{"byte_end":7226,"byte_start":7205,"column_end":95,"column_start":74,"expansion":null,"file_name":"src/lib.rs","is_primary":true,"label":null,"line_end":181,"line_start":181,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":95,"highlight_start":74,"text":"            Some(manager) => manager.is_wireless_available().map_err(|e| NetworkError::from(e)),"}]}],"code":{"code":"clippy::useless_conversion","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: redundant closure\n   --> src/lib.rs:224:46\n    |\n224 |             Some(t) => t.get_stats().map_err(|e| NetworkError::from(e)),\n    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace the closure with the associated function itself: `NetworkError::from`\n    |\n    = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure\n\n","$message_type":"diagnostic","children":[{"children":[],"code":null,"level":"help","message":"for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure","rendered":null,"spans":[]},{"children":[],"code":null,"level":"help","message":"replace the closure with the associated function itself","rendered":null,"spans":[{"byte_end":9282,"byte_start":9257,"column_end":71,"column_start":46,"expansion":null,"file_name":"src/lib.rs","is_primary":true,"label":null,"line_end":224,"line_start":224,"suggested_replacement":"NetworkError::from","suggestion_applicability":"MachineApplicable","text":[{"highlight_end":71,"highlight_start":46,"text":"            Some(t) => t.get_stats().map_err(|e| NetworkError::from(e)),"}]}]}],"level":"warning","message":"redundant closure","spans":[{"byte_end":9282,"byte_start":9257,"column_end":71,"column_start":46,"expansion":null,"file_name":"src/lib.rs","is_primary":true,"label":null,"line_end":224,"line_start":224,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":71,"highlight_start":46,"text":"            Some(t) => t.get_stats().map_err(|e| NetworkError::from(e)),"}]}],"code":{"code":"clippy::redundant_closure","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: useless conversion to the same type: `error::NetworkError`\n   --> src/lib.rs:224:50\n    |\n224 |             Some(t) => t.get_stats().map_err(|e| NetworkError::from(e)),\n    |                                                  ^^^^^^^^^^^^^^^^^^^^^ help: consider removing `NetworkError::from()`: `e`\n    |\n    = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#useless_conversion\n\n","$message_type":"diagnostic","children":[{"children":[],"code":null,"level":"help","message":"for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#useless_conversion","rendered":null,"spans":[]},{"children":[],"code":null,"level":"help","message":"consider removing `NetworkError::from()`","rendered":null,"spans":[{"byte_end":9282,"byte_start":9261,"column_end":71,"column_start":50,"expansion":null,"file_name":"src/lib.rs","is_primary":true,"label":null,"line_end":224,"line_start":224,"suggested_replacement":"e","suggestion_applicability":"MachineApplicable","text":[{"highlight_end":71,"highlight_start":50,"text":"            Some(t) => t.get_stats().map_err(|e| NetworkError::from(e)),"}]}]}],"level":"warning","message":"useless conversion to the same type: `error::NetworkError`","spans":[{"byte_end":9282,"byte_start":9261,"column_end":71,"column_start":50,"expansion":null,"file_name":"src/lib.rs","is_primary":true,"label":null,"line_end":224,"line_start":224,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":71,"highlight_start":50,"text":"            Some(t) => t.get_stats().map_err(|e| NetworkError::from(e)),"}]}],"code":{"code":"clippy::useless_conversion","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: this expression creates a reference which is immediately dereferenced by the compiler\n   --> src/lib.rs:261:76\n    |\n261 |             let network_manager = rt.block_on(async { crate::desktop::init(&app, _api).await })?;\n    |                                                                            ^^^^ help: change this to: `app`\n    |\n    = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#needless_borrow\n    = note: `#[warn(clippy::needless_borrow)]` on by default\n\n","$message_type":"diagnostic","children":[{"children":[],"code":null,"level":"help","message":"for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#needless_borrow","rendered":null,"spans":[]},{"children":[],"code":null,"level":"note","message":"`#[warn(clippy::needless_borrow)]` on by default","rendered":null,"spans":[]},{"children":[],"code":null,"level":"help","message":"change this to","rendered":null,"spans":[{"byte_end":10503,"byte_start":10499,"column_end":80,"column_start":76,"expansion":null,"file_name":"src/lib.rs","is_primary":true,"label":null,"line_end":261,"line_start":261,"suggested_replacement":"app","suggestion_applicability":"MachineApplicable","text":[{"highlight_end":80,"highlight_start":76,"text":"            let network_manager = rt.block_on(async { crate::desktop::init(&app, _api).await })?;"}]}]}],"level":"warning","message":"this expression creates a reference which is immediately dereferenced by the compiler","spans":[{"byte_end":10503,"byte_start":10499,"column_end":80,"column_start":76,"expansion":null,"file_name":"src/lib.rs","is_primary":true,"label":null,"line_end":261,"line_start":261,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":80,"highlight_start":76,"text":"            let network_manager = rt.block_on(async { crate::desktop::init(&app, _api).await })?;"}]}],"code":{"code":"clippy::needless_borrow","explanation":null}}}
{"reason":"compiler-message","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: called `map(f)` on an `Option` value where `f` is a closure that returns the unit type `()`\n   --> src/lib.rs:267:13\n    |\n267 | /             app.state::<NetworkManagerState<tauri::Wry>>()\n268 | |                 .manager\n269 | |                 .read()\n270 | |                 .map_err(|_| NetworkError::LockError)?\n...   |\n280 | |                     spawn_network_change_emitter(app.clone(), manager_static);\n281 | |                 });\n    | |__________________^\n    |\n    = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#option_map_unit_fn\n    = note: `#[warn(clippy::option_map_unit_fn)]` on by default\nhelp: try\n    |\n267 ~             if let Some(manager) = app.state::<NetworkManagerState<tauri::Wry>>()\n268 +                 .manager\n269 +                 .read()\n270 +                 .map_err(|_| NetworkError::LockError)?\n271 +                 .as_ref() { ... }\n    |\n\n","$message_type":"diagnostic","children":[{"children":[],"code":null,"level":"help","message":"for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#option_map_unit_fn","rendered":null,"spans":[]},{"children":[],"code":null,"level":"note","message":"`#[warn(clippy::option_map_unit_fn)]` on by default","rendered":null,"spans":[]},{"children":[],"code":null,"level":"help","message":"try","rendered":null,"spans":[{"byte_end":11381,"byte_start":10654,"column_end":20,"column_start":13,"expansion":null,"file_name":"src/lib.rs","is_primary":true,"label":null,"line_end":281,"line_start":267,"suggested_replacement":"if let Some(manager) = app.state::<NetworkManagerState<tauri::Wry>>()\n                .manager\n                .read()\n                .map_err(|_| NetworkError::LockError)?\n                .as_ref() { ... }","suggestion_applicability":"HasPlaceholders","text":[{"highlight_end":59,"highlight_start":13,"text":"            app.state::<NetworkManagerState<tauri::Wry>>()"},{"highlight_end":25,"highlight_start":1,"text":"                .manager"},{"highlight_end":24,"highlight_start":1,"text":"                .read()"},{"highlight_end":55,"highlight_start":1,"text":"                .map_err(|_| NetworkError::LockError)?"},{"highlight_end":26,"highlight_start":1,"text":"                .as_ref()"},{"highlight_end":33,"highlight_start":1,"text":"                .map(|manager| {"},{"highlight_end":65,"highlight_start":1,"text":"                    // Clone the manager with a 'static lifetime"},{"highlight_end":96,"highlight_start":1,"text":"                    let manager_static: crate::models::VSKNetworkManager<'static, tauri::Wry> ="},{"highlight_end":59,"highlight_start":1,"text":"                        crate::models::VSKNetworkManager {"},{"highlight_end":68,"highlight_start":1,"text":"                            connection: manager.connection.clone(),"},{"highlight_end":58,"highlight_start":1,"text":"                            proxy: manager.proxy.clone(),"},{"highlight_end":46,"highlight_start":1,"text":"                            app: app.clone(),"},{"highlight_end":27,"highlight_start":1,"text":"                        };"},{"highlight_end":79,"highlight_start":1,"text":"                    spawn_network_change_emitter(app.clone(), manager_static);"},{"highlight_end":20,"highlight_start":1,"text":"                });"}]}]}],"level":"warning","message":"called `map(f)` on an `Option` value where `f` is a closure that returns the unit type `()`","spans":[{"byte_end":11380,"byte_start":10654,"column_end":19,"column_start":13,"expansion":null,"file_name":"src/lib.rs","is_primary":true,"label":null,"line_end":281,"line_start":267,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":59,"highlight_start":13,"text":"            app.state::<NetworkManagerState<tauri::Wry>>()"},{"highlight_end":25,"highlight_start":1,"text":"                .manager"},{"highlight_end":24,"highlight_start":1,"text":"                .read()"},{"highlight_end":55,"highlight_start":1,"text":"                .map_err(|_| NetworkError::LockError)?"},{"highlight_end":26,"highlight_start":1,"text":"                .as_ref()"},{"highlight_end":33,"highlight_start":1,"text":"                .map(|manager| {"},{"highlight_end":65,"highlight_start":1,"text":"                    // Clone the manager with a 'static lifetime"},{"highlight_end":96,"highlight_start":1,"text":"                    let manager_static: crate::models::VSKNetworkManager<'static, tauri::Wry> ="},{"highlight_end":59,"highlight_start":1,"text":"                        crate::models::VSKNetworkManager {"},{"highlight_end":68,"highlight_start":1,"text":"                            connection: manager.connection.clone(),"},{"highlight_end":58,"highlight_start":1,"text":"                            proxy: manager.proxy.clone(),"},{"highlight_end":46,"highlight_start":1,"text":"                            app: app.clone(),"},{"highlight_end":27,"highlight_start":1,"text":"                        };"},{"highlight_end":79,"highlight_start":1,"text":"                    spawn_network_change_emitter(app.clone(), manager_static);"},{"highlight_end":19,"highlight_start":1,"text":"                });"}]}],"code":{"code":"clippy::option_map_unit_fn","explanation":null}}}
{"reason":"compiler-artifact","package_id":"path+file:///home/pato/Proyectos/VasakOS/tauri-plugin-network-manager#2.0.3","manifest_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_network_manager","src_path":"/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/pato/Proyectos/VasakOS/tauri-plugin-network-manager/target/debug/deps/libtauri_plugin_network_manager-6579d8d903d950f1.rmeta"],"executable":null,"fresh":false}
{"reason":"build-finished","success":true}