libertem-qd-mpx 0.2.12__tar.gz → 0.2.13__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of libertem-qd-mpx might be problematic. Click here for more details.
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/Cargo.lock +606 -146
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/PKG-INFO +8 -1
- {libertem_qd_mpx-0.2.12/libertem_qd_mpx → libertem_qd_mpx-0.2.13}/README.md +4 -0
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/common/Cargo.toml +10 -4
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/common/src/lib.rs +1 -0
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/common/src/py_cam_client.rs +4 -1
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/common/src/py_connection.rs +13 -1
- libertem_qd_mpx-0.2.13/common/src/tracing.rs +111 -0
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/ipc_test/Cargo.toml +5 -5
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/ipc_test/src/backend_memfd.rs +57 -47
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/ipc_test/src/backend_shm.rs +31 -18
- libertem_qd_mpx-0.2.13/ipc_test/src/common.rs +11 -0
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/ipc_test/src/lib.rs +1 -0
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/ipc_test/src/slab.rs +7 -4
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/libertem_qd_mpx/Cargo.toml +8 -7
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13/libertem_qd_mpx}/README.md +4 -0
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/libertem_qd_mpx/src/background_thread.rs +6 -1
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/libertem_qd_mpx/src/main_py.rs +10 -4
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/pyproject.toml +8 -0
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/stats/Cargo.toml +2 -2
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/Cargo.toml +0 -0
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/common/README.md +0 -0
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/common/benches/casting.rs +0 -0
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/common/src/background_thread.rs +0 -0
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/common/src/decoder.rs +0 -0
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/common/src/frame_stack.rs +0 -0
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/common/src/generic_cam_client.rs +0 -0
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/common/src/generic_connection.rs +0 -0
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/common/src/tcp.rs +0 -0
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/common/src/utils.rs +0 -0
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/ipc_test/README.md +0 -0
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/ipc_test/examples/consumer/main.rs +0 -0
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/ipc_test/examples/producer/main.rs +0 -0
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/ipc_test/run-consumer.sh +0 -0
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/ipc_test/run-producer.sh +0 -0
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/ipc_test/rust-toolchain.toml +0 -0
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/ipc_test/src/freestack.rs +0 -0
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/libertem_qd_mpx/.github/workflows/CI.yml +0 -0
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/libertem_qd_mpx/.gitignore +0 -0
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/libertem_qd_mpx/benches/decoders.rs +0 -0
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/libertem_qd_mpx/examples/simple.py +0 -0
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/libertem_qd_mpx/src/base_types.rs +0 -0
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/libertem_qd_mpx/src/decoder.rs +0 -0
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/libertem_qd_mpx/src/lib.rs +0 -0
- {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.13}/stats/src/lib.rs +0 -0
|
@@ -20,75 +20,70 @@ checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046"
|
|
|
20
20
|
|
|
21
21
|
[[package]]
|
|
22
22
|
name = "accesskit"
|
|
23
|
-
version = "0.
|
|
23
|
+
version = "0.11.2"
|
|
24
24
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
25
|
-
checksum = "
|
|
25
|
+
checksum = "76eb1adf08c5bcaa8490b9851fd53cca27fa9880076f178ea9d29f05196728a8"
|
|
26
26
|
|
|
27
27
|
[[package]]
|
|
28
28
|
name = "accesskit_consumer"
|
|
29
|
-
version = "0.
|
|
29
|
+
version = "0.15.2"
|
|
30
30
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
31
|
-
checksum = "
|
|
31
|
+
checksum = "04bb4d9e4772fe0d47df57d0d5dbe5d85dd05e2f37ae1ddb6b105e76be58fb00"
|
|
32
32
|
dependencies = [
|
|
33
33
|
"accesskit",
|
|
34
|
-
"parking_lot",
|
|
35
34
|
]
|
|
36
35
|
|
|
37
36
|
[[package]]
|
|
38
37
|
name = "accesskit_macos"
|
|
39
|
-
version = "0.
|
|
38
|
+
version = "0.9.0"
|
|
40
39
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
41
|
-
checksum = "
|
|
40
|
+
checksum = "134d0acf6acb667c89d3332999b1a5df4edbc8d6113910f392ebb73f2b03bb56"
|
|
42
41
|
dependencies = [
|
|
43
42
|
"accesskit",
|
|
44
43
|
"accesskit_consumer",
|
|
45
44
|
"objc2",
|
|
46
45
|
"once_cell",
|
|
47
|
-
"parking_lot",
|
|
48
46
|
]
|
|
49
47
|
|
|
50
48
|
[[package]]
|
|
51
49
|
name = "accesskit_unix"
|
|
52
|
-
version = "0.2
|
|
50
|
+
version = "0.5.2"
|
|
53
51
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
54
|
-
checksum = "
|
|
52
|
+
checksum = "e084cb5168790c0c112626175412dc5ad127083441a8248ae49ddf6725519e83"
|
|
55
53
|
dependencies = [
|
|
56
54
|
"accesskit",
|
|
57
55
|
"accesskit_consumer",
|
|
58
56
|
"async-channel 1.9.0",
|
|
59
57
|
"atspi",
|
|
60
58
|
"futures-lite 1.13.0",
|
|
61
|
-
"parking_lot",
|
|
62
59
|
"serde",
|
|
63
60
|
"zbus",
|
|
64
61
|
]
|
|
65
62
|
|
|
66
63
|
[[package]]
|
|
67
64
|
name = "accesskit_windows"
|
|
68
|
-
version = "0.
|
|
65
|
+
version = "0.14.3"
|
|
69
66
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
70
|
-
checksum = "
|
|
67
|
+
checksum = "9eac0a7f2d7cd7a93b938af401d3d8e8b7094217989a7c25c55a953023436e31"
|
|
71
68
|
dependencies = [
|
|
72
69
|
"accesskit",
|
|
73
70
|
"accesskit_consumer",
|
|
74
71
|
"arrayvec",
|
|
75
72
|
"once_cell",
|
|
76
|
-
"parking_lot",
|
|
77
73
|
"paste",
|
|
78
|
-
"windows 0.
|
|
74
|
+
"windows 0.48.0",
|
|
79
75
|
]
|
|
80
76
|
|
|
81
77
|
[[package]]
|
|
82
78
|
name = "accesskit_winit"
|
|
83
|
-
version = "0.
|
|
79
|
+
version = "0.14.4"
|
|
84
80
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
85
|
-
checksum = "
|
|
81
|
+
checksum = "825d23acee1bd6d25cbaa3ca6ed6e73faf24122a774ec33d52c5c86c6ab423c0"
|
|
86
82
|
dependencies = [
|
|
87
83
|
"accesskit",
|
|
88
84
|
"accesskit_macos",
|
|
89
85
|
"accesskit_unix",
|
|
90
86
|
"accesskit_windows",
|
|
91
|
-
"parking_lot",
|
|
92
87
|
"winit",
|
|
93
88
|
]
|
|
94
89
|
|
|
@@ -109,9 +104,9 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
109
104
|
|
|
110
105
|
[[package]]
|
|
111
106
|
name = "ahash"
|
|
112
|
-
version = "0.8.
|
|
107
|
+
version = "0.8.11"
|
|
113
108
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
114
|
-
checksum = "
|
|
109
|
+
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
|
115
110
|
dependencies = [
|
|
116
111
|
"cfg-if 1.0.0",
|
|
117
112
|
"once_cell",
|
|
@@ -174,9 +169,9 @@ dependencies = [
|
|
|
174
169
|
|
|
175
170
|
[[package]]
|
|
176
171
|
name = "anstyle"
|
|
177
|
-
version = "1.0.
|
|
172
|
+
version = "1.0.8"
|
|
178
173
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
179
|
-
checksum = "
|
|
174
|
+
checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
|
|
180
175
|
|
|
181
176
|
[[package]]
|
|
182
177
|
name = "anstyle-parse"
|
|
@@ -406,6 +401,28 @@ dependencies = [
|
|
|
406
401
|
"windows-sys 0.48.0",
|
|
407
402
|
]
|
|
408
403
|
|
|
404
|
+
[[package]]
|
|
405
|
+
name = "async-stream"
|
|
406
|
+
version = "0.3.5"
|
|
407
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
408
|
+
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
|
|
409
|
+
dependencies = [
|
|
410
|
+
"async-stream-impl",
|
|
411
|
+
"futures-core",
|
|
412
|
+
"pin-project-lite",
|
|
413
|
+
]
|
|
414
|
+
|
|
415
|
+
[[package]]
|
|
416
|
+
name = "async-stream-impl"
|
|
417
|
+
version = "0.3.5"
|
|
418
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
419
|
+
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
|
|
420
|
+
dependencies = [
|
|
421
|
+
"proc-macro2",
|
|
422
|
+
"quote",
|
|
423
|
+
"syn 2.0.48",
|
|
424
|
+
]
|
|
425
|
+
|
|
409
426
|
[[package]]
|
|
410
427
|
name = "async-task"
|
|
411
428
|
version = "4.7.0"
|
|
@@ -437,9 +454,9 @@ checksum = "41e67cd8309bbd06cd603a9e693a784ac2e5d1e955f11286e355089fcab3047c"
|
|
|
437
454
|
|
|
438
455
|
[[package]]
|
|
439
456
|
name = "atspi"
|
|
440
|
-
version = "0.
|
|
457
|
+
version = "0.10.1"
|
|
441
458
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
442
|
-
checksum = "
|
|
459
|
+
checksum = "674e7a3376837b2e7d12d34d58ac47073c491dc3bf6f71a7adaf687d4d817faa"
|
|
443
460
|
dependencies = [
|
|
444
461
|
"async-recursion",
|
|
445
462
|
"async-trait",
|
|
@@ -454,17 +471,12 @@ dependencies = [
|
|
|
454
471
|
|
|
455
472
|
[[package]]
|
|
456
473
|
name = "atspi-macros"
|
|
457
|
-
version = "0.
|
|
474
|
+
version = "0.2.0"
|
|
458
475
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
459
|
-
checksum = "
|
|
476
|
+
checksum = "97fb4870a32c0eaa17e35bca0e6b16020635157121fb7d45593d242c295bc768"
|
|
460
477
|
dependencies = [
|
|
461
|
-
"proc-macro2",
|
|
462
478
|
"quote",
|
|
463
|
-
"serde",
|
|
464
479
|
"syn 1.0.109",
|
|
465
|
-
"zbus",
|
|
466
|
-
"zbus_names",
|
|
467
|
-
"zvariant",
|
|
468
480
|
]
|
|
469
481
|
|
|
470
482
|
[[package]]
|
|
@@ -484,6 +496,53 @@ version = "1.1.0"
|
|
|
484
496
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
485
497
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
486
498
|
|
|
499
|
+
[[package]]
|
|
500
|
+
name = "axum"
|
|
501
|
+
version = "0.7.5"
|
|
502
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
503
|
+
checksum = "3a6c9af12842a67734c9a2e355436e5d03b22383ed60cf13cd0c18fbfe3dcbcf"
|
|
504
|
+
dependencies = [
|
|
505
|
+
"async-trait",
|
|
506
|
+
"axum-core",
|
|
507
|
+
"bytes",
|
|
508
|
+
"futures-util",
|
|
509
|
+
"http 1.1.0",
|
|
510
|
+
"http-body 1.0.1",
|
|
511
|
+
"http-body-util",
|
|
512
|
+
"itoa",
|
|
513
|
+
"matchit",
|
|
514
|
+
"memchr",
|
|
515
|
+
"mime",
|
|
516
|
+
"percent-encoding",
|
|
517
|
+
"pin-project-lite",
|
|
518
|
+
"rustversion",
|
|
519
|
+
"serde",
|
|
520
|
+
"sync_wrapper 1.0.1",
|
|
521
|
+
"tower",
|
|
522
|
+
"tower-layer",
|
|
523
|
+
"tower-service",
|
|
524
|
+
]
|
|
525
|
+
|
|
526
|
+
[[package]]
|
|
527
|
+
name = "axum-core"
|
|
528
|
+
version = "0.4.4"
|
|
529
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
530
|
+
checksum = "5e6b8ba012a258d63c9adfa28b9ddcf66149da6f986c5b5452e629d5ee64bf00"
|
|
531
|
+
dependencies = [
|
|
532
|
+
"async-trait",
|
|
533
|
+
"bytes",
|
|
534
|
+
"futures-util",
|
|
535
|
+
"http 1.1.0",
|
|
536
|
+
"http-body 1.0.1",
|
|
537
|
+
"http-body-util",
|
|
538
|
+
"mime",
|
|
539
|
+
"pin-project-lite",
|
|
540
|
+
"rustversion",
|
|
541
|
+
"sync_wrapper 1.0.1",
|
|
542
|
+
"tower-layer",
|
|
543
|
+
"tower-service",
|
|
544
|
+
]
|
|
545
|
+
|
|
487
546
|
[[package]]
|
|
488
547
|
name = "backtrace"
|
|
489
548
|
version = "0.3.69"
|
|
@@ -511,6 +570,12 @@ version = "0.21.7"
|
|
|
511
570
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
512
571
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
|
513
572
|
|
|
573
|
+
[[package]]
|
|
574
|
+
name = "base64"
|
|
575
|
+
version = "0.22.1"
|
|
576
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
577
|
+
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
578
|
+
|
|
514
579
|
[[package]]
|
|
515
580
|
name = "bincode"
|
|
516
581
|
version = "1.3.3"
|
|
@@ -556,9 +621,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
556
621
|
|
|
557
622
|
[[package]]
|
|
558
623
|
name = "bitflags"
|
|
559
|
-
version = "2.
|
|
624
|
+
version = "2.6.0"
|
|
560
625
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
561
|
-
checksum = "
|
|
626
|
+
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
|
562
627
|
|
|
563
628
|
[[package]]
|
|
564
629
|
name = "block"
|
|
@@ -652,9 +717,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
652
717
|
|
|
653
718
|
[[package]]
|
|
654
719
|
name = "bytes"
|
|
655
|
-
version = "1.
|
|
720
|
+
version = "1.7.2"
|
|
656
721
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
657
|
-
checksum = "
|
|
722
|
+
checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3"
|
|
658
723
|
|
|
659
724
|
[[package]]
|
|
660
725
|
name = "calloop"
|
|
@@ -729,6 +794,12 @@ version = "0.1.1"
|
|
|
729
794
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
730
795
|
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
|
|
731
796
|
|
|
797
|
+
[[package]]
|
|
798
|
+
name = "cfg_aliases"
|
|
799
|
+
version = "0.2.1"
|
|
800
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
801
|
+
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
802
|
+
|
|
732
803
|
[[package]]
|
|
733
804
|
name = "cgl"
|
|
734
805
|
version = "0.3.2"
|
|
@@ -866,6 +937,36 @@ dependencies = [
|
|
|
866
937
|
"winapi",
|
|
867
938
|
]
|
|
868
939
|
|
|
940
|
+
[[package]]
|
|
941
|
+
name = "cocoa"
|
|
942
|
+
version = "0.24.1"
|
|
943
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
944
|
+
checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a"
|
|
945
|
+
dependencies = [
|
|
946
|
+
"bitflags 1.3.2",
|
|
947
|
+
"block",
|
|
948
|
+
"cocoa-foundation",
|
|
949
|
+
"core-foundation",
|
|
950
|
+
"core-graphics",
|
|
951
|
+
"foreign-types",
|
|
952
|
+
"libc",
|
|
953
|
+
"objc",
|
|
954
|
+
]
|
|
955
|
+
|
|
956
|
+
[[package]]
|
|
957
|
+
name = "cocoa-foundation"
|
|
958
|
+
version = "0.1.2"
|
|
959
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
960
|
+
checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
|
|
961
|
+
dependencies = [
|
|
962
|
+
"bitflags 1.3.2",
|
|
963
|
+
"block",
|
|
964
|
+
"core-foundation",
|
|
965
|
+
"core-graphics-types",
|
|
966
|
+
"libc",
|
|
967
|
+
"objc",
|
|
968
|
+
]
|
|
969
|
+
|
|
869
970
|
[[package]]
|
|
870
971
|
name = "color_quant"
|
|
871
972
|
version = "1.1.0"
|
|
@@ -890,7 +991,7 @@ dependencies = [
|
|
|
890
991
|
|
|
891
992
|
[[package]]
|
|
892
993
|
name = "common"
|
|
893
|
-
version = "0.2.
|
|
994
|
+
version = "0.2.13"
|
|
894
995
|
dependencies = [
|
|
895
996
|
"bincode",
|
|
896
997
|
"criterion",
|
|
@@ -900,11 +1001,16 @@ dependencies = [
|
|
|
900
1001
|
"ndarray",
|
|
901
1002
|
"num",
|
|
902
1003
|
"numpy",
|
|
1004
|
+
"opentelemetry",
|
|
1005
|
+
"opentelemetry-otlp",
|
|
1006
|
+
"opentelemetry-semantic-conventions",
|
|
1007
|
+
"opentelemetry_sdk",
|
|
903
1008
|
"pyo3",
|
|
904
1009
|
"serde",
|
|
905
1010
|
"stats",
|
|
906
1011
|
"tempfile",
|
|
907
1012
|
"thiserror",
|
|
1013
|
+
"tokio",
|
|
908
1014
|
"zerocopy",
|
|
909
1015
|
]
|
|
910
1016
|
|
|
@@ -1138,72 +1244,76 @@ checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
|
|
|
1138
1244
|
|
|
1139
1245
|
[[package]]
|
|
1140
1246
|
name = "ecolor"
|
|
1141
|
-
version = "0.
|
|
1247
|
+
version = "0.22.0"
|
|
1142
1248
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1143
|
-
checksum = "
|
|
1249
|
+
checksum = "2e479a7fa3f23d4e794f8b2f8b3568dd4e47886ad1b12c9c095e141cb591eb63"
|
|
1144
1250
|
dependencies = [
|
|
1145
1251
|
"bytemuck",
|
|
1146
1252
|
]
|
|
1147
1253
|
|
|
1148
1254
|
[[package]]
|
|
1149
1255
|
name = "eframe"
|
|
1150
|
-
version = "0.
|
|
1256
|
+
version = "0.22.0"
|
|
1151
1257
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1152
|
-
checksum = "
|
|
1258
|
+
checksum = "bf4596583a2c680c55b6feaa748f74890c4f9cb9c7cb69d6117110444cb65b2f"
|
|
1153
1259
|
dependencies = [
|
|
1154
1260
|
"bytemuck",
|
|
1261
|
+
"cocoa",
|
|
1155
1262
|
"egui",
|
|
1156
1263
|
"egui-winit",
|
|
1157
1264
|
"egui_glow",
|
|
1158
1265
|
"glow",
|
|
1159
1266
|
"glutin",
|
|
1160
1267
|
"glutin-winit",
|
|
1268
|
+
"image",
|
|
1161
1269
|
"js-sys",
|
|
1270
|
+
"log",
|
|
1271
|
+
"objc",
|
|
1162
1272
|
"percent-encoding",
|
|
1163
1273
|
"raw-window-handle",
|
|
1164
1274
|
"thiserror",
|
|
1165
|
-
"tracing",
|
|
1166
1275
|
"wasm-bindgen",
|
|
1167
1276
|
"wasm-bindgen-futures",
|
|
1168
1277
|
"web-sys",
|
|
1278
|
+
"winapi",
|
|
1169
1279
|
"winit",
|
|
1170
1280
|
]
|
|
1171
1281
|
|
|
1172
1282
|
[[package]]
|
|
1173
1283
|
name = "egui"
|
|
1174
|
-
version = "0.
|
|
1284
|
+
version = "0.22.0"
|
|
1175
1285
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1176
|
-
checksum = "
|
|
1286
|
+
checksum = "a3aef8ec3ae1b772f340170c65bf27d5b8c28f543a0116c844d2ac08d01123e7"
|
|
1177
1287
|
dependencies = [
|
|
1178
1288
|
"accesskit",
|
|
1179
1289
|
"ahash",
|
|
1180
1290
|
"epaint",
|
|
1291
|
+
"log",
|
|
1181
1292
|
"nohash-hasher",
|
|
1182
|
-
"tracing",
|
|
1183
1293
|
]
|
|
1184
1294
|
|
|
1185
1295
|
[[package]]
|
|
1186
1296
|
name = "egui-winit"
|
|
1187
|
-
version = "0.
|
|
1297
|
+
version = "0.22.0"
|
|
1188
1298
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1189
|
-
checksum = "
|
|
1299
|
+
checksum = "4a49155fd4a0a4fb21224407a91de0030847972ef90fc64edb63621caea61cb2"
|
|
1190
1300
|
dependencies = [
|
|
1191
1301
|
"accesskit_winit",
|
|
1192
|
-
"android-activity",
|
|
1193
1302
|
"arboard",
|
|
1194
1303
|
"egui",
|
|
1195
1304
|
"instant",
|
|
1305
|
+
"log",
|
|
1306
|
+
"raw-window-handle",
|
|
1196
1307
|
"smithay-clipboard",
|
|
1197
|
-
"tracing",
|
|
1198
1308
|
"webbrowser",
|
|
1199
1309
|
"winit",
|
|
1200
1310
|
]
|
|
1201
1311
|
|
|
1202
1312
|
[[package]]
|
|
1203
1313
|
name = "egui_extras"
|
|
1204
|
-
version = "0.
|
|
1314
|
+
version = "0.22.0"
|
|
1205
1315
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1206
|
-
checksum = "
|
|
1316
|
+
checksum = "9278f4337b526f0d57e5375e5a7340a311fa6ee8f9fcc75721ac50af13face02"
|
|
1207
1317
|
dependencies = [
|
|
1208
1318
|
"egui",
|
|
1209
1319
|
"image",
|
|
@@ -1212,15 +1322,15 @@ dependencies = [
|
|
|
1212
1322
|
|
|
1213
1323
|
[[package]]
|
|
1214
1324
|
name = "egui_glow"
|
|
1215
|
-
version = "0.
|
|
1325
|
+
version = "0.22.0"
|
|
1216
1326
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1217
|
-
checksum = "
|
|
1327
|
+
checksum = "1f8c2752cdf1b0ef5fcda59a898cacabad974d4f5880e92a420b2c917022da64"
|
|
1218
1328
|
dependencies = [
|
|
1219
1329
|
"bytemuck",
|
|
1220
1330
|
"egui",
|
|
1221
1331
|
"glow",
|
|
1332
|
+
"log",
|
|
1222
1333
|
"memoffset 0.6.5",
|
|
1223
|
-
"tracing",
|
|
1224
1334
|
"wasm-bindgen",
|
|
1225
1335
|
"web-sys",
|
|
1226
1336
|
]
|
|
@@ -1233,9 +1343,9 @@ checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
|
|
1233
1343
|
|
|
1234
1344
|
[[package]]
|
|
1235
1345
|
name = "emath"
|
|
1236
|
-
version = "0.
|
|
1346
|
+
version = "0.22.0"
|
|
1237
1347
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1238
|
-
checksum = "
|
|
1348
|
+
checksum = "3857d743a6e0741cdd60b622a74c7a36ea75f5f8f11b793b41d905d2c9721a4b"
|
|
1239
1349
|
dependencies = [
|
|
1240
1350
|
"bytemuck",
|
|
1241
1351
|
]
|
|
@@ -1270,24 +1380,34 @@ dependencies = [
|
|
|
1270
1380
|
"syn 2.0.48",
|
|
1271
1381
|
]
|
|
1272
1382
|
|
|
1383
|
+
[[package]]
|
|
1384
|
+
name = "env_filter"
|
|
1385
|
+
version = "0.1.2"
|
|
1386
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1387
|
+
checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
|
|
1388
|
+
dependencies = [
|
|
1389
|
+
"log",
|
|
1390
|
+
"regex",
|
|
1391
|
+
]
|
|
1392
|
+
|
|
1273
1393
|
[[package]]
|
|
1274
1394
|
name = "env_logger"
|
|
1275
|
-
version = "0.
|
|
1395
|
+
version = "0.11.5"
|
|
1276
1396
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1277
|
-
checksum = "
|
|
1397
|
+
checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
|
|
1278
1398
|
dependencies = [
|
|
1279
|
-
"
|
|
1399
|
+
"anstream",
|
|
1400
|
+
"anstyle",
|
|
1401
|
+
"env_filter",
|
|
1280
1402
|
"humantime",
|
|
1281
1403
|
"log",
|
|
1282
|
-
"regex",
|
|
1283
|
-
"termcolor",
|
|
1284
1404
|
]
|
|
1285
1405
|
|
|
1286
1406
|
[[package]]
|
|
1287
1407
|
name = "epaint"
|
|
1288
|
-
version = "0.
|
|
1408
|
+
version = "0.22.0"
|
|
1289
1409
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1290
|
-
checksum = "
|
|
1410
|
+
checksum = "09333964d4d57f40a85338ba3ca5ed4716070ab184dcfed966b35491c5c64f3b"
|
|
1291
1411
|
dependencies = [
|
|
1292
1412
|
"ab_glyph",
|
|
1293
1413
|
"ahash",
|
|
@@ -1295,6 +1415,7 @@ dependencies = [
|
|
|
1295
1415
|
"bytemuck",
|
|
1296
1416
|
"ecolor",
|
|
1297
1417
|
"emath",
|
|
1418
|
+
"log",
|
|
1298
1419
|
"nohash-hasher",
|
|
1299
1420
|
"parking_lot",
|
|
1300
1421
|
]
|
|
@@ -1467,6 +1588,17 @@ version = "0.3.30"
|
|
|
1467
1588
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1468
1589
|
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
|
1469
1590
|
|
|
1591
|
+
[[package]]
|
|
1592
|
+
name = "futures-executor"
|
|
1593
|
+
version = "0.3.30"
|
|
1594
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1595
|
+
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
|
|
1596
|
+
dependencies = [
|
|
1597
|
+
"futures-core",
|
|
1598
|
+
"futures-task",
|
|
1599
|
+
"futures-util",
|
|
1600
|
+
]
|
|
1601
|
+
|
|
1470
1602
|
[[package]]
|
|
1471
1603
|
name = "futures-io"
|
|
1472
1604
|
version = "0.3.30"
|
|
@@ -1624,7 +1756,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1624
1756
|
checksum = "8fc93b03242719b8ad39fb26ed2b01737144ce7bd4bfc7adadcef806596760fe"
|
|
1625
1757
|
dependencies = [
|
|
1626
1758
|
"bitflags 1.3.2",
|
|
1627
|
-
"cfg_aliases",
|
|
1759
|
+
"cfg_aliases 0.1.1",
|
|
1628
1760
|
"cgl",
|
|
1629
1761
|
"core-foundation",
|
|
1630
1762
|
"dispatch",
|
|
@@ -1646,7 +1778,7 @@ version = "0.3.0"
|
|
|
1646
1778
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1647
1779
|
checksum = "629a873fc04062830bfe8f97c03773bcd7b371e23bcc465d0a61448cd1588fa4"
|
|
1648
1780
|
dependencies = [
|
|
1649
|
-
"cfg_aliases",
|
|
1781
|
+
"cfg_aliases 0.1.1",
|
|
1650
1782
|
"glutin",
|
|
1651
1783
|
"raw-window-handle",
|
|
1652
1784
|
"winit",
|
|
@@ -1692,7 +1824,26 @@ dependencies = [
|
|
|
1692
1824
|
"futures-core",
|
|
1693
1825
|
"futures-sink",
|
|
1694
1826
|
"futures-util",
|
|
1695
|
-
"http",
|
|
1827
|
+
"http 0.2.11",
|
|
1828
|
+
"indexmap 2.2.2",
|
|
1829
|
+
"slab",
|
|
1830
|
+
"tokio",
|
|
1831
|
+
"tokio-util",
|
|
1832
|
+
"tracing",
|
|
1833
|
+
]
|
|
1834
|
+
|
|
1835
|
+
[[package]]
|
|
1836
|
+
name = "h2"
|
|
1837
|
+
version = "0.4.6"
|
|
1838
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1839
|
+
checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
|
|
1840
|
+
dependencies = [
|
|
1841
|
+
"atomic-waker",
|
|
1842
|
+
"bytes",
|
|
1843
|
+
"fnv",
|
|
1844
|
+
"futures-core",
|
|
1845
|
+
"futures-sink",
|
|
1846
|
+
"http 1.1.0",
|
|
1696
1847
|
"indexmap 2.2.2",
|
|
1697
1848
|
"slab",
|
|
1698
1849
|
"tokio",
|
|
@@ -1768,6 +1919,17 @@ dependencies = [
|
|
|
1768
1919
|
"itoa",
|
|
1769
1920
|
]
|
|
1770
1921
|
|
|
1922
|
+
[[package]]
|
|
1923
|
+
name = "http"
|
|
1924
|
+
version = "1.1.0"
|
|
1925
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1926
|
+
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
|
|
1927
|
+
dependencies = [
|
|
1928
|
+
"bytes",
|
|
1929
|
+
"fnv",
|
|
1930
|
+
"itoa",
|
|
1931
|
+
]
|
|
1932
|
+
|
|
1771
1933
|
[[package]]
|
|
1772
1934
|
name = "http-body"
|
|
1773
1935
|
version = "0.4.6"
|
|
@@ -1775,7 +1937,30 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1775
1937
|
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
|
|
1776
1938
|
dependencies = [
|
|
1777
1939
|
"bytes",
|
|
1778
|
-
"http",
|
|
1940
|
+
"http 0.2.11",
|
|
1941
|
+
"pin-project-lite",
|
|
1942
|
+
]
|
|
1943
|
+
|
|
1944
|
+
[[package]]
|
|
1945
|
+
name = "http-body"
|
|
1946
|
+
version = "1.0.1"
|
|
1947
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1948
|
+
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
|
1949
|
+
dependencies = [
|
|
1950
|
+
"bytes",
|
|
1951
|
+
"http 1.1.0",
|
|
1952
|
+
]
|
|
1953
|
+
|
|
1954
|
+
[[package]]
|
|
1955
|
+
name = "http-body-util"
|
|
1956
|
+
version = "0.1.2"
|
|
1957
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1958
|
+
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
|
|
1959
|
+
dependencies = [
|
|
1960
|
+
"bytes",
|
|
1961
|
+
"futures-util",
|
|
1962
|
+
"http 1.1.0",
|
|
1963
|
+
"http-body 1.0.1",
|
|
1779
1964
|
"pin-project-lite",
|
|
1780
1965
|
]
|
|
1781
1966
|
|
|
@@ -1807,9 +1992,9 @@ dependencies = [
|
|
|
1807
1992
|
"futures-channel",
|
|
1808
1993
|
"futures-core",
|
|
1809
1994
|
"futures-util",
|
|
1810
|
-
"h2",
|
|
1811
|
-
"http",
|
|
1812
|
-
"http-body",
|
|
1995
|
+
"h2 0.3.26",
|
|
1996
|
+
"http 0.2.11",
|
|
1997
|
+
"http-body 0.4.6",
|
|
1813
1998
|
"httparse",
|
|
1814
1999
|
"httpdate",
|
|
1815
2000
|
"itoa",
|
|
@@ -1821,6 +2006,40 @@ dependencies = [
|
|
|
1821
2006
|
"want",
|
|
1822
2007
|
]
|
|
1823
2008
|
|
|
2009
|
+
[[package]]
|
|
2010
|
+
name = "hyper"
|
|
2011
|
+
version = "1.4.1"
|
|
2012
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2013
|
+
checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
|
|
2014
|
+
dependencies = [
|
|
2015
|
+
"bytes",
|
|
2016
|
+
"futures-channel",
|
|
2017
|
+
"futures-util",
|
|
2018
|
+
"h2 0.4.6",
|
|
2019
|
+
"http 1.1.0",
|
|
2020
|
+
"http-body 1.0.1",
|
|
2021
|
+
"httparse",
|
|
2022
|
+
"httpdate",
|
|
2023
|
+
"itoa",
|
|
2024
|
+
"pin-project-lite",
|
|
2025
|
+
"smallvec",
|
|
2026
|
+
"tokio",
|
|
2027
|
+
"want",
|
|
2028
|
+
]
|
|
2029
|
+
|
|
2030
|
+
[[package]]
|
|
2031
|
+
name = "hyper-timeout"
|
|
2032
|
+
version = "0.5.1"
|
|
2033
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2034
|
+
checksum = "3203a961e5c83b6f5498933e78b6b263e208c197b63e9c6c53cc82ffd3f63793"
|
|
2035
|
+
dependencies = [
|
|
2036
|
+
"hyper 1.4.1",
|
|
2037
|
+
"hyper-util",
|
|
2038
|
+
"pin-project-lite",
|
|
2039
|
+
"tokio",
|
|
2040
|
+
"tower-service",
|
|
2041
|
+
]
|
|
2042
|
+
|
|
1824
2043
|
[[package]]
|
|
1825
2044
|
name = "hyper-tls"
|
|
1826
2045
|
version = "0.5.0"
|
|
@@ -1828,12 +2047,32 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1828
2047
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
|
1829
2048
|
dependencies = [
|
|
1830
2049
|
"bytes",
|
|
1831
|
-
"hyper",
|
|
2050
|
+
"hyper 0.14.28",
|
|
1832
2051
|
"native-tls",
|
|
1833
2052
|
"tokio",
|
|
1834
2053
|
"tokio-native-tls",
|
|
1835
2054
|
]
|
|
1836
2055
|
|
|
2056
|
+
[[package]]
|
|
2057
|
+
name = "hyper-util"
|
|
2058
|
+
version = "0.1.8"
|
|
2059
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2060
|
+
checksum = "da62f120a8a37763efb0cf8fdf264b884c7b8b9ac8660b900c8661030c00e6ba"
|
|
2061
|
+
dependencies = [
|
|
2062
|
+
"bytes",
|
|
2063
|
+
"futures-channel",
|
|
2064
|
+
"futures-util",
|
|
2065
|
+
"http 1.1.0",
|
|
2066
|
+
"http-body 1.0.1",
|
|
2067
|
+
"hyper 1.4.1",
|
|
2068
|
+
"pin-project-lite",
|
|
2069
|
+
"socket2 0.5.5",
|
|
2070
|
+
"tokio",
|
|
2071
|
+
"tower",
|
|
2072
|
+
"tower-service",
|
|
2073
|
+
"tracing",
|
|
2074
|
+
]
|
|
2075
|
+
|
|
1837
2076
|
[[package]]
|
|
1838
2077
|
name = "idna"
|
|
1839
2078
|
version = "0.5.0"
|
|
@@ -1923,7 +2162,7 @@ dependencies = [
|
|
|
1923
2162
|
"log",
|
|
1924
2163
|
"memfd",
|
|
1925
2164
|
"memmap2",
|
|
1926
|
-
"nix 0.
|
|
2165
|
+
"nix 0.29.0",
|
|
1927
2166
|
"page_size",
|
|
1928
2167
|
"raw_sync",
|
|
1929
2168
|
"sendfd",
|
|
@@ -2016,9 +2255,9 @@ dependencies = [
|
|
|
2016
2255
|
|
|
2017
2256
|
[[package]]
|
|
2018
2257
|
name = "js-sys"
|
|
2019
|
-
version = "0.3.
|
|
2258
|
+
version = "0.3.70"
|
|
2020
2259
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2021
|
-
checksum = "
|
|
2260
|
+
checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
|
|
2022
2261
|
dependencies = [
|
|
2023
2262
|
"wasm-bindgen",
|
|
2024
2263
|
]
|
|
@@ -2059,13 +2298,13 @@ checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
|
|
|
2059
2298
|
|
|
2060
2299
|
[[package]]
|
|
2061
2300
|
name = "libc"
|
|
2062
|
-
version = "0.2.
|
|
2301
|
+
version = "0.2.159"
|
|
2063
2302
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2064
|
-
checksum = "
|
|
2303
|
+
checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5"
|
|
2065
2304
|
|
|
2066
2305
|
[[package]]
|
|
2067
2306
|
name = "libertem-asi-mpx3"
|
|
2068
|
-
version = "0.2.
|
|
2307
|
+
version = "0.2.13"
|
|
2069
2308
|
dependencies = [
|
|
2070
2309
|
"bincode",
|
|
2071
2310
|
"common",
|
|
@@ -2074,6 +2313,7 @@ dependencies = [
|
|
|
2074
2313
|
"log",
|
|
2075
2314
|
"num",
|
|
2076
2315
|
"numpy",
|
|
2316
|
+
"opentelemetry",
|
|
2077
2317
|
"pyo3",
|
|
2078
2318
|
"serde",
|
|
2079
2319
|
"serval-client",
|
|
@@ -2085,7 +2325,7 @@ dependencies = [
|
|
|
2085
2325
|
|
|
2086
2326
|
[[package]]
|
|
2087
2327
|
name = "libertem-asi-tpx3"
|
|
2088
|
-
version = "0.2.
|
|
2328
|
+
version = "0.2.13"
|
|
2089
2329
|
dependencies = [
|
|
2090
2330
|
"bincode",
|
|
2091
2331
|
"common",
|
|
@@ -2095,6 +2335,7 @@ dependencies = [
|
|
|
2095
2335
|
"ipc-test",
|
|
2096
2336
|
"log",
|
|
2097
2337
|
"numpy",
|
|
2338
|
+
"opentelemetry",
|
|
2098
2339
|
"page_size",
|
|
2099
2340
|
"pyo3",
|
|
2100
2341
|
"serde",
|
|
@@ -2106,7 +2347,7 @@ dependencies = [
|
|
|
2106
2347
|
|
|
2107
2348
|
[[package]]
|
|
2108
2349
|
name = "libertem-dectris"
|
|
2109
|
-
version = "0.2.
|
|
2350
|
+
version = "0.2.13"
|
|
2110
2351
|
dependencies = [
|
|
2111
2352
|
"bincode",
|
|
2112
2353
|
"bs_sys",
|
|
@@ -2118,9 +2359,10 @@ dependencies = [
|
|
|
2118
2359
|
"lz4",
|
|
2119
2360
|
"md5",
|
|
2120
2361
|
"memmap2",
|
|
2121
|
-
"nix 0.
|
|
2362
|
+
"nix 0.29.0",
|
|
2122
2363
|
"num",
|
|
2123
2364
|
"numpy",
|
|
2365
|
+
"opentelemetry",
|
|
2124
2366
|
"pyo3",
|
|
2125
2367
|
"serde",
|
|
2126
2368
|
"serde_json",
|
|
@@ -2135,7 +2377,7 @@ dependencies = [
|
|
|
2135
2377
|
|
|
2136
2378
|
[[package]]
|
|
2137
2379
|
name = "libertem_qd_mpx"
|
|
2138
|
-
version = "0.2.
|
|
2380
|
+
version = "0.2.13"
|
|
2139
2381
|
dependencies = [
|
|
2140
2382
|
"bincode",
|
|
2141
2383
|
"common",
|
|
@@ -2147,6 +2389,7 @@ dependencies = [
|
|
|
2147
2389
|
"log",
|
|
2148
2390
|
"num",
|
|
2149
2391
|
"numpy",
|
|
2392
|
+
"opentelemetry",
|
|
2150
2393
|
"pyo3",
|
|
2151
2394
|
"rand",
|
|
2152
2395
|
"serde",
|
|
@@ -2183,7 +2426,7 @@ version = "0.0.2"
|
|
|
2183
2426
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2184
2427
|
checksum = "3af92c55d7d839293953fcd0fda5ecfe93297cfde6ffbdec13b41d99c0ba6607"
|
|
2185
2428
|
dependencies = [
|
|
2186
|
-
"bitflags 2.
|
|
2429
|
+
"bitflags 2.6.0",
|
|
2187
2430
|
"libc",
|
|
2188
2431
|
"redox_syscall 0.4.1",
|
|
2189
2432
|
]
|
|
@@ -2212,9 +2455,9 @@ dependencies = [
|
|
|
2212
2455
|
|
|
2213
2456
|
[[package]]
|
|
2214
2457
|
name = "log"
|
|
2215
|
-
version = "0.4.
|
|
2458
|
+
version = "0.4.22"
|
|
2216
2459
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2217
|
-
checksum = "
|
|
2460
|
+
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
|
2218
2461
|
|
|
2219
2462
|
[[package]]
|
|
2220
2463
|
name = "lz4"
|
|
@@ -2245,6 +2488,12 @@ dependencies = [
|
|
|
2245
2488
|
"libc",
|
|
2246
2489
|
]
|
|
2247
2490
|
|
|
2491
|
+
[[package]]
|
|
2492
|
+
name = "matchit"
|
|
2493
|
+
version = "0.7.3"
|
|
2494
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2495
|
+
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
|
|
2496
|
+
|
|
2248
2497
|
[[package]]
|
|
2249
2498
|
name = "matrixmultiply"
|
|
2250
2499
|
version = "0.3.8"
|
|
@@ -2492,7 +2741,6 @@ dependencies = [
|
|
|
2492
2741
|
"cfg-if 1.0.0",
|
|
2493
2742
|
"libc",
|
|
2494
2743
|
"memoffset 0.7.1",
|
|
2495
|
-
"pin-utils",
|
|
2496
2744
|
]
|
|
2497
2745
|
|
|
2498
2746
|
[[package]]
|
|
@@ -2501,8 +2749,20 @@ version = "0.27.1"
|
|
|
2501
2749
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2502
2750
|
checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
|
|
2503
2751
|
dependencies = [
|
|
2504
|
-
"bitflags 2.
|
|
2752
|
+
"bitflags 2.6.0",
|
|
2753
|
+
"cfg-if 1.0.0",
|
|
2754
|
+
"libc",
|
|
2755
|
+
]
|
|
2756
|
+
|
|
2757
|
+
[[package]]
|
|
2758
|
+
name = "nix"
|
|
2759
|
+
version = "0.29.0"
|
|
2760
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2761
|
+
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
|
|
2762
|
+
dependencies = [
|
|
2763
|
+
"bitflags 2.6.0",
|
|
2505
2764
|
"cfg-if 1.0.0",
|
|
2765
|
+
"cfg_aliases 0.2.1",
|
|
2506
2766
|
"libc",
|
|
2507
2767
|
]
|
|
2508
2768
|
|
|
@@ -2763,7 +3023,7 @@ version = "0.10.64"
|
|
|
2763
3023
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2764
3024
|
checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
|
|
2765
3025
|
dependencies = [
|
|
2766
|
-
"bitflags 2.
|
|
3026
|
+
"bitflags 2.6.0",
|
|
2767
3027
|
"cfg-if 1.0.0",
|
|
2768
3028
|
"foreign-types",
|
|
2769
3029
|
"libc",
|
|
@@ -2801,6 +3061,77 @@ dependencies = [
|
|
|
2801
3061
|
"vcpkg",
|
|
2802
3062
|
]
|
|
2803
3063
|
|
|
3064
|
+
[[package]]
|
|
3065
|
+
name = "opentelemetry"
|
|
3066
|
+
version = "0.25.0"
|
|
3067
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3068
|
+
checksum = "803801d3d3b71cd026851a53f974ea03df3d179cb758b260136a6c9e22e196af"
|
|
3069
|
+
dependencies = [
|
|
3070
|
+
"futures-core",
|
|
3071
|
+
"futures-sink",
|
|
3072
|
+
"js-sys",
|
|
3073
|
+
"once_cell",
|
|
3074
|
+
"pin-project-lite",
|
|
3075
|
+
"thiserror",
|
|
3076
|
+
]
|
|
3077
|
+
|
|
3078
|
+
[[package]]
|
|
3079
|
+
name = "opentelemetry-otlp"
|
|
3080
|
+
version = "0.25.0"
|
|
3081
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3082
|
+
checksum = "596b1719b3cab83addb20bcbffdf21575279d9436d9ccccfe651a3bf0ab5ab06"
|
|
3083
|
+
dependencies = [
|
|
3084
|
+
"async-trait",
|
|
3085
|
+
"futures-core",
|
|
3086
|
+
"http 1.1.0",
|
|
3087
|
+
"opentelemetry",
|
|
3088
|
+
"opentelemetry-proto",
|
|
3089
|
+
"opentelemetry_sdk",
|
|
3090
|
+
"prost",
|
|
3091
|
+
"thiserror",
|
|
3092
|
+
"tokio",
|
|
3093
|
+
"tonic",
|
|
3094
|
+
]
|
|
3095
|
+
|
|
3096
|
+
[[package]]
|
|
3097
|
+
name = "opentelemetry-proto"
|
|
3098
|
+
version = "0.25.0"
|
|
3099
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3100
|
+
checksum = "2c43620e8f93359eb7e627a3b16ee92d8585774986f24f2ab010817426c5ce61"
|
|
3101
|
+
dependencies = [
|
|
3102
|
+
"opentelemetry",
|
|
3103
|
+
"opentelemetry_sdk",
|
|
3104
|
+
"prost",
|
|
3105
|
+
"tonic",
|
|
3106
|
+
]
|
|
3107
|
+
|
|
3108
|
+
[[package]]
|
|
3109
|
+
name = "opentelemetry-semantic-conventions"
|
|
3110
|
+
version = "0.25.0"
|
|
3111
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3112
|
+
checksum = "9b8e442487022a943e2315740e443dc5ee95fd541c18f509a5a6251b408a9f95"
|
|
3113
|
+
|
|
3114
|
+
[[package]]
|
|
3115
|
+
name = "opentelemetry_sdk"
|
|
3116
|
+
version = "0.25.0"
|
|
3117
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3118
|
+
checksum = "e0da0d6b47a3dbc6e9c9e36a0520e25cf943e046843818faaa3f87365a548c82"
|
|
3119
|
+
dependencies = [
|
|
3120
|
+
"async-trait",
|
|
3121
|
+
"futures-channel",
|
|
3122
|
+
"futures-executor",
|
|
3123
|
+
"futures-util",
|
|
3124
|
+
"glob",
|
|
3125
|
+
"once_cell",
|
|
3126
|
+
"opentelemetry",
|
|
3127
|
+
"percent-encoding",
|
|
3128
|
+
"rand",
|
|
3129
|
+
"serde_json",
|
|
3130
|
+
"thiserror",
|
|
3131
|
+
"tokio",
|
|
3132
|
+
"tokio-stream",
|
|
3133
|
+
]
|
|
3134
|
+
|
|
2804
3135
|
[[package]]
|
|
2805
3136
|
name = "orbclient"
|
|
2806
3137
|
version = "0.3.47"
|
|
@@ -2898,6 +3229,26 @@ version = "2.3.1"
|
|
|
2898
3229
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2899
3230
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
|
2900
3231
|
|
|
3232
|
+
[[package]]
|
|
3233
|
+
name = "pin-project"
|
|
3234
|
+
version = "1.1.5"
|
|
3235
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3236
|
+
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
|
|
3237
|
+
dependencies = [
|
|
3238
|
+
"pin-project-internal",
|
|
3239
|
+
]
|
|
3240
|
+
|
|
3241
|
+
[[package]]
|
|
3242
|
+
name = "pin-project-internal"
|
|
3243
|
+
version = "1.1.5"
|
|
3244
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3245
|
+
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
|
|
3246
|
+
dependencies = [
|
|
3247
|
+
"proc-macro2",
|
|
3248
|
+
"quote",
|
|
3249
|
+
"syn 2.0.48",
|
|
3250
|
+
]
|
|
3251
|
+
|
|
2901
3252
|
[[package]]
|
|
2902
3253
|
name = "pin-project-lite"
|
|
2903
3254
|
version = "0.2.13"
|
|
@@ -3077,6 +3428,29 @@ dependencies = [
|
|
|
3077
3428
|
"unicode-ident",
|
|
3078
3429
|
]
|
|
3079
3430
|
|
|
3431
|
+
[[package]]
|
|
3432
|
+
name = "prost"
|
|
3433
|
+
version = "0.13.2"
|
|
3434
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3435
|
+
checksum = "3b2ecbe40f08db5c006b5764a2645f7f3f141ce756412ac9e1dd6087e6d32995"
|
|
3436
|
+
dependencies = [
|
|
3437
|
+
"bytes",
|
|
3438
|
+
"prost-derive",
|
|
3439
|
+
]
|
|
3440
|
+
|
|
3441
|
+
[[package]]
|
|
3442
|
+
name = "prost-derive"
|
|
3443
|
+
version = "0.13.2"
|
|
3444
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3445
|
+
checksum = "acf0c195eebb4af52c752bec4f52f645da98b6e92077a04110c7f349477ae5ac"
|
|
3446
|
+
dependencies = [
|
|
3447
|
+
"anyhow",
|
|
3448
|
+
"itertools 0.13.0",
|
|
3449
|
+
"proc-macro2",
|
|
3450
|
+
"quote",
|
|
3451
|
+
"syn 2.0.48",
|
|
3452
|
+
]
|
|
3453
|
+
|
|
3080
3454
|
[[package]]
|
|
3081
3455
|
name = "pyo3"
|
|
3082
3456
|
version = "0.21.2"
|
|
@@ -3291,10 +3665,10 @@ dependencies = [
|
|
|
3291
3665
|
"encoding_rs",
|
|
3292
3666
|
"futures-core",
|
|
3293
3667
|
"futures-util",
|
|
3294
|
-
"h2",
|
|
3295
|
-
"http",
|
|
3296
|
-
"http-body",
|
|
3297
|
-
"hyper",
|
|
3668
|
+
"h2 0.3.26",
|
|
3669
|
+
"http 0.2.11",
|
|
3670
|
+
"http-body 0.4.6",
|
|
3671
|
+
"hyper 0.14.28",
|
|
3298
3672
|
"hyper-tls",
|
|
3299
3673
|
"ipnet",
|
|
3300
3674
|
"js-sys",
|
|
@@ -3308,7 +3682,7 @@ dependencies = [
|
|
|
3308
3682
|
"serde",
|
|
3309
3683
|
"serde_json",
|
|
3310
3684
|
"serde_urlencoded",
|
|
3311
|
-
"sync_wrapper",
|
|
3685
|
+
"sync_wrapper 0.1.2",
|
|
3312
3686
|
"system-configuration",
|
|
3313
3687
|
"tokio",
|
|
3314
3688
|
"tokio-native-tls",
|
|
@@ -3352,7 +3726,7 @@ version = "0.38.31"
|
|
|
3352
3726
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3353
3727
|
checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949"
|
|
3354
3728
|
dependencies = [
|
|
3355
|
-
"bitflags 2.
|
|
3729
|
+
"bitflags 2.6.0",
|
|
3356
3730
|
"errno",
|
|
3357
3731
|
"libc",
|
|
3358
3732
|
"linux-raw-sys 0.4.13",
|
|
@@ -3368,6 +3742,12 @@ dependencies = [
|
|
|
3368
3742
|
"base64 0.21.7",
|
|
3369
3743
|
]
|
|
3370
3744
|
|
|
3745
|
+
[[package]]
|
|
3746
|
+
name = "rustversion"
|
|
3747
|
+
version = "1.0.17"
|
|
3748
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3749
|
+
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
|
|
3750
|
+
|
|
3371
3751
|
[[package]]
|
|
3372
3752
|
name = "ryu"
|
|
3373
3753
|
version = "1.0.16"
|
|
@@ -3451,30 +3831,18 @@ dependencies = [
|
|
|
3451
3831
|
|
|
3452
3832
|
[[package]]
|
|
3453
3833
|
name = "serde"
|
|
3454
|
-
version = "1.0.
|
|
3834
|
+
version = "1.0.210"
|
|
3455
3835
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3456
|
-
checksum = "
|
|
3836
|
+
checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
|
|
3457
3837
|
dependencies = [
|
|
3458
3838
|
"serde_derive",
|
|
3459
3839
|
]
|
|
3460
3840
|
|
|
3461
|
-
[[package]]
|
|
3462
|
-
name = "serde-xml-rs"
|
|
3463
|
-
version = "0.4.1"
|
|
3464
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3465
|
-
checksum = "f0bf1ba0696ccf0872866277143ff1fd14d22eec235d2b23702f95e6660f7dfa"
|
|
3466
|
-
dependencies = [
|
|
3467
|
-
"log",
|
|
3468
|
-
"serde",
|
|
3469
|
-
"thiserror",
|
|
3470
|
-
"xml-rs",
|
|
3471
|
-
]
|
|
3472
|
-
|
|
3473
3841
|
[[package]]
|
|
3474
3842
|
name = "serde_derive"
|
|
3475
|
-
version = "1.0.
|
|
3843
|
+
version = "1.0.210"
|
|
3476
3844
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3477
|
-
checksum = "
|
|
3845
|
+
checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
|
|
3478
3846
|
dependencies = [
|
|
3479
3847
|
"proc-macro2",
|
|
3480
3848
|
"quote",
|
|
@@ -3483,11 +3851,12 @@ dependencies = [
|
|
|
3483
3851
|
|
|
3484
3852
|
[[package]]
|
|
3485
3853
|
name = "serde_json"
|
|
3486
|
-
version = "1.0.
|
|
3854
|
+
version = "1.0.128"
|
|
3487
3855
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3488
|
-
checksum = "
|
|
3856
|
+
checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
|
|
3489
3857
|
dependencies = [
|
|
3490
3858
|
"itoa",
|
|
3859
|
+
"memchr",
|
|
3491
3860
|
"ryu",
|
|
3492
3861
|
"serde",
|
|
3493
3862
|
]
|
|
@@ -3738,6 +4107,12 @@ version = "0.1.2"
|
|
|
3738
4107
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3739
4108
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
|
3740
4109
|
|
|
4110
|
+
[[package]]
|
|
4111
|
+
name = "sync_wrapper"
|
|
4112
|
+
version = "1.0.1"
|
|
4113
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4114
|
+
checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
|
|
4115
|
+
|
|
3741
4116
|
[[package]]
|
|
3742
4117
|
name = "system-configuration"
|
|
3743
4118
|
version = "0.5.1"
|
|
@@ -3813,18 +4188,18 @@ checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
|
|
|
3813
4188
|
|
|
3814
4189
|
[[package]]
|
|
3815
4190
|
name = "thiserror"
|
|
3816
|
-
version = "1.0.
|
|
4191
|
+
version = "1.0.64"
|
|
3817
4192
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3818
|
-
checksum = "
|
|
4193
|
+
checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84"
|
|
3819
4194
|
dependencies = [
|
|
3820
4195
|
"thiserror-impl",
|
|
3821
4196
|
]
|
|
3822
4197
|
|
|
3823
4198
|
[[package]]
|
|
3824
4199
|
name = "thiserror-impl"
|
|
3825
|
-
version = "1.0.
|
|
4200
|
+
version = "1.0.64"
|
|
3826
4201
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3827
|
-
checksum = "
|
|
4202
|
+
checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3"
|
|
3828
4203
|
dependencies = [
|
|
3829
4204
|
"proc-macro2",
|
|
3830
4205
|
"quote",
|
|
@@ -3915,9 +4290,21 @@ dependencies = [
|
|
|
3915
4290
|
"num_cpus",
|
|
3916
4291
|
"pin-project-lite",
|
|
3917
4292
|
"socket2 0.5.5",
|
|
4293
|
+
"tokio-macros",
|
|
3918
4294
|
"windows-sys 0.48.0",
|
|
3919
4295
|
]
|
|
3920
4296
|
|
|
4297
|
+
[[package]]
|
|
4298
|
+
name = "tokio-macros"
|
|
4299
|
+
version = "2.3.0"
|
|
4300
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4301
|
+
checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a"
|
|
4302
|
+
dependencies = [
|
|
4303
|
+
"proc-macro2",
|
|
4304
|
+
"quote",
|
|
4305
|
+
"syn 2.0.48",
|
|
4306
|
+
]
|
|
4307
|
+
|
|
3921
4308
|
[[package]]
|
|
3922
4309
|
name = "tokio-native-tls"
|
|
3923
4310
|
version = "0.3.1"
|
|
@@ -3928,6 +4315,17 @@ dependencies = [
|
|
|
3928
4315
|
"tokio",
|
|
3929
4316
|
]
|
|
3930
4317
|
|
|
4318
|
+
[[package]]
|
|
4319
|
+
name = "tokio-stream"
|
|
4320
|
+
version = "0.1.16"
|
|
4321
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4322
|
+
checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1"
|
|
4323
|
+
dependencies = [
|
|
4324
|
+
"futures-core",
|
|
4325
|
+
"pin-project-lite",
|
|
4326
|
+
"tokio",
|
|
4327
|
+
]
|
|
4328
|
+
|
|
3931
4329
|
[[package]]
|
|
3932
4330
|
name = "tokio-tungstenite"
|
|
3933
4331
|
version = "0.18.0"
|
|
@@ -3999,6 +4397,62 @@ dependencies = [
|
|
|
3999
4397
|
"winnow",
|
|
4000
4398
|
]
|
|
4001
4399
|
|
|
4400
|
+
[[package]]
|
|
4401
|
+
name = "tonic"
|
|
4402
|
+
version = "0.12.2"
|
|
4403
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4404
|
+
checksum = "c6f6ba989e4b2c58ae83d862d3a3e27690b6e3ae630d0deb59f3697f32aa88ad"
|
|
4405
|
+
dependencies = [
|
|
4406
|
+
"async-stream",
|
|
4407
|
+
"async-trait",
|
|
4408
|
+
"axum",
|
|
4409
|
+
"base64 0.22.1",
|
|
4410
|
+
"bytes",
|
|
4411
|
+
"h2 0.4.6",
|
|
4412
|
+
"http 1.1.0",
|
|
4413
|
+
"http-body 1.0.1",
|
|
4414
|
+
"http-body-util",
|
|
4415
|
+
"hyper 1.4.1",
|
|
4416
|
+
"hyper-timeout",
|
|
4417
|
+
"hyper-util",
|
|
4418
|
+
"percent-encoding",
|
|
4419
|
+
"pin-project",
|
|
4420
|
+
"prost",
|
|
4421
|
+
"socket2 0.5.5",
|
|
4422
|
+
"tokio",
|
|
4423
|
+
"tokio-stream",
|
|
4424
|
+
"tower",
|
|
4425
|
+
"tower-layer",
|
|
4426
|
+
"tower-service",
|
|
4427
|
+
"tracing",
|
|
4428
|
+
]
|
|
4429
|
+
|
|
4430
|
+
[[package]]
|
|
4431
|
+
name = "tower"
|
|
4432
|
+
version = "0.4.13"
|
|
4433
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4434
|
+
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
|
4435
|
+
dependencies = [
|
|
4436
|
+
"futures-core",
|
|
4437
|
+
"futures-util",
|
|
4438
|
+
"indexmap 1.9.3",
|
|
4439
|
+
"pin-project",
|
|
4440
|
+
"pin-project-lite",
|
|
4441
|
+
"rand",
|
|
4442
|
+
"slab",
|
|
4443
|
+
"tokio",
|
|
4444
|
+
"tokio-util",
|
|
4445
|
+
"tower-layer",
|
|
4446
|
+
"tower-service",
|
|
4447
|
+
"tracing",
|
|
4448
|
+
]
|
|
4449
|
+
|
|
4450
|
+
[[package]]
|
|
4451
|
+
name = "tower-layer"
|
|
4452
|
+
version = "0.3.3"
|
|
4453
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4454
|
+
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
|
4455
|
+
|
|
4002
4456
|
[[package]]
|
|
4003
4457
|
name = "tower-service"
|
|
4004
4458
|
version = "0.3.2"
|
|
@@ -4083,7 +4537,7 @@ dependencies = [
|
|
|
4083
4537
|
"base64 0.13.1",
|
|
4084
4538
|
"byteorder",
|
|
4085
4539
|
"bytes",
|
|
4086
|
-
"http",
|
|
4540
|
+
"http 0.2.11",
|
|
4087
4541
|
"httparse",
|
|
4088
4542
|
"log",
|
|
4089
4543
|
"rand",
|
|
@@ -4233,34 +4687,35 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
4233
4687
|
|
|
4234
4688
|
[[package]]
|
|
4235
4689
|
name = "wasm-bindgen"
|
|
4236
|
-
version = "0.2.
|
|
4690
|
+
version = "0.2.93"
|
|
4237
4691
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4238
|
-
checksum = "
|
|
4692
|
+
checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
|
|
4239
4693
|
dependencies = [
|
|
4240
4694
|
"cfg-if 1.0.0",
|
|
4695
|
+
"once_cell",
|
|
4241
4696
|
"wasm-bindgen-macro",
|
|
4242
4697
|
]
|
|
4243
4698
|
|
|
4244
4699
|
[[package]]
|
|
4245
4700
|
name = "wasm-bindgen-backend"
|
|
4246
|
-
version = "0.2.
|
|
4701
|
+
version = "0.2.93"
|
|
4247
4702
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4248
|
-
checksum = "
|
|
4703
|
+
checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
|
|
4249
4704
|
dependencies = [
|
|
4250
4705
|
"bumpalo",
|
|
4251
4706
|
"log",
|
|
4252
4707
|
"once_cell",
|
|
4253
4708
|
"proc-macro2",
|
|
4254
4709
|
"quote",
|
|
4255
|
-
"syn
|
|
4710
|
+
"syn 2.0.48",
|
|
4256
4711
|
"wasm-bindgen-shared",
|
|
4257
4712
|
]
|
|
4258
4713
|
|
|
4259
4714
|
[[package]]
|
|
4260
4715
|
name = "wasm-bindgen-futures"
|
|
4261
|
-
version = "0.4.
|
|
4716
|
+
version = "0.4.43"
|
|
4262
4717
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4263
|
-
checksum = "
|
|
4718
|
+
checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed"
|
|
4264
4719
|
dependencies = [
|
|
4265
4720
|
"cfg-if 1.0.0",
|
|
4266
4721
|
"js-sys",
|
|
@@ -4270,9 +4725,9 @@ dependencies = [
|
|
|
4270
4725
|
|
|
4271
4726
|
[[package]]
|
|
4272
4727
|
name = "wasm-bindgen-macro"
|
|
4273
|
-
version = "0.2.
|
|
4728
|
+
version = "0.2.93"
|
|
4274
4729
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4275
|
-
checksum = "
|
|
4730
|
+
checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
|
|
4276
4731
|
dependencies = [
|
|
4277
4732
|
"quote",
|
|
4278
4733
|
"wasm-bindgen-macro-support",
|
|
@@ -4280,22 +4735,22 @@ dependencies = [
|
|
|
4280
4735
|
|
|
4281
4736
|
[[package]]
|
|
4282
4737
|
name = "wasm-bindgen-macro-support"
|
|
4283
|
-
version = "0.2.
|
|
4738
|
+
version = "0.2.93"
|
|
4284
4739
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4285
|
-
checksum = "
|
|
4740
|
+
checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
|
|
4286
4741
|
dependencies = [
|
|
4287
4742
|
"proc-macro2",
|
|
4288
4743
|
"quote",
|
|
4289
|
-
"syn
|
|
4744
|
+
"syn 2.0.48",
|
|
4290
4745
|
"wasm-bindgen-backend",
|
|
4291
4746
|
"wasm-bindgen-shared",
|
|
4292
4747
|
]
|
|
4293
4748
|
|
|
4294
4749
|
[[package]]
|
|
4295
4750
|
name = "wasm-bindgen-shared"
|
|
4296
|
-
version = "0.2.
|
|
4751
|
+
version = "0.2.93"
|
|
4297
4752
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4298
|
-
checksum = "
|
|
4753
|
+
checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
|
|
4299
4754
|
|
|
4300
4755
|
[[package]]
|
|
4301
4756
|
name = "wayland-client"
|
|
@@ -4384,9 +4839,9 @@ dependencies = [
|
|
|
4384
4839
|
|
|
4385
4840
|
[[package]]
|
|
4386
4841
|
name = "web-sys"
|
|
4387
|
-
version = "0.3.
|
|
4842
|
+
version = "0.3.70"
|
|
4388
4843
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4389
|
-
checksum = "
|
|
4844
|
+
checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
|
|
4390
4845
|
dependencies = [
|
|
4391
4846
|
"js-sys",
|
|
4392
4847
|
"wasm-bindgen",
|
|
@@ -4394,9 +4849,9 @@ dependencies = [
|
|
|
4394
4849
|
|
|
4395
4850
|
[[package]]
|
|
4396
4851
|
name = "webbrowser"
|
|
4397
|
-
version = "0.8.
|
|
4852
|
+
version = "0.8.15"
|
|
4398
4853
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4399
|
-
checksum = "
|
|
4854
|
+
checksum = "db67ae75a9405634f5882791678772c94ff5f16a66535aae186e26aa0841fc8b"
|
|
4400
4855
|
dependencies = [
|
|
4401
4856
|
"core-foundation",
|
|
4402
4857
|
"home",
|
|
@@ -4491,25 +4946,31 @@ dependencies = [
|
|
|
4491
4946
|
|
|
4492
4947
|
[[package]]
|
|
4493
4948
|
name = "windows"
|
|
4494
|
-
version = "0.
|
|
4949
|
+
version = "0.48.0"
|
|
4495
4950
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4496
|
-
checksum = "
|
|
4951
|
+
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
|
|
4497
4952
|
dependencies = [
|
|
4498
4953
|
"windows-implement",
|
|
4499
|
-
"
|
|
4500
|
-
"
|
|
4501
|
-
"windows_i686_gnu 0.42.2",
|
|
4502
|
-
"windows_i686_msvc 0.42.2",
|
|
4503
|
-
"windows_x86_64_gnu 0.42.2",
|
|
4504
|
-
"windows_x86_64_gnullvm 0.42.2",
|
|
4505
|
-
"windows_x86_64_msvc 0.42.2",
|
|
4954
|
+
"windows-interface",
|
|
4955
|
+
"windows-targets 0.48.5",
|
|
4506
4956
|
]
|
|
4507
4957
|
|
|
4508
4958
|
[[package]]
|
|
4509
4959
|
name = "windows-implement"
|
|
4510
|
-
version = "0.
|
|
4960
|
+
version = "0.48.0"
|
|
4961
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4962
|
+
checksum = "5e2ee588991b9e7e6c8338edf3333fbe4da35dc72092643958ebb43f0ab2c49c"
|
|
4963
|
+
dependencies = [
|
|
4964
|
+
"proc-macro2",
|
|
4965
|
+
"quote",
|
|
4966
|
+
"syn 1.0.109",
|
|
4967
|
+
]
|
|
4968
|
+
|
|
4969
|
+
[[package]]
|
|
4970
|
+
name = "windows-interface"
|
|
4971
|
+
version = "0.48.0"
|
|
4511
4972
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4512
|
-
checksum = "
|
|
4973
|
+
checksum = "e6fb8df20c9bcaa8ad6ab513f7b40104840c8867d5751126e4df3b08388d0cc7"
|
|
4513
4974
|
dependencies = [
|
|
4514
4975
|
"proc-macro2",
|
|
4515
4976
|
"quote",
|
|
@@ -4752,7 +5213,7 @@ checksum = "9596d90b45384f5281384ab204224876e8e8bf7d58366d9b795ad99aa9894b94"
|
|
|
4752
5213
|
dependencies = [
|
|
4753
5214
|
"android-activity",
|
|
4754
5215
|
"bitflags 1.3.2",
|
|
4755
|
-
"cfg_aliases",
|
|
5216
|
+
"cfg_aliases 0.1.1",
|
|
4756
5217
|
"core-foundation",
|
|
4757
5218
|
"core-graphics",
|
|
4758
5219
|
"dispatch",
|
|
@@ -4882,7 +5343,6 @@ dependencies = [
|
|
|
4882
5343
|
"ordered-stream",
|
|
4883
5344
|
"rand",
|
|
4884
5345
|
"serde",
|
|
4885
|
-
"serde-xml-rs",
|
|
4886
5346
|
"serde_repr",
|
|
4887
5347
|
"sha1",
|
|
4888
5348
|
"static_assertions",
|