activerecord-libsql 0.1.1 → 0.1.3
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.
- checksums.yaml +4 -4
- data/activerecord-libsql.gemspec +5 -7
- data/lib/active_record/connection_adapters/libsql_adapter.rb +32 -8
- data/lib/activerecord/libsql/version.rb +1 -1
- data/lib/turso_libsql/connection.rb +192 -0
- data/lib/turso_libsql/database.rb +153 -0
- data/lib/turso_libsql.rb +12 -0
- metadata +13 -15
- data/Cargo.lock +0 -2406
- data/Cargo.toml +0 -3
- data/ext/turso_libsql/Cargo.toml +0 -20
- data/ext/turso_libsql/extconf.rb +0 -6
- data/ext/turso_libsql/src/lib.rs +0 -299
data/Cargo.lock
DELETED
|
@@ -1,2406 +0,0 @@
|
|
|
1
|
-
# This file is automatically @generated by Cargo.
|
|
2
|
-
# It is not intended for manual editing.
|
|
3
|
-
version = 4
|
|
4
|
-
|
|
5
|
-
[[package]]
|
|
6
|
-
name = "aes"
|
|
7
|
-
version = "0.8.4"
|
|
8
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
-
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
|
|
10
|
-
dependencies = [
|
|
11
|
-
"cfg-if",
|
|
12
|
-
"cipher",
|
|
13
|
-
"cpufeatures",
|
|
14
|
-
]
|
|
15
|
-
|
|
16
|
-
[[package]]
|
|
17
|
-
name = "ahash"
|
|
18
|
-
version = "0.8.12"
|
|
19
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
20
|
-
checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
|
|
21
|
-
dependencies = [
|
|
22
|
-
"cfg-if",
|
|
23
|
-
"once_cell",
|
|
24
|
-
"version_check",
|
|
25
|
-
"zerocopy 0.8.40",
|
|
26
|
-
]
|
|
27
|
-
|
|
28
|
-
[[package]]
|
|
29
|
-
name = "aho-corasick"
|
|
30
|
-
version = "1.1.4"
|
|
31
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
32
|
-
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
|
33
|
-
dependencies = [
|
|
34
|
-
"memchr",
|
|
35
|
-
]
|
|
36
|
-
|
|
37
|
-
[[package]]
|
|
38
|
-
name = "allocator-api2"
|
|
39
|
-
version = "0.2.21"
|
|
40
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
41
|
-
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
|
42
|
-
|
|
43
|
-
[[package]]
|
|
44
|
-
name = "android_system_properties"
|
|
45
|
-
version = "0.1.5"
|
|
46
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
47
|
-
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
48
|
-
dependencies = [
|
|
49
|
-
"libc",
|
|
50
|
-
]
|
|
51
|
-
|
|
52
|
-
[[package]]
|
|
53
|
-
name = "anyhow"
|
|
54
|
-
version = "1.0.102"
|
|
55
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
56
|
-
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
|
|
57
|
-
|
|
58
|
-
[[package]]
|
|
59
|
-
name = "async-stream"
|
|
60
|
-
version = "0.3.6"
|
|
61
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
62
|
-
checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
|
|
63
|
-
dependencies = [
|
|
64
|
-
"async-stream-impl",
|
|
65
|
-
"futures-core",
|
|
66
|
-
"pin-project-lite",
|
|
67
|
-
]
|
|
68
|
-
|
|
69
|
-
[[package]]
|
|
70
|
-
name = "async-stream-impl"
|
|
71
|
-
version = "0.3.6"
|
|
72
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
73
|
-
checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
|
|
74
|
-
dependencies = [
|
|
75
|
-
"proc-macro2",
|
|
76
|
-
"quote",
|
|
77
|
-
"syn",
|
|
78
|
-
]
|
|
79
|
-
|
|
80
|
-
[[package]]
|
|
81
|
-
name = "async-trait"
|
|
82
|
-
version = "0.1.89"
|
|
83
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
84
|
-
checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
|
|
85
|
-
dependencies = [
|
|
86
|
-
"proc-macro2",
|
|
87
|
-
"quote",
|
|
88
|
-
"syn",
|
|
89
|
-
]
|
|
90
|
-
|
|
91
|
-
[[package]]
|
|
92
|
-
name = "autocfg"
|
|
93
|
-
version = "1.5.0"
|
|
94
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
95
|
-
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
|
96
|
-
|
|
97
|
-
[[package]]
|
|
98
|
-
name = "axum"
|
|
99
|
-
version = "0.6.20"
|
|
100
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
101
|
-
checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
|
|
102
|
-
dependencies = [
|
|
103
|
-
"async-trait",
|
|
104
|
-
"axum-core",
|
|
105
|
-
"bitflags 1.3.2",
|
|
106
|
-
"bytes",
|
|
107
|
-
"futures-util",
|
|
108
|
-
"http",
|
|
109
|
-
"http-body",
|
|
110
|
-
"hyper",
|
|
111
|
-
"itoa",
|
|
112
|
-
"matchit",
|
|
113
|
-
"memchr",
|
|
114
|
-
"mime",
|
|
115
|
-
"percent-encoding",
|
|
116
|
-
"pin-project-lite",
|
|
117
|
-
"rustversion",
|
|
118
|
-
"serde",
|
|
119
|
-
"sync_wrapper",
|
|
120
|
-
"tower",
|
|
121
|
-
"tower-layer",
|
|
122
|
-
"tower-service",
|
|
123
|
-
]
|
|
124
|
-
|
|
125
|
-
[[package]]
|
|
126
|
-
name = "axum-core"
|
|
127
|
-
version = "0.3.4"
|
|
128
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
129
|
-
checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
|
|
130
|
-
dependencies = [
|
|
131
|
-
"async-trait",
|
|
132
|
-
"bytes",
|
|
133
|
-
"futures-util",
|
|
134
|
-
"http",
|
|
135
|
-
"http-body",
|
|
136
|
-
"mime",
|
|
137
|
-
"rustversion",
|
|
138
|
-
"tower-layer",
|
|
139
|
-
"tower-service",
|
|
140
|
-
]
|
|
141
|
-
|
|
142
|
-
[[package]]
|
|
143
|
-
name = "base64"
|
|
144
|
-
version = "0.21.7"
|
|
145
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
146
|
-
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
|
147
|
-
|
|
148
|
-
[[package]]
|
|
149
|
-
name = "bincode"
|
|
150
|
-
version = "1.3.3"
|
|
151
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
152
|
-
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
153
|
-
dependencies = [
|
|
154
|
-
"serde",
|
|
155
|
-
]
|
|
156
|
-
|
|
157
|
-
[[package]]
|
|
158
|
-
name = "bindgen"
|
|
159
|
-
version = "0.66.1"
|
|
160
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
161
|
-
checksum = "f2b84e06fc203107bfbad243f4aba2af864eb7db3b1cf46ea0a023b0b433d2a7"
|
|
162
|
-
dependencies = [
|
|
163
|
-
"bitflags 2.11.0",
|
|
164
|
-
"cexpr",
|
|
165
|
-
"clang-sys",
|
|
166
|
-
"lazy_static",
|
|
167
|
-
"lazycell",
|
|
168
|
-
"log",
|
|
169
|
-
"peeking_take_while",
|
|
170
|
-
"prettyplease",
|
|
171
|
-
"proc-macro2",
|
|
172
|
-
"quote",
|
|
173
|
-
"regex",
|
|
174
|
-
"rustc-hash",
|
|
175
|
-
"shlex",
|
|
176
|
-
"syn",
|
|
177
|
-
"which",
|
|
178
|
-
]
|
|
179
|
-
|
|
180
|
-
[[package]]
|
|
181
|
-
name = "bindgen"
|
|
182
|
-
version = "0.69.5"
|
|
183
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
184
|
-
checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
|
|
185
|
-
dependencies = [
|
|
186
|
-
"bitflags 2.11.0",
|
|
187
|
-
"cexpr",
|
|
188
|
-
"clang-sys",
|
|
189
|
-
"itertools",
|
|
190
|
-
"lazy_static",
|
|
191
|
-
"lazycell",
|
|
192
|
-
"proc-macro2",
|
|
193
|
-
"quote",
|
|
194
|
-
"regex",
|
|
195
|
-
"rustc-hash",
|
|
196
|
-
"shlex",
|
|
197
|
-
"syn",
|
|
198
|
-
]
|
|
199
|
-
|
|
200
|
-
[[package]]
|
|
201
|
-
name = "bitflags"
|
|
202
|
-
version = "1.3.2"
|
|
203
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
204
|
-
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
205
|
-
|
|
206
|
-
[[package]]
|
|
207
|
-
name = "bitflags"
|
|
208
|
-
version = "2.11.0"
|
|
209
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
210
|
-
checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
|
|
211
|
-
|
|
212
|
-
[[package]]
|
|
213
|
-
name = "block-padding"
|
|
214
|
-
version = "0.3.3"
|
|
215
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
216
|
-
checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
|
|
217
|
-
dependencies = [
|
|
218
|
-
"generic-array",
|
|
219
|
-
]
|
|
220
|
-
|
|
221
|
-
[[package]]
|
|
222
|
-
name = "bumpalo"
|
|
223
|
-
version = "3.20.2"
|
|
224
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
225
|
-
checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
|
|
226
|
-
|
|
227
|
-
[[package]]
|
|
228
|
-
name = "byteorder"
|
|
229
|
-
version = "1.5.0"
|
|
230
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
231
|
-
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
232
|
-
|
|
233
|
-
[[package]]
|
|
234
|
-
name = "bytes"
|
|
235
|
-
version = "1.11.1"
|
|
236
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
237
|
-
checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
|
|
238
|
-
dependencies = [
|
|
239
|
-
"serde",
|
|
240
|
-
]
|
|
241
|
-
|
|
242
|
-
[[package]]
|
|
243
|
-
name = "cbc"
|
|
244
|
-
version = "0.1.2"
|
|
245
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
246
|
-
checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
|
|
247
|
-
dependencies = [
|
|
248
|
-
"cipher",
|
|
249
|
-
]
|
|
250
|
-
|
|
251
|
-
[[package]]
|
|
252
|
-
name = "cc"
|
|
253
|
-
version = "1.2.56"
|
|
254
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
255
|
-
checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2"
|
|
256
|
-
dependencies = [
|
|
257
|
-
"find-msvc-tools",
|
|
258
|
-
"shlex",
|
|
259
|
-
]
|
|
260
|
-
|
|
261
|
-
[[package]]
|
|
262
|
-
name = "cexpr"
|
|
263
|
-
version = "0.6.0"
|
|
264
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
265
|
-
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
|
266
|
-
dependencies = [
|
|
267
|
-
"nom",
|
|
268
|
-
]
|
|
269
|
-
|
|
270
|
-
[[package]]
|
|
271
|
-
name = "cfg-if"
|
|
272
|
-
version = "1.0.4"
|
|
273
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
274
|
-
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
275
|
-
|
|
276
|
-
[[package]]
|
|
277
|
-
name = "chrono"
|
|
278
|
-
version = "0.4.44"
|
|
279
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
280
|
-
checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
|
|
281
|
-
dependencies = [
|
|
282
|
-
"iana-time-zone",
|
|
283
|
-
"js-sys",
|
|
284
|
-
"num-traits",
|
|
285
|
-
"wasm-bindgen",
|
|
286
|
-
"windows-link",
|
|
287
|
-
]
|
|
288
|
-
|
|
289
|
-
[[package]]
|
|
290
|
-
name = "cipher"
|
|
291
|
-
version = "0.4.4"
|
|
292
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
293
|
-
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
|
294
|
-
dependencies = [
|
|
295
|
-
"crypto-common",
|
|
296
|
-
"inout",
|
|
297
|
-
]
|
|
298
|
-
|
|
299
|
-
[[package]]
|
|
300
|
-
name = "clang-sys"
|
|
301
|
-
version = "1.8.1"
|
|
302
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
303
|
-
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
|
304
|
-
dependencies = [
|
|
305
|
-
"glob",
|
|
306
|
-
"libc",
|
|
307
|
-
"libloading",
|
|
308
|
-
]
|
|
309
|
-
|
|
310
|
-
[[package]]
|
|
311
|
-
name = "cmake"
|
|
312
|
-
version = "0.1.57"
|
|
313
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
314
|
-
checksum = "75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d"
|
|
315
|
-
dependencies = [
|
|
316
|
-
"cc",
|
|
317
|
-
]
|
|
318
|
-
|
|
319
|
-
[[package]]
|
|
320
|
-
name = "core-foundation"
|
|
321
|
-
version = "0.9.4"
|
|
322
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
323
|
-
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
|
324
|
-
dependencies = [
|
|
325
|
-
"core-foundation-sys",
|
|
326
|
-
"libc",
|
|
327
|
-
]
|
|
328
|
-
|
|
329
|
-
[[package]]
|
|
330
|
-
name = "core-foundation-sys"
|
|
331
|
-
version = "0.8.7"
|
|
332
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
333
|
-
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
334
|
-
|
|
335
|
-
[[package]]
|
|
336
|
-
name = "cpufeatures"
|
|
337
|
-
version = "0.2.17"
|
|
338
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
339
|
-
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
|
340
|
-
dependencies = [
|
|
341
|
-
"libc",
|
|
342
|
-
]
|
|
343
|
-
|
|
344
|
-
[[package]]
|
|
345
|
-
name = "crc32fast"
|
|
346
|
-
version = "1.5.0"
|
|
347
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
348
|
-
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
|
|
349
|
-
dependencies = [
|
|
350
|
-
"cfg-if",
|
|
351
|
-
]
|
|
352
|
-
|
|
353
|
-
[[package]]
|
|
354
|
-
name = "crypto-common"
|
|
355
|
-
version = "0.1.7"
|
|
356
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
357
|
-
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
|
|
358
|
-
dependencies = [
|
|
359
|
-
"generic-array",
|
|
360
|
-
"typenum",
|
|
361
|
-
]
|
|
362
|
-
|
|
363
|
-
[[package]]
|
|
364
|
-
name = "either"
|
|
365
|
-
version = "1.15.0"
|
|
366
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
367
|
-
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
|
368
|
-
|
|
369
|
-
[[package]]
|
|
370
|
-
name = "equivalent"
|
|
371
|
-
version = "1.0.2"
|
|
372
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
373
|
-
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
374
|
-
|
|
375
|
-
[[package]]
|
|
376
|
-
name = "errno"
|
|
377
|
-
version = "0.3.14"
|
|
378
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
379
|
-
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
|
380
|
-
dependencies = [
|
|
381
|
-
"libc",
|
|
382
|
-
"windows-sys 0.52.0",
|
|
383
|
-
]
|
|
384
|
-
|
|
385
|
-
[[package]]
|
|
386
|
-
name = "fallible-iterator"
|
|
387
|
-
version = "0.2.0"
|
|
388
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
389
|
-
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
|
390
|
-
|
|
391
|
-
[[package]]
|
|
392
|
-
name = "fallible-iterator"
|
|
393
|
-
version = "0.3.0"
|
|
394
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
395
|
-
checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
|
|
396
|
-
|
|
397
|
-
[[package]]
|
|
398
|
-
name = "fallible-streaming-iterator"
|
|
399
|
-
version = "0.1.9"
|
|
400
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
401
|
-
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
|
|
402
|
-
|
|
403
|
-
[[package]]
|
|
404
|
-
name = "find-msvc-tools"
|
|
405
|
-
version = "0.1.9"
|
|
406
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
407
|
-
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
|
|
408
|
-
|
|
409
|
-
[[package]]
|
|
410
|
-
name = "fnv"
|
|
411
|
-
version = "1.0.7"
|
|
412
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
413
|
-
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
414
|
-
|
|
415
|
-
[[package]]
|
|
416
|
-
name = "foldhash"
|
|
417
|
-
version = "0.1.5"
|
|
418
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
419
|
-
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
420
|
-
|
|
421
|
-
[[package]]
|
|
422
|
-
name = "futures"
|
|
423
|
-
version = "0.3.32"
|
|
424
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
425
|
-
checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
|
|
426
|
-
dependencies = [
|
|
427
|
-
"futures-channel",
|
|
428
|
-
"futures-core",
|
|
429
|
-
"futures-executor",
|
|
430
|
-
"futures-io",
|
|
431
|
-
"futures-sink",
|
|
432
|
-
"futures-task",
|
|
433
|
-
"futures-util",
|
|
434
|
-
]
|
|
435
|
-
|
|
436
|
-
[[package]]
|
|
437
|
-
name = "futures-channel"
|
|
438
|
-
version = "0.3.32"
|
|
439
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
440
|
-
checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
|
|
441
|
-
dependencies = [
|
|
442
|
-
"futures-core",
|
|
443
|
-
"futures-sink",
|
|
444
|
-
]
|
|
445
|
-
|
|
446
|
-
[[package]]
|
|
447
|
-
name = "futures-core"
|
|
448
|
-
version = "0.3.32"
|
|
449
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
450
|
-
checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
|
|
451
|
-
|
|
452
|
-
[[package]]
|
|
453
|
-
name = "futures-executor"
|
|
454
|
-
version = "0.3.32"
|
|
455
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
456
|
-
checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
|
|
457
|
-
dependencies = [
|
|
458
|
-
"futures-core",
|
|
459
|
-
"futures-task",
|
|
460
|
-
"futures-util",
|
|
461
|
-
]
|
|
462
|
-
|
|
463
|
-
[[package]]
|
|
464
|
-
name = "futures-io"
|
|
465
|
-
version = "0.3.32"
|
|
466
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
467
|
-
checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
|
|
468
|
-
|
|
469
|
-
[[package]]
|
|
470
|
-
name = "futures-macro"
|
|
471
|
-
version = "0.3.32"
|
|
472
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
473
|
-
checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
|
|
474
|
-
dependencies = [
|
|
475
|
-
"proc-macro2",
|
|
476
|
-
"quote",
|
|
477
|
-
"syn",
|
|
478
|
-
]
|
|
479
|
-
|
|
480
|
-
[[package]]
|
|
481
|
-
name = "futures-sink"
|
|
482
|
-
version = "0.3.32"
|
|
483
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
484
|
-
checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
|
|
485
|
-
|
|
486
|
-
[[package]]
|
|
487
|
-
name = "futures-task"
|
|
488
|
-
version = "0.3.32"
|
|
489
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
490
|
-
checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
|
|
491
|
-
|
|
492
|
-
[[package]]
|
|
493
|
-
name = "futures-util"
|
|
494
|
-
version = "0.3.32"
|
|
495
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
496
|
-
checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
|
|
497
|
-
dependencies = [
|
|
498
|
-
"futures-channel",
|
|
499
|
-
"futures-core",
|
|
500
|
-
"futures-io",
|
|
501
|
-
"futures-macro",
|
|
502
|
-
"futures-sink",
|
|
503
|
-
"futures-task",
|
|
504
|
-
"memchr",
|
|
505
|
-
"pin-project-lite",
|
|
506
|
-
"slab",
|
|
507
|
-
]
|
|
508
|
-
|
|
509
|
-
[[package]]
|
|
510
|
-
name = "generic-array"
|
|
511
|
-
version = "0.14.7"
|
|
512
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
513
|
-
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
514
|
-
dependencies = [
|
|
515
|
-
"typenum",
|
|
516
|
-
"version_check",
|
|
517
|
-
]
|
|
518
|
-
|
|
519
|
-
[[package]]
|
|
520
|
-
name = "getrandom"
|
|
521
|
-
version = "0.2.17"
|
|
522
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
523
|
-
checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
|
|
524
|
-
dependencies = [
|
|
525
|
-
"cfg-if",
|
|
526
|
-
"libc",
|
|
527
|
-
"wasi",
|
|
528
|
-
]
|
|
529
|
-
|
|
530
|
-
[[package]]
|
|
531
|
-
name = "getrandom"
|
|
532
|
-
version = "0.4.2"
|
|
533
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
534
|
-
checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
|
|
535
|
-
dependencies = [
|
|
536
|
-
"cfg-if",
|
|
537
|
-
"libc",
|
|
538
|
-
"r-efi",
|
|
539
|
-
"wasip2",
|
|
540
|
-
"wasip3",
|
|
541
|
-
]
|
|
542
|
-
|
|
543
|
-
[[package]]
|
|
544
|
-
name = "glob"
|
|
545
|
-
version = "0.3.3"
|
|
546
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
547
|
-
checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
|
|
548
|
-
|
|
549
|
-
[[package]]
|
|
550
|
-
name = "h2"
|
|
551
|
-
version = "0.3.27"
|
|
552
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
553
|
-
checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
|
|
554
|
-
dependencies = [
|
|
555
|
-
"bytes",
|
|
556
|
-
"fnv",
|
|
557
|
-
"futures-core",
|
|
558
|
-
"futures-sink",
|
|
559
|
-
"futures-util",
|
|
560
|
-
"http",
|
|
561
|
-
"indexmap 2.13.0",
|
|
562
|
-
"slab",
|
|
563
|
-
"tokio",
|
|
564
|
-
"tokio-util",
|
|
565
|
-
"tracing",
|
|
566
|
-
]
|
|
567
|
-
|
|
568
|
-
[[package]]
|
|
569
|
-
name = "hashbrown"
|
|
570
|
-
version = "0.12.3"
|
|
571
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
572
|
-
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
573
|
-
|
|
574
|
-
[[package]]
|
|
575
|
-
name = "hashbrown"
|
|
576
|
-
version = "0.14.5"
|
|
577
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
578
|
-
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
|
579
|
-
dependencies = [
|
|
580
|
-
"ahash",
|
|
581
|
-
"allocator-api2",
|
|
582
|
-
]
|
|
583
|
-
|
|
584
|
-
[[package]]
|
|
585
|
-
name = "hashbrown"
|
|
586
|
-
version = "0.15.5"
|
|
587
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
588
|
-
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
|
589
|
-
dependencies = [
|
|
590
|
-
"foldhash",
|
|
591
|
-
]
|
|
592
|
-
|
|
593
|
-
[[package]]
|
|
594
|
-
name = "hashbrown"
|
|
595
|
-
version = "0.16.1"
|
|
596
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
597
|
-
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
|
|
598
|
-
|
|
599
|
-
[[package]]
|
|
600
|
-
name = "hashlink"
|
|
601
|
-
version = "0.8.4"
|
|
602
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
603
|
-
checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
|
|
604
|
-
dependencies = [
|
|
605
|
-
"hashbrown 0.14.5",
|
|
606
|
-
]
|
|
607
|
-
|
|
608
|
-
[[package]]
|
|
609
|
-
name = "heck"
|
|
610
|
-
version = "0.5.0"
|
|
611
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
612
|
-
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
613
|
-
|
|
614
|
-
[[package]]
|
|
615
|
-
name = "home"
|
|
616
|
-
version = "0.5.12"
|
|
617
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
618
|
-
checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
|
|
619
|
-
dependencies = [
|
|
620
|
-
"windows-sys 0.61.2",
|
|
621
|
-
]
|
|
622
|
-
|
|
623
|
-
[[package]]
|
|
624
|
-
name = "http"
|
|
625
|
-
version = "0.2.12"
|
|
626
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
627
|
-
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
|
|
628
|
-
dependencies = [
|
|
629
|
-
"bytes",
|
|
630
|
-
"fnv",
|
|
631
|
-
"itoa",
|
|
632
|
-
]
|
|
633
|
-
|
|
634
|
-
[[package]]
|
|
635
|
-
name = "http-body"
|
|
636
|
-
version = "0.4.6"
|
|
637
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
638
|
-
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
|
|
639
|
-
dependencies = [
|
|
640
|
-
"bytes",
|
|
641
|
-
"http",
|
|
642
|
-
"pin-project-lite",
|
|
643
|
-
]
|
|
644
|
-
|
|
645
|
-
[[package]]
|
|
646
|
-
name = "http-range-header"
|
|
647
|
-
version = "0.3.1"
|
|
648
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
649
|
-
checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
|
|
650
|
-
|
|
651
|
-
[[package]]
|
|
652
|
-
name = "httparse"
|
|
653
|
-
version = "1.10.1"
|
|
654
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
655
|
-
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
|
656
|
-
|
|
657
|
-
[[package]]
|
|
658
|
-
name = "httpdate"
|
|
659
|
-
version = "1.0.3"
|
|
660
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
661
|
-
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
|
662
|
-
|
|
663
|
-
[[package]]
|
|
664
|
-
name = "hyper"
|
|
665
|
-
version = "0.14.32"
|
|
666
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
667
|
-
checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
|
|
668
|
-
dependencies = [
|
|
669
|
-
"bytes",
|
|
670
|
-
"futures-channel",
|
|
671
|
-
"futures-core",
|
|
672
|
-
"futures-util",
|
|
673
|
-
"h2",
|
|
674
|
-
"http",
|
|
675
|
-
"http-body",
|
|
676
|
-
"httparse",
|
|
677
|
-
"httpdate",
|
|
678
|
-
"itoa",
|
|
679
|
-
"pin-project-lite",
|
|
680
|
-
"socket2 0.5.10",
|
|
681
|
-
"tokio",
|
|
682
|
-
"tower-service",
|
|
683
|
-
"tracing",
|
|
684
|
-
"want",
|
|
685
|
-
]
|
|
686
|
-
|
|
687
|
-
[[package]]
|
|
688
|
-
name = "hyper-rustls"
|
|
689
|
-
version = "0.25.0"
|
|
690
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
691
|
-
checksum = "399c78f9338483cb7e630c8474b07268983c6bd5acee012e4211f9f7bb21b070"
|
|
692
|
-
dependencies = [
|
|
693
|
-
"futures-util",
|
|
694
|
-
"http",
|
|
695
|
-
"hyper",
|
|
696
|
-
"log",
|
|
697
|
-
"rustls",
|
|
698
|
-
"rustls-native-certs",
|
|
699
|
-
"rustls-pki-types",
|
|
700
|
-
"tokio",
|
|
701
|
-
"tokio-rustls",
|
|
702
|
-
"webpki-roots 0.26.11",
|
|
703
|
-
]
|
|
704
|
-
|
|
705
|
-
[[package]]
|
|
706
|
-
name = "hyper-timeout"
|
|
707
|
-
version = "0.4.1"
|
|
708
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
709
|
-
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
|
|
710
|
-
dependencies = [
|
|
711
|
-
"hyper",
|
|
712
|
-
"pin-project-lite",
|
|
713
|
-
"tokio",
|
|
714
|
-
"tokio-io-timeout",
|
|
715
|
-
]
|
|
716
|
-
|
|
717
|
-
[[package]]
|
|
718
|
-
name = "iana-time-zone"
|
|
719
|
-
version = "0.1.65"
|
|
720
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
721
|
-
checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
|
|
722
|
-
dependencies = [
|
|
723
|
-
"android_system_properties",
|
|
724
|
-
"core-foundation-sys",
|
|
725
|
-
"iana-time-zone-haiku",
|
|
726
|
-
"js-sys",
|
|
727
|
-
"log",
|
|
728
|
-
"wasm-bindgen",
|
|
729
|
-
"windows-core",
|
|
730
|
-
]
|
|
731
|
-
|
|
732
|
-
[[package]]
|
|
733
|
-
name = "iana-time-zone-haiku"
|
|
734
|
-
version = "0.1.2"
|
|
735
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
736
|
-
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
|
737
|
-
dependencies = [
|
|
738
|
-
"cc",
|
|
739
|
-
]
|
|
740
|
-
|
|
741
|
-
[[package]]
|
|
742
|
-
name = "id-arena"
|
|
743
|
-
version = "2.3.0"
|
|
744
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
745
|
-
checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
|
|
746
|
-
|
|
747
|
-
[[package]]
|
|
748
|
-
name = "indexmap"
|
|
749
|
-
version = "1.9.3"
|
|
750
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
751
|
-
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
|
752
|
-
dependencies = [
|
|
753
|
-
"autocfg",
|
|
754
|
-
"hashbrown 0.12.3",
|
|
755
|
-
]
|
|
756
|
-
|
|
757
|
-
[[package]]
|
|
758
|
-
name = "indexmap"
|
|
759
|
-
version = "2.13.0"
|
|
760
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
761
|
-
checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
|
|
762
|
-
dependencies = [
|
|
763
|
-
"equivalent",
|
|
764
|
-
"hashbrown 0.16.1",
|
|
765
|
-
"serde",
|
|
766
|
-
"serde_core",
|
|
767
|
-
]
|
|
768
|
-
|
|
769
|
-
[[package]]
|
|
770
|
-
name = "inout"
|
|
771
|
-
version = "0.1.4"
|
|
772
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
773
|
-
checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
|
|
774
|
-
dependencies = [
|
|
775
|
-
"block-padding",
|
|
776
|
-
"generic-array",
|
|
777
|
-
]
|
|
778
|
-
|
|
779
|
-
[[package]]
|
|
780
|
-
name = "itertools"
|
|
781
|
-
version = "0.12.1"
|
|
782
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
783
|
-
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
|
784
|
-
dependencies = [
|
|
785
|
-
"either",
|
|
786
|
-
]
|
|
787
|
-
|
|
788
|
-
[[package]]
|
|
789
|
-
name = "itoa"
|
|
790
|
-
version = "1.0.17"
|
|
791
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
792
|
-
checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
|
|
793
|
-
|
|
794
|
-
[[package]]
|
|
795
|
-
name = "js-sys"
|
|
796
|
-
version = "0.3.91"
|
|
797
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
798
|
-
checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c"
|
|
799
|
-
dependencies = [
|
|
800
|
-
"once_cell",
|
|
801
|
-
"wasm-bindgen",
|
|
802
|
-
]
|
|
803
|
-
|
|
804
|
-
[[package]]
|
|
805
|
-
name = "lazy_static"
|
|
806
|
-
version = "1.5.0"
|
|
807
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
808
|
-
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
809
|
-
|
|
810
|
-
[[package]]
|
|
811
|
-
name = "lazycell"
|
|
812
|
-
version = "1.3.0"
|
|
813
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
814
|
-
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
815
|
-
|
|
816
|
-
[[package]]
|
|
817
|
-
name = "leb128fmt"
|
|
818
|
-
version = "0.1.0"
|
|
819
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
820
|
-
checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
|
|
821
|
-
|
|
822
|
-
[[package]]
|
|
823
|
-
name = "libc"
|
|
824
|
-
version = "0.2.182"
|
|
825
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
826
|
-
checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
|
|
827
|
-
|
|
828
|
-
[[package]]
|
|
829
|
-
name = "libloading"
|
|
830
|
-
version = "0.8.9"
|
|
831
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
832
|
-
checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
|
|
833
|
-
dependencies = [
|
|
834
|
-
"cfg-if",
|
|
835
|
-
"windows-link",
|
|
836
|
-
]
|
|
837
|
-
|
|
838
|
-
[[package]]
|
|
839
|
-
name = "libsql"
|
|
840
|
-
version = "0.9.29"
|
|
841
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
842
|
-
checksum = "2329faffc510cc3c6b4f00169a39177cc7099d3ed7647fc92f7cf26e53a8d976"
|
|
843
|
-
dependencies = [
|
|
844
|
-
"anyhow",
|
|
845
|
-
"async-stream",
|
|
846
|
-
"async-trait",
|
|
847
|
-
"base64",
|
|
848
|
-
"bincode",
|
|
849
|
-
"bitflags 2.11.0",
|
|
850
|
-
"bytes",
|
|
851
|
-
"chrono",
|
|
852
|
-
"crc32fast",
|
|
853
|
-
"fallible-iterator 0.3.0",
|
|
854
|
-
"futures",
|
|
855
|
-
"http",
|
|
856
|
-
"hyper",
|
|
857
|
-
"hyper-rustls",
|
|
858
|
-
"libsql-hrana",
|
|
859
|
-
"libsql-sqlite3-parser",
|
|
860
|
-
"libsql-sys",
|
|
861
|
-
"libsql_replication",
|
|
862
|
-
"parking_lot",
|
|
863
|
-
"serde",
|
|
864
|
-
"serde_json",
|
|
865
|
-
"thiserror",
|
|
866
|
-
"tokio",
|
|
867
|
-
"tokio-stream",
|
|
868
|
-
"tokio-util",
|
|
869
|
-
"tonic",
|
|
870
|
-
"tonic-web",
|
|
871
|
-
"tower",
|
|
872
|
-
"tower-http",
|
|
873
|
-
"tracing",
|
|
874
|
-
"uuid",
|
|
875
|
-
"zerocopy 0.7.35",
|
|
876
|
-
]
|
|
877
|
-
|
|
878
|
-
[[package]]
|
|
879
|
-
name = "libsql-ffi"
|
|
880
|
-
version = "0.9.29"
|
|
881
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
882
|
-
checksum = "6cd1c1662822495393327856774f6803be25d85bfdcd5b9d4af35458f5daaf75"
|
|
883
|
-
dependencies = [
|
|
884
|
-
"bindgen 0.66.1",
|
|
885
|
-
"cc",
|
|
886
|
-
"cmake",
|
|
887
|
-
"glob",
|
|
888
|
-
]
|
|
889
|
-
|
|
890
|
-
[[package]]
|
|
891
|
-
name = "libsql-hrana"
|
|
892
|
-
version = "0.9.29"
|
|
893
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
894
|
-
checksum = "646d0aa75e412769018422f0da798f72e93bd51964f0b2ddad4317aa779ae444"
|
|
895
|
-
dependencies = [
|
|
896
|
-
"base64",
|
|
897
|
-
"bytes",
|
|
898
|
-
"prost",
|
|
899
|
-
"serde",
|
|
900
|
-
]
|
|
901
|
-
|
|
902
|
-
[[package]]
|
|
903
|
-
name = "libsql-rusqlite"
|
|
904
|
-
version = "0.9.29"
|
|
905
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
906
|
-
checksum = "5a4ce3a78c6e3c2b23b02ab6272df8340e1c53380497979d456882254f348d5f"
|
|
907
|
-
dependencies = [
|
|
908
|
-
"bitflags 2.11.0",
|
|
909
|
-
"fallible-iterator 0.2.0",
|
|
910
|
-
"fallible-streaming-iterator",
|
|
911
|
-
"hashlink",
|
|
912
|
-
"libsql-ffi",
|
|
913
|
-
"smallvec",
|
|
914
|
-
]
|
|
915
|
-
|
|
916
|
-
[[package]]
|
|
917
|
-
name = "libsql-sqlite3-parser"
|
|
918
|
-
version = "0.13.0"
|
|
919
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
920
|
-
checksum = "15a90128c708356af8f7d767c9ac2946692c9112b4f74f07b99a01a60680e413"
|
|
921
|
-
dependencies = [
|
|
922
|
-
"bitflags 2.11.0",
|
|
923
|
-
"cc",
|
|
924
|
-
"fallible-iterator 0.3.0",
|
|
925
|
-
"indexmap 2.13.0",
|
|
926
|
-
"log",
|
|
927
|
-
"memchr",
|
|
928
|
-
"phf",
|
|
929
|
-
"phf_codegen",
|
|
930
|
-
"phf_shared",
|
|
931
|
-
"uncased",
|
|
932
|
-
]
|
|
933
|
-
|
|
934
|
-
[[package]]
|
|
935
|
-
name = "libsql-sys"
|
|
936
|
-
version = "0.9.29"
|
|
937
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
938
|
-
checksum = "2a3c326fcfc36fe7578238d5ee6b58c529f8c76372acd61ec50267529cdaff95"
|
|
939
|
-
dependencies = [
|
|
940
|
-
"bytes",
|
|
941
|
-
"libsql-ffi",
|
|
942
|
-
"libsql-rusqlite",
|
|
943
|
-
"once_cell",
|
|
944
|
-
"tracing",
|
|
945
|
-
"zerocopy 0.7.35",
|
|
946
|
-
]
|
|
947
|
-
|
|
948
|
-
[[package]]
|
|
949
|
-
name = "libsql_replication"
|
|
950
|
-
version = "0.9.29"
|
|
951
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
952
|
-
checksum = "1d9a2e469ac8400659bd31f81a745908bcc5cb6b40be2f2ff8de90b15bec5501"
|
|
953
|
-
dependencies = [
|
|
954
|
-
"aes",
|
|
955
|
-
"async-stream",
|
|
956
|
-
"async-trait",
|
|
957
|
-
"bytes",
|
|
958
|
-
"cbc",
|
|
959
|
-
"libsql-rusqlite",
|
|
960
|
-
"libsql-sys",
|
|
961
|
-
"parking_lot",
|
|
962
|
-
"prost",
|
|
963
|
-
"serde",
|
|
964
|
-
"thiserror",
|
|
965
|
-
"tokio",
|
|
966
|
-
"tokio-stream",
|
|
967
|
-
"tokio-util",
|
|
968
|
-
"tonic",
|
|
969
|
-
"tracing",
|
|
970
|
-
"uuid",
|
|
971
|
-
"zerocopy 0.7.35",
|
|
972
|
-
]
|
|
973
|
-
|
|
974
|
-
[[package]]
|
|
975
|
-
name = "linux-raw-sys"
|
|
976
|
-
version = "0.4.15"
|
|
977
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
978
|
-
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
|
979
|
-
|
|
980
|
-
[[package]]
|
|
981
|
-
name = "lock_api"
|
|
982
|
-
version = "0.4.14"
|
|
983
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
984
|
-
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
|
985
|
-
dependencies = [
|
|
986
|
-
"scopeguard",
|
|
987
|
-
]
|
|
988
|
-
|
|
989
|
-
[[package]]
|
|
990
|
-
name = "log"
|
|
991
|
-
version = "0.4.29"
|
|
992
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
993
|
-
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
|
994
|
-
|
|
995
|
-
[[package]]
|
|
996
|
-
name = "magnus"
|
|
997
|
-
version = "0.8.2"
|
|
998
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
999
|
-
checksum = "3b36a5b126bbe97eb0d02d07acfeb327036c6319fd816139a49824a83b7f9012"
|
|
1000
|
-
dependencies = [
|
|
1001
|
-
"magnus-macros",
|
|
1002
|
-
"rb-sys",
|
|
1003
|
-
"rb-sys-env",
|
|
1004
|
-
"seq-macro",
|
|
1005
|
-
]
|
|
1006
|
-
|
|
1007
|
-
[[package]]
|
|
1008
|
-
name = "magnus-macros"
|
|
1009
|
-
version = "0.8.0"
|
|
1010
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1011
|
-
checksum = "47607461fd8e1513cb4f2076c197d8092d921a1ea75bd08af97398f593751892"
|
|
1012
|
-
dependencies = [
|
|
1013
|
-
"proc-macro2",
|
|
1014
|
-
"quote",
|
|
1015
|
-
"syn",
|
|
1016
|
-
]
|
|
1017
|
-
|
|
1018
|
-
[[package]]
|
|
1019
|
-
name = "matchit"
|
|
1020
|
-
version = "0.7.3"
|
|
1021
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1022
|
-
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
|
|
1023
|
-
|
|
1024
|
-
[[package]]
|
|
1025
|
-
name = "memchr"
|
|
1026
|
-
version = "2.8.0"
|
|
1027
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1028
|
-
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
|
|
1029
|
-
|
|
1030
|
-
[[package]]
|
|
1031
|
-
name = "mime"
|
|
1032
|
-
version = "0.3.17"
|
|
1033
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1034
|
-
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
1035
|
-
|
|
1036
|
-
[[package]]
|
|
1037
|
-
name = "minimal-lexical"
|
|
1038
|
-
version = "0.2.1"
|
|
1039
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1040
|
-
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
1041
|
-
|
|
1042
|
-
[[package]]
|
|
1043
|
-
name = "mio"
|
|
1044
|
-
version = "1.1.1"
|
|
1045
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1046
|
-
checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
|
|
1047
|
-
dependencies = [
|
|
1048
|
-
"libc",
|
|
1049
|
-
"wasi",
|
|
1050
|
-
"windows-sys 0.61.2",
|
|
1051
|
-
]
|
|
1052
|
-
|
|
1053
|
-
[[package]]
|
|
1054
|
-
name = "nom"
|
|
1055
|
-
version = "7.1.3"
|
|
1056
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1057
|
-
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
|
1058
|
-
dependencies = [
|
|
1059
|
-
"memchr",
|
|
1060
|
-
"minimal-lexical",
|
|
1061
|
-
]
|
|
1062
|
-
|
|
1063
|
-
[[package]]
|
|
1064
|
-
name = "num-traits"
|
|
1065
|
-
version = "0.2.19"
|
|
1066
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1067
|
-
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
1068
|
-
dependencies = [
|
|
1069
|
-
"autocfg",
|
|
1070
|
-
]
|
|
1071
|
-
|
|
1072
|
-
[[package]]
|
|
1073
|
-
name = "once_cell"
|
|
1074
|
-
version = "1.21.3"
|
|
1075
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1076
|
-
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
|
1077
|
-
|
|
1078
|
-
[[package]]
|
|
1079
|
-
name = "openssl-probe"
|
|
1080
|
-
version = "0.1.6"
|
|
1081
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1082
|
-
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
|
1083
|
-
|
|
1084
|
-
[[package]]
|
|
1085
|
-
name = "parking_lot"
|
|
1086
|
-
version = "0.12.5"
|
|
1087
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1088
|
-
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
|
|
1089
|
-
dependencies = [
|
|
1090
|
-
"lock_api",
|
|
1091
|
-
"parking_lot_core",
|
|
1092
|
-
]
|
|
1093
|
-
|
|
1094
|
-
[[package]]
|
|
1095
|
-
name = "parking_lot_core"
|
|
1096
|
-
version = "0.9.12"
|
|
1097
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1098
|
-
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
|
|
1099
|
-
dependencies = [
|
|
1100
|
-
"cfg-if",
|
|
1101
|
-
"libc",
|
|
1102
|
-
"redox_syscall",
|
|
1103
|
-
"smallvec",
|
|
1104
|
-
"windows-link",
|
|
1105
|
-
]
|
|
1106
|
-
|
|
1107
|
-
[[package]]
|
|
1108
|
-
name = "peeking_take_while"
|
|
1109
|
-
version = "0.1.2"
|
|
1110
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1111
|
-
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
1112
|
-
|
|
1113
|
-
[[package]]
|
|
1114
|
-
name = "percent-encoding"
|
|
1115
|
-
version = "2.3.2"
|
|
1116
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1117
|
-
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
|
1118
|
-
|
|
1119
|
-
[[package]]
|
|
1120
|
-
name = "phf"
|
|
1121
|
-
version = "0.11.3"
|
|
1122
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1123
|
-
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
|
|
1124
|
-
dependencies = [
|
|
1125
|
-
"phf_shared",
|
|
1126
|
-
]
|
|
1127
|
-
|
|
1128
|
-
[[package]]
|
|
1129
|
-
name = "phf_codegen"
|
|
1130
|
-
version = "0.11.3"
|
|
1131
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1132
|
-
checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
|
|
1133
|
-
dependencies = [
|
|
1134
|
-
"phf_generator",
|
|
1135
|
-
"phf_shared",
|
|
1136
|
-
]
|
|
1137
|
-
|
|
1138
|
-
[[package]]
|
|
1139
|
-
name = "phf_generator"
|
|
1140
|
-
version = "0.11.3"
|
|
1141
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1142
|
-
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
|
|
1143
|
-
dependencies = [
|
|
1144
|
-
"phf_shared",
|
|
1145
|
-
"rand",
|
|
1146
|
-
]
|
|
1147
|
-
|
|
1148
|
-
[[package]]
|
|
1149
|
-
name = "phf_shared"
|
|
1150
|
-
version = "0.11.3"
|
|
1151
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1152
|
-
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
|
|
1153
|
-
dependencies = [
|
|
1154
|
-
"siphasher",
|
|
1155
|
-
"uncased",
|
|
1156
|
-
]
|
|
1157
|
-
|
|
1158
|
-
[[package]]
|
|
1159
|
-
name = "pin-project"
|
|
1160
|
-
version = "1.1.11"
|
|
1161
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1162
|
-
checksum = "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517"
|
|
1163
|
-
dependencies = [
|
|
1164
|
-
"pin-project-internal",
|
|
1165
|
-
]
|
|
1166
|
-
|
|
1167
|
-
[[package]]
|
|
1168
|
-
name = "pin-project-internal"
|
|
1169
|
-
version = "1.1.11"
|
|
1170
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1171
|
-
checksum = "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6"
|
|
1172
|
-
dependencies = [
|
|
1173
|
-
"proc-macro2",
|
|
1174
|
-
"quote",
|
|
1175
|
-
"syn",
|
|
1176
|
-
]
|
|
1177
|
-
|
|
1178
|
-
[[package]]
|
|
1179
|
-
name = "pin-project-lite"
|
|
1180
|
-
version = "0.2.17"
|
|
1181
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1182
|
-
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
|
|
1183
|
-
|
|
1184
|
-
[[package]]
|
|
1185
|
-
name = "ppv-lite86"
|
|
1186
|
-
version = "0.2.21"
|
|
1187
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1188
|
-
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
|
1189
|
-
dependencies = [
|
|
1190
|
-
"zerocopy 0.8.40",
|
|
1191
|
-
]
|
|
1192
|
-
|
|
1193
|
-
[[package]]
|
|
1194
|
-
name = "prettyplease"
|
|
1195
|
-
version = "0.2.37"
|
|
1196
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1197
|
-
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
|
1198
|
-
dependencies = [
|
|
1199
|
-
"proc-macro2",
|
|
1200
|
-
"syn",
|
|
1201
|
-
]
|
|
1202
|
-
|
|
1203
|
-
[[package]]
|
|
1204
|
-
name = "proc-macro2"
|
|
1205
|
-
version = "1.0.106"
|
|
1206
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1207
|
-
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
|
1208
|
-
dependencies = [
|
|
1209
|
-
"unicode-ident",
|
|
1210
|
-
]
|
|
1211
|
-
|
|
1212
|
-
[[package]]
|
|
1213
|
-
name = "prost"
|
|
1214
|
-
version = "0.12.6"
|
|
1215
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1216
|
-
checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
|
|
1217
|
-
dependencies = [
|
|
1218
|
-
"bytes",
|
|
1219
|
-
"prost-derive",
|
|
1220
|
-
]
|
|
1221
|
-
|
|
1222
|
-
[[package]]
|
|
1223
|
-
name = "prost-derive"
|
|
1224
|
-
version = "0.12.6"
|
|
1225
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1226
|
-
checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
|
|
1227
|
-
dependencies = [
|
|
1228
|
-
"anyhow",
|
|
1229
|
-
"itertools",
|
|
1230
|
-
"proc-macro2",
|
|
1231
|
-
"quote",
|
|
1232
|
-
"syn",
|
|
1233
|
-
]
|
|
1234
|
-
|
|
1235
|
-
[[package]]
|
|
1236
|
-
name = "quote"
|
|
1237
|
-
version = "1.0.45"
|
|
1238
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1239
|
-
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
|
|
1240
|
-
dependencies = [
|
|
1241
|
-
"proc-macro2",
|
|
1242
|
-
]
|
|
1243
|
-
|
|
1244
|
-
[[package]]
|
|
1245
|
-
name = "r-efi"
|
|
1246
|
-
version = "6.0.0"
|
|
1247
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1248
|
-
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
|
|
1249
|
-
|
|
1250
|
-
[[package]]
|
|
1251
|
-
name = "rand"
|
|
1252
|
-
version = "0.8.5"
|
|
1253
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1254
|
-
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
1255
|
-
dependencies = [
|
|
1256
|
-
"libc",
|
|
1257
|
-
"rand_chacha",
|
|
1258
|
-
"rand_core",
|
|
1259
|
-
]
|
|
1260
|
-
|
|
1261
|
-
[[package]]
|
|
1262
|
-
name = "rand_chacha"
|
|
1263
|
-
version = "0.3.1"
|
|
1264
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1265
|
-
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
1266
|
-
dependencies = [
|
|
1267
|
-
"ppv-lite86",
|
|
1268
|
-
"rand_core",
|
|
1269
|
-
]
|
|
1270
|
-
|
|
1271
|
-
[[package]]
|
|
1272
|
-
name = "rand_core"
|
|
1273
|
-
version = "0.6.4"
|
|
1274
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1275
|
-
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
1276
|
-
dependencies = [
|
|
1277
|
-
"getrandom 0.2.17",
|
|
1278
|
-
]
|
|
1279
|
-
|
|
1280
|
-
[[package]]
|
|
1281
|
-
name = "rb-sys"
|
|
1282
|
-
version = "0.9.124"
|
|
1283
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1284
|
-
checksum = "c85c4188462601e2aa1469def389c17228566f82ea72f137ed096f21591bc489"
|
|
1285
|
-
dependencies = [
|
|
1286
|
-
"rb-sys-build",
|
|
1287
|
-
]
|
|
1288
|
-
|
|
1289
|
-
[[package]]
|
|
1290
|
-
name = "rb-sys-build"
|
|
1291
|
-
version = "0.9.124"
|
|
1292
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1293
|
-
checksum = "568068db4102230882e6d4ae8de6632e224ca75fe5970f6e026a04e91ed635d3"
|
|
1294
|
-
dependencies = [
|
|
1295
|
-
"bindgen 0.69.5",
|
|
1296
|
-
"lazy_static",
|
|
1297
|
-
"proc-macro2",
|
|
1298
|
-
"quote",
|
|
1299
|
-
"regex",
|
|
1300
|
-
"shell-words",
|
|
1301
|
-
"syn",
|
|
1302
|
-
]
|
|
1303
|
-
|
|
1304
|
-
[[package]]
|
|
1305
|
-
name = "rb-sys-env"
|
|
1306
|
-
version = "0.2.3"
|
|
1307
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1308
|
-
checksum = "cca7ad6a7e21e72151d56fe2495a259b5670e204c3adac41ee7ef676ea08117a"
|
|
1309
|
-
|
|
1310
|
-
[[package]]
|
|
1311
|
-
name = "redox_syscall"
|
|
1312
|
-
version = "0.5.18"
|
|
1313
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1314
|
-
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
|
1315
|
-
dependencies = [
|
|
1316
|
-
"bitflags 2.11.0",
|
|
1317
|
-
]
|
|
1318
|
-
|
|
1319
|
-
[[package]]
|
|
1320
|
-
name = "regex"
|
|
1321
|
-
version = "1.12.3"
|
|
1322
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1323
|
-
checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
|
|
1324
|
-
dependencies = [
|
|
1325
|
-
"aho-corasick",
|
|
1326
|
-
"memchr",
|
|
1327
|
-
"regex-automata",
|
|
1328
|
-
"regex-syntax",
|
|
1329
|
-
]
|
|
1330
|
-
|
|
1331
|
-
[[package]]
|
|
1332
|
-
name = "regex-automata"
|
|
1333
|
-
version = "0.4.14"
|
|
1334
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1335
|
-
checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
|
|
1336
|
-
dependencies = [
|
|
1337
|
-
"aho-corasick",
|
|
1338
|
-
"memchr",
|
|
1339
|
-
"regex-syntax",
|
|
1340
|
-
]
|
|
1341
|
-
|
|
1342
|
-
[[package]]
|
|
1343
|
-
name = "regex-syntax"
|
|
1344
|
-
version = "0.8.10"
|
|
1345
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1346
|
-
checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
|
|
1347
|
-
|
|
1348
|
-
[[package]]
|
|
1349
|
-
name = "ring"
|
|
1350
|
-
version = "0.17.14"
|
|
1351
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1352
|
-
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
|
|
1353
|
-
dependencies = [
|
|
1354
|
-
"cc",
|
|
1355
|
-
"cfg-if",
|
|
1356
|
-
"getrandom 0.2.17",
|
|
1357
|
-
"libc",
|
|
1358
|
-
"untrusted",
|
|
1359
|
-
"windows-sys 0.52.0",
|
|
1360
|
-
]
|
|
1361
|
-
|
|
1362
|
-
[[package]]
|
|
1363
|
-
name = "rustc-hash"
|
|
1364
|
-
version = "1.1.0"
|
|
1365
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1366
|
-
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
1367
|
-
|
|
1368
|
-
[[package]]
|
|
1369
|
-
name = "rustix"
|
|
1370
|
-
version = "0.38.44"
|
|
1371
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1372
|
-
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
|
|
1373
|
-
dependencies = [
|
|
1374
|
-
"bitflags 2.11.0",
|
|
1375
|
-
"errno",
|
|
1376
|
-
"libc",
|
|
1377
|
-
"linux-raw-sys",
|
|
1378
|
-
"windows-sys 0.52.0",
|
|
1379
|
-
]
|
|
1380
|
-
|
|
1381
|
-
[[package]]
|
|
1382
|
-
name = "rustls"
|
|
1383
|
-
version = "0.22.4"
|
|
1384
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1385
|
-
checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432"
|
|
1386
|
-
dependencies = [
|
|
1387
|
-
"log",
|
|
1388
|
-
"ring",
|
|
1389
|
-
"rustls-pki-types",
|
|
1390
|
-
"rustls-webpki",
|
|
1391
|
-
"subtle",
|
|
1392
|
-
"zeroize",
|
|
1393
|
-
]
|
|
1394
|
-
|
|
1395
|
-
[[package]]
|
|
1396
|
-
name = "rustls-native-certs"
|
|
1397
|
-
version = "0.7.3"
|
|
1398
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1399
|
-
checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5"
|
|
1400
|
-
dependencies = [
|
|
1401
|
-
"openssl-probe",
|
|
1402
|
-
"rustls-pemfile",
|
|
1403
|
-
"rustls-pki-types",
|
|
1404
|
-
"schannel",
|
|
1405
|
-
"security-framework",
|
|
1406
|
-
]
|
|
1407
|
-
|
|
1408
|
-
[[package]]
|
|
1409
|
-
name = "rustls-pemfile"
|
|
1410
|
-
version = "2.2.0"
|
|
1411
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1412
|
-
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
|
|
1413
|
-
dependencies = [
|
|
1414
|
-
"rustls-pki-types",
|
|
1415
|
-
]
|
|
1416
|
-
|
|
1417
|
-
[[package]]
|
|
1418
|
-
name = "rustls-pki-types"
|
|
1419
|
-
version = "1.14.0"
|
|
1420
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1421
|
-
checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
|
|
1422
|
-
dependencies = [
|
|
1423
|
-
"zeroize",
|
|
1424
|
-
]
|
|
1425
|
-
|
|
1426
|
-
[[package]]
|
|
1427
|
-
name = "rustls-webpki"
|
|
1428
|
-
version = "0.102.8"
|
|
1429
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1430
|
-
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
|
|
1431
|
-
dependencies = [
|
|
1432
|
-
"ring",
|
|
1433
|
-
"rustls-pki-types",
|
|
1434
|
-
"untrusted",
|
|
1435
|
-
]
|
|
1436
|
-
|
|
1437
|
-
[[package]]
|
|
1438
|
-
name = "rustversion"
|
|
1439
|
-
version = "1.0.22"
|
|
1440
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1441
|
-
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
|
1442
|
-
|
|
1443
|
-
[[package]]
|
|
1444
|
-
name = "schannel"
|
|
1445
|
-
version = "0.1.28"
|
|
1446
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1447
|
-
checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
|
|
1448
|
-
dependencies = [
|
|
1449
|
-
"windows-sys 0.61.2",
|
|
1450
|
-
]
|
|
1451
|
-
|
|
1452
|
-
[[package]]
|
|
1453
|
-
name = "scopeguard"
|
|
1454
|
-
version = "1.2.0"
|
|
1455
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1456
|
-
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
1457
|
-
|
|
1458
|
-
[[package]]
|
|
1459
|
-
name = "security-framework"
|
|
1460
|
-
version = "2.11.1"
|
|
1461
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1462
|
-
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
|
1463
|
-
dependencies = [
|
|
1464
|
-
"bitflags 2.11.0",
|
|
1465
|
-
"core-foundation",
|
|
1466
|
-
"core-foundation-sys",
|
|
1467
|
-
"libc",
|
|
1468
|
-
"security-framework-sys",
|
|
1469
|
-
]
|
|
1470
|
-
|
|
1471
|
-
[[package]]
|
|
1472
|
-
name = "security-framework-sys"
|
|
1473
|
-
version = "2.17.0"
|
|
1474
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1475
|
-
checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
|
|
1476
|
-
dependencies = [
|
|
1477
|
-
"core-foundation-sys",
|
|
1478
|
-
"libc",
|
|
1479
|
-
]
|
|
1480
|
-
|
|
1481
|
-
[[package]]
|
|
1482
|
-
name = "semver"
|
|
1483
|
-
version = "1.0.27"
|
|
1484
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1485
|
-
checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
|
|
1486
|
-
|
|
1487
|
-
[[package]]
|
|
1488
|
-
name = "seq-macro"
|
|
1489
|
-
version = "0.3.6"
|
|
1490
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1491
|
-
checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
|
|
1492
|
-
|
|
1493
|
-
[[package]]
|
|
1494
|
-
name = "serde"
|
|
1495
|
-
version = "1.0.228"
|
|
1496
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1497
|
-
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
1498
|
-
dependencies = [
|
|
1499
|
-
"serde_core",
|
|
1500
|
-
"serde_derive",
|
|
1501
|
-
]
|
|
1502
|
-
|
|
1503
|
-
[[package]]
|
|
1504
|
-
name = "serde_core"
|
|
1505
|
-
version = "1.0.228"
|
|
1506
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1507
|
-
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
1508
|
-
dependencies = [
|
|
1509
|
-
"serde_derive",
|
|
1510
|
-
]
|
|
1511
|
-
|
|
1512
|
-
[[package]]
|
|
1513
|
-
name = "serde_derive"
|
|
1514
|
-
version = "1.0.228"
|
|
1515
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1516
|
-
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
1517
|
-
dependencies = [
|
|
1518
|
-
"proc-macro2",
|
|
1519
|
-
"quote",
|
|
1520
|
-
"syn",
|
|
1521
|
-
]
|
|
1522
|
-
|
|
1523
|
-
[[package]]
|
|
1524
|
-
name = "serde_json"
|
|
1525
|
-
version = "1.0.149"
|
|
1526
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1527
|
-
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
|
|
1528
|
-
dependencies = [
|
|
1529
|
-
"itoa",
|
|
1530
|
-
"memchr",
|
|
1531
|
-
"serde",
|
|
1532
|
-
"serde_core",
|
|
1533
|
-
"zmij",
|
|
1534
|
-
]
|
|
1535
|
-
|
|
1536
|
-
[[package]]
|
|
1537
|
-
name = "shell-words"
|
|
1538
|
-
version = "1.1.1"
|
|
1539
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1540
|
-
checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77"
|
|
1541
|
-
|
|
1542
|
-
[[package]]
|
|
1543
|
-
name = "shlex"
|
|
1544
|
-
version = "1.3.0"
|
|
1545
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1546
|
-
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
1547
|
-
|
|
1548
|
-
[[package]]
|
|
1549
|
-
name = "signal-hook-registry"
|
|
1550
|
-
version = "1.4.8"
|
|
1551
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1552
|
-
checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
|
|
1553
|
-
dependencies = [
|
|
1554
|
-
"errno",
|
|
1555
|
-
"libc",
|
|
1556
|
-
]
|
|
1557
|
-
|
|
1558
|
-
[[package]]
|
|
1559
|
-
name = "siphasher"
|
|
1560
|
-
version = "1.0.2"
|
|
1561
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1562
|
-
checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e"
|
|
1563
|
-
|
|
1564
|
-
[[package]]
|
|
1565
|
-
name = "slab"
|
|
1566
|
-
version = "0.4.12"
|
|
1567
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1568
|
-
checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
|
|
1569
|
-
|
|
1570
|
-
[[package]]
|
|
1571
|
-
name = "smallvec"
|
|
1572
|
-
version = "1.15.1"
|
|
1573
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1574
|
-
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
|
1575
|
-
|
|
1576
|
-
[[package]]
|
|
1577
|
-
name = "socket2"
|
|
1578
|
-
version = "0.5.10"
|
|
1579
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1580
|
-
checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
|
|
1581
|
-
dependencies = [
|
|
1582
|
-
"libc",
|
|
1583
|
-
"windows-sys 0.52.0",
|
|
1584
|
-
]
|
|
1585
|
-
|
|
1586
|
-
[[package]]
|
|
1587
|
-
name = "socket2"
|
|
1588
|
-
version = "0.6.2"
|
|
1589
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1590
|
-
checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0"
|
|
1591
|
-
dependencies = [
|
|
1592
|
-
"libc",
|
|
1593
|
-
"windows-sys 0.60.2",
|
|
1594
|
-
]
|
|
1595
|
-
|
|
1596
|
-
[[package]]
|
|
1597
|
-
name = "subtle"
|
|
1598
|
-
version = "2.6.1"
|
|
1599
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1600
|
-
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
1601
|
-
|
|
1602
|
-
[[package]]
|
|
1603
|
-
name = "syn"
|
|
1604
|
-
version = "2.0.117"
|
|
1605
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1606
|
-
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
|
|
1607
|
-
dependencies = [
|
|
1608
|
-
"proc-macro2",
|
|
1609
|
-
"quote",
|
|
1610
|
-
"unicode-ident",
|
|
1611
|
-
]
|
|
1612
|
-
|
|
1613
|
-
[[package]]
|
|
1614
|
-
name = "sync_wrapper"
|
|
1615
|
-
version = "0.1.2"
|
|
1616
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1617
|
-
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
|
1618
|
-
|
|
1619
|
-
[[package]]
|
|
1620
|
-
name = "thiserror"
|
|
1621
|
-
version = "1.0.69"
|
|
1622
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1623
|
-
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
|
1624
|
-
dependencies = [
|
|
1625
|
-
"thiserror-impl",
|
|
1626
|
-
]
|
|
1627
|
-
|
|
1628
|
-
[[package]]
|
|
1629
|
-
name = "thiserror-impl"
|
|
1630
|
-
version = "1.0.69"
|
|
1631
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1632
|
-
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
|
1633
|
-
dependencies = [
|
|
1634
|
-
"proc-macro2",
|
|
1635
|
-
"quote",
|
|
1636
|
-
"syn",
|
|
1637
|
-
]
|
|
1638
|
-
|
|
1639
|
-
[[package]]
|
|
1640
|
-
name = "tokio"
|
|
1641
|
-
version = "1.50.0"
|
|
1642
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1643
|
-
checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d"
|
|
1644
|
-
dependencies = [
|
|
1645
|
-
"bytes",
|
|
1646
|
-
"libc",
|
|
1647
|
-
"mio",
|
|
1648
|
-
"parking_lot",
|
|
1649
|
-
"pin-project-lite",
|
|
1650
|
-
"signal-hook-registry",
|
|
1651
|
-
"socket2 0.6.2",
|
|
1652
|
-
"tokio-macros",
|
|
1653
|
-
"windows-sys 0.61.2",
|
|
1654
|
-
]
|
|
1655
|
-
|
|
1656
|
-
[[package]]
|
|
1657
|
-
name = "tokio-io-timeout"
|
|
1658
|
-
version = "1.2.1"
|
|
1659
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1660
|
-
checksum = "0bd86198d9ee903fedd2f9a2e72014287c0d9167e4ae43b5853007205dda1b76"
|
|
1661
|
-
dependencies = [
|
|
1662
|
-
"pin-project-lite",
|
|
1663
|
-
"tokio",
|
|
1664
|
-
]
|
|
1665
|
-
|
|
1666
|
-
[[package]]
|
|
1667
|
-
name = "tokio-macros"
|
|
1668
|
-
version = "2.6.1"
|
|
1669
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1670
|
-
checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c"
|
|
1671
|
-
dependencies = [
|
|
1672
|
-
"proc-macro2",
|
|
1673
|
-
"quote",
|
|
1674
|
-
"syn",
|
|
1675
|
-
]
|
|
1676
|
-
|
|
1677
|
-
[[package]]
|
|
1678
|
-
name = "tokio-rustls"
|
|
1679
|
-
version = "0.25.0"
|
|
1680
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1681
|
-
checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f"
|
|
1682
|
-
dependencies = [
|
|
1683
|
-
"rustls",
|
|
1684
|
-
"rustls-pki-types",
|
|
1685
|
-
"tokio",
|
|
1686
|
-
]
|
|
1687
|
-
|
|
1688
|
-
[[package]]
|
|
1689
|
-
name = "tokio-stream"
|
|
1690
|
-
version = "0.1.18"
|
|
1691
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1692
|
-
checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
|
|
1693
|
-
dependencies = [
|
|
1694
|
-
"futures-core",
|
|
1695
|
-
"pin-project-lite",
|
|
1696
|
-
"tokio",
|
|
1697
|
-
]
|
|
1698
|
-
|
|
1699
|
-
[[package]]
|
|
1700
|
-
name = "tokio-util"
|
|
1701
|
-
version = "0.7.18"
|
|
1702
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1703
|
-
checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
|
|
1704
|
-
dependencies = [
|
|
1705
|
-
"bytes",
|
|
1706
|
-
"futures-core",
|
|
1707
|
-
"futures-sink",
|
|
1708
|
-
"pin-project-lite",
|
|
1709
|
-
"tokio",
|
|
1710
|
-
]
|
|
1711
|
-
|
|
1712
|
-
[[package]]
|
|
1713
|
-
name = "tonic"
|
|
1714
|
-
version = "0.11.0"
|
|
1715
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1716
|
-
checksum = "76c4eb7a4e9ef9d4763600161f12f5070b92a578e1b634db88a6887844c91a13"
|
|
1717
|
-
dependencies = [
|
|
1718
|
-
"async-stream",
|
|
1719
|
-
"async-trait",
|
|
1720
|
-
"axum",
|
|
1721
|
-
"base64",
|
|
1722
|
-
"bytes",
|
|
1723
|
-
"h2",
|
|
1724
|
-
"http",
|
|
1725
|
-
"http-body",
|
|
1726
|
-
"hyper",
|
|
1727
|
-
"hyper-timeout",
|
|
1728
|
-
"percent-encoding",
|
|
1729
|
-
"pin-project",
|
|
1730
|
-
"prost",
|
|
1731
|
-
"tokio",
|
|
1732
|
-
"tokio-stream",
|
|
1733
|
-
"tower",
|
|
1734
|
-
"tower-layer",
|
|
1735
|
-
"tower-service",
|
|
1736
|
-
"tracing",
|
|
1737
|
-
]
|
|
1738
|
-
|
|
1739
|
-
[[package]]
|
|
1740
|
-
name = "tonic-web"
|
|
1741
|
-
version = "0.11.0"
|
|
1742
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1743
|
-
checksum = "dc3b0e1cedbf19fdfb78ef3d672cb9928e0a91a9cb4629cc0c916e8cff8aaaa1"
|
|
1744
|
-
dependencies = [
|
|
1745
|
-
"base64",
|
|
1746
|
-
"bytes",
|
|
1747
|
-
"http",
|
|
1748
|
-
"http-body",
|
|
1749
|
-
"hyper",
|
|
1750
|
-
"pin-project",
|
|
1751
|
-
"tokio-stream",
|
|
1752
|
-
"tonic",
|
|
1753
|
-
"tower-http",
|
|
1754
|
-
"tower-layer",
|
|
1755
|
-
"tower-service",
|
|
1756
|
-
"tracing",
|
|
1757
|
-
]
|
|
1758
|
-
|
|
1759
|
-
[[package]]
|
|
1760
|
-
name = "tower"
|
|
1761
|
-
version = "0.4.13"
|
|
1762
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1763
|
-
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
|
1764
|
-
dependencies = [
|
|
1765
|
-
"futures-core",
|
|
1766
|
-
"futures-util",
|
|
1767
|
-
"indexmap 1.9.3",
|
|
1768
|
-
"pin-project",
|
|
1769
|
-
"pin-project-lite",
|
|
1770
|
-
"rand",
|
|
1771
|
-
"slab",
|
|
1772
|
-
"tokio",
|
|
1773
|
-
"tokio-util",
|
|
1774
|
-
"tower-layer",
|
|
1775
|
-
"tower-service",
|
|
1776
|
-
"tracing",
|
|
1777
|
-
]
|
|
1778
|
-
|
|
1779
|
-
[[package]]
|
|
1780
|
-
name = "tower-http"
|
|
1781
|
-
version = "0.4.4"
|
|
1782
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1783
|
-
checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
|
|
1784
|
-
dependencies = [
|
|
1785
|
-
"bitflags 2.11.0",
|
|
1786
|
-
"bytes",
|
|
1787
|
-
"futures-core",
|
|
1788
|
-
"futures-util",
|
|
1789
|
-
"http",
|
|
1790
|
-
"http-body",
|
|
1791
|
-
"http-range-header",
|
|
1792
|
-
"pin-project-lite",
|
|
1793
|
-
"tower",
|
|
1794
|
-
"tower-layer",
|
|
1795
|
-
"tower-service",
|
|
1796
|
-
"tracing",
|
|
1797
|
-
]
|
|
1798
|
-
|
|
1799
|
-
[[package]]
|
|
1800
|
-
name = "tower-layer"
|
|
1801
|
-
version = "0.3.3"
|
|
1802
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1803
|
-
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
|
1804
|
-
|
|
1805
|
-
[[package]]
|
|
1806
|
-
name = "tower-service"
|
|
1807
|
-
version = "0.3.3"
|
|
1808
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1809
|
-
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|
1810
|
-
|
|
1811
|
-
[[package]]
|
|
1812
|
-
name = "tracing"
|
|
1813
|
-
version = "0.1.44"
|
|
1814
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1815
|
-
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
|
|
1816
|
-
dependencies = [
|
|
1817
|
-
"log",
|
|
1818
|
-
"pin-project-lite",
|
|
1819
|
-
"tracing-attributes",
|
|
1820
|
-
"tracing-core",
|
|
1821
|
-
]
|
|
1822
|
-
|
|
1823
|
-
[[package]]
|
|
1824
|
-
name = "tracing-attributes"
|
|
1825
|
-
version = "0.1.31"
|
|
1826
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1827
|
-
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
|
|
1828
|
-
dependencies = [
|
|
1829
|
-
"proc-macro2",
|
|
1830
|
-
"quote",
|
|
1831
|
-
"syn",
|
|
1832
|
-
]
|
|
1833
|
-
|
|
1834
|
-
[[package]]
|
|
1835
|
-
name = "tracing-core"
|
|
1836
|
-
version = "0.1.36"
|
|
1837
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1838
|
-
checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
|
|
1839
|
-
dependencies = [
|
|
1840
|
-
"once_cell",
|
|
1841
|
-
]
|
|
1842
|
-
|
|
1843
|
-
[[package]]
|
|
1844
|
-
name = "try-lock"
|
|
1845
|
-
version = "0.2.5"
|
|
1846
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1847
|
-
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
1848
|
-
|
|
1849
|
-
[[package]]
|
|
1850
|
-
name = "turso_libsql"
|
|
1851
|
-
version = "0.1.0"
|
|
1852
|
-
dependencies = [
|
|
1853
|
-
"libsql",
|
|
1854
|
-
"magnus",
|
|
1855
|
-
"once_cell",
|
|
1856
|
-
"tokio",
|
|
1857
|
-
]
|
|
1858
|
-
|
|
1859
|
-
[[package]]
|
|
1860
|
-
name = "typenum"
|
|
1861
|
-
version = "1.19.0"
|
|
1862
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1863
|
-
checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
|
|
1864
|
-
|
|
1865
|
-
[[package]]
|
|
1866
|
-
name = "uncased"
|
|
1867
|
-
version = "0.9.10"
|
|
1868
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1869
|
-
checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697"
|
|
1870
|
-
dependencies = [
|
|
1871
|
-
"version_check",
|
|
1872
|
-
]
|
|
1873
|
-
|
|
1874
|
-
[[package]]
|
|
1875
|
-
name = "unicode-ident"
|
|
1876
|
-
version = "1.0.24"
|
|
1877
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1878
|
-
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
|
1879
|
-
|
|
1880
|
-
[[package]]
|
|
1881
|
-
name = "unicode-xid"
|
|
1882
|
-
version = "0.2.6"
|
|
1883
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1884
|
-
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
|
|
1885
|
-
|
|
1886
|
-
[[package]]
|
|
1887
|
-
name = "untrusted"
|
|
1888
|
-
version = "0.9.0"
|
|
1889
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1890
|
-
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
1891
|
-
|
|
1892
|
-
[[package]]
|
|
1893
|
-
name = "uuid"
|
|
1894
|
-
version = "1.21.0"
|
|
1895
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1896
|
-
checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb"
|
|
1897
|
-
dependencies = [
|
|
1898
|
-
"getrandom 0.4.2",
|
|
1899
|
-
"js-sys",
|
|
1900
|
-
"serde_core",
|
|
1901
|
-
"wasm-bindgen",
|
|
1902
|
-
]
|
|
1903
|
-
|
|
1904
|
-
[[package]]
|
|
1905
|
-
name = "version_check"
|
|
1906
|
-
version = "0.9.5"
|
|
1907
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1908
|
-
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
1909
|
-
|
|
1910
|
-
[[package]]
|
|
1911
|
-
name = "want"
|
|
1912
|
-
version = "0.3.1"
|
|
1913
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1914
|
-
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
|
1915
|
-
dependencies = [
|
|
1916
|
-
"try-lock",
|
|
1917
|
-
]
|
|
1918
|
-
|
|
1919
|
-
[[package]]
|
|
1920
|
-
name = "wasi"
|
|
1921
|
-
version = "0.11.1+wasi-snapshot-preview1"
|
|
1922
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1923
|
-
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
1924
|
-
|
|
1925
|
-
[[package]]
|
|
1926
|
-
name = "wasip2"
|
|
1927
|
-
version = "1.0.2+wasi-0.2.9"
|
|
1928
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1929
|
-
checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
|
|
1930
|
-
dependencies = [
|
|
1931
|
-
"wit-bindgen",
|
|
1932
|
-
]
|
|
1933
|
-
|
|
1934
|
-
[[package]]
|
|
1935
|
-
name = "wasip3"
|
|
1936
|
-
version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
|
|
1937
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1938
|
-
checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
|
|
1939
|
-
dependencies = [
|
|
1940
|
-
"wit-bindgen",
|
|
1941
|
-
]
|
|
1942
|
-
|
|
1943
|
-
[[package]]
|
|
1944
|
-
name = "wasm-bindgen"
|
|
1945
|
-
version = "0.2.114"
|
|
1946
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1947
|
-
checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e"
|
|
1948
|
-
dependencies = [
|
|
1949
|
-
"cfg-if",
|
|
1950
|
-
"once_cell",
|
|
1951
|
-
"rustversion",
|
|
1952
|
-
"wasm-bindgen-macro",
|
|
1953
|
-
"wasm-bindgen-shared",
|
|
1954
|
-
]
|
|
1955
|
-
|
|
1956
|
-
[[package]]
|
|
1957
|
-
name = "wasm-bindgen-macro"
|
|
1958
|
-
version = "0.2.114"
|
|
1959
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1960
|
-
checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6"
|
|
1961
|
-
dependencies = [
|
|
1962
|
-
"quote",
|
|
1963
|
-
"wasm-bindgen-macro-support",
|
|
1964
|
-
]
|
|
1965
|
-
|
|
1966
|
-
[[package]]
|
|
1967
|
-
name = "wasm-bindgen-macro-support"
|
|
1968
|
-
version = "0.2.114"
|
|
1969
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1970
|
-
checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3"
|
|
1971
|
-
dependencies = [
|
|
1972
|
-
"bumpalo",
|
|
1973
|
-
"proc-macro2",
|
|
1974
|
-
"quote",
|
|
1975
|
-
"syn",
|
|
1976
|
-
"wasm-bindgen-shared",
|
|
1977
|
-
]
|
|
1978
|
-
|
|
1979
|
-
[[package]]
|
|
1980
|
-
name = "wasm-bindgen-shared"
|
|
1981
|
-
version = "0.2.114"
|
|
1982
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1983
|
-
checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16"
|
|
1984
|
-
dependencies = [
|
|
1985
|
-
"unicode-ident",
|
|
1986
|
-
]
|
|
1987
|
-
|
|
1988
|
-
[[package]]
|
|
1989
|
-
name = "wasm-encoder"
|
|
1990
|
-
version = "0.244.0"
|
|
1991
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1992
|
-
checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
|
|
1993
|
-
dependencies = [
|
|
1994
|
-
"leb128fmt",
|
|
1995
|
-
"wasmparser",
|
|
1996
|
-
]
|
|
1997
|
-
|
|
1998
|
-
[[package]]
|
|
1999
|
-
name = "wasm-metadata"
|
|
2000
|
-
version = "0.244.0"
|
|
2001
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2002
|
-
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
|
|
2003
|
-
dependencies = [
|
|
2004
|
-
"anyhow",
|
|
2005
|
-
"indexmap 2.13.0",
|
|
2006
|
-
"wasm-encoder",
|
|
2007
|
-
"wasmparser",
|
|
2008
|
-
]
|
|
2009
|
-
|
|
2010
|
-
[[package]]
|
|
2011
|
-
name = "wasmparser"
|
|
2012
|
-
version = "0.244.0"
|
|
2013
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2014
|
-
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
|
|
2015
|
-
dependencies = [
|
|
2016
|
-
"bitflags 2.11.0",
|
|
2017
|
-
"hashbrown 0.15.5",
|
|
2018
|
-
"indexmap 2.13.0",
|
|
2019
|
-
"semver",
|
|
2020
|
-
]
|
|
2021
|
-
|
|
2022
|
-
[[package]]
|
|
2023
|
-
name = "webpki-roots"
|
|
2024
|
-
version = "0.26.11"
|
|
2025
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2026
|
-
checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
|
|
2027
|
-
dependencies = [
|
|
2028
|
-
"webpki-roots 1.0.6",
|
|
2029
|
-
]
|
|
2030
|
-
|
|
2031
|
-
[[package]]
|
|
2032
|
-
name = "webpki-roots"
|
|
2033
|
-
version = "1.0.6"
|
|
2034
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2035
|
-
checksum = "22cfaf3c063993ff62e73cb4311efde4db1efb31ab78a3e5c457939ad5cc0bed"
|
|
2036
|
-
dependencies = [
|
|
2037
|
-
"rustls-pki-types",
|
|
2038
|
-
]
|
|
2039
|
-
|
|
2040
|
-
[[package]]
|
|
2041
|
-
name = "which"
|
|
2042
|
-
version = "4.4.2"
|
|
2043
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2044
|
-
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
|
|
2045
|
-
dependencies = [
|
|
2046
|
-
"either",
|
|
2047
|
-
"home",
|
|
2048
|
-
"once_cell",
|
|
2049
|
-
"rustix",
|
|
2050
|
-
]
|
|
2051
|
-
|
|
2052
|
-
[[package]]
|
|
2053
|
-
name = "windows-core"
|
|
2054
|
-
version = "0.62.2"
|
|
2055
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2056
|
-
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
|
|
2057
|
-
dependencies = [
|
|
2058
|
-
"windows-implement",
|
|
2059
|
-
"windows-interface",
|
|
2060
|
-
"windows-link",
|
|
2061
|
-
"windows-result",
|
|
2062
|
-
"windows-strings",
|
|
2063
|
-
]
|
|
2064
|
-
|
|
2065
|
-
[[package]]
|
|
2066
|
-
name = "windows-implement"
|
|
2067
|
-
version = "0.60.2"
|
|
2068
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2069
|
-
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
|
|
2070
|
-
dependencies = [
|
|
2071
|
-
"proc-macro2",
|
|
2072
|
-
"quote",
|
|
2073
|
-
"syn",
|
|
2074
|
-
]
|
|
2075
|
-
|
|
2076
|
-
[[package]]
|
|
2077
|
-
name = "windows-interface"
|
|
2078
|
-
version = "0.59.3"
|
|
2079
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2080
|
-
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
|
|
2081
|
-
dependencies = [
|
|
2082
|
-
"proc-macro2",
|
|
2083
|
-
"quote",
|
|
2084
|
-
"syn",
|
|
2085
|
-
]
|
|
2086
|
-
|
|
2087
|
-
[[package]]
|
|
2088
|
-
name = "windows-link"
|
|
2089
|
-
version = "0.2.1"
|
|
2090
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2091
|
-
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
2092
|
-
|
|
2093
|
-
[[package]]
|
|
2094
|
-
name = "windows-result"
|
|
2095
|
-
version = "0.4.1"
|
|
2096
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2097
|
-
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
|
|
2098
|
-
dependencies = [
|
|
2099
|
-
"windows-link",
|
|
2100
|
-
]
|
|
2101
|
-
|
|
2102
|
-
[[package]]
|
|
2103
|
-
name = "windows-strings"
|
|
2104
|
-
version = "0.5.1"
|
|
2105
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2106
|
-
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
|
|
2107
|
-
dependencies = [
|
|
2108
|
-
"windows-link",
|
|
2109
|
-
]
|
|
2110
|
-
|
|
2111
|
-
[[package]]
|
|
2112
|
-
name = "windows-sys"
|
|
2113
|
-
version = "0.52.0"
|
|
2114
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2115
|
-
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
2116
|
-
dependencies = [
|
|
2117
|
-
"windows-targets 0.52.6",
|
|
2118
|
-
]
|
|
2119
|
-
|
|
2120
|
-
[[package]]
|
|
2121
|
-
name = "windows-sys"
|
|
2122
|
-
version = "0.60.2"
|
|
2123
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2124
|
-
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
|
|
2125
|
-
dependencies = [
|
|
2126
|
-
"windows-targets 0.53.5",
|
|
2127
|
-
]
|
|
2128
|
-
|
|
2129
|
-
[[package]]
|
|
2130
|
-
name = "windows-sys"
|
|
2131
|
-
version = "0.61.2"
|
|
2132
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2133
|
-
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
2134
|
-
dependencies = [
|
|
2135
|
-
"windows-link",
|
|
2136
|
-
]
|
|
2137
|
-
|
|
2138
|
-
[[package]]
|
|
2139
|
-
name = "windows-targets"
|
|
2140
|
-
version = "0.52.6"
|
|
2141
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2142
|
-
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
2143
|
-
dependencies = [
|
|
2144
|
-
"windows_aarch64_gnullvm 0.52.6",
|
|
2145
|
-
"windows_aarch64_msvc 0.52.6",
|
|
2146
|
-
"windows_i686_gnu 0.52.6",
|
|
2147
|
-
"windows_i686_gnullvm 0.52.6",
|
|
2148
|
-
"windows_i686_msvc 0.52.6",
|
|
2149
|
-
"windows_x86_64_gnu 0.52.6",
|
|
2150
|
-
"windows_x86_64_gnullvm 0.52.6",
|
|
2151
|
-
"windows_x86_64_msvc 0.52.6",
|
|
2152
|
-
]
|
|
2153
|
-
|
|
2154
|
-
[[package]]
|
|
2155
|
-
name = "windows-targets"
|
|
2156
|
-
version = "0.53.5"
|
|
2157
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2158
|
-
checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
|
|
2159
|
-
dependencies = [
|
|
2160
|
-
"windows-link",
|
|
2161
|
-
"windows_aarch64_gnullvm 0.53.1",
|
|
2162
|
-
"windows_aarch64_msvc 0.53.1",
|
|
2163
|
-
"windows_i686_gnu 0.53.1",
|
|
2164
|
-
"windows_i686_gnullvm 0.53.1",
|
|
2165
|
-
"windows_i686_msvc 0.53.1",
|
|
2166
|
-
"windows_x86_64_gnu 0.53.1",
|
|
2167
|
-
"windows_x86_64_gnullvm 0.53.1",
|
|
2168
|
-
"windows_x86_64_msvc 0.53.1",
|
|
2169
|
-
]
|
|
2170
|
-
|
|
2171
|
-
[[package]]
|
|
2172
|
-
name = "windows_aarch64_gnullvm"
|
|
2173
|
-
version = "0.52.6"
|
|
2174
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2175
|
-
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
2176
|
-
|
|
2177
|
-
[[package]]
|
|
2178
|
-
name = "windows_aarch64_gnullvm"
|
|
2179
|
-
version = "0.53.1"
|
|
2180
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2181
|
-
checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
|
|
2182
|
-
|
|
2183
|
-
[[package]]
|
|
2184
|
-
name = "windows_aarch64_msvc"
|
|
2185
|
-
version = "0.52.6"
|
|
2186
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2187
|
-
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
2188
|
-
|
|
2189
|
-
[[package]]
|
|
2190
|
-
name = "windows_aarch64_msvc"
|
|
2191
|
-
version = "0.53.1"
|
|
2192
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2193
|
-
checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
|
|
2194
|
-
|
|
2195
|
-
[[package]]
|
|
2196
|
-
name = "windows_i686_gnu"
|
|
2197
|
-
version = "0.52.6"
|
|
2198
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2199
|
-
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
2200
|
-
|
|
2201
|
-
[[package]]
|
|
2202
|
-
name = "windows_i686_gnu"
|
|
2203
|
-
version = "0.53.1"
|
|
2204
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2205
|
-
checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
|
|
2206
|
-
|
|
2207
|
-
[[package]]
|
|
2208
|
-
name = "windows_i686_gnullvm"
|
|
2209
|
-
version = "0.52.6"
|
|
2210
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2211
|
-
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
2212
|
-
|
|
2213
|
-
[[package]]
|
|
2214
|
-
name = "windows_i686_gnullvm"
|
|
2215
|
-
version = "0.53.1"
|
|
2216
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2217
|
-
checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
|
|
2218
|
-
|
|
2219
|
-
[[package]]
|
|
2220
|
-
name = "windows_i686_msvc"
|
|
2221
|
-
version = "0.52.6"
|
|
2222
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2223
|
-
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
2224
|
-
|
|
2225
|
-
[[package]]
|
|
2226
|
-
name = "windows_i686_msvc"
|
|
2227
|
-
version = "0.53.1"
|
|
2228
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2229
|
-
checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
|
|
2230
|
-
|
|
2231
|
-
[[package]]
|
|
2232
|
-
name = "windows_x86_64_gnu"
|
|
2233
|
-
version = "0.52.6"
|
|
2234
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2235
|
-
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
2236
|
-
|
|
2237
|
-
[[package]]
|
|
2238
|
-
name = "windows_x86_64_gnu"
|
|
2239
|
-
version = "0.53.1"
|
|
2240
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2241
|
-
checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
|
|
2242
|
-
|
|
2243
|
-
[[package]]
|
|
2244
|
-
name = "windows_x86_64_gnullvm"
|
|
2245
|
-
version = "0.52.6"
|
|
2246
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2247
|
-
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
2248
|
-
|
|
2249
|
-
[[package]]
|
|
2250
|
-
name = "windows_x86_64_gnullvm"
|
|
2251
|
-
version = "0.53.1"
|
|
2252
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2253
|
-
checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
|
|
2254
|
-
|
|
2255
|
-
[[package]]
|
|
2256
|
-
name = "windows_x86_64_msvc"
|
|
2257
|
-
version = "0.52.6"
|
|
2258
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2259
|
-
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
2260
|
-
|
|
2261
|
-
[[package]]
|
|
2262
|
-
name = "windows_x86_64_msvc"
|
|
2263
|
-
version = "0.53.1"
|
|
2264
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2265
|
-
checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
|
|
2266
|
-
|
|
2267
|
-
[[package]]
|
|
2268
|
-
name = "wit-bindgen"
|
|
2269
|
-
version = "0.51.0"
|
|
2270
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2271
|
-
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
|
|
2272
|
-
dependencies = [
|
|
2273
|
-
"wit-bindgen-rust-macro",
|
|
2274
|
-
]
|
|
2275
|
-
|
|
2276
|
-
[[package]]
|
|
2277
|
-
name = "wit-bindgen-core"
|
|
2278
|
-
version = "0.51.0"
|
|
2279
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2280
|
-
checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
|
|
2281
|
-
dependencies = [
|
|
2282
|
-
"anyhow",
|
|
2283
|
-
"heck",
|
|
2284
|
-
"wit-parser",
|
|
2285
|
-
]
|
|
2286
|
-
|
|
2287
|
-
[[package]]
|
|
2288
|
-
name = "wit-bindgen-rust"
|
|
2289
|
-
version = "0.51.0"
|
|
2290
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2291
|
-
checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
|
|
2292
|
-
dependencies = [
|
|
2293
|
-
"anyhow",
|
|
2294
|
-
"heck",
|
|
2295
|
-
"indexmap 2.13.0",
|
|
2296
|
-
"prettyplease",
|
|
2297
|
-
"syn",
|
|
2298
|
-
"wasm-metadata",
|
|
2299
|
-
"wit-bindgen-core",
|
|
2300
|
-
"wit-component",
|
|
2301
|
-
]
|
|
2302
|
-
|
|
2303
|
-
[[package]]
|
|
2304
|
-
name = "wit-bindgen-rust-macro"
|
|
2305
|
-
version = "0.51.0"
|
|
2306
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2307
|
-
checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
|
|
2308
|
-
dependencies = [
|
|
2309
|
-
"anyhow",
|
|
2310
|
-
"prettyplease",
|
|
2311
|
-
"proc-macro2",
|
|
2312
|
-
"quote",
|
|
2313
|
-
"syn",
|
|
2314
|
-
"wit-bindgen-core",
|
|
2315
|
-
"wit-bindgen-rust",
|
|
2316
|
-
]
|
|
2317
|
-
|
|
2318
|
-
[[package]]
|
|
2319
|
-
name = "wit-component"
|
|
2320
|
-
version = "0.244.0"
|
|
2321
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2322
|
-
checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
|
|
2323
|
-
dependencies = [
|
|
2324
|
-
"anyhow",
|
|
2325
|
-
"bitflags 2.11.0",
|
|
2326
|
-
"indexmap 2.13.0",
|
|
2327
|
-
"log",
|
|
2328
|
-
"serde",
|
|
2329
|
-
"serde_derive",
|
|
2330
|
-
"serde_json",
|
|
2331
|
-
"wasm-encoder",
|
|
2332
|
-
"wasm-metadata",
|
|
2333
|
-
"wasmparser",
|
|
2334
|
-
"wit-parser",
|
|
2335
|
-
]
|
|
2336
|
-
|
|
2337
|
-
[[package]]
|
|
2338
|
-
name = "wit-parser"
|
|
2339
|
-
version = "0.244.0"
|
|
2340
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2341
|
-
checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
|
|
2342
|
-
dependencies = [
|
|
2343
|
-
"anyhow",
|
|
2344
|
-
"id-arena",
|
|
2345
|
-
"indexmap 2.13.0",
|
|
2346
|
-
"log",
|
|
2347
|
-
"semver",
|
|
2348
|
-
"serde",
|
|
2349
|
-
"serde_derive",
|
|
2350
|
-
"serde_json",
|
|
2351
|
-
"unicode-xid",
|
|
2352
|
-
"wasmparser",
|
|
2353
|
-
]
|
|
2354
|
-
|
|
2355
|
-
[[package]]
|
|
2356
|
-
name = "zerocopy"
|
|
2357
|
-
version = "0.7.35"
|
|
2358
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2359
|
-
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
|
2360
|
-
dependencies = [
|
|
2361
|
-
"byteorder",
|
|
2362
|
-
"zerocopy-derive 0.7.35",
|
|
2363
|
-
]
|
|
2364
|
-
|
|
2365
|
-
[[package]]
|
|
2366
|
-
name = "zerocopy"
|
|
2367
|
-
version = "0.8.40"
|
|
2368
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2369
|
-
checksum = "a789c6e490b576db9f7e6b6d661bcc9799f7c0ac8352f56ea20193b2681532e5"
|
|
2370
|
-
dependencies = [
|
|
2371
|
-
"zerocopy-derive 0.8.40",
|
|
2372
|
-
]
|
|
2373
|
-
|
|
2374
|
-
[[package]]
|
|
2375
|
-
name = "zerocopy-derive"
|
|
2376
|
-
version = "0.7.35"
|
|
2377
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2378
|
-
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
|
2379
|
-
dependencies = [
|
|
2380
|
-
"proc-macro2",
|
|
2381
|
-
"quote",
|
|
2382
|
-
"syn",
|
|
2383
|
-
]
|
|
2384
|
-
|
|
2385
|
-
[[package]]
|
|
2386
|
-
name = "zerocopy-derive"
|
|
2387
|
-
version = "0.8.40"
|
|
2388
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2389
|
-
checksum = "f65c489a7071a749c849713807783f70672b28094011623e200cb86dcb835953"
|
|
2390
|
-
dependencies = [
|
|
2391
|
-
"proc-macro2",
|
|
2392
|
-
"quote",
|
|
2393
|
-
"syn",
|
|
2394
|
-
]
|
|
2395
|
-
|
|
2396
|
-
[[package]]
|
|
2397
|
-
name = "zeroize"
|
|
2398
|
-
version = "1.8.2"
|
|
2399
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2400
|
-
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
|
|
2401
|
-
|
|
2402
|
-
[[package]]
|
|
2403
|
-
name = "zmij"
|
|
2404
|
-
version = "1.0.21"
|
|
2405
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2406
|
-
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
|