clawdex-mobile 2.0.0 → 2.0.1
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.
package/README.md
CHANGED
|
@@ -21,6 +21,17 @@ This project is intended for trusted/private networking (Tailscale or local LAN)
|
|
|
21
21
|
|
|
22
22
|
## Quick Start
|
|
23
23
|
|
|
24
|
+
## Download Mobile App
|
|
25
|
+
|
|
26
|
+
- Android APK: download from the latest GitHub release assets
|
|
27
|
+
<https://github.com/Mohit-Patil/clawdex-mobile/releases/latest>
|
|
28
|
+
- iOS (TestFlight): share your TestFlight invite/public link with testers (coming soon)
|
|
29
|
+
|
|
30
|
+
Recommended release-note format for Android:
|
|
31
|
+
|
|
32
|
+
- `Android APK: <direct asset URL>`
|
|
33
|
+
- `SHA-256: <apk checksum>`
|
|
34
|
+
|
|
24
35
|
### Option A: Published CLI (recommended)
|
|
25
36
|
|
|
26
37
|
```bash
|
package/apps/mobile/app.json
CHANGED
package/apps/mobile/package.json
CHANGED
package/package.json
CHANGED
|
@@ -149,7 +149,7 @@ dependencies = [
|
|
|
149
149
|
|
|
150
150
|
[[package]]
|
|
151
151
|
name = "codex-rust-bridge"
|
|
152
|
-
version = "2.0.
|
|
152
|
+
version = "2.0.1"
|
|
153
153
|
dependencies = [
|
|
154
154
|
"axum",
|
|
155
155
|
"base64",
|
|
@@ -163,26 +163,6 @@ dependencies = [
|
|
|
163
163
|
"tokio",
|
|
164
164
|
]
|
|
165
165
|
|
|
166
|
-
[[package]]
|
|
167
|
-
name = "core-foundation"
|
|
168
|
-
version = "0.9.4"
|
|
169
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
170
|
-
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
|
171
|
-
dependencies = [
|
|
172
|
-
"core-foundation-sys",
|
|
173
|
-
"libc",
|
|
174
|
-
]
|
|
175
|
-
|
|
176
|
-
[[package]]
|
|
177
|
-
name = "core-foundation"
|
|
178
|
-
version = "0.10.1"
|
|
179
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
180
|
-
checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
|
|
181
|
-
dependencies = [
|
|
182
|
-
"core-foundation-sys",
|
|
183
|
-
"libc",
|
|
184
|
-
]
|
|
185
|
-
|
|
186
166
|
[[package]]
|
|
187
167
|
name = "core-foundation-sys"
|
|
188
168
|
version = "0.8.7"
|
|
@@ -207,7 +187,7 @@ dependencies = [
|
|
|
207
187
|
"bitflags",
|
|
208
188
|
"crossterm_winapi",
|
|
209
189
|
"parking_lot",
|
|
210
|
-
"rustix
|
|
190
|
+
"rustix",
|
|
211
191
|
"winapi",
|
|
212
192
|
]
|
|
213
193
|
|
|
@@ -257,21 +237,6 @@ dependencies = [
|
|
|
257
237
|
"syn",
|
|
258
238
|
]
|
|
259
239
|
|
|
260
|
-
[[package]]
|
|
261
|
-
name = "encoding_rs"
|
|
262
|
-
version = "0.8.35"
|
|
263
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
264
|
-
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
|
265
|
-
dependencies = [
|
|
266
|
-
"cfg-if",
|
|
267
|
-
]
|
|
268
|
-
|
|
269
|
-
[[package]]
|
|
270
|
-
name = "equivalent"
|
|
271
|
-
version = "1.0.2"
|
|
272
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
273
|
-
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
274
|
-
|
|
275
240
|
[[package]]
|
|
276
241
|
name = "errno"
|
|
277
242
|
version = "0.3.14"
|
|
@@ -282,39 +247,12 @@ dependencies = [
|
|
|
282
247
|
"windows-sys 0.61.2",
|
|
283
248
|
]
|
|
284
249
|
|
|
285
|
-
[[package]]
|
|
286
|
-
name = "fastrand"
|
|
287
|
-
version = "2.3.0"
|
|
288
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
289
|
-
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
|
290
|
-
|
|
291
250
|
[[package]]
|
|
292
251
|
name = "find-msvc-tools"
|
|
293
252
|
version = "0.1.9"
|
|
294
253
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
295
254
|
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
|
|
296
255
|
|
|
297
|
-
[[package]]
|
|
298
|
-
name = "fnv"
|
|
299
|
-
version = "1.0.7"
|
|
300
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
301
|
-
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
302
|
-
|
|
303
|
-
[[package]]
|
|
304
|
-
name = "foreign-types"
|
|
305
|
-
version = "0.3.2"
|
|
306
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
307
|
-
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
308
|
-
dependencies = [
|
|
309
|
-
"foreign-types-shared",
|
|
310
|
-
]
|
|
311
|
-
|
|
312
|
-
[[package]]
|
|
313
|
-
name = "foreign-types-shared"
|
|
314
|
-
version = "0.1.1"
|
|
315
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
316
|
-
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
317
|
-
|
|
318
256
|
[[package]]
|
|
319
257
|
name = "form_urlencoded"
|
|
320
258
|
version = "1.2.2"
|
|
@@ -413,31 +351,6 @@ dependencies = [
|
|
|
413
351
|
"wasm-bindgen",
|
|
414
352
|
]
|
|
415
353
|
|
|
416
|
-
[[package]]
|
|
417
|
-
name = "h2"
|
|
418
|
-
version = "0.4.13"
|
|
419
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
420
|
-
checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
|
|
421
|
-
dependencies = [
|
|
422
|
-
"atomic-waker",
|
|
423
|
-
"bytes",
|
|
424
|
-
"fnv",
|
|
425
|
-
"futures-core",
|
|
426
|
-
"futures-sink",
|
|
427
|
-
"http",
|
|
428
|
-
"indexmap",
|
|
429
|
-
"slab",
|
|
430
|
-
"tokio",
|
|
431
|
-
"tokio-util",
|
|
432
|
-
"tracing",
|
|
433
|
-
]
|
|
434
|
-
|
|
435
|
-
[[package]]
|
|
436
|
-
name = "hashbrown"
|
|
437
|
-
version = "0.16.1"
|
|
438
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
439
|
-
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
|
|
440
|
-
|
|
441
354
|
[[package]]
|
|
442
355
|
name = "http"
|
|
443
356
|
version = "1.4.0"
|
|
@@ -493,7 +406,6 @@ dependencies = [
|
|
|
493
406
|
"bytes",
|
|
494
407
|
"futures-channel",
|
|
495
408
|
"futures-core",
|
|
496
|
-
"h2",
|
|
497
409
|
"http",
|
|
498
410
|
"http-body",
|
|
499
411
|
"httparse",
|
|
@@ -523,22 +435,6 @@ dependencies = [
|
|
|
523
435
|
"webpki-roots",
|
|
524
436
|
]
|
|
525
437
|
|
|
526
|
-
[[package]]
|
|
527
|
-
name = "hyper-tls"
|
|
528
|
-
version = "0.6.0"
|
|
529
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
530
|
-
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
|
|
531
|
-
dependencies = [
|
|
532
|
-
"bytes",
|
|
533
|
-
"http-body-util",
|
|
534
|
-
"hyper",
|
|
535
|
-
"hyper-util",
|
|
536
|
-
"native-tls",
|
|
537
|
-
"tokio",
|
|
538
|
-
"tokio-native-tls",
|
|
539
|
-
"tower-service",
|
|
540
|
-
]
|
|
541
|
-
|
|
542
438
|
[[package]]
|
|
543
439
|
name = "hyper-util"
|
|
544
440
|
version = "0.1.20"
|
|
@@ -557,11 +453,9 @@ dependencies = [
|
|
|
557
453
|
"percent-encoding",
|
|
558
454
|
"pin-project-lite",
|
|
559
455
|
"socket2",
|
|
560
|
-
"system-configuration",
|
|
561
456
|
"tokio",
|
|
562
457
|
"tower-service",
|
|
563
458
|
"tracing",
|
|
564
|
-
"windows-registry",
|
|
565
459
|
]
|
|
566
460
|
|
|
567
461
|
[[package]]
|
|
@@ -690,16 +584,6 @@ dependencies = [
|
|
|
690
584
|
"icu_properties",
|
|
691
585
|
]
|
|
692
586
|
|
|
693
|
-
[[package]]
|
|
694
|
-
name = "indexmap"
|
|
695
|
-
version = "2.13.0"
|
|
696
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
697
|
-
checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
|
|
698
|
-
dependencies = [
|
|
699
|
-
"equivalent",
|
|
700
|
-
"hashbrown",
|
|
701
|
-
]
|
|
702
|
-
|
|
703
587
|
[[package]]
|
|
704
588
|
name = "ipnet"
|
|
705
589
|
version = "2.11.0"
|
|
@@ -744,12 +628,6 @@ version = "0.4.15"
|
|
|
744
628
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
745
629
|
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
|
746
630
|
|
|
747
|
-
[[package]]
|
|
748
|
-
name = "linux-raw-sys"
|
|
749
|
-
version = "0.12.1"
|
|
750
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
751
|
-
checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
|
|
752
|
-
|
|
753
631
|
[[package]]
|
|
754
632
|
name = "litemap"
|
|
755
633
|
version = "0.8.1"
|
|
@@ -816,23 +694,6 @@ dependencies = [
|
|
|
816
694
|
"windows-sys 0.61.2",
|
|
817
695
|
]
|
|
818
696
|
|
|
819
|
-
[[package]]
|
|
820
|
-
name = "native-tls"
|
|
821
|
-
version = "0.2.18"
|
|
822
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
823
|
-
checksum = "465500e14ea162429d264d44189adc38b199b62b1c21eea9f69e4b73cb03bbf2"
|
|
824
|
-
dependencies = [
|
|
825
|
-
"libc",
|
|
826
|
-
"log",
|
|
827
|
-
"openssl",
|
|
828
|
-
"openssl-probe",
|
|
829
|
-
"openssl-sys",
|
|
830
|
-
"schannel",
|
|
831
|
-
"security-framework",
|
|
832
|
-
"security-framework-sys",
|
|
833
|
-
"tempfile",
|
|
834
|
-
]
|
|
835
|
-
|
|
836
697
|
[[package]]
|
|
837
698
|
name = "num-traits"
|
|
838
699
|
version = "0.2.19"
|
|
@@ -848,50 +709,6 @@ version = "1.21.3"
|
|
|
848
709
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
849
710
|
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
|
850
711
|
|
|
851
|
-
[[package]]
|
|
852
|
-
name = "openssl"
|
|
853
|
-
version = "0.10.75"
|
|
854
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
855
|
-
checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328"
|
|
856
|
-
dependencies = [
|
|
857
|
-
"bitflags",
|
|
858
|
-
"cfg-if",
|
|
859
|
-
"foreign-types",
|
|
860
|
-
"libc",
|
|
861
|
-
"once_cell",
|
|
862
|
-
"openssl-macros",
|
|
863
|
-
"openssl-sys",
|
|
864
|
-
]
|
|
865
|
-
|
|
866
|
-
[[package]]
|
|
867
|
-
name = "openssl-macros"
|
|
868
|
-
version = "0.1.1"
|
|
869
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
870
|
-
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
|
871
|
-
dependencies = [
|
|
872
|
-
"proc-macro2",
|
|
873
|
-
"quote",
|
|
874
|
-
"syn",
|
|
875
|
-
]
|
|
876
|
-
|
|
877
|
-
[[package]]
|
|
878
|
-
name = "openssl-probe"
|
|
879
|
-
version = "0.2.1"
|
|
880
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
881
|
-
checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
|
|
882
|
-
|
|
883
|
-
[[package]]
|
|
884
|
-
name = "openssl-sys"
|
|
885
|
-
version = "0.9.111"
|
|
886
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
887
|
-
checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321"
|
|
888
|
-
dependencies = [
|
|
889
|
-
"cc",
|
|
890
|
-
"libc",
|
|
891
|
-
"pkg-config",
|
|
892
|
-
"vcpkg",
|
|
893
|
-
]
|
|
894
|
-
|
|
895
712
|
[[package]]
|
|
896
713
|
name = "parking_lot"
|
|
897
714
|
version = "0.12.5"
|
|
@@ -933,12 +750,6 @@ version = "0.1.0"
|
|
|
933
750
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
934
751
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
935
752
|
|
|
936
|
-
[[package]]
|
|
937
|
-
name = "pkg-config"
|
|
938
|
-
version = "0.3.32"
|
|
939
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
940
|
-
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
|
941
|
-
|
|
942
753
|
[[package]]
|
|
943
754
|
name = "potential_utf"
|
|
944
755
|
version = "0.1.4"
|
|
@@ -1098,22 +909,17 @@ checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
|
|
|
1098
909
|
dependencies = [
|
|
1099
910
|
"base64",
|
|
1100
911
|
"bytes",
|
|
1101
|
-
"encoding_rs",
|
|
1102
912
|
"futures-core",
|
|
1103
913
|
"futures-util",
|
|
1104
|
-
"h2",
|
|
1105
914
|
"http",
|
|
1106
915
|
"http-body",
|
|
1107
916
|
"http-body-util",
|
|
1108
917
|
"hyper",
|
|
1109
918
|
"hyper-rustls",
|
|
1110
|
-
"hyper-tls",
|
|
1111
919
|
"hyper-util",
|
|
1112
920
|
"js-sys",
|
|
1113
921
|
"log",
|
|
1114
|
-
"mime",
|
|
1115
922
|
"mime_guess",
|
|
1116
|
-
"native-tls",
|
|
1117
923
|
"percent-encoding",
|
|
1118
924
|
"pin-project-lite",
|
|
1119
925
|
"quinn",
|
|
@@ -1124,7 +930,6 @@ dependencies = [
|
|
|
1124
930
|
"serde_urlencoded",
|
|
1125
931
|
"sync_wrapper",
|
|
1126
932
|
"tokio",
|
|
1127
|
-
"tokio-native-tls",
|
|
1128
933
|
"tokio-rustls",
|
|
1129
934
|
"tower",
|
|
1130
935
|
"tower-http",
|
|
@@ -1165,23 +970,10 @@ dependencies = [
|
|
|
1165
970
|
"bitflags",
|
|
1166
971
|
"errno",
|
|
1167
972
|
"libc",
|
|
1168
|
-
"linux-raw-sys
|
|
973
|
+
"linux-raw-sys",
|
|
1169
974
|
"windows-sys 0.52.0",
|
|
1170
975
|
]
|
|
1171
976
|
|
|
1172
|
-
[[package]]
|
|
1173
|
-
name = "rustix"
|
|
1174
|
-
version = "1.1.4"
|
|
1175
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1176
|
-
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
|
|
1177
|
-
dependencies = [
|
|
1178
|
-
"bitflags",
|
|
1179
|
-
"errno",
|
|
1180
|
-
"libc",
|
|
1181
|
-
"linux-raw-sys 0.12.1",
|
|
1182
|
-
"windows-sys 0.61.2",
|
|
1183
|
-
]
|
|
1184
|
-
|
|
1185
977
|
[[package]]
|
|
1186
978
|
name = "rustls"
|
|
1187
979
|
version = "0.23.37"
|
|
@@ -1229,44 +1021,12 @@ version = "1.0.23"
|
|
|
1229
1021
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1230
1022
|
checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
|
|
1231
1023
|
|
|
1232
|
-
[[package]]
|
|
1233
|
-
name = "schannel"
|
|
1234
|
-
version = "0.1.28"
|
|
1235
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1236
|
-
checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
|
|
1237
|
-
dependencies = [
|
|
1238
|
-
"windows-sys 0.61.2",
|
|
1239
|
-
]
|
|
1240
|
-
|
|
1241
1024
|
[[package]]
|
|
1242
1025
|
name = "scopeguard"
|
|
1243
1026
|
version = "1.2.0"
|
|
1244
1027
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1245
1028
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
1246
1029
|
|
|
1247
|
-
[[package]]
|
|
1248
|
-
name = "security-framework"
|
|
1249
|
-
version = "3.7.0"
|
|
1250
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1251
|
-
checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
|
|
1252
|
-
dependencies = [
|
|
1253
|
-
"bitflags",
|
|
1254
|
-
"core-foundation 0.10.1",
|
|
1255
|
-
"core-foundation-sys",
|
|
1256
|
-
"libc",
|
|
1257
|
-
"security-framework-sys",
|
|
1258
|
-
]
|
|
1259
|
-
|
|
1260
|
-
[[package]]
|
|
1261
|
-
name = "security-framework-sys"
|
|
1262
|
-
version = "2.17.0"
|
|
1263
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1264
|
-
checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
|
|
1265
|
-
dependencies = [
|
|
1266
|
-
"core-foundation-sys",
|
|
1267
|
-
"libc",
|
|
1268
|
-
]
|
|
1269
|
-
|
|
1270
1030
|
[[package]]
|
|
1271
1031
|
name = "serde"
|
|
1272
1032
|
version = "1.0.228"
|
|
@@ -1425,40 +1185,6 @@ dependencies = [
|
|
|
1425
1185
|
"syn",
|
|
1426
1186
|
]
|
|
1427
1187
|
|
|
1428
|
-
[[package]]
|
|
1429
|
-
name = "system-configuration"
|
|
1430
|
-
version = "0.7.0"
|
|
1431
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1432
|
-
checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
|
|
1433
|
-
dependencies = [
|
|
1434
|
-
"bitflags",
|
|
1435
|
-
"core-foundation 0.9.4",
|
|
1436
|
-
"system-configuration-sys",
|
|
1437
|
-
]
|
|
1438
|
-
|
|
1439
|
-
[[package]]
|
|
1440
|
-
name = "system-configuration-sys"
|
|
1441
|
-
version = "0.6.0"
|
|
1442
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1443
|
-
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
|
1444
|
-
dependencies = [
|
|
1445
|
-
"core-foundation-sys",
|
|
1446
|
-
"libc",
|
|
1447
|
-
]
|
|
1448
|
-
|
|
1449
|
-
[[package]]
|
|
1450
|
-
name = "tempfile"
|
|
1451
|
-
version = "3.26.0"
|
|
1452
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1453
|
-
checksum = "82a72c767771b47409d2345987fda8628641887d5466101319899796367354a0"
|
|
1454
|
-
dependencies = [
|
|
1455
|
-
"fastrand",
|
|
1456
|
-
"getrandom 0.3.4",
|
|
1457
|
-
"once_cell",
|
|
1458
|
-
"rustix 1.1.4",
|
|
1459
|
-
"windows-sys 0.61.2",
|
|
1460
|
-
]
|
|
1461
|
-
|
|
1462
1188
|
[[package]]
|
|
1463
1189
|
name = "thiserror"
|
|
1464
1190
|
version = "2.0.18"
|
|
@@ -1532,16 +1258,6 @@ dependencies = [
|
|
|
1532
1258
|
"syn",
|
|
1533
1259
|
]
|
|
1534
1260
|
|
|
1535
|
-
[[package]]
|
|
1536
|
-
name = "tokio-native-tls"
|
|
1537
|
-
version = "0.3.1"
|
|
1538
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1539
|
-
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
|
1540
|
-
dependencies = [
|
|
1541
|
-
"native-tls",
|
|
1542
|
-
"tokio",
|
|
1543
|
-
]
|
|
1544
|
-
|
|
1545
1261
|
[[package]]
|
|
1546
1262
|
name = "tokio-rustls"
|
|
1547
1263
|
version = "0.26.4"
|
|
@@ -1564,19 +1280,6 @@ dependencies = [
|
|
|
1564
1280
|
"tungstenite",
|
|
1565
1281
|
]
|
|
1566
1282
|
|
|
1567
|
-
[[package]]
|
|
1568
|
-
name = "tokio-util"
|
|
1569
|
-
version = "0.7.18"
|
|
1570
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1571
|
-
checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
|
|
1572
|
-
dependencies = [
|
|
1573
|
-
"bytes",
|
|
1574
|
-
"futures-core",
|
|
1575
|
-
"futures-sink",
|
|
1576
|
-
"pin-project-lite",
|
|
1577
|
-
"tokio",
|
|
1578
|
-
]
|
|
1579
|
-
|
|
1580
1283
|
[[package]]
|
|
1581
1284
|
name = "tower"
|
|
1582
1285
|
version = "0.5.3"
|
|
@@ -1714,12 +1417,6 @@ version = "1.0.4"
|
|
|
1714
1417
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1715
1418
|
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
1716
1419
|
|
|
1717
|
-
[[package]]
|
|
1718
|
-
name = "vcpkg"
|
|
1719
|
-
version = "0.2.15"
|
|
1720
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1721
|
-
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
1722
|
-
|
|
1723
1420
|
[[package]]
|
|
1724
1421
|
name = "version_check"
|
|
1725
1422
|
version = "0.9.5"
|
|
@@ -1901,17 +1598,6 @@ version = "0.2.1"
|
|
|
1901
1598
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1902
1599
|
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
1903
1600
|
|
|
1904
|
-
[[package]]
|
|
1905
|
-
name = "windows-registry"
|
|
1906
|
-
version = "0.6.1"
|
|
1907
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1908
|
-
checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
|
|
1909
|
-
dependencies = [
|
|
1910
|
-
"windows-link",
|
|
1911
|
-
"windows-result",
|
|
1912
|
-
"windows-strings",
|
|
1913
|
-
]
|
|
1914
|
-
|
|
1915
1601
|
[[package]]
|
|
1916
1602
|
name = "windows-result"
|
|
1917
1603
|
version = "0.4.1"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "codex-rust-bridge"
|
|
3
|
-
version = "2.0.
|
|
3
|
+
version = "2.0.1"
|
|
4
4
|
edition = "2021"
|
|
5
5
|
|
|
6
6
|
[dependencies]
|
|
@@ -11,6 +11,6 @@ futures-util = "0.3"
|
|
|
11
11
|
serde = { version = "1", features = ["derive"] }
|
|
12
12
|
serde_json = "1"
|
|
13
13
|
shlex = "1"
|
|
14
|
-
reqwest = { version = "0.12", features = ["json", "multipart", "rustls-tls"] }
|
|
14
|
+
reqwest = { version = "0.12", default-features = false, features = ["json", "multipart", "rustls-tls"] }
|
|
15
15
|
qr2term = "0.3"
|
|
16
16
|
tokio = { version = "1", features = ["full"] }
|