tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
watchman: 2023.01.30.00 -> 2023.08.14.00
Aaron Jheng
2 years ago
3483420d
303166fe
+262
-199
2 changed files
expand all
collapse all
unified
split
pkgs
development
tools
watchman
Cargo.lock
default.nix
+258
-192
pkgs/development/tools/watchman/Cargo.lock
···
3
version = 3
4
5
[[package]]
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
6
name = "ahash"
7
-
version = "0.3.8"
8
source = "registry+https://github.com/rust-lang/crates.io-index"
9
-
checksum = "e8fd72866655d1904d6b0997d0b07ba561047d070fbe29de039031c641b61217"
10
dependencies = [
11
-
"const-random",
0
0
0
12
]
13
14
[[package]]
···
22
23
[[package]]
24
name = "anyhow"
25
-
version = "1.0.68"
26
source = "registry+https://github.com/rust-lang/crates.io-index"
27
-
checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
28
29
[[package]]
30
name = "atty"
···
44
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
45
46
[[package]]
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
47
name = "bitflags"
48
version = "1.3.2"
49
source = "registry+https://github.com/rust-lang/crates.io-index"
···
57
58
[[package]]
59
name = "bytes"
60
-
version = "1.3.0"
61
source = "registry+https://github.com/rust-lang/crates.io-index"
62
-
checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"
63
dependencies = [
64
"serde",
65
]
66
67
[[package]]
68
name = "cc"
69
-
version = "1.0.78"
70
source = "registry+https://github.com/rust-lang/crates.io-index"
71
-
checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
0
0
0
72
73
[[package]]
74
name = "cfg-if"
···
92
]
93
94
[[package]]
95
-
name = "const-random"
96
-
version = "0.1.15"
97
-
source = "registry+https://github.com/rust-lang/crates.io-index"
98
-
checksum = "368a7a772ead6ce7e1de82bfb04c485f3db8ec744f72925af5735e29a22cc18e"
99
-
dependencies = [
100
-
"const-random-macro",
101
-
"proc-macro-hack",
102
-
]
103
-
104
-
[[package]]
105
-
name = "const-random-macro"
106
-
version = "0.1.15"
107
-
source = "registry+https://github.com/rust-lang/crates.io-index"
108
-
checksum = "9d7d6ab3c3a2282db210df5f02c4dab6e0a7057af0fb7ebd4070f30fe05c0ddb"
109
-
dependencies = [
110
-
"getrandom",
111
-
"once_cell",
112
-
"proc-macro-hack",
113
-
"tiny-keccak",
114
-
]
115
-
116
-
[[package]]
117
name = "core-foundation-sys"
118
-
version = "0.8.3"
119
source = "registry+https://github.com/rust-lang/crates.io-index"
120
-
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
121
122
[[package]]
123
name = "crossbeam"
···
135
136
[[package]]
137
name = "crossbeam-channel"
138
-
version = "0.5.6"
139
source = "registry+https://github.com/rust-lang/crates.io-index"
140
-
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
141
dependencies = [
142
"cfg-if",
143
"crossbeam-utils",
···
145
146
[[package]]
147
name = "crossbeam-deque"
148
-
version = "0.8.2"
149
source = "registry+https://github.com/rust-lang/crates.io-index"
150
-
checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
151
dependencies = [
152
"cfg-if",
153
"crossbeam-epoch",
···
156
157
[[package]]
158
name = "crossbeam-epoch"
159
-
version = "0.9.13"
160
source = "registry+https://github.com/rust-lang/crates.io-index"
161
-
checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"
162
dependencies = [
163
"autocfg",
164
"cfg-if",
165
"crossbeam-utils",
166
-
"memoffset 0.7.1",
167
"scopeguard",
168
]
169
···
179
180
[[package]]
181
name = "crossbeam-utils"
182
-
version = "0.8.14"
183
source = "registry+https://github.com/rust-lang/crates.io-index"
184
-
checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
185
dependencies = [
186
"cfg-if",
187
]
188
189
[[package]]
190
-
name = "crunchy"
191
-
version = "0.2.2"
192
-
source = "registry+https://github.com/rust-lang/crates.io-index"
193
-
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
194
-
195
-
[[package]]
196
name = "duct"
197
version = "0.13.6"
198
source = "registry+https://github.com/rust-lang/crates.io-index"
···
206
207
[[package]]
208
name = "either"
209
-
version = "1.8.0"
210
source = "registry+https://github.com/rust-lang/crates.io-index"
211
-
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
212
213
[[package]]
214
name = "futures"
···
218
219
[[package]]
220
name = "futures"
221
-
version = "0.3.25"
222
source = "registry+https://github.com/rust-lang/crates.io-index"
223
-
checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"
224
dependencies = [
225
"futures-channel",
226
"futures-core",
···
233
234
[[package]]
235
name = "futures-channel"
236
-
version = "0.3.25"
237
source = "registry+https://github.com/rust-lang/crates.io-index"
238
-
checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"
239
dependencies = [
240
"futures-core",
241
"futures-sink",
···
243
244
[[package]]
245
name = "futures-core"
246
-
version = "0.3.25"
247
source = "registry+https://github.com/rust-lang/crates.io-index"
248
-
checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
249
250
[[package]]
251
name = "futures-executor"
252
-
version = "0.3.25"
253
source = "registry+https://github.com/rust-lang/crates.io-index"
254
-
checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"
255
dependencies = [
256
"futures-core",
257
"futures-task",
···
260
261
[[package]]
262
name = "futures-io"
263
-
version = "0.3.25"
264
source = "registry+https://github.com/rust-lang/crates.io-index"
265
-
checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
266
267
[[package]]
268
name = "futures-macro"
269
-
version = "0.3.25"
270
source = "registry+https://github.com/rust-lang/crates.io-index"
271
-
checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"
272
dependencies = [
273
"proc-macro2",
274
"quote",
275
-
"syn",
276
]
277
278
[[package]]
279
name = "futures-sink"
280
-
version = "0.3.25"
281
source = "registry+https://github.com/rust-lang/crates.io-index"
282
-
checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
283
284
[[package]]
285
name = "futures-task"
286
-
version = "0.3.25"
287
source = "registry+https://github.com/rust-lang/crates.io-index"
288
-
checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
289
290
[[package]]
291
name = "futures-util"
292
-
version = "0.3.25"
293
source = "registry+https://github.com/rust-lang/crates.io-index"
294
-
checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
295
dependencies = [
296
"futures 0.1.31",
297
"futures-channel",
···
308
309
[[package]]
310
name = "getrandom"
311
-
version = "0.2.8"
312
source = "registry+https://github.com/rust-lang/crates.io-index"
313
-
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
314
dependencies = [
315
"cfg-if",
316
"libc",
···
318
]
319
320
[[package]]
0
0
0
0
0
0
321
name = "heck"
322
version = "0.3.3"
323
source = "registry+https://github.com/rust-lang/crates.io-index"
···
337
338
[[package]]
339
name = "hermit-abi"
340
-
version = "0.2.6"
341
source = "registry+https://github.com/rust-lang/crates.io-index"
342
-
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
343
-
dependencies = [
344
-
"libc",
345
-
]
346
347
[[package]]
348
name = "itoa"
349
-
version = "1.0.5"
350
source = "registry+https://github.com/rust-lang/crates.io-index"
351
-
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
352
353
[[package]]
354
name = "jwalk"
···
368
369
[[package]]
370
name = "libc"
371
-
version = "0.2.139"
372
source = "registry+https://github.com/rust-lang/crates.io-index"
373
-
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
374
375
[[package]]
376
name = "lock_api"
377
-
version = "0.4.9"
378
source = "registry+https://github.com/rust-lang/crates.io-index"
379
-
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
380
dependencies = [
381
"autocfg",
382
"scopeguard",
···
384
385
[[package]]
386
name = "log"
387
-
version = "0.4.17"
388
source = "registry+https://github.com/rust-lang/crates.io-index"
389
-
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
390
-
dependencies = [
391
-
"cfg-if",
392
-
]
393
394
[[package]]
395
name = "maplit"
···
414
415
[[package]]
416
name = "memoffset"
417
-
version = "0.7.1"
418
source = "registry+https://github.com/rust-lang/crates.io-index"
419
-
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
420
dependencies = [
421
"autocfg",
422
]
423
424
[[package]]
0
0
0
0
0
0
0
0
0
425
name = "mio"
426
-
version = "0.8.5"
427
source = "registry+https://github.com/rust-lang/crates.io-index"
428
-
checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
429
dependencies = [
430
"libc",
431
-
"log",
432
"wasi",
433
"windows-sys",
434
]
435
436
[[package]]
437
name = "nix"
438
-
version = "0.23.2"
439
source = "registry+https://github.com/rust-lang/crates.io-index"
440
-
checksum = "8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c"
441
dependencies = [
0
442
"bitflags",
443
-
"cc",
444
"cfg-if",
445
"libc",
446
"memoffset 0.6.5",
0
447
]
448
449
[[package]]
450
name = "ntapi"
451
-
version = "0.4.0"
452
source = "registry+https://github.com/rust-lang/crates.io-index"
453
-
checksum = "bc51db7b362b205941f71232e56c625156eb9a929f8cf74a428fd5bc094a4afc"
454
dependencies = [
455
"winapi",
456
]
457
458
[[package]]
459
name = "num_cpus"
460
-
version = "1.15.0"
461
source = "registry+https://github.com/rust-lang/crates.io-index"
462
-
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
463
dependencies = [
464
-
"hermit-abi 0.2.6",
465
"libc",
466
]
467
468
[[package]]
0
0
0
0
0
0
0
0
0
469
name = "once_cell"
470
-
version = "1.17.0"
471
source = "registry+https://github.com/rust-lang/crates.io-index"
472
-
checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
473
474
[[package]]
475
name = "os_pipe"
476
-
version = "1.1.2"
477
source = "registry+https://github.com/rust-lang/crates.io-index"
478
-
checksum = "c6a252f1f8c11e84b3ab59d7a488e48e4478a93937e027076638c49536204639"
479
dependencies = [
480
"libc",
481
"windows-sys",
···
493
494
[[package]]
495
name = "parking_lot_core"
496
-
version = "0.9.6"
497
source = "registry+https://github.com/rust-lang/crates.io-index"
498
-
checksum = "ba1ef8814b5c993410bb3adfad7a5ed269563e4a2f90c41f5d85be7fb47133bf"
499
dependencies = [
500
"cfg-if",
501
"libc",
502
"redox_syscall",
503
"smallvec",
504
-
"windows-sys",
505
]
506
507
[[package]]
508
name = "pin-project-lite"
509
-
version = "0.2.9"
510
source = "registry+https://github.com/rust-lang/crates.io-index"
511
-
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
512
513
[[package]]
514
name = "pin-utils"
···
525
"proc-macro-error-attr",
526
"proc-macro2",
527
"quote",
528
-
"syn",
529
"version_check",
530
]
531
···
541
]
542
543
[[package]]
544
-
name = "proc-macro-hack"
545
-
version = "0.5.20+deprecated"
546
-
source = "registry+https://github.com/rust-lang/crates.io-index"
547
-
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
548
-
549
-
[[package]]
550
name = "proc-macro2"
551
-
version = "1.0.50"
552
source = "registry+https://github.com/rust-lang/crates.io-index"
553
-
checksum = "6ef7d57beacfaf2d8aee5937dab7b7f28de3cb8b1828479bb5de2a7106f2bae2"
554
dependencies = [
555
"unicode-ident",
556
]
557
558
[[package]]
559
name = "quote"
560
-
version = "1.0.23"
561
source = "registry+https://github.com/rust-lang/crates.io-index"
562
-
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
563
dependencies = [
564
"proc-macro2",
565
]
566
567
[[package]]
568
name = "rayon"
569
-
version = "1.6.1"
570
source = "registry+https://github.com/rust-lang/crates.io-index"
571
-
checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7"
572
dependencies = [
573
"either",
574
"rayon-core",
···
576
577
[[package]]
578
name = "rayon-core"
579
-
version = "1.10.1"
580
source = "registry+https://github.com/rust-lang/crates.io-index"
581
-
checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3"
582
dependencies = [
583
"crossbeam-channel",
584
"crossbeam-deque",
···
588
589
[[package]]
590
name = "redox_syscall"
591
-
version = "0.2.16"
592
source = "registry+https://github.com/rust-lang/crates.io-index"
593
-
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
594
dependencies = [
595
"bitflags",
596
]
597
598
[[package]]
0
0
0
0
0
0
599
name = "ryu"
600
-
version = "1.0.12"
601
source = "registry+https://github.com/rust-lang/crates.io-index"
602
-
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
603
604
[[package]]
605
name = "scopeguard"
606
-
version = "1.1.0"
607
source = "registry+https://github.com/rust-lang/crates.io-index"
608
-
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
609
610
[[package]]
611
name = "serde"
612
-
version = "1.0.152"
613
source = "registry+https://github.com/rust-lang/crates.io-index"
614
-
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
615
dependencies = [
616
"serde_derive",
617
]
···
624
"byteorder",
625
"bytes",
626
"serde",
0
627
"thiserror",
628
]
629
630
[[package]]
0
0
0
0
0
0
0
0
0
631
name = "serde_derive"
632
-
version = "1.0.152"
633
source = "registry+https://github.com/rust-lang/crates.io-index"
634
-
checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
635
dependencies = [
636
"proc-macro2",
637
"quote",
638
-
"syn",
639
]
640
641
[[package]]
642
name = "serde_json"
643
-
version = "1.0.91"
644
source = "registry+https://github.com/rust-lang/crates.io-index"
645
-
checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
646
dependencies = [
647
"itoa",
648
"ryu",
···
661
662
[[package]]
663
name = "signal-hook-registry"
664
-
version = "1.4.0"
665
source = "registry+https://github.com/rust-lang/crates.io-index"
666
-
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
667
dependencies = [
668
"libc",
669
]
670
671
[[package]]
672
name = "slab"
673
-
version = "0.4.7"
674
source = "registry+https://github.com/rust-lang/crates.io-index"
675
-
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
676
dependencies = [
677
"autocfg",
678
]
679
680
[[package]]
681
name = "smallvec"
682
-
version = "1.10.0"
683
source = "registry+https://github.com/rust-lang/crates.io-index"
684
-
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
685
686
[[package]]
687
name = "socket2"
688
-
version = "0.4.7"
689
source = "registry+https://github.com/rust-lang/crates.io-index"
690
-
checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
691
dependencies = [
692
"libc",
693
-
"winapi",
694
]
695
696
[[package]]
···
720
"proc-macro-error",
721
"proc-macro2",
722
"quote",
723
-
"syn",
0
0
0
0
0
0
0
0
0
0
0
724
]
725
726
[[package]]
727
name = "syn"
728
-
version = "1.0.107"
729
source = "registry+https://github.com/rust-lang/crates.io-index"
730
-
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
731
dependencies = [
732
"proc-macro2",
733
"quote",
···
769
770
[[package]]
771
name = "thiserror"
772
-
version = "1.0.38"
773
source = "registry+https://github.com/rust-lang/crates.io-index"
774
-
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
775
dependencies = [
776
"thiserror-impl",
777
]
778
779
[[package]]
780
name = "thiserror-impl"
781
-
version = "1.0.38"
782
source = "registry+https://github.com/rust-lang/crates.io-index"
783
-
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
784
dependencies = [
785
"proc-macro2",
786
"quote",
787
-
"syn",
788
-
]
789
-
790
-
[[package]]
791
-
name = "tiny-keccak"
792
-
version = "2.0.2"
793
-
source = "registry+https://github.com/rust-lang/crates.io-index"
794
-
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
795
-
dependencies = [
796
-
"crunchy",
797
]
798
799
[[package]]
800
name = "tokio"
801
-
version = "1.24.2"
802
source = "registry+https://github.com/rust-lang/crates.io-index"
803
-
checksum = "597a12a59981d9e3c38d216785b0c37399f6e415e8d0712047620f189371b0bb"
804
dependencies = [
805
-
"autocfg",
806
"bytes",
807
"libc",
808
-
"memchr",
809
"mio",
810
"num_cpus",
811
"parking_lot",
···
813
"signal-hook-registry",
814
"socket2",
815
"tokio-macros",
0
816
"windows-sys",
817
]
818
819
[[package]]
820
name = "tokio-macros"
821
-
version = "1.8.2"
822
source = "registry+https://github.com/rust-lang/crates.io-index"
823
-
checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
824
dependencies = [
825
"proc-macro2",
826
"quote",
827
-
"syn",
828
]
829
830
[[package]]
···
844
]
845
846
[[package]]
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
847
name = "unicode-ident"
848
-
version = "1.0.6"
849
source = "registry+https://github.com/rust-lang/crates.io-index"
850
-
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
851
852
[[package]]
853
name = "unicode-segmentation"
854
-
version = "1.10.0"
855
source = "registry+https://github.com/rust-lang/crates.io-index"
856
-
checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
857
858
[[package]]
859
name = "unicode-width"
···
885
dependencies = [
886
"anyhow",
887
"bytes",
888
-
"futures 0.3.25",
889
"maplit",
890
"serde",
891
"serde_bser",
···
901
dependencies = [
902
"ahash",
903
"anyhow",
904
-
"atty",
905
"duct",
906
"jwalk",
907
"nix",
···
938
939
[[package]]
940
name = "windows-sys"
941
-
version = "0.42.0"
0
0
0
0
0
0
0
0
0
942
source = "registry+https://github.com/rust-lang/crates.io-index"
943
-
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
944
dependencies = [
945
"windows_aarch64_gnullvm",
946
"windows_aarch64_msvc",
···
953
954
[[package]]
955
name = "windows_aarch64_gnullvm"
956
-
version = "0.42.1"
957
source = "registry+https://github.com/rust-lang/crates.io-index"
958
-
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
959
960
[[package]]
961
name = "windows_aarch64_msvc"
962
-
version = "0.42.1"
963
source = "registry+https://github.com/rust-lang/crates.io-index"
964
-
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
965
966
[[package]]
967
name = "windows_i686_gnu"
968
-
version = "0.42.1"
969
source = "registry+https://github.com/rust-lang/crates.io-index"
970
-
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
971
972
[[package]]
973
name = "windows_i686_msvc"
974
-
version = "0.42.1"
975
source = "registry+https://github.com/rust-lang/crates.io-index"
976
-
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
977
978
[[package]]
979
name = "windows_x86_64_gnu"
980
-
version = "0.42.1"
981
source = "registry+https://github.com/rust-lang/crates.io-index"
982
-
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
983
984
[[package]]
985
name = "windows_x86_64_gnullvm"
986
-
version = "0.42.1"
987
source = "registry+https://github.com/rust-lang/crates.io-index"
988
-
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
989
990
[[package]]
991
name = "windows_x86_64_msvc"
992
-
version = "0.42.1"
993
source = "registry+https://github.com/rust-lang/crates.io-index"
994
-
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
···
3
version = 3
4
5
[[package]]
6
+
name = "addr2line"
7
+
version = "0.20.0"
8
+
source = "registry+https://github.com/rust-lang/crates.io-index"
9
+
checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3"
10
+
dependencies = [
11
+
"gimli",
12
+
]
13
+
14
+
[[package]]
15
+
name = "adler"
16
+
version = "1.0.2"
17
+
source = "registry+https://github.com/rust-lang/crates.io-index"
18
+
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
19
+
20
+
[[package]]
21
name = "ahash"
22
+
version = "0.8.3"
23
source = "registry+https://github.com/rust-lang/crates.io-index"
24
+
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
25
dependencies = [
26
+
"cfg-if",
27
+
"getrandom",
28
+
"once_cell",
29
+
"version_check",
30
]
31
32
[[package]]
···
40
41
[[package]]
42
name = "anyhow"
43
+
version = "1.0.72"
44
source = "registry+https://github.com/rust-lang/crates.io-index"
45
+
checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854"
46
47
[[package]]
48
name = "atty"
···
62
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
63
64
[[package]]
65
+
name = "backtrace"
66
+
version = "0.3.68"
67
+
source = "registry+https://github.com/rust-lang/crates.io-index"
68
+
checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12"
69
+
dependencies = [
70
+
"addr2line",
71
+
"cc",
72
+
"cfg-if",
73
+
"libc",
74
+
"miniz_oxide",
75
+
"object",
76
+
"rustc-demangle",
77
+
]
78
+
79
+
[[package]]
80
name = "bitflags"
81
version = "1.3.2"
82
source = "registry+https://github.com/rust-lang/crates.io-index"
···
90
91
[[package]]
92
name = "bytes"
93
+
version = "1.4.0"
94
source = "registry+https://github.com/rust-lang/crates.io-index"
95
+
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
96
dependencies = [
97
"serde",
98
]
99
100
[[package]]
101
name = "cc"
102
+
version = "1.0.82"
103
source = "registry+https://github.com/rust-lang/crates.io-index"
104
+
checksum = "305fe645edc1442a0fa8b6726ba61d422798d37a52e12eaecf4b022ebbb88f01"
105
+
dependencies = [
106
+
"libc",
107
+
]
108
109
[[package]]
110
name = "cfg-if"
···
128
]
129
130
[[package]]
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
131
name = "core-foundation-sys"
132
+
version = "0.8.4"
133
source = "registry+https://github.com/rust-lang/crates.io-index"
134
+
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
135
136
[[package]]
137
name = "crossbeam"
···
149
150
[[package]]
151
name = "crossbeam-channel"
152
+
version = "0.5.8"
153
source = "registry+https://github.com/rust-lang/crates.io-index"
154
+
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
155
dependencies = [
156
"cfg-if",
157
"crossbeam-utils",
···
159
160
[[package]]
161
name = "crossbeam-deque"
162
+
version = "0.8.3"
163
source = "registry+https://github.com/rust-lang/crates.io-index"
164
+
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
165
dependencies = [
166
"cfg-if",
167
"crossbeam-epoch",
···
170
171
[[package]]
172
name = "crossbeam-epoch"
173
+
version = "0.9.15"
174
source = "registry+https://github.com/rust-lang/crates.io-index"
175
+
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
176
dependencies = [
177
"autocfg",
178
"cfg-if",
179
"crossbeam-utils",
180
+
"memoffset 0.9.0",
181
"scopeguard",
182
]
183
···
193
194
[[package]]
195
name = "crossbeam-utils"
196
+
version = "0.8.16"
197
source = "registry+https://github.com/rust-lang/crates.io-index"
198
+
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
199
dependencies = [
200
"cfg-if",
201
]
202
203
[[package]]
0
0
0
0
0
0
204
name = "duct"
205
version = "0.13.6"
206
source = "registry+https://github.com/rust-lang/crates.io-index"
···
214
215
[[package]]
216
name = "either"
217
+
version = "1.9.0"
218
source = "registry+https://github.com/rust-lang/crates.io-index"
219
+
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
220
221
[[package]]
222
name = "futures"
···
226
227
[[package]]
228
name = "futures"
229
+
version = "0.3.28"
230
source = "registry+https://github.com/rust-lang/crates.io-index"
231
+
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
232
dependencies = [
233
"futures-channel",
234
"futures-core",
···
241
242
[[package]]
243
name = "futures-channel"
244
+
version = "0.3.28"
245
source = "registry+https://github.com/rust-lang/crates.io-index"
246
+
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
247
dependencies = [
248
"futures-core",
249
"futures-sink",
···
251
252
[[package]]
253
name = "futures-core"
254
+
version = "0.3.28"
255
source = "registry+https://github.com/rust-lang/crates.io-index"
256
+
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
257
258
[[package]]
259
name = "futures-executor"
260
+
version = "0.3.28"
261
source = "registry+https://github.com/rust-lang/crates.io-index"
262
+
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
263
dependencies = [
264
"futures-core",
265
"futures-task",
···
268
269
[[package]]
270
name = "futures-io"
271
+
version = "0.3.28"
272
source = "registry+https://github.com/rust-lang/crates.io-index"
273
+
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
274
275
[[package]]
276
name = "futures-macro"
277
+
version = "0.3.28"
278
source = "registry+https://github.com/rust-lang/crates.io-index"
279
+
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
280
dependencies = [
281
"proc-macro2",
282
"quote",
283
+
"syn 2.0.28",
284
]
285
286
[[package]]
287
name = "futures-sink"
288
+
version = "0.3.28"
289
source = "registry+https://github.com/rust-lang/crates.io-index"
290
+
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
291
292
[[package]]
293
name = "futures-task"
294
+
version = "0.3.28"
295
source = "registry+https://github.com/rust-lang/crates.io-index"
296
+
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
297
298
[[package]]
299
name = "futures-util"
300
+
version = "0.3.28"
301
source = "registry+https://github.com/rust-lang/crates.io-index"
302
+
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
303
dependencies = [
304
"futures 0.1.31",
305
"futures-channel",
···
316
317
[[package]]
318
name = "getrandom"
319
+
version = "0.2.10"
320
source = "registry+https://github.com/rust-lang/crates.io-index"
321
+
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
322
dependencies = [
323
"cfg-if",
324
"libc",
···
326
]
327
328
[[package]]
329
+
name = "gimli"
330
+
version = "0.27.3"
331
+
source = "registry+https://github.com/rust-lang/crates.io-index"
332
+
checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
333
+
334
+
[[package]]
335
name = "heck"
336
version = "0.3.3"
337
source = "registry+https://github.com/rust-lang/crates.io-index"
···
351
352
[[package]]
353
name = "hermit-abi"
354
+
version = "0.3.2"
355
source = "registry+https://github.com/rust-lang/crates.io-index"
356
+
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
0
0
0
357
358
[[package]]
359
name = "itoa"
360
+
version = "1.0.9"
361
source = "registry+https://github.com/rust-lang/crates.io-index"
362
+
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
363
364
[[package]]
365
name = "jwalk"
···
379
380
[[package]]
381
name = "libc"
382
+
version = "0.2.147"
383
source = "registry+https://github.com/rust-lang/crates.io-index"
384
+
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
385
386
[[package]]
387
name = "lock_api"
388
+
version = "0.4.10"
389
source = "registry+https://github.com/rust-lang/crates.io-index"
390
+
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
391
dependencies = [
392
"autocfg",
393
"scopeguard",
···
395
396
[[package]]
397
name = "log"
398
+
version = "0.4.19"
399
source = "registry+https://github.com/rust-lang/crates.io-index"
400
+
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
0
0
0
401
402
[[package]]
403
name = "maplit"
···
422
423
[[package]]
424
name = "memoffset"
425
+
version = "0.9.0"
426
source = "registry+https://github.com/rust-lang/crates.io-index"
427
+
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
428
dependencies = [
429
"autocfg",
430
]
431
432
[[package]]
433
+
name = "miniz_oxide"
434
+
version = "0.7.1"
435
+
source = "registry+https://github.com/rust-lang/crates.io-index"
436
+
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
437
+
dependencies = [
438
+
"adler",
439
+
]
440
+
441
+
[[package]]
442
name = "mio"
443
+
version = "0.8.8"
444
source = "registry+https://github.com/rust-lang/crates.io-index"
445
+
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
446
dependencies = [
447
"libc",
0
448
"wasi",
449
"windows-sys",
450
]
451
452
[[package]]
453
name = "nix"
454
+
version = "0.25.1"
455
source = "registry+https://github.com/rust-lang/crates.io-index"
456
+
checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
457
dependencies = [
458
+
"autocfg",
459
"bitflags",
0
460
"cfg-if",
461
"libc",
462
"memoffset 0.6.5",
463
+
"pin-utils",
464
]
465
466
[[package]]
467
name = "ntapi"
468
+
version = "0.4.1"
469
source = "registry+https://github.com/rust-lang/crates.io-index"
470
+
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
471
dependencies = [
472
"winapi",
473
]
474
475
[[package]]
476
name = "num_cpus"
477
+
version = "1.16.0"
478
source = "registry+https://github.com/rust-lang/crates.io-index"
479
+
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
480
dependencies = [
481
+
"hermit-abi 0.3.2",
482
"libc",
483
]
484
485
[[package]]
486
+
name = "object"
487
+
version = "0.31.1"
488
+
source = "registry+https://github.com/rust-lang/crates.io-index"
489
+
checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
490
+
dependencies = [
491
+
"memchr",
492
+
]
493
+
494
+
[[package]]
495
name = "once_cell"
496
+
version = "1.18.0"
497
source = "registry+https://github.com/rust-lang/crates.io-index"
498
+
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
499
500
[[package]]
501
name = "os_pipe"
502
+
version = "1.1.4"
503
source = "registry+https://github.com/rust-lang/crates.io-index"
504
+
checksum = "0ae859aa07428ca9a929b936690f8b12dc5f11dd8c6992a18ca93919f28bc177"
505
dependencies = [
506
"libc",
507
"windows-sys",
···
519
520
[[package]]
521
name = "parking_lot_core"
522
+
version = "0.9.8"
523
source = "registry+https://github.com/rust-lang/crates.io-index"
524
+
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
525
dependencies = [
526
"cfg-if",
527
"libc",
528
"redox_syscall",
529
"smallvec",
530
+
"windows-targets",
531
]
532
533
[[package]]
534
name = "pin-project-lite"
535
+
version = "0.2.12"
536
source = "registry+https://github.com/rust-lang/crates.io-index"
537
+
checksum = "12cc1b0bf1727a77a54b6654e7b5f1af8604923edc8b81885f8ec92f9e3f0a05"
538
539
[[package]]
540
name = "pin-utils"
···
551
"proc-macro-error-attr",
552
"proc-macro2",
553
"quote",
554
+
"syn 1.0.109",
555
"version_check",
556
]
557
···
567
]
568
569
[[package]]
0
0
0
0
0
0
570
name = "proc-macro2"
571
+
version = "1.0.66"
572
source = "registry+https://github.com/rust-lang/crates.io-index"
573
+
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
574
dependencies = [
575
"unicode-ident",
576
]
577
578
[[package]]
579
name = "quote"
580
+
version = "1.0.32"
581
source = "registry+https://github.com/rust-lang/crates.io-index"
582
+
checksum = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965"
583
dependencies = [
584
"proc-macro2",
585
]
586
587
[[package]]
588
name = "rayon"
589
+
version = "1.7.0"
590
source = "registry+https://github.com/rust-lang/crates.io-index"
591
+
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
592
dependencies = [
593
"either",
594
"rayon-core",
···
596
597
[[package]]
598
name = "rayon-core"
599
+
version = "1.11.0"
600
source = "registry+https://github.com/rust-lang/crates.io-index"
601
+
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
602
dependencies = [
603
"crossbeam-channel",
604
"crossbeam-deque",
···
608
609
[[package]]
610
name = "redox_syscall"
611
+
version = "0.3.5"
612
source = "registry+https://github.com/rust-lang/crates.io-index"
613
+
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
614
dependencies = [
615
"bitflags",
616
]
617
618
[[package]]
619
+
name = "rustc-demangle"
620
+
version = "0.1.23"
621
+
source = "registry+https://github.com/rust-lang/crates.io-index"
622
+
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
623
+
624
+
[[package]]
625
name = "ryu"
626
+
version = "1.0.15"
627
source = "registry+https://github.com/rust-lang/crates.io-index"
628
+
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
629
630
[[package]]
631
name = "scopeguard"
632
+
version = "1.2.0"
633
source = "registry+https://github.com/rust-lang/crates.io-index"
634
+
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
635
636
[[package]]
637
name = "serde"
638
+
version = "1.0.183"
639
source = "registry+https://github.com/rust-lang/crates.io-index"
640
+
checksum = "32ac8da02677876d532745a130fc9d8e6edfa81a269b107c5b00829b91d8eb3c"
641
dependencies = [
642
"serde_derive",
643
]
···
650
"byteorder",
651
"bytes",
652
"serde",
653
+
"serde_bytes",
654
"thiserror",
655
]
656
657
[[package]]
658
+
name = "serde_bytes"
659
+
version = "0.11.12"
660
+
source = "registry+https://github.com/rust-lang/crates.io-index"
661
+
checksum = "ab33ec92f677585af6d88c65593ae2375adde54efdbf16d597f2cbc7a6d368ff"
662
+
dependencies = [
663
+
"serde",
664
+
]
665
+
666
+
[[package]]
667
name = "serde_derive"
668
+
version = "1.0.183"
669
source = "registry+https://github.com/rust-lang/crates.io-index"
670
+
checksum = "aafe972d60b0b9bee71a91b92fee2d4fb3c9d7e8f6b179aa99f27203d99a4816"
671
dependencies = [
672
"proc-macro2",
673
"quote",
674
+
"syn 2.0.28",
675
]
676
677
[[package]]
678
name = "serde_json"
679
+
version = "1.0.104"
680
source = "registry+https://github.com/rust-lang/crates.io-index"
681
+
checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c"
682
dependencies = [
683
"itoa",
684
"ryu",
···
697
698
[[package]]
699
name = "signal-hook-registry"
700
+
version = "1.4.1"
701
source = "registry+https://github.com/rust-lang/crates.io-index"
702
+
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
703
dependencies = [
704
"libc",
705
]
706
707
[[package]]
708
name = "slab"
709
+
version = "0.4.8"
710
source = "registry+https://github.com/rust-lang/crates.io-index"
711
+
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
712
dependencies = [
713
"autocfg",
714
]
715
716
[[package]]
717
name = "smallvec"
718
+
version = "1.11.0"
719
source = "registry+https://github.com/rust-lang/crates.io-index"
720
+
checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
721
722
[[package]]
723
name = "socket2"
724
+
version = "0.5.3"
725
source = "registry+https://github.com/rust-lang/crates.io-index"
726
+
checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877"
727
dependencies = [
728
"libc",
729
+
"windows-sys",
730
]
731
732
[[package]]
···
756
"proc-macro-error",
757
"proc-macro2",
758
"quote",
759
+
"syn 1.0.109",
760
+
]
761
+
762
+
[[package]]
763
+
name = "syn"
764
+
version = "1.0.109"
765
+
source = "registry+https://github.com/rust-lang/crates.io-index"
766
+
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
767
+
dependencies = [
768
+
"proc-macro2",
769
+
"quote",
770
+
"unicode-ident",
771
]
772
773
[[package]]
774
name = "syn"
775
+
version = "2.0.28"
776
source = "registry+https://github.com/rust-lang/crates.io-index"
777
+
checksum = "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567"
778
dependencies = [
779
"proc-macro2",
780
"quote",
···
816
817
[[package]]
818
name = "thiserror"
819
+
version = "1.0.44"
820
source = "registry+https://github.com/rust-lang/crates.io-index"
821
+
checksum = "611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90"
822
dependencies = [
823
"thiserror-impl",
824
]
825
826
[[package]]
827
name = "thiserror-impl"
828
+
version = "1.0.44"
829
source = "registry+https://github.com/rust-lang/crates.io-index"
830
+
checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96"
831
dependencies = [
832
"proc-macro2",
833
"quote",
834
+
"syn 2.0.28",
0
0
0
0
0
0
0
0
0
835
]
836
837
[[package]]
838
name = "tokio"
839
+
version = "1.30.0"
840
source = "registry+https://github.com/rust-lang/crates.io-index"
841
+
checksum = "2d3ce25f50619af8b0aec2eb23deebe84249e19e2ddd393a6e16e3300a6dadfd"
842
dependencies = [
843
+
"backtrace",
844
"bytes",
845
"libc",
0
846
"mio",
847
"num_cpus",
848
"parking_lot",
···
850
"signal-hook-registry",
851
"socket2",
852
"tokio-macros",
853
+
"tracing",
854
"windows-sys",
855
]
856
857
[[package]]
858
name = "tokio-macros"
859
+
version = "2.1.0"
860
source = "registry+https://github.com/rust-lang/crates.io-index"
861
+
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
862
dependencies = [
863
"proc-macro2",
864
"quote",
865
+
"syn 2.0.28",
866
]
867
868
[[package]]
···
882
]
883
884
[[package]]
885
+
name = "tracing"
886
+
version = "0.1.37"
887
+
source = "registry+https://github.com/rust-lang/crates.io-index"
888
+
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
889
+
dependencies = [
890
+
"cfg-if",
891
+
"pin-project-lite",
892
+
"tracing-core",
893
+
]
894
+
895
+
[[package]]
896
+
name = "tracing-core"
897
+
version = "0.1.31"
898
+
source = "registry+https://github.com/rust-lang/crates.io-index"
899
+
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
900
+
dependencies = [
901
+
"once_cell",
902
+
]
903
+
904
+
[[package]]
905
name = "unicode-ident"
906
+
version = "1.0.11"
907
source = "registry+https://github.com/rust-lang/crates.io-index"
908
+
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
909
910
[[package]]
911
name = "unicode-segmentation"
912
+
version = "1.10.1"
913
source = "registry+https://github.com/rust-lang/crates.io-index"
914
+
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
915
916
[[package]]
917
name = "unicode-width"
···
943
dependencies = [
944
"anyhow",
945
"bytes",
946
+
"futures 0.3.28",
947
"maplit",
948
"serde",
949
"serde_bser",
···
959
dependencies = [
960
"ahash",
961
"anyhow",
0
962
"duct",
963
"jwalk",
964
"nix",
···
995
996
[[package]]
997
name = "windows-sys"
998
+
version = "0.48.0"
999
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1000
+
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
1001
+
dependencies = [
1002
+
"windows-targets",
1003
+
]
1004
+
1005
+
[[package]]
1006
+
name = "windows-targets"
1007
+
version = "0.48.1"
1008
source = "registry+https://github.com/rust-lang/crates.io-index"
1009
+
checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
1010
dependencies = [
1011
"windows_aarch64_gnullvm",
1012
"windows_aarch64_msvc",
···
1019
1020
[[package]]
1021
name = "windows_aarch64_gnullvm"
1022
+
version = "0.48.0"
1023
source = "registry+https://github.com/rust-lang/crates.io-index"
1024
+
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
1025
1026
[[package]]
1027
name = "windows_aarch64_msvc"
1028
+
version = "0.48.0"
1029
source = "registry+https://github.com/rust-lang/crates.io-index"
1030
+
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
1031
1032
[[package]]
1033
name = "windows_i686_gnu"
1034
+
version = "0.48.0"
1035
source = "registry+https://github.com/rust-lang/crates.io-index"
1036
+
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
1037
1038
[[package]]
1039
name = "windows_i686_msvc"
1040
+
version = "0.48.0"
1041
source = "registry+https://github.com/rust-lang/crates.io-index"
1042
+
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
1043
1044
[[package]]
1045
name = "windows_x86_64_gnu"
1046
+
version = "0.48.0"
1047
source = "registry+https://github.com/rust-lang/crates.io-index"
1048
+
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
1049
1050
[[package]]
1051
name = "windows_x86_64_gnullvm"
1052
+
version = "0.48.0"
1053
source = "registry+https://github.com/rust-lang/crates.io-index"
1054
+
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
1055
1056
[[package]]
1057
name = "windows_x86_64_msvc"
1058
+
version = "0.48.0"
1059
source = "registry+https://github.com/rust-lang/crates.io-index"
1060
+
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
+4
-7
pkgs/development/tools/watchman/default.nix
···
1
{ boost
2
, cargo
3
, cmake
4
-
, config
5
, CoreServices
6
, cpptoml
7
, double-conversion
···
22
, libunwind
23
, lz4
24
, openssl
25
-
, pcre
26
, pkg-config
27
-
, python3
28
, rustPlatform
29
, rustc
30
, stateDir ? "/tmp"
···
36
37
stdenv.mkDerivation rec {
38
pname = "watchman";
39
-
version = "2023.01.30.00";
40
41
src = fetchFromGitHub {
42
owner = "facebook";
43
repo = "watchman";
44
rev = "v${version}";
45
-
sha256 = "sha256-ZtCUlxx3YgfwKa9J8o9GkdkHquJbh+EytLiGNRlABls=";
46
};
47
48
cmakeFlags = [
···
64
];
65
66
buildInputs = [
67
-
pcre
68
openssl
69
-
python3
70
gtest
71
glog
72
boost
···
1
{ boost
2
, cargo
3
, cmake
0
4
, CoreServices
5
, cpptoml
6
, double-conversion
···
21
, libunwind
22
, lz4
23
, openssl
24
+
, pcre2
25
, pkg-config
0
26
, rustPlatform
27
, rustc
28
, stateDir ? "/tmp"
···
34
35
stdenv.mkDerivation rec {
36
pname = "watchman";
37
+
version = "2023.08.14.00";
38
39
src = fetchFromGitHub {
40
owner = "facebook";
41
repo = "watchman";
42
rev = "v${version}";
43
+
hash = "sha256-41bBPFlLYFHySyX4/GUllT1pNywSRcH7x/pnb5iN/1o=";
44
};
45
46
cmakeFlags = [
···
62
];
63
64
buildInputs = [
65
+
pcre2
66
openssl
0
67
gtest
68
glog
69
boost