@lancedb/lancedb 0.18.0 → 0.18.2-beta.0
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 +2 -4
- package/dist/arrow.d.ts +13 -1
- package/dist/arrow.js +140 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +3 -1
- package/dist/indices.d.ts +110 -9
- package/dist/indices.js +19 -0
- package/dist/native.d.ts +6 -0
- package/dist/table.d.ts +36 -2
- package/dist/table.js +23 -1
- package/dist/util.d.ts +1 -0
- package/dist/util.js +10 -0
- package/package.json +12 -12
- package/tree.txt +1774 -0
- package/typedoc_post_process.js +0 -68
package/tree.txt
ADDED
|
@@ -0,0 +1,1774 @@
|
|
|
1
|
+
lancedb-nodejs v0.18.1 (/Users/willjones/Documents/lancedb/nodejs)
|
|
2
|
+
├── arrow-array v54.2.1
|
|
3
|
+
│ ├── ahash v0.8.11
|
|
4
|
+
│ │ ├── cfg-if v1.0.0
|
|
5
|
+
│ │ ├── getrandom v0.2.15
|
|
6
|
+
│ │ │ ├── cfg-if v1.0.0
|
|
7
|
+
│ │ │ └── libc v0.2.171
|
|
8
|
+
│ │ ├── once_cell v1.21.0
|
|
9
|
+
│ │ └── zerocopy v0.7.35
|
|
10
|
+
│ │ [build-dependencies]
|
|
11
|
+
│ │ └── version_check v0.9.5
|
|
12
|
+
│ ├── arrow-buffer v54.2.1
|
|
13
|
+
│ │ ├── bytes v1.10.1
|
|
14
|
+
│ │ ├── half v2.4.1
|
|
15
|
+
│ │ │ ├── cfg-if v1.0.0
|
|
16
|
+
│ │ │ └── num-traits v0.2.19
|
|
17
|
+
│ │ │ └── libm v0.2.11
|
|
18
|
+
│ │ │ [build-dependencies]
|
|
19
|
+
│ │ │ └── autocfg v1.4.0
|
|
20
|
+
│ │ └── num v0.4.3
|
|
21
|
+
│ │ ├── num-bigint v0.4.6
|
|
22
|
+
│ │ │ ├── num-integer v0.1.46
|
|
23
|
+
│ │ │ │ └── num-traits v0.2.19 (*)
|
|
24
|
+
│ │ │ └── num-traits v0.2.19 (*)
|
|
25
|
+
│ │ ├── num-complex v0.4.6
|
|
26
|
+
│ │ │ └── num-traits v0.2.19 (*)
|
|
27
|
+
│ │ ├── num-integer v0.1.46 (*)
|
|
28
|
+
│ │ ├── num-iter v0.1.45
|
|
29
|
+
│ │ │ ├── num-integer v0.1.46 (*)
|
|
30
|
+
│ │ │ └── num-traits v0.2.19 (*)
|
|
31
|
+
│ │ │ [build-dependencies]
|
|
32
|
+
│ │ │ └── autocfg v1.4.0
|
|
33
|
+
│ │ ├── num-rational v0.4.2
|
|
34
|
+
│ │ │ ├── num-bigint v0.4.6 (*)
|
|
35
|
+
│ │ │ ├── num-integer v0.1.46 (*)
|
|
36
|
+
│ │ │ └── num-traits v0.2.19 (*)
|
|
37
|
+
│ │ └── num-traits v0.2.19 (*)
|
|
38
|
+
│ ├── arrow-data v54.2.1
|
|
39
|
+
│ │ ├── arrow-buffer v54.2.1 (*)
|
|
40
|
+
│ │ ├── arrow-schema v54.2.1
|
|
41
|
+
│ │ │ └── bitflags v2.9.0
|
|
42
|
+
│ │ ├── half v2.4.1 (*)
|
|
43
|
+
│ │ └── num v0.4.3 (*)
|
|
44
|
+
│ ├── arrow-schema v54.2.1 (*)
|
|
45
|
+
│ ├── chrono v0.4.39
|
|
46
|
+
│ │ ├── iana-time-zone v0.1.61
|
|
47
|
+
│ │ │ └── core-foundation-sys v0.8.7
|
|
48
|
+
│ │ ├── num-traits v0.2.19 (*)
|
|
49
|
+
│ │ └── serde v1.0.219
|
|
50
|
+
│ │ └── serde_derive v1.0.219 (proc-macro)
|
|
51
|
+
│ │ ├── proc-macro2 v1.0.94
|
|
52
|
+
│ │ │ └── unicode-ident v1.0.18
|
|
53
|
+
│ │ ├── quote v1.0.40
|
|
54
|
+
│ │ │ └── proc-macro2 v1.0.94 (*)
|
|
55
|
+
│ │ └── syn v2.0.100
|
|
56
|
+
│ │ ├── proc-macro2 v1.0.94 (*)
|
|
57
|
+
│ │ ├── quote v1.0.40 (*)
|
|
58
|
+
│ │ └── unicode-ident v1.0.18
|
|
59
|
+
│ ├── chrono-tz v0.10.1
|
|
60
|
+
│ │ ├── chrono v0.4.39 (*)
|
|
61
|
+
│ │ └── phf v0.11.3
|
|
62
|
+
│ │ └── phf_shared v0.11.3
|
|
63
|
+
│ │ └── siphasher v1.0.1
|
|
64
|
+
│ │ [build-dependencies]
|
|
65
|
+
│ │ └── chrono-tz-build v0.4.0
|
|
66
|
+
│ │ ├── parse-zoneinfo v0.3.1
|
|
67
|
+
│ │ │ └── regex v1.11.1
|
|
68
|
+
│ │ │ ├── aho-corasick v1.1.3
|
|
69
|
+
│ │ │ │ └── memchr v2.7.4
|
|
70
|
+
│ │ │ ├── memchr v2.7.4
|
|
71
|
+
│ │ │ ├── regex-automata v0.4.9
|
|
72
|
+
│ │ │ │ ├── aho-corasick v1.1.3 (*)
|
|
73
|
+
│ │ │ │ ├── memchr v2.7.4
|
|
74
|
+
│ │ │ │ └── regex-syntax v0.8.5
|
|
75
|
+
│ │ │ └── regex-syntax v0.8.5
|
|
76
|
+
│ │ └── phf_codegen v0.11.3
|
|
77
|
+
│ │ ├── phf_generator v0.11.3
|
|
78
|
+
│ │ │ ├── phf_shared v0.11.3
|
|
79
|
+
│ │ │ │ └── siphasher v1.0.1
|
|
80
|
+
│ │ │ └── rand v0.8.5
|
|
81
|
+
│ │ │ └── rand_core v0.6.4
|
|
82
|
+
│ │ └── phf_shared v0.11.3 (*)
|
|
83
|
+
│ ├── half v2.4.1 (*)
|
|
84
|
+
│ ├── hashbrown v0.15.2
|
|
85
|
+
│ │ ├── allocator-api2 v0.2.21
|
|
86
|
+
│ │ ├── equivalent v1.0.2
|
|
87
|
+
│ │ └── foldhash v0.1.4
|
|
88
|
+
│ └── num v0.4.3 (*)
|
|
89
|
+
├── arrow-ipc v54.2.1
|
|
90
|
+
│ ├── arrow-array v54.2.1 (*)
|
|
91
|
+
│ ├── arrow-buffer v54.2.1 (*)
|
|
92
|
+
│ ├── arrow-data v54.2.1 (*)
|
|
93
|
+
│ ├── arrow-schema v54.2.1 (*)
|
|
94
|
+
│ ├── flatbuffers v24.12.23
|
|
95
|
+
│ │ └── bitflags v1.3.2
|
|
96
|
+
│ │ [build-dependencies]
|
|
97
|
+
│ │ └── rustc_version v0.4.1
|
|
98
|
+
│ │ └── semver v1.0.26
|
|
99
|
+
│ ├── lz4_flex v0.11.3
|
|
100
|
+
│ │ └── twox-hash v1.6.3
|
|
101
|
+
│ │ ├── cfg-if v1.0.0
|
|
102
|
+
│ │ └── static_assertions v1.1.0
|
|
103
|
+
│ └── zstd v0.13.3
|
|
104
|
+
│ └── zstd-safe v7.2.3
|
|
105
|
+
│ └── zstd-sys v2.0.14+zstd.1.5.7
|
|
106
|
+
│ [build-dependencies]
|
|
107
|
+
│ ├── cc v1.2.16
|
|
108
|
+
│ │ ├── jobserver v0.1.32
|
|
109
|
+
│ │ │ └── libc v0.2.171
|
|
110
|
+
│ │ ├── libc v0.2.171
|
|
111
|
+
│ │ └── shlex v1.3.0
|
|
112
|
+
│ └── pkg-config v0.3.32
|
|
113
|
+
├── arrow-schema v54.2.1 (*)
|
|
114
|
+
├── async-trait v0.1.87 (proc-macro)
|
|
115
|
+
│ ├── proc-macro2 v1.0.94 (*)
|
|
116
|
+
│ ├── quote v1.0.40 (*)
|
|
117
|
+
│ └── syn v2.0.100 (*)
|
|
118
|
+
├── env_logger v0.11.7
|
|
119
|
+
│ ├── anstream v0.6.18
|
|
120
|
+
│ │ ├── anstyle v1.0.10
|
|
121
|
+
│ │ ├── anstyle-parse v0.2.6
|
|
122
|
+
│ │ │ └── utf8parse v0.2.2
|
|
123
|
+
│ │ ├── anstyle-query v1.1.2
|
|
124
|
+
│ │ ├── colorchoice v1.0.3
|
|
125
|
+
│ │ ├── is_terminal_polyfill v1.70.1
|
|
126
|
+
│ │ └── utf8parse v0.2.2
|
|
127
|
+
│ ├── anstyle v1.0.10
|
|
128
|
+
│ ├── env_filter v0.1.3
|
|
129
|
+
│ │ ├── log v0.4.26
|
|
130
|
+
│ │ └── regex v1.11.1 (*)
|
|
131
|
+
│ ├── jiff v0.2.4
|
|
132
|
+
│ └── log v0.4.26
|
|
133
|
+
├── futures v0.3.31
|
|
134
|
+
│ ├── futures-channel v0.3.31
|
|
135
|
+
│ │ ├── futures-core v0.3.31
|
|
136
|
+
│ │ └── futures-sink v0.3.31
|
|
137
|
+
│ ├── futures-core v0.3.31
|
|
138
|
+
│ ├── futures-executor v0.3.31
|
|
139
|
+
│ │ ├── futures-core v0.3.31
|
|
140
|
+
│ │ ├── futures-task v0.3.31
|
|
141
|
+
│ │ └── futures-util v0.3.31
|
|
142
|
+
│ │ ├── futures-channel v0.3.31 (*)
|
|
143
|
+
│ │ ├── futures-core v0.3.31
|
|
144
|
+
│ │ ├── futures-io v0.3.31
|
|
145
|
+
│ │ ├── futures-macro v0.3.31 (proc-macro)
|
|
146
|
+
│ │ │ ├── proc-macro2 v1.0.94 (*)
|
|
147
|
+
│ │ │ ├── quote v1.0.40 (*)
|
|
148
|
+
│ │ │ └── syn v2.0.100 (*)
|
|
149
|
+
│ │ ├── futures-sink v0.3.31
|
|
150
|
+
│ │ ├── futures-task v0.3.31
|
|
151
|
+
│ │ ├── memchr v2.7.4
|
|
152
|
+
│ │ ├── pin-project-lite v0.2.16
|
|
153
|
+
│ │ ├── pin-utils v0.1.0
|
|
154
|
+
│ │ └── slab v0.4.9
|
|
155
|
+
│ │ [build-dependencies]
|
|
156
|
+
│ │ └── autocfg v1.4.0
|
|
157
|
+
│ ├── futures-io v0.3.31
|
|
158
|
+
│ ├── futures-sink v0.3.31
|
|
159
|
+
│ ├── futures-task v0.3.31
|
|
160
|
+
│ └── futures-util v0.3.31 (*)
|
|
161
|
+
├── lancedb v0.18.1 (/Users/willjones/Documents/lancedb/rust/lancedb)
|
|
162
|
+
│ ├── arrow v54.2.1
|
|
163
|
+
│ │ ├── arrow-arith v54.2.1
|
|
164
|
+
│ │ │ ├── arrow-array v54.2.1 (*)
|
|
165
|
+
│ │ │ ├── arrow-buffer v54.2.1 (*)
|
|
166
|
+
│ │ │ ├── arrow-data v54.2.1 (*)
|
|
167
|
+
│ │ │ ├── arrow-schema v54.2.1 (*)
|
|
168
|
+
│ │ │ ├── chrono v0.4.39 (*)
|
|
169
|
+
│ │ │ └── num v0.4.3 (*)
|
|
170
|
+
│ │ ├── arrow-array v54.2.1 (*)
|
|
171
|
+
│ │ ├── arrow-buffer v54.2.1 (*)
|
|
172
|
+
│ │ ├── arrow-cast v54.2.1
|
|
173
|
+
│ │ │ ├── arrow-array v54.2.1 (*)
|
|
174
|
+
│ │ │ ├── arrow-buffer v54.2.1 (*)
|
|
175
|
+
│ │ │ ├── arrow-data v54.2.1 (*)
|
|
176
|
+
│ │ │ ├── arrow-schema v54.2.1 (*)
|
|
177
|
+
│ │ │ ├── arrow-select v54.2.1
|
|
178
|
+
│ │ │ │ ├── ahash v0.8.11 (*)
|
|
179
|
+
│ │ │ │ ├── arrow-array v54.2.1 (*)
|
|
180
|
+
│ │ │ │ ├── arrow-buffer v54.2.1 (*)
|
|
181
|
+
│ │ │ │ ├── arrow-data v54.2.1 (*)
|
|
182
|
+
│ │ │ │ ├── arrow-schema v54.2.1 (*)
|
|
183
|
+
│ │ │ │ └── num v0.4.3 (*)
|
|
184
|
+
│ │ │ ├── atoi v2.0.0
|
|
185
|
+
│ │ │ │ └── num-traits v0.2.19 (*)
|
|
186
|
+
│ │ │ ├── base64 v0.22.1
|
|
187
|
+
│ │ │ ├── chrono v0.4.39 (*)
|
|
188
|
+
│ │ │ ├── comfy-table v7.1.4
|
|
189
|
+
│ │ │ │ ├── unicode-segmentation v1.12.0
|
|
190
|
+
│ │ │ │ └── unicode-width v0.2.0
|
|
191
|
+
│ │ │ ├── half v2.4.1 (*)
|
|
192
|
+
│ │ │ ├── lexical-core v1.0.5
|
|
193
|
+
│ │ │ │ ├── lexical-parse-float v1.0.5
|
|
194
|
+
│ │ │ │ │ ├── lexical-parse-integer v1.0.5
|
|
195
|
+
│ │ │ │ │ │ ├── lexical-util v1.0.6
|
|
196
|
+
│ │ │ │ │ │ │ └── static_assertions v1.1.0
|
|
197
|
+
│ │ │ │ │ │ └── static_assertions v1.1.0
|
|
198
|
+
│ │ │ │ │ ├── lexical-util v1.0.6 (*)
|
|
199
|
+
│ │ │ │ │ └── static_assertions v1.1.0
|
|
200
|
+
│ │ │ │ ├── lexical-parse-integer v1.0.5 (*)
|
|
201
|
+
│ │ │ │ ├── lexical-util v1.0.6 (*)
|
|
202
|
+
│ │ │ │ ├── lexical-write-float v1.0.5
|
|
203
|
+
│ │ │ │ │ ├── lexical-util v1.0.6 (*)
|
|
204
|
+
│ │ │ │ │ ├── lexical-write-integer v1.0.5
|
|
205
|
+
│ │ │ │ │ │ ├── lexical-util v1.0.6 (*)
|
|
206
|
+
│ │ │ │ │ │ └── static_assertions v1.1.0
|
|
207
|
+
│ │ │ │ │ └── static_assertions v1.1.0
|
|
208
|
+
│ │ │ │ └── lexical-write-integer v1.0.5 (*)
|
|
209
|
+
│ │ │ ├── num v0.4.3 (*)
|
|
210
|
+
│ │ │ └── ryu v1.0.20
|
|
211
|
+
│ │ ├── arrow-csv v54.2.1
|
|
212
|
+
│ │ │ ├── arrow-array v54.2.1 (*)
|
|
213
|
+
│ │ │ ├── arrow-cast v54.2.1 (*)
|
|
214
|
+
│ │ │ ├── arrow-schema v54.2.1 (*)
|
|
215
|
+
│ │ │ ├── chrono v0.4.39 (*)
|
|
216
|
+
│ │ │ ├── csv v1.3.1
|
|
217
|
+
│ │ │ │ ├── csv-core v0.1.12
|
|
218
|
+
│ │ │ │ │ └── memchr v2.7.4
|
|
219
|
+
│ │ │ │ ├── itoa v1.0.15
|
|
220
|
+
│ │ │ │ ├── ryu v1.0.20
|
|
221
|
+
│ │ │ │ └── serde v1.0.219 (*)
|
|
222
|
+
│ │ │ ├── csv-core v0.1.12 (*)
|
|
223
|
+
│ │ │ ├── lazy_static v1.5.0
|
|
224
|
+
│ │ │ └── regex v1.11.1 (*)
|
|
225
|
+
│ │ ├── arrow-data v54.2.1 (*)
|
|
226
|
+
│ │ ├── arrow-ipc v54.2.1 (*)
|
|
227
|
+
│ │ ├── arrow-json v54.2.1
|
|
228
|
+
│ │ │ ├── arrow-array v54.2.1 (*)
|
|
229
|
+
│ │ │ ├── arrow-buffer v54.2.1 (*)
|
|
230
|
+
│ │ │ ├── arrow-cast v54.2.1 (*)
|
|
231
|
+
│ │ │ ├── arrow-data v54.2.1 (*)
|
|
232
|
+
│ │ │ ├── arrow-schema v54.2.1 (*)
|
|
233
|
+
│ │ │ ├── chrono v0.4.39 (*)
|
|
234
|
+
│ │ │ ├── half v2.4.1 (*)
|
|
235
|
+
│ │ │ ├── indexmap v2.8.0
|
|
236
|
+
│ │ │ │ ├── equivalent v1.0.2
|
|
237
|
+
│ │ │ │ └── hashbrown v0.15.2 (*)
|
|
238
|
+
│ │ │ ├── lexical-core v1.0.5 (*)
|
|
239
|
+
│ │ │ ├── num v0.4.3 (*)
|
|
240
|
+
│ │ │ ├── serde v1.0.219 (*)
|
|
241
|
+
│ │ │ └── serde_json v1.0.140
|
|
242
|
+
│ │ │ ├── itoa v1.0.15
|
|
243
|
+
│ │ │ ├── memchr v2.7.4
|
|
244
|
+
│ │ │ ├── ryu v1.0.20
|
|
245
|
+
│ │ │ └── serde v1.0.219 (*)
|
|
246
|
+
│ │ ├── arrow-ord v54.2.1
|
|
247
|
+
│ │ │ ├── arrow-array v54.2.1 (*)
|
|
248
|
+
│ │ │ ├── arrow-buffer v54.2.1 (*)
|
|
249
|
+
│ │ │ ├── arrow-data v54.2.1 (*)
|
|
250
|
+
│ │ │ ├── arrow-schema v54.2.1 (*)
|
|
251
|
+
│ │ │ └── arrow-select v54.2.1 (*)
|
|
252
|
+
│ │ ├── arrow-row v54.2.1
|
|
253
|
+
│ │ │ ├── arrow-array v54.2.1 (*)
|
|
254
|
+
│ │ │ ├── arrow-buffer v54.2.1 (*)
|
|
255
|
+
│ │ │ ├── arrow-data v54.2.1 (*)
|
|
256
|
+
│ │ │ ├── arrow-schema v54.2.1 (*)
|
|
257
|
+
│ │ │ └── half v2.4.1 (*)
|
|
258
|
+
│ │ ├── arrow-schema v54.2.1 (*)
|
|
259
|
+
│ │ ├── arrow-select v54.2.1 (*)
|
|
260
|
+
│ │ └── arrow-string v54.2.1
|
|
261
|
+
│ │ ├── arrow-array v54.2.1 (*)
|
|
262
|
+
│ │ ├── arrow-buffer v54.2.1 (*)
|
|
263
|
+
│ │ ├── arrow-data v54.2.1 (*)
|
|
264
|
+
│ │ ├── arrow-schema v54.2.1 (*)
|
|
265
|
+
│ │ ├── arrow-select v54.2.1 (*)
|
|
266
|
+
│ │ ├── memchr v2.7.4
|
|
267
|
+
│ │ ├── num v0.4.3 (*)
|
|
268
|
+
│ │ ├── regex v1.11.1 (*)
|
|
269
|
+
│ │ └── regex-syntax v0.8.5
|
|
270
|
+
│ ├── arrow-array v54.2.1 (*)
|
|
271
|
+
│ ├── arrow-cast v54.2.1 (*)
|
|
272
|
+
│ ├── arrow-data v54.2.1 (*)
|
|
273
|
+
│ ├── arrow-ipc v54.2.1 (*)
|
|
274
|
+
│ ├── arrow-ord v54.2.1 (*)
|
|
275
|
+
│ ├── arrow-schema v54.2.1 (*)
|
|
276
|
+
│ ├── async-trait v0.1.87 (proc-macro) (*)
|
|
277
|
+
│ ├── bytes v1.10.1
|
|
278
|
+
│ ├── chrono v0.4.39 (*)
|
|
279
|
+
│ ├── crunchy v0.2.2
|
|
280
|
+
│ ├── datafusion-catalog v45.0.0
|
|
281
|
+
│ │ ├── arrow v54.2.1 (*)
|
|
282
|
+
│ │ ├── async-trait v0.1.87 (proc-macro) (*)
|
|
283
|
+
│ │ ├── dashmap v6.1.0
|
|
284
|
+
│ │ │ ├── cfg-if v1.0.0
|
|
285
|
+
│ │ │ ├── crossbeam-utils v0.8.21
|
|
286
|
+
│ │ │ ├── hashbrown v0.14.5
|
|
287
|
+
│ │ │ │ ├── ahash v0.8.11 (*)
|
|
288
|
+
│ │ │ │ └── allocator-api2 v0.2.21
|
|
289
|
+
│ │ │ ├── lock_api v0.4.12
|
|
290
|
+
│ │ │ │ └── scopeguard v1.2.0
|
|
291
|
+
│ │ │ │ [build-dependencies]
|
|
292
|
+
│ │ │ │ └── autocfg v1.4.0
|
|
293
|
+
│ │ │ ├── once_cell v1.21.0
|
|
294
|
+
│ │ │ └── parking_lot_core v0.9.10
|
|
295
|
+
│ │ │ ├── cfg-if v1.0.0
|
|
296
|
+
│ │ │ ├── libc v0.2.171
|
|
297
|
+
│ │ │ └── smallvec v1.14.0
|
|
298
|
+
│ │ ├── datafusion-common v45.0.0
|
|
299
|
+
│ │ │ ├── ahash v0.8.11 (*)
|
|
300
|
+
│ │ │ ├── arrow v54.2.1 (*)
|
|
301
|
+
│ │ │ ├── arrow-array v54.2.1 (*)
|
|
302
|
+
│ │ │ ├── arrow-buffer v54.2.1 (*)
|
|
303
|
+
│ │ │ ├── arrow-ipc v54.2.1 (*)
|
|
304
|
+
│ │ │ ├── arrow-schema v54.2.1 (*)
|
|
305
|
+
│ │ │ ├── base64 v0.22.1
|
|
306
|
+
│ │ │ ├── half v2.4.1 (*)
|
|
307
|
+
│ │ │ ├── hashbrown v0.14.5 (*)
|
|
308
|
+
│ │ │ ├── indexmap v2.8.0 (*)
|
|
309
|
+
│ │ │ ├── libc v0.2.171
|
|
310
|
+
│ │ │ ├── log v0.4.26
|
|
311
|
+
│ │ │ ├── object_store v0.11.2
|
|
312
|
+
│ │ │ │ ├── async-trait v0.1.87 (proc-macro) (*)
|
|
313
|
+
│ │ │ │ ├── base64 v0.22.1
|
|
314
|
+
│ │ │ │ ├── bytes v1.10.1
|
|
315
|
+
│ │ │ │ ├── chrono v0.4.39 (*)
|
|
316
|
+
│ │ │ │ ├── futures v0.3.31 (*)
|
|
317
|
+
│ │ │ │ ├── httparse v1.10.1
|
|
318
|
+
│ │ │ │ ├── humantime v2.2.0
|
|
319
|
+
│ │ │ │ ├── hyper v1.6.0
|
|
320
|
+
│ │ │ │ │ ├── bytes v1.10.1
|
|
321
|
+
│ │ │ │ │ ├── futures-channel v0.3.31 (*)
|
|
322
|
+
│ │ │ │ │ ├── futures-util v0.3.31 (*)
|
|
323
|
+
│ │ │ │ │ ├── h2 v0.4.8
|
|
324
|
+
│ │ │ │ │ │ ├── atomic-waker v1.1.2
|
|
325
|
+
│ │ │ │ │ │ ├── bytes v1.10.1
|
|
326
|
+
│ │ │ │ │ │ ├── fnv v1.0.7
|
|
327
|
+
│ │ │ │ │ │ ├── futures-core v0.3.31
|
|
328
|
+
│ │ │ │ │ │ ├── futures-sink v0.3.31
|
|
329
|
+
│ │ │ │ │ │ ├── http v1.3.1
|
|
330
|
+
│ │ │ │ │ │ │ ├── bytes v1.10.1
|
|
331
|
+
│ │ │ │ │ │ │ ├── fnv v1.0.7
|
|
332
|
+
│ │ │ │ │ │ │ └── itoa v1.0.15
|
|
333
|
+
│ │ │ │ │ │ ├── indexmap v2.8.0 (*)
|
|
334
|
+
│ │ │ │ │ │ ├── slab v0.4.9 (*)
|
|
335
|
+
│ │ │ │ │ │ ├── tokio v1.44.0
|
|
336
|
+
│ │ │ │ │ │ │ ├── bytes v1.10.1
|
|
337
|
+
│ │ │ │ │ │ │ ├── libc v0.2.171
|
|
338
|
+
│ │ │ │ │ │ │ ├── mio v1.0.3
|
|
339
|
+
│ │ │ │ │ │ │ │ └── libc v0.2.171
|
|
340
|
+
│ │ │ │ │ │ │ ├── pin-project-lite v0.2.16
|
|
341
|
+
│ │ │ │ │ │ │ ├── signal-hook-registry v1.4.2
|
|
342
|
+
│ │ │ │ │ │ │ │ └── libc v0.2.171
|
|
343
|
+
│ │ │ │ │ │ │ ├── socket2 v0.5.8
|
|
344
|
+
│ │ │ │ │ │ │ │ └── libc v0.2.171
|
|
345
|
+
│ │ │ │ │ │ │ └── tokio-macros v2.5.0 (proc-macro)
|
|
346
|
+
│ │ │ │ │ │ │ ├── proc-macro2 v1.0.94 (*)
|
|
347
|
+
│ │ │ │ │ │ │ ├── quote v1.0.40 (*)
|
|
348
|
+
│ │ │ │ │ │ │ └── syn v2.0.100 (*)
|
|
349
|
+
│ │ │ │ │ │ ├── tokio-util v0.7.13
|
|
350
|
+
│ │ │ │ │ │ │ ├── bytes v1.10.1
|
|
351
|
+
│ │ │ │ │ │ │ ├── futures-core v0.3.31
|
|
352
|
+
│ │ │ │ │ │ │ ├── futures-sink v0.3.31
|
|
353
|
+
│ │ │ │ │ │ │ ├── pin-project-lite v0.2.16
|
|
354
|
+
│ │ │ │ │ │ │ └── tokio v1.44.0 (*)
|
|
355
|
+
│ │ │ │ │ │ └── tracing v0.1.41
|
|
356
|
+
│ │ │ │ │ │ ├── pin-project-lite v0.2.16
|
|
357
|
+
│ │ │ │ │ │ ├── tracing-attributes v0.1.28 (proc-macro)
|
|
358
|
+
│ │ │ │ │ │ │ ├── proc-macro2 v1.0.94 (*)
|
|
359
|
+
│ │ │ │ │ │ │ ├── quote v1.0.40 (*)
|
|
360
|
+
│ │ │ │ │ │ │ └── syn v2.0.100 (*)
|
|
361
|
+
│ │ │ │ │ │ └── tracing-core v0.1.33
|
|
362
|
+
│ │ │ │ │ │ └── once_cell v1.21.0
|
|
363
|
+
│ │ │ │ │ ├── http v1.3.1 (*)
|
|
364
|
+
│ │ │ │ │ ├── http-body v1.0.1
|
|
365
|
+
│ │ │ │ │ │ ├── bytes v1.10.1
|
|
366
|
+
│ │ │ │ │ │ └── http v1.3.1 (*)
|
|
367
|
+
│ │ │ │ │ ├── httparse v1.10.1
|
|
368
|
+
│ │ │ │ │ ├── itoa v1.0.15
|
|
369
|
+
│ │ │ │ │ ├── pin-project-lite v0.2.16
|
|
370
|
+
│ │ │ │ │ ├── smallvec v1.14.0
|
|
371
|
+
│ │ │ │ │ ├── tokio v1.44.0 (*)
|
|
372
|
+
│ │ │ │ │ └── want v0.3.1
|
|
373
|
+
│ │ │ │ │ └── try-lock v0.2.5
|
|
374
|
+
│ │ │ │ ├── itertools v0.13.0
|
|
375
|
+
│ │ │ │ │ └── either v1.15.0
|
|
376
|
+
│ │ │ │ ├── md-5 v0.10.6
|
|
377
|
+
│ │ │ │ │ ├── cfg-if v1.0.0
|
|
378
|
+
│ │ │ │ │ └── digest v0.10.7
|
|
379
|
+
│ │ │ │ │ ├── block-buffer v0.10.4
|
|
380
|
+
│ │ │ │ │ │ └── generic-array v0.14.7
|
|
381
|
+
│ │ │ │ │ │ └── typenum v1.18.0
|
|
382
|
+
│ │ │ │ │ │ [build-dependencies]
|
|
383
|
+
│ │ │ │ │ │ └── version_check v0.9.5
|
|
384
|
+
│ │ │ │ │ ├── crypto-common v0.1.6
|
|
385
|
+
│ │ │ │ │ │ ├── generic-array v0.14.7 (*)
|
|
386
|
+
│ │ │ │ │ │ └── typenum v1.18.0
|
|
387
|
+
│ │ │ │ │ └── subtle v2.6.1
|
|
388
|
+
│ │ │ │ ├── parking_lot v0.12.3
|
|
389
|
+
│ │ │ │ │ ├── lock_api v0.4.12 (*)
|
|
390
|
+
│ │ │ │ │ └── parking_lot_core v0.9.10 (*)
|
|
391
|
+
│ │ │ │ ├── percent-encoding v2.3.1
|
|
392
|
+
│ │ │ │ ├── quick-xml v0.37.2
|
|
393
|
+
│ │ │ │ │ ├── memchr v2.7.4
|
|
394
|
+
│ │ │ │ │ └── serde v1.0.219 (*)
|
|
395
|
+
│ │ │ │ ├── rand v0.8.5
|
|
396
|
+
│ │ │ │ │ ├── libc v0.2.171
|
|
397
|
+
│ │ │ │ │ ├── rand_chacha v0.3.1
|
|
398
|
+
│ │ │ │ │ │ ├── ppv-lite86 v0.2.21
|
|
399
|
+
│ │ │ │ │ │ │ └── zerocopy v0.8.23
|
|
400
|
+
│ │ │ │ │ │ └── rand_core v0.6.4
|
|
401
|
+
│ │ │ │ │ │ └── getrandom v0.2.15 (*)
|
|
402
|
+
│ │ │ │ │ └── rand_core v0.6.4 (*)
|
|
403
|
+
│ │ │ │ ├── reqwest v0.12.14
|
|
404
|
+
│ │ │ │ │ ├── async-compression v0.4.20
|
|
405
|
+
│ │ │ │ │ │ ├── flate2 v1.1.0
|
|
406
|
+
│ │ │ │ │ │ │ ├── crc32fast v1.4.2
|
|
407
|
+
│ │ │ │ │ │ │ │ └── cfg-if v1.0.0
|
|
408
|
+
│ │ │ │ │ │ │ └── miniz_oxide v0.8.5
|
|
409
|
+
│ │ │ │ │ │ │ └── adler2 v2.0.0
|
|
410
|
+
│ │ │ │ │ │ ├── futures-core v0.3.31
|
|
411
|
+
│ │ │ │ │ │ ├── memchr v2.7.4
|
|
412
|
+
│ │ │ │ │ │ ├── pin-project-lite v0.2.16
|
|
413
|
+
│ │ │ │ │ │ └── tokio v1.44.0 (*)
|
|
414
|
+
│ │ │ │ │ ├── base64 v0.22.1
|
|
415
|
+
│ │ │ │ │ ├── bytes v1.10.1
|
|
416
|
+
│ │ │ │ │ ├── encoding_rs v0.8.35
|
|
417
|
+
│ │ │ │ │ │ └── cfg-if v1.0.0
|
|
418
|
+
│ │ │ │ │ ├── futures-core v0.3.31
|
|
419
|
+
│ │ │ │ │ ├── futures-util v0.3.31 (*)
|
|
420
|
+
│ │ │ │ │ ├── h2 v0.4.8 (*)
|
|
421
|
+
│ │ │ │ │ ├── http v1.3.1 (*)
|
|
422
|
+
│ │ │ │ │ ├── http-body v1.0.1 (*)
|
|
423
|
+
│ │ │ │ │ ├── http-body-util v0.1.3
|
|
424
|
+
│ │ │ │ │ │ ├── bytes v1.10.1
|
|
425
|
+
│ │ │ │ │ │ ├── futures-core v0.3.31
|
|
426
|
+
│ │ │ │ │ │ ├── http v1.3.1 (*)
|
|
427
|
+
│ │ │ │ │ │ ├── http-body v1.0.1 (*)
|
|
428
|
+
│ │ │ │ │ │ └── pin-project-lite v0.2.16
|
|
429
|
+
│ │ │ │ │ ├── hyper v1.6.0 (*)
|
|
430
|
+
│ │ │ │ │ ├── hyper-rustls v0.27.5
|
|
431
|
+
│ │ │ │ │ │ ├── futures-util v0.3.31 (*)
|
|
432
|
+
│ │ │ │ │ │ ├── http v1.3.1 (*)
|
|
433
|
+
│ │ │ │ │ │ ├── hyper v1.6.0 (*)
|
|
434
|
+
│ │ │ │ │ │ ├── hyper-util v0.1.10
|
|
435
|
+
│ │ │ │ │ │ │ ├── bytes v1.10.1
|
|
436
|
+
│ │ │ │ │ │ │ ├── futures-channel v0.3.31 (*)
|
|
437
|
+
│ │ │ │ │ │ │ ├── futures-util v0.3.31 (*)
|
|
438
|
+
│ │ │ │ │ │ │ ├── http v1.3.1 (*)
|
|
439
|
+
│ │ │ │ │ │ │ ├── http-body v1.0.1 (*)
|
|
440
|
+
│ │ │ │ │ │ │ ├── hyper v1.6.0 (*)
|
|
441
|
+
│ │ │ │ │ │ │ ├── pin-project-lite v0.2.16
|
|
442
|
+
│ │ │ │ │ │ │ ├── socket2 v0.5.8 (*)
|
|
443
|
+
│ │ │ │ │ │ │ ├── tokio v1.44.0 (*)
|
|
444
|
+
│ │ │ │ │ │ │ ├── tower-service v0.3.3
|
|
445
|
+
│ │ │ │ │ │ │ └── tracing v0.1.41 (*)
|
|
446
|
+
│ │ │ │ │ │ ├── rustls v0.23.23
|
|
447
|
+
│ │ │ │ │ │ │ ├── aws-lc-rs v1.12.6
|
|
448
|
+
│ │ │ │ │ │ │ │ ├── aws-lc-sys v0.27.0
|
|
449
|
+
│ │ │ │ │ │ │ │ │ [build-dependencies]
|
|
450
|
+
│ │ │ │ │ │ │ │ │ ├── cc v1.2.16 (*)
|
|
451
|
+
│ │ │ │ │ │ │ │ │ ├── cmake v0.1.54
|
|
452
|
+
│ │ │ │ │ │ │ │ │ │ └── cc v1.2.16 (*)
|
|
453
|
+
│ │ │ │ │ │ │ │ │ ├── dunce v1.0.5
|
|
454
|
+
│ │ │ │ │ │ │ │ │ └── fs_extra v1.3.0
|
|
455
|
+
│ │ │ │ │ │ │ │ └── zeroize v1.8.1
|
|
456
|
+
│ │ │ │ │ │ │ ├── once_cell v1.21.0
|
|
457
|
+
│ │ │ │ │ │ │ ├── ring v0.17.14
|
|
458
|
+
│ │ │ │ │ │ │ │ ├── cfg-if v1.0.0
|
|
459
|
+
│ │ │ │ │ │ │ │ ├── getrandom v0.2.15 (*)
|
|
460
|
+
│ │ │ │ │ │ │ │ ├── libc v0.2.171
|
|
461
|
+
│ │ │ │ │ │ │ │ └── untrusted v0.9.0
|
|
462
|
+
│ │ │ │ │ │ │ │ [build-dependencies]
|
|
463
|
+
│ │ │ │ │ │ │ │ └── cc v1.2.16 (*)
|
|
464
|
+
│ │ │ │ │ │ │ ├── rustls-pki-types v1.11.0
|
|
465
|
+
│ │ │ │ │ │ │ ├── rustls-webpki v0.102.8
|
|
466
|
+
│ │ │ │ │ │ │ │ ├── aws-lc-rs v1.12.6 (*)
|
|
467
|
+
│ │ │ │ │ │ │ │ ├── ring v0.17.14 (*)
|
|
468
|
+
│ │ │ │ │ │ │ │ ├── rustls-pki-types v1.11.0
|
|
469
|
+
│ │ │ │ │ │ │ │ └── untrusted v0.9.0
|
|
470
|
+
│ │ │ │ │ │ │ ├── subtle v2.6.1
|
|
471
|
+
│ │ │ │ │ │ │ └── zeroize v1.8.1
|
|
472
|
+
│ │ │ │ │ │ ├── rustls-native-certs v0.8.1
|
|
473
|
+
│ │ │ │ │ │ │ ├── rustls-pki-types v1.11.0
|
|
474
|
+
│ │ │ │ │ │ │ └── security-framework v3.2.0
|
|
475
|
+
│ │ │ │ │ │ │ ├── bitflags v2.9.0
|
|
476
|
+
│ │ │ │ │ │ │ ├── core-foundation v0.10.0
|
|
477
|
+
│ │ │ │ │ │ │ │ ├── core-foundation-sys v0.8.7
|
|
478
|
+
│ │ │ │ │ │ │ │ └── libc v0.2.171
|
|
479
|
+
│ │ │ │ │ │ │ ├── core-foundation-sys v0.8.7
|
|
480
|
+
│ │ │ │ │ │ │ ├── libc v0.2.171
|
|
481
|
+
│ │ │ │ │ │ │ └── security-framework-sys v2.14.0
|
|
482
|
+
│ │ │ │ │ │ │ ├── core-foundation-sys v0.8.7
|
|
483
|
+
│ │ │ │ │ │ │ └── libc v0.2.171
|
|
484
|
+
│ │ │ │ │ │ ├── rustls-pki-types v1.11.0
|
|
485
|
+
│ │ │ │ │ │ ├── tokio v1.44.0 (*)
|
|
486
|
+
│ │ │ │ │ │ ├── tokio-rustls v0.26.2
|
|
487
|
+
│ │ │ │ │ │ │ ├── rustls v0.23.23 (*)
|
|
488
|
+
│ │ │ │ │ │ │ └── tokio v1.44.0 (*)
|
|
489
|
+
│ │ │ │ │ │ └── tower-service v0.3.3
|
|
490
|
+
│ │ │ │ │ ├── hyper-tls v0.6.0
|
|
491
|
+
│ │ │ │ │ │ ├── bytes v1.10.1
|
|
492
|
+
│ │ │ │ │ │ ├── http-body-util v0.1.3 (*)
|
|
493
|
+
│ │ │ │ │ │ ├── hyper v1.6.0 (*)
|
|
494
|
+
│ │ │ │ │ │ ├── hyper-util v0.1.10 (*)
|
|
495
|
+
│ │ │ │ │ │ ├── native-tls v0.2.14
|
|
496
|
+
│ │ │ │ │ │ │ ├── libc v0.2.171
|
|
497
|
+
│ │ │ │ │ │ │ ├── security-framework v2.11.1
|
|
498
|
+
│ │ │ │ │ │ │ │ ├── bitflags v2.9.0
|
|
499
|
+
│ │ │ │ │ │ │ │ ├── core-foundation v0.9.4
|
|
500
|
+
│ │ │ │ │ │ │ │ │ ├── core-foundation-sys v0.8.7
|
|
501
|
+
│ │ │ │ │ │ │ │ │ └── libc v0.2.171
|
|
502
|
+
│ │ │ │ │ │ │ │ ├── core-foundation-sys v0.8.7
|
|
503
|
+
│ │ │ │ │ │ │ │ ├── libc v0.2.171
|
|
504
|
+
│ │ │ │ │ │ │ │ └── security-framework-sys v2.14.0 (*)
|
|
505
|
+
│ │ │ │ │ │ │ ├── security-framework-sys v2.14.0 (*)
|
|
506
|
+
│ │ │ │ │ │ │ └── tempfile v3.18.0
|
|
507
|
+
│ │ │ │ │ │ │ ├── cfg-if v1.0.0
|
|
508
|
+
│ │ │ │ │ │ │ ├── fastrand v2.3.0
|
|
509
|
+
│ │ │ │ │ │ │ ├── getrandom v0.3.1
|
|
510
|
+
│ │ │ │ │ │ │ │ ├── cfg-if v1.0.0
|
|
511
|
+
│ │ │ │ │ │ │ │ └── libc v0.2.171
|
|
512
|
+
│ │ │ │ │ │ │ ├── once_cell v1.21.0
|
|
513
|
+
│ │ │ │ │ │ │ └── rustix v1.0.2
|
|
514
|
+
│ │ │ │ │ │ │ ├── bitflags v2.9.0
|
|
515
|
+
│ │ │ │ │ │ │ ├── errno v0.3.10
|
|
516
|
+
│ │ │ │ │ │ │ │ └── libc v0.2.171
|
|
517
|
+
│ │ │ │ │ │ │ └── libc v0.2.171
|
|
518
|
+
│ │ │ │ │ │ ├── tokio v1.44.0 (*)
|
|
519
|
+
│ │ │ │ │ │ ├── tokio-native-tls v0.3.1
|
|
520
|
+
│ │ │ │ │ │ │ ├── native-tls v0.2.14 (*)
|
|
521
|
+
│ │ │ │ │ │ │ └── tokio v1.44.0 (*)
|
|
522
|
+
│ │ │ │ │ │ └── tower-service v0.3.3
|
|
523
|
+
│ │ │ │ │ ├── hyper-util v0.1.10 (*)
|
|
524
|
+
│ │ │ │ │ ├── ipnet v2.11.0
|
|
525
|
+
│ │ │ │ │ ├── log v0.4.26
|
|
526
|
+
│ │ │ │ │ ├── mime v0.3.17
|
|
527
|
+
│ │ │ │ │ ├── native-tls v0.2.14 (*)
|
|
528
|
+
│ │ │ │ │ ├── once_cell v1.21.0
|
|
529
|
+
│ │ │ │ │ ├── percent-encoding v2.3.1
|
|
530
|
+
│ │ │ │ │ ├── pin-project-lite v0.2.16
|
|
531
|
+
│ │ │ │ │ ├── rustls v0.23.23 (*)
|
|
532
|
+
│ │ │ │ │ ├── rustls-native-certs v0.8.1 (*)
|
|
533
|
+
│ │ │ │ │ ├── rustls-pemfile v2.2.0
|
|
534
|
+
│ │ │ │ │ │ └── rustls-pki-types v1.11.0
|
|
535
|
+
│ │ │ │ │ ├── rustls-pki-types v1.11.0
|
|
536
|
+
│ │ │ │ │ ├── serde v1.0.219 (*)
|
|
537
|
+
│ │ │ │ │ ├── serde_json v1.0.140 (*)
|
|
538
|
+
│ │ │ │ │ ├── serde_urlencoded v0.7.1
|
|
539
|
+
│ │ │ │ │ │ ├── form_urlencoded v1.2.1
|
|
540
|
+
│ │ │ │ │ │ │ └── percent-encoding v2.3.1
|
|
541
|
+
│ │ │ │ │ │ ├── itoa v1.0.15
|
|
542
|
+
│ │ │ │ │ │ ├── ryu v1.0.20
|
|
543
|
+
│ │ │ │ │ │ └── serde v1.0.219 (*)
|
|
544
|
+
│ │ │ │ │ ├── sync_wrapper v1.0.2
|
|
545
|
+
│ │ │ │ │ │ └── futures-core v0.3.31
|
|
546
|
+
│ │ │ │ │ ├── system-configuration v0.6.1
|
|
547
|
+
│ │ │ │ │ │ ├── bitflags v2.9.0
|
|
548
|
+
│ │ │ │ │ │ ├── core-foundation v0.9.4 (*)
|
|
549
|
+
│ │ │ │ │ │ └── system-configuration-sys v0.6.0
|
|
550
|
+
│ │ │ │ │ │ ├── core-foundation-sys v0.8.7
|
|
551
|
+
│ │ │ │ │ │ └── libc v0.2.171
|
|
552
|
+
│ │ │ │ │ ├── tokio v1.44.0 (*)
|
|
553
|
+
│ │ │ │ │ ├── tokio-native-tls v0.3.1 (*)
|
|
554
|
+
│ │ │ │ │ ├── tokio-rustls v0.26.2 (*)
|
|
555
|
+
│ │ │ │ │ ├── tokio-util v0.7.13 (*)
|
|
556
|
+
│ │ │ │ │ ├── tower v0.5.2
|
|
557
|
+
│ │ │ │ │ │ ├── futures-core v0.3.31
|
|
558
|
+
│ │ │ │ │ │ ├── futures-util v0.3.31 (*)
|
|
559
|
+
│ │ │ │ │ │ ├── pin-project-lite v0.2.16
|
|
560
|
+
│ │ │ │ │ │ ├── sync_wrapper v1.0.2 (*)
|
|
561
|
+
│ │ │ │ │ │ ├── tokio v1.44.0 (*)
|
|
562
|
+
│ │ │ │ │ │ ├── tower-layer v0.3.3
|
|
563
|
+
│ │ │ │ │ │ └── tower-service v0.3.3
|
|
564
|
+
│ │ │ │ │ ├── tower-service v0.3.3
|
|
565
|
+
│ │ │ │ │ └── url v2.5.4
|
|
566
|
+
│ │ │ │ │ ├── form_urlencoded v1.2.1 (*)
|
|
567
|
+
│ │ │ │ │ ├── idna v1.0.3
|
|
568
|
+
│ │ │ │ │ │ ├── idna_adapter v1.2.0
|
|
569
|
+
│ │ │ │ │ │ │ ├── icu_normalizer v1.5.0
|
|
570
|
+
│ │ │ │ │ │ │ │ ├── displaydoc v0.2.5 (proc-macro)
|
|
571
|
+
│ │ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.94 (*)
|
|
572
|
+
│ │ │ │ │ │ │ │ │ ├── quote v1.0.40 (*)
|
|
573
|
+
│ │ │ │ │ │ │ │ │ └── syn v2.0.100 (*)
|
|
574
|
+
│ │ │ │ │ │ │ │ ├── icu_collections v1.5.0
|
|
575
|
+
│ │ │ │ │ │ │ │ │ ├── displaydoc v0.2.5 (proc-macro) (*)
|
|
576
|
+
│ │ │ │ │ │ │ │ │ ├── yoke v0.7.5
|
|
577
|
+
│ │ │ │ │ │ │ │ │ │ ├── stable_deref_trait v1.2.0
|
|
578
|
+
│ │ │ │ │ │ │ │ │ │ ├── yoke-derive v0.7.5 (proc-macro)
|
|
579
|
+
│ │ │ │ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.94 (*)
|
|
580
|
+
│ │ │ │ │ │ │ │ │ │ │ ├── quote v1.0.40 (*)
|
|
581
|
+
│ │ │ │ │ │ │ │ │ │ │ ├── syn v2.0.100 (*)
|
|
582
|
+
│ │ │ │ │ │ │ │ │ │ │ └── synstructure v0.13.1
|
|
583
|
+
│ │ │ │ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.94 (*)
|
|
584
|
+
│ │ │ │ │ │ │ │ │ │ │ ├── quote v1.0.40 (*)
|
|
585
|
+
│ │ │ │ │ │ │ │ │ │ │ └── syn v2.0.100 (*)
|
|
586
|
+
│ │ │ │ │ │ │ │ │ │ └── zerofrom v0.1.6
|
|
587
|
+
│ │ │ │ │ │ │ │ │ │ └── zerofrom-derive v0.1.6 (proc-macro)
|
|
588
|
+
│ │ │ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.94 (*)
|
|
589
|
+
│ │ │ │ │ │ │ │ │ │ ├── quote v1.0.40 (*)
|
|
590
|
+
│ │ │ │ │ │ │ │ │ │ ├── syn v2.0.100 (*)
|
|
591
|
+
│ │ │ │ │ │ │ │ │ │ └── synstructure v0.13.1 (*)
|
|
592
|
+
│ │ │ │ │ │ │ │ │ ├── zerofrom v0.1.6 (*)
|
|
593
|
+
│ │ │ │ │ │ │ │ │ └── zerovec v0.10.4
|
|
594
|
+
│ │ │ │ │ │ │ │ │ ├── yoke v0.7.5 (*)
|
|
595
|
+
│ │ │ │ │ │ │ │ │ ├── zerofrom v0.1.6 (*)
|
|
596
|
+
│ │ │ │ │ │ │ │ │ └── zerovec-derive v0.10.3 (proc-macro)
|
|
597
|
+
│ │ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.94 (*)
|
|
598
|
+
│ │ │ │ │ │ │ │ │ ├── quote v1.0.40 (*)
|
|
599
|
+
│ │ │ │ │ │ │ │ │ └── syn v2.0.100 (*)
|
|
600
|
+
│ │ │ │ │ │ │ │ ├── icu_normalizer_data v1.5.0
|
|
601
|
+
│ │ │ │ │ │ │ │ ├── icu_properties v1.5.1
|
|
602
|
+
│ │ │ │ │ │ │ │ │ ├── displaydoc v0.2.5 (proc-macro) (*)
|
|
603
|
+
│ │ │ │ │ │ │ │ │ ├── icu_collections v1.5.0 (*)
|
|
604
|
+
│ │ │ │ │ │ │ │ │ ├── icu_locid_transform v1.5.0
|
|
605
|
+
│ │ │ │ │ │ │ │ │ │ ├── displaydoc v0.2.5 (proc-macro) (*)
|
|
606
|
+
│ │ │ │ │ │ │ │ │ │ ├── icu_locid v1.5.0
|
|
607
|
+
│ │ │ │ │ │ │ │ │ │ │ ├── displaydoc v0.2.5 (proc-macro) (*)
|
|
608
|
+
│ │ │ │ │ │ │ │ │ │ │ ├── litemap v0.7.5
|
|
609
|
+
│ │ │ │ │ │ │ │ │ │ │ ├── tinystr v0.7.6
|
|
610
|
+
│ │ │ │ │ │ │ │ │ │ │ │ ├── displaydoc v0.2.5 (proc-macro) (*)
|
|
611
|
+
│ │ │ │ │ │ │ │ │ │ │ │ └── zerovec v0.10.4 (*)
|
|
612
|
+
│ │ │ │ │ │ │ │ │ │ │ ├── writeable v0.5.5
|
|
613
|
+
│ │ │ │ │ │ │ │ │ │ │ └── zerovec v0.10.4 (*)
|
|
614
|
+
│ │ │ │ │ │ │ │ │ │ ├── icu_locid_transform_data v1.5.0
|
|
615
|
+
│ │ │ │ │ │ │ │ │ │ ├── icu_provider v1.5.0
|
|
616
|
+
│ │ │ │ │ │ │ │ │ │ │ ├── displaydoc v0.2.5 (proc-macro) (*)
|
|
617
|
+
│ │ │ │ │ │ │ │ │ │ │ ├── icu_locid v1.5.0 (*)
|
|
618
|
+
│ │ │ │ │ │ │ │ │ │ │ ├── icu_provider_macros v1.5.0 (proc-macro)
|
|
619
|
+
│ │ │ │ │ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.94 (*)
|
|
620
|
+
│ │ │ │ │ │ │ │ │ │ │ │ ├── quote v1.0.40 (*)
|
|
621
|
+
│ │ │ │ │ │ │ │ │ │ │ │ └── syn v2.0.100 (*)
|
|
622
|
+
│ │ │ │ │ │ │ │ │ │ │ ├── stable_deref_trait v1.2.0
|
|
623
|
+
│ │ │ │ │ │ │ │ │ │ │ ├── tinystr v0.7.6 (*)
|
|
624
|
+
│ │ │ │ │ │ │ │ │ │ │ ├── writeable v0.5.5
|
|
625
|
+
│ │ │ │ │ │ │ │ │ │ │ ├── yoke v0.7.5 (*)
|
|
626
|
+
│ │ │ │ │ │ │ │ │ │ │ ├── zerofrom v0.1.6 (*)
|
|
627
|
+
│ │ │ │ │ │ │ │ │ │ │ └── zerovec v0.10.4 (*)
|
|
628
|
+
│ │ │ │ │ │ │ │ │ │ ├── tinystr v0.7.6 (*)
|
|
629
|
+
│ │ │ │ │ │ │ │ │ │ └── zerovec v0.10.4 (*)
|
|
630
|
+
│ │ │ │ │ │ │ │ │ ├── icu_properties_data v1.5.0
|
|
631
|
+
│ │ │ │ │ │ │ │ │ ├── icu_provider v1.5.0 (*)
|
|
632
|
+
│ │ │ │ │ │ │ │ │ ├── tinystr v0.7.6 (*)
|
|
633
|
+
│ │ │ │ │ │ │ │ │ └── zerovec v0.10.4 (*)
|
|
634
|
+
│ │ │ │ │ │ │ │ ├── icu_provider v1.5.0 (*)
|
|
635
|
+
│ │ │ │ │ │ │ │ ├── smallvec v1.14.0
|
|
636
|
+
│ │ │ │ │ │ │ │ ├── utf16_iter v1.0.5
|
|
637
|
+
│ │ │ │ │ │ │ │ ├── utf8_iter v1.0.4
|
|
638
|
+
│ │ │ │ │ │ │ │ ├── write16 v1.0.0
|
|
639
|
+
│ │ │ │ │ │ │ │ └── zerovec v0.10.4 (*)
|
|
640
|
+
│ │ │ │ │ │ │ └── icu_properties v1.5.1 (*)
|
|
641
|
+
│ │ │ │ │ │ ├── smallvec v1.14.0
|
|
642
|
+
│ │ │ │ │ │ └── utf8_iter v1.0.4
|
|
643
|
+
│ │ │ │ │ └── percent-encoding v2.3.1
|
|
644
|
+
│ │ │ │ ├── ring v0.17.14 (*)
|
|
645
|
+
│ │ │ │ ├── rustls-pemfile v2.2.0 (*)
|
|
646
|
+
│ │ │ │ ├── serde v1.0.219 (*)
|
|
647
|
+
│ │ │ │ ├── serde_json v1.0.140 (*)
|
|
648
|
+
│ │ │ │ ├── snafu v0.8.5
|
|
649
|
+
│ │ │ │ │ └── snafu-derive v0.8.5 (proc-macro)
|
|
650
|
+
│ │ │ │ │ ├── heck v0.5.0
|
|
651
|
+
│ │ │ │ │ ├── proc-macro2 v1.0.94 (*)
|
|
652
|
+
│ │ │ │ │ ├── quote v1.0.40 (*)
|
|
653
|
+
│ │ │ │ │ └── syn v2.0.100 (*)
|
|
654
|
+
│ │ │ │ ├── tokio v1.44.0 (*)
|
|
655
|
+
│ │ │ │ ├── tracing v0.1.41 (*)
|
|
656
|
+
│ │ │ │ ├── url v2.5.4 (*)
|
|
657
|
+
│ │ │ │ └── walkdir v2.5.0
|
|
658
|
+
│ │ │ │ └── same-file v1.0.6
|
|
659
|
+
│ │ │ ├── paste v1.0.15 (proc-macro)
|
|
660
|
+
│ │ │ ├── sqlparser v0.53.0
|
|
661
|
+
│ │ │ │ ├── log v0.4.26
|
|
662
|
+
│ │ │ │ └── sqlparser_derive v0.3.0 (proc-macro)
|
|
663
|
+
│ │ │ │ ├── proc-macro2 v1.0.94 (*)
|
|
664
|
+
│ │ │ │ ├── quote v1.0.40 (*)
|
|
665
|
+
│ │ │ │ └── syn v2.0.100 (*)
|
|
666
|
+
│ │ │ └── tokio v1.44.0 (*)
|
|
667
|
+
│ │ ├── datafusion-execution v45.0.0
|
|
668
|
+
│ │ │ ├── arrow v54.2.1 (*)
|
|
669
|
+
│ │ │ ├── dashmap v6.1.0 (*)
|
|
670
|
+
│ │ │ ├── datafusion-common v45.0.0 (*)
|
|
671
|
+
│ │ │ ├── datafusion-expr v45.0.0
|
|
672
|
+
│ │ │ │ ├── arrow v54.2.1 (*)
|
|
673
|
+
│ │ │ │ ├── chrono v0.4.39 (*)
|
|
674
|
+
│ │ │ │ ├── datafusion-common v45.0.0 (*)
|
|
675
|
+
│ │ │ │ ├── datafusion-doc v45.0.0
|
|
676
|
+
│ │ │ │ ├── datafusion-expr-common v45.0.0
|
|
677
|
+
│ │ │ │ │ ├── arrow v54.2.1 (*)
|
|
678
|
+
│ │ │ │ │ ├── datafusion-common v45.0.0 (*)
|
|
679
|
+
│ │ │ │ │ ├── itertools v0.14.0
|
|
680
|
+
│ │ │ │ │ │ └── either v1.15.0
|
|
681
|
+
│ │ │ │ │ └── paste v1.0.15 (proc-macro)
|
|
682
|
+
│ │ │ │ ├── datafusion-functions-aggregate-common v45.0.0
|
|
683
|
+
│ │ │ │ │ ├── ahash v0.8.11 (*)
|
|
684
|
+
│ │ │ │ │ ├── arrow v54.2.1 (*)
|
|
685
|
+
│ │ │ │ │ ├── datafusion-common v45.0.0 (*)
|
|
686
|
+
│ │ │ │ │ ├── datafusion-expr-common v45.0.0 (*)
|
|
687
|
+
│ │ │ │ │ └── datafusion-physical-expr-common v45.0.0
|
|
688
|
+
│ │ │ │ │ ├── ahash v0.8.11 (*)
|
|
689
|
+
│ │ │ │ │ ├── arrow v54.2.1 (*)
|
|
690
|
+
│ │ │ │ │ ├── arrow-buffer v54.2.1 (*)
|
|
691
|
+
│ │ │ │ │ ├── datafusion-common v45.0.0 (*)
|
|
692
|
+
│ │ │ │ │ ├── datafusion-expr-common v45.0.0 (*)
|
|
693
|
+
│ │ │ │ │ ├── hashbrown v0.14.5 (*)
|
|
694
|
+
│ │ │ │ │ └── itertools v0.14.0 (*)
|
|
695
|
+
│ │ │ │ ├── datafusion-functions-window-common v45.0.0
|
|
696
|
+
│ │ │ │ │ ├── datafusion-common v45.0.0 (*)
|
|
697
|
+
│ │ │ │ │ └── datafusion-physical-expr-common v45.0.0 (*)
|
|
698
|
+
│ │ │ │ ├── datafusion-physical-expr-common v45.0.0 (*)
|
|
699
|
+
│ │ │ │ ├── indexmap v2.8.0 (*)
|
|
700
|
+
│ │ │ │ ├── paste v1.0.15 (proc-macro)
|
|
701
|
+
│ │ │ │ ├── serde_json v1.0.140 (*)
|
|
702
|
+
│ │ │ │ └── sqlparser v0.53.0 (*)
|
|
703
|
+
│ │ │ ├── futures v0.3.31 (*)
|
|
704
|
+
│ │ │ ├── log v0.4.26
|
|
705
|
+
│ │ │ ├── object_store v0.11.2 (*)
|
|
706
|
+
│ │ │ ├── parking_lot v0.12.3 (*)
|
|
707
|
+
│ │ │ ├── rand v0.8.5 (*)
|
|
708
|
+
│ │ │ ├── tempfile v3.18.0 (*)
|
|
709
|
+
│ │ │ └── url v2.5.4 (*)
|
|
710
|
+
│ │ ├── datafusion-expr v45.0.0 (*)
|
|
711
|
+
│ │ ├── datafusion-physical-plan v45.0.0
|
|
712
|
+
│ │ │ ├── ahash v0.8.11 (*)
|
|
713
|
+
│ │ │ ├── arrow v54.2.1 (*)
|
|
714
|
+
│ │ │ ├── arrow-array v54.2.1 (*)
|
|
715
|
+
│ │ │ ├── arrow-buffer v54.2.1 (*)
|
|
716
|
+
│ │ │ ├── arrow-ord v54.2.1 (*)
|
|
717
|
+
│ │ │ ├── arrow-schema v54.2.1 (*)
|
|
718
|
+
│ │ │ ├── async-trait v0.1.87 (proc-macro) (*)
|
|
719
|
+
│ │ │ ├── chrono v0.4.39 (*)
|
|
720
|
+
│ │ │ ├── datafusion-common v45.0.0 (*)
|
|
721
|
+
│ │ │ ├── datafusion-common-runtime v45.0.0
|
|
722
|
+
│ │ │ │ ├── log v0.4.26
|
|
723
|
+
│ │ │ │ └── tokio v1.44.0 (*)
|
|
724
|
+
│ │ │ ├── datafusion-execution v45.0.0 (*)
|
|
725
|
+
│ │ │ ├── datafusion-expr v45.0.0 (*)
|
|
726
|
+
│ │ │ ├── datafusion-functions-window-common v45.0.0 (*)
|
|
727
|
+
│ │ │ ├── datafusion-physical-expr v45.0.0
|
|
728
|
+
│ │ │ │ ├── ahash v0.8.11 (*)
|
|
729
|
+
│ │ │ │ ├── arrow v54.2.1 (*)
|
|
730
|
+
│ │ │ │ ├── arrow-array v54.2.1 (*)
|
|
731
|
+
│ │ │ │ ├── arrow-buffer v54.2.1 (*)
|
|
732
|
+
│ │ │ │ ├── arrow-schema v54.2.1 (*)
|
|
733
|
+
│ │ │ │ ├── datafusion-common v45.0.0 (*)
|
|
734
|
+
│ │ │ │ ├── datafusion-expr v45.0.0 (*)
|
|
735
|
+
│ │ │ │ ├── datafusion-expr-common v45.0.0 (*)
|
|
736
|
+
│ │ │ │ ├── datafusion-functions-aggregate-common v45.0.0 (*)
|
|
737
|
+
│ │ │ │ ├── datafusion-physical-expr-common v45.0.0 (*)
|
|
738
|
+
│ │ │ │ ├── half v2.4.1 (*)
|
|
739
|
+
│ │ │ │ ├── hashbrown v0.14.5 (*)
|
|
740
|
+
│ │ │ │ ├── indexmap v2.8.0 (*)
|
|
741
|
+
│ │ │ │ ├── itertools v0.14.0 (*)
|
|
742
|
+
│ │ │ │ ├── log v0.4.26
|
|
743
|
+
│ │ │ │ ├── paste v1.0.15 (proc-macro)
|
|
744
|
+
│ │ │ │ └── petgraph v0.7.1
|
|
745
|
+
│ │ │ │ ├── fixedbitset v0.5.7
|
|
746
|
+
│ │ │ │ └── indexmap v2.8.0 (*)
|
|
747
|
+
│ │ │ ├── datafusion-physical-expr-common v45.0.0 (*)
|
|
748
|
+
│ │ │ ├── futures v0.3.31 (*)
|
|
749
|
+
│ │ │ ├── half v2.4.1 (*)
|
|
750
|
+
│ │ │ ├── hashbrown v0.14.5 (*)
|
|
751
|
+
│ │ │ ├── indexmap v2.8.0 (*)
|
|
752
|
+
│ │ │ ├── itertools v0.14.0 (*)
|
|
753
|
+
│ │ │ ├── log v0.4.26
|
|
754
|
+
│ │ │ ├── parking_lot v0.12.3 (*)
|
|
755
|
+
│ │ │ ├── pin-project-lite v0.2.16
|
|
756
|
+
│ │ │ └── tokio v1.44.0 (*)
|
|
757
|
+
│ │ ├── datafusion-sql v45.0.0
|
|
758
|
+
│ │ │ ├── arrow v54.2.1 (*)
|
|
759
|
+
│ │ │ ├── arrow-array v54.2.1 (*)
|
|
760
|
+
│ │ │ ├── arrow-schema v54.2.1 (*)
|
|
761
|
+
│ │ │ ├── bigdecimal v0.4.7
|
|
762
|
+
│ │ │ │ ├── libm v0.2.11
|
|
763
|
+
│ │ │ │ ├── num-bigint v0.4.6 (*)
|
|
764
|
+
│ │ │ │ ├── num-integer v0.1.46 (*)
|
|
765
|
+
│ │ │ │ └── num-traits v0.2.19 (*)
|
|
766
|
+
│ │ │ │ [build-dependencies]
|
|
767
|
+
│ │ │ │ └── autocfg v1.4.0
|
|
768
|
+
│ │ │ ├── datafusion-common v45.0.0 (*)
|
|
769
|
+
│ │ │ ├── datafusion-expr v45.0.0 (*)
|
|
770
|
+
│ │ │ ├── indexmap v2.8.0 (*)
|
|
771
|
+
│ │ │ ├── log v0.4.26
|
|
772
|
+
│ │ │ ├── regex v1.11.1 (*)
|
|
773
|
+
│ │ │ └── sqlparser v0.53.0 (*)
|
|
774
|
+
│ │ ├── futures v0.3.31 (*)
|
|
775
|
+
│ │ ├── itertools v0.14.0 (*)
|
|
776
|
+
│ │ ├── log v0.4.26
|
|
777
|
+
│ │ ├── parking_lot v0.12.3 (*)
|
|
778
|
+
│ │ └── sqlparser v0.53.0 (*)
|
|
779
|
+
│ ├── datafusion-common v45.0.0 (*)
|
|
780
|
+
│ ├── datafusion-execution v45.0.0 (*)
|
|
781
|
+
│ ├── datafusion-expr v45.0.0 (*)
|
|
782
|
+
│ ├── datafusion-physical-plan v45.0.0 (*)
|
|
783
|
+
│ ├── futures v0.3.31 (*)
|
|
784
|
+
│ ├── half v2.4.1 (*)
|
|
785
|
+
│ ├── http v1.3.1 (*)
|
|
786
|
+
│ ├── lance v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54)
|
|
787
|
+
│ │ ├── arrow v54.2.1 (*)
|
|
788
|
+
│ │ ├── arrow-arith v54.2.1 (*)
|
|
789
|
+
│ │ ├── arrow-array v54.2.1 (*)
|
|
790
|
+
│ │ ├── arrow-buffer v54.2.1 (*)
|
|
791
|
+
│ │ ├── arrow-ord v54.2.1 (*)
|
|
792
|
+
│ │ ├── arrow-row v54.2.1 (*)
|
|
793
|
+
│ │ ├── arrow-schema v54.2.1 (*)
|
|
794
|
+
│ │ ├── arrow-select v54.2.1 (*)
|
|
795
|
+
│ │ ├── async-recursion v1.1.1 (proc-macro)
|
|
796
|
+
│ │ │ ├── proc-macro2 v1.0.94 (*)
|
|
797
|
+
│ │ │ ├── quote v1.0.40 (*)
|
|
798
|
+
│ │ │ └── syn v2.0.100 (*)
|
|
799
|
+
│ │ ├── async-trait v0.1.87 (proc-macro) (*)
|
|
800
|
+
│ │ ├── async_cell v0.2.2
|
|
801
|
+
│ │ ├── aws-credential-types v1.2.2
|
|
802
|
+
│ │ │ ├── aws-smithy-async v1.2.5
|
|
803
|
+
│ │ │ │ ├── futures-util v0.3.31 (*)
|
|
804
|
+
│ │ │ │ ├── pin-project-lite v0.2.16
|
|
805
|
+
│ │ │ │ └── tokio v1.44.0 (*)
|
|
806
|
+
│ │ │ ├── aws-smithy-runtime-api v1.7.4
|
|
807
|
+
│ │ │ │ ├── aws-smithy-async v1.2.5 (*)
|
|
808
|
+
│ │ │ │ ├── aws-smithy-types v1.3.0
|
|
809
|
+
│ │ │ │ │ ├── base64-simd v0.8.0
|
|
810
|
+
│ │ │ │ │ │ ├── outref v0.5.2
|
|
811
|
+
│ │ │ │ │ │ └── vsimd v0.8.0
|
|
812
|
+
│ │ │ │ │ ├── bytes v1.10.1
|
|
813
|
+
│ │ │ │ │ ├── bytes-utils v0.1.4
|
|
814
|
+
│ │ │ │ │ │ ├── bytes v1.10.1
|
|
815
|
+
│ │ │ │ │ │ └── either v1.15.0
|
|
816
|
+
│ │ │ │ │ ├── futures-core v0.3.31
|
|
817
|
+
│ │ │ │ │ ├── http v0.2.12
|
|
818
|
+
│ │ │ │ │ │ ├── bytes v1.10.1
|
|
819
|
+
│ │ │ │ │ │ ├── fnv v1.0.7
|
|
820
|
+
│ │ │ │ │ │ └── itoa v1.0.15
|
|
821
|
+
│ │ │ │ │ ├── http v1.3.1 (*)
|
|
822
|
+
│ │ │ │ │ ├── http-body v0.4.6
|
|
823
|
+
│ │ │ │ │ │ ├── bytes v1.10.1
|
|
824
|
+
│ │ │ │ │ │ ├── http v0.2.12 (*)
|
|
825
|
+
│ │ │ │ │ │ └── pin-project-lite v0.2.16
|
|
826
|
+
│ │ │ │ │ ├── http-body v1.0.1 (*)
|
|
827
|
+
│ │ │ │ │ ├── http-body-util v0.1.3 (*)
|
|
828
|
+
│ │ │ │ │ ├── itoa v1.0.15
|
|
829
|
+
│ │ │ │ │ ├── num-integer v0.1.46 (*)
|
|
830
|
+
│ │ │ │ │ ├── pin-project-lite v0.2.16
|
|
831
|
+
│ │ │ │ │ ├── pin-utils v0.1.0
|
|
832
|
+
│ │ │ │ │ ├── ryu v1.0.20
|
|
833
|
+
│ │ │ │ │ ├── time v0.3.39
|
|
834
|
+
│ │ │ │ │ │ ├── deranged v0.3.11
|
|
835
|
+
│ │ │ │ │ │ │ ├── powerfmt v0.2.0
|
|
836
|
+
│ │ │ │ │ │ │ └── serde v1.0.219 (*)
|
|
837
|
+
│ │ │ │ │ │ ├── itoa v1.0.15
|
|
838
|
+
│ │ │ │ │ │ ├── num-conv v0.1.0
|
|
839
|
+
│ │ │ │ │ │ ├── powerfmt v0.2.0
|
|
840
|
+
│ │ │ │ │ │ ├── serde v1.0.219 (*)
|
|
841
|
+
│ │ │ │ │ │ └── time-core v0.1.3
|
|
842
|
+
│ │ │ │ │ ├── tokio v1.44.0 (*)
|
|
843
|
+
│ │ │ │ │ └── tokio-util v0.7.13 (*)
|
|
844
|
+
│ │ │ │ ├── bytes v1.10.1
|
|
845
|
+
│ │ │ │ ├── http v0.2.12 (*)
|
|
846
|
+
│ │ │ │ ├── http v1.3.1 (*)
|
|
847
|
+
│ │ │ │ ├── pin-project-lite v0.2.16
|
|
848
|
+
│ │ │ │ ├── tokio v1.44.0 (*)
|
|
849
|
+
│ │ │ │ ├── tracing v0.1.41 (*)
|
|
850
|
+
│ │ │ │ └── zeroize v1.8.1
|
|
851
|
+
│ │ │ ├── aws-smithy-types v1.3.0 (*)
|
|
852
|
+
│ │ │ └── zeroize v1.8.1
|
|
853
|
+
│ │ ├── aws-sdk-dynamodb v1.68.0
|
|
854
|
+
│ │ │ ├── aws-credential-types v1.2.2 (*)
|
|
855
|
+
│ │ │ ├── aws-runtime v1.5.6
|
|
856
|
+
│ │ │ │ ├── aws-credential-types v1.2.2 (*)
|
|
857
|
+
│ │ │ │ ├── aws-sigv4 v1.3.0
|
|
858
|
+
│ │ │ │ │ ├── aws-credential-types v1.2.2 (*)
|
|
859
|
+
│ │ │ │ │ ├── aws-smithy-http v0.62.0
|
|
860
|
+
│ │ │ │ │ │ ├── aws-smithy-runtime-api v1.7.4 (*)
|
|
861
|
+
│ │ │ │ │ │ ├── aws-smithy-types v1.3.0 (*)
|
|
862
|
+
│ │ │ │ │ │ ├── bytes v1.10.1
|
|
863
|
+
│ │ │ │ │ │ ├── bytes-utils v0.1.4 (*)
|
|
864
|
+
│ │ │ │ │ │ ├── futures-core v0.3.31
|
|
865
|
+
│ │ │ │ │ │ ├── http v0.2.12 (*)
|
|
866
|
+
│ │ │ │ │ │ ├── http v1.3.1 (*)
|
|
867
|
+
│ │ │ │ │ │ ├── http-body v0.4.6 (*)
|
|
868
|
+
│ │ │ │ │ │ ├── once_cell v1.21.0
|
|
869
|
+
│ │ │ │ │ │ ├── percent-encoding v2.3.1
|
|
870
|
+
│ │ │ │ │ │ ├── pin-project-lite v0.2.16
|
|
871
|
+
│ │ │ │ │ │ ├── pin-utils v0.1.0
|
|
872
|
+
│ │ │ │ │ │ └── tracing v0.1.41 (*)
|
|
873
|
+
│ │ │ │ │ ├── aws-smithy-runtime-api v1.7.4 (*)
|
|
874
|
+
│ │ │ │ │ ├── aws-smithy-types v1.3.0 (*)
|
|
875
|
+
│ │ │ │ │ ├── bytes v1.10.1
|
|
876
|
+
│ │ │ │ │ ├── form_urlencoded v1.2.1 (*)
|
|
877
|
+
│ │ │ │ │ ├── hex v0.4.3
|
|
878
|
+
│ │ │ │ │ ├── hmac v0.12.1
|
|
879
|
+
│ │ │ │ │ │ └── digest v0.10.7 (*)
|
|
880
|
+
│ │ │ │ │ ├── http v0.2.12 (*)
|
|
881
|
+
│ │ │ │ │ ├── http v1.3.1 (*)
|
|
882
|
+
│ │ │ │ │ ├── once_cell v1.21.0
|
|
883
|
+
│ │ │ │ │ ├── percent-encoding v2.3.1
|
|
884
|
+
│ │ │ │ │ ├── sha2 v0.10.8
|
|
885
|
+
│ │ │ │ │ │ ├── cfg-if v1.0.0
|
|
886
|
+
│ │ │ │ │ │ ├── cpufeatures v0.2.17
|
|
887
|
+
│ │ │ │ │ │ │ └── libc v0.2.171
|
|
888
|
+
│ │ │ │ │ │ └── digest v0.10.7 (*)
|
|
889
|
+
│ │ │ │ │ ├── time v0.3.39 (*)
|
|
890
|
+
│ │ │ │ │ └── tracing v0.1.41 (*)
|
|
891
|
+
│ │ │ │ ├── aws-smithy-async v1.2.5 (*)
|
|
892
|
+
│ │ │ │ ├── aws-smithy-http v0.62.0 (*)
|
|
893
|
+
│ │ │ │ ├── aws-smithy-runtime v1.8.0
|
|
894
|
+
│ │ │ │ │ ├── aws-smithy-async v1.2.5 (*)
|
|
895
|
+
│ │ │ │ │ ├── aws-smithy-http v0.62.0 (*)
|
|
896
|
+
│ │ │ │ │ ├── aws-smithy-http-client v1.0.0
|
|
897
|
+
│ │ │ │ │ │ ├── aws-smithy-async v1.2.5 (*)
|
|
898
|
+
│ │ │ │ │ │ ├── aws-smithy-runtime-api v1.7.4 (*)
|
|
899
|
+
│ │ │ │ │ │ ├── aws-smithy-types v1.3.0 (*)
|
|
900
|
+
│ │ │ │ │ │ ├── h2 v0.4.8 (*)
|
|
901
|
+
│ │ │ │ │ │ ├── http v0.2.12 (*)
|
|
902
|
+
│ │ │ │ │ │ ├── http v1.3.1 (*)
|
|
903
|
+
│ │ │ │ │ │ ├── http-body v0.4.6 (*)
|
|
904
|
+
│ │ │ │ │ │ ├── hyper v0.14.32
|
|
905
|
+
│ │ │ │ │ │ │ ├── bytes v1.10.1
|
|
906
|
+
│ │ │ │ │ │ │ ├── futures-channel v0.3.31 (*)
|
|
907
|
+
│ │ │ │ │ │ │ ├── futures-core v0.3.31
|
|
908
|
+
│ │ │ │ │ │ │ ├── futures-util v0.3.31 (*)
|
|
909
|
+
│ │ │ │ │ │ │ ├── h2 v0.3.26
|
|
910
|
+
│ │ │ │ │ │ │ │ ├── bytes v1.10.1
|
|
911
|
+
│ │ │ │ │ │ │ │ ├── fnv v1.0.7
|
|
912
|
+
│ │ │ │ │ │ │ │ ├── futures-core v0.3.31
|
|
913
|
+
│ │ │ │ │ │ │ │ ├── futures-sink v0.3.31
|
|
914
|
+
│ │ │ │ │ │ │ │ ├── futures-util v0.3.31 (*)
|
|
915
|
+
│ │ │ │ │ │ │ │ ├── http v0.2.12 (*)
|
|
916
|
+
│ │ │ │ │ │ │ │ ├── indexmap v2.8.0 (*)
|
|
917
|
+
│ │ │ │ │ │ │ │ ├── slab v0.4.9 (*)
|
|
918
|
+
│ │ │ │ │ │ │ │ ├── tokio v1.44.0 (*)
|
|
919
|
+
│ │ │ │ │ │ │ │ ├── tokio-util v0.7.13 (*)
|
|
920
|
+
│ │ │ │ │ │ │ │ └── tracing v0.1.41 (*)
|
|
921
|
+
│ │ │ │ │ │ │ ├── http v0.2.12 (*)
|
|
922
|
+
│ │ │ │ │ │ │ ├── http-body v0.4.6 (*)
|
|
923
|
+
│ │ │ │ │ │ │ ├── httparse v1.10.1
|
|
924
|
+
│ │ │ │ │ │ │ ├── httpdate v1.0.3
|
|
925
|
+
│ │ │ │ │ │ │ ├── itoa v1.0.15
|
|
926
|
+
│ │ │ │ │ │ │ ├── pin-project-lite v0.2.16
|
|
927
|
+
│ │ │ │ │ │ │ ├── socket2 v0.5.8 (*)
|
|
928
|
+
│ │ │ │ │ │ │ ├── tokio v1.44.0 (*)
|
|
929
|
+
│ │ │ │ │ │ │ ├── tower-service v0.3.3
|
|
930
|
+
│ │ │ │ │ │ │ ├── tracing v0.1.41 (*)
|
|
931
|
+
│ │ │ │ │ │ │ └── want v0.3.1 (*)
|
|
932
|
+
│ │ │ │ │ │ ├── hyper v1.6.0 (*)
|
|
933
|
+
│ │ │ │ │ │ ├── hyper-rustls v0.24.2
|
|
934
|
+
│ │ │ │ │ │ │ ├── futures-util v0.3.31 (*)
|
|
935
|
+
│ │ │ │ │ │ │ ├── http v0.2.12 (*)
|
|
936
|
+
│ │ │ │ │ │ │ ├── hyper v0.14.32 (*)
|
|
937
|
+
│ │ │ │ │ │ │ ├── log v0.4.26
|
|
938
|
+
│ │ │ │ │ │ │ ├── rustls v0.21.12
|
|
939
|
+
│ │ │ │ │ │ │ │ ├── log v0.4.26
|
|
940
|
+
│ │ │ │ │ │ │ │ ├── ring v0.17.14 (*)
|
|
941
|
+
│ │ │ │ │ │ │ │ ├── rustls-webpki v0.101.7
|
|
942
|
+
│ │ │ │ │ │ │ │ │ ├── ring v0.17.14 (*)
|
|
943
|
+
│ │ │ │ │ │ │ │ │ └── untrusted v0.9.0
|
|
944
|
+
│ │ │ │ │ │ │ │ └── sct v0.7.1
|
|
945
|
+
│ │ │ │ │ │ │ │ ├── ring v0.17.14 (*)
|
|
946
|
+
│ │ │ │ │ │ │ │ └── untrusted v0.9.0
|
|
947
|
+
│ │ │ │ │ │ │ ├── rustls-native-certs v0.6.3
|
|
948
|
+
│ │ │ │ │ │ │ │ ├── rustls-pemfile v1.0.4
|
|
949
|
+
│ │ │ │ │ │ │ │ │ └── base64 v0.21.7
|
|
950
|
+
│ │ │ │ │ │ │ │ └── security-framework v2.11.1 (*)
|
|
951
|
+
│ │ │ │ │ │ │ ├── tokio v1.44.0 (*)
|
|
952
|
+
│ │ │ │ │ │ │ └── tokio-rustls v0.24.1
|
|
953
|
+
│ │ │ │ │ │ │ ├── rustls v0.21.12 (*)
|
|
954
|
+
│ │ │ │ │ │ │ └── tokio v1.44.0 (*)
|
|
955
|
+
│ │ │ │ │ │ ├── hyper-rustls v0.27.5 (*)
|
|
956
|
+
│ │ │ │ │ │ ├── hyper-util v0.1.10 (*)
|
|
957
|
+
│ │ │ │ │ │ ├── pin-project-lite v0.2.16
|
|
958
|
+
│ │ │ │ │ │ ├── rustls v0.21.12 (*)
|
|
959
|
+
│ │ │ │ │ │ ├── rustls v0.23.23 (*)
|
|
960
|
+
│ │ │ │ │ │ ├── rustls-native-certs v0.8.1 (*)
|
|
961
|
+
│ │ │ │ │ │ ├── rustls-pki-types v1.11.0
|
|
962
|
+
│ │ │ │ │ │ ├── tokio v1.44.0 (*)
|
|
963
|
+
│ │ │ │ │ │ ├── tower v0.5.2 (*)
|
|
964
|
+
│ │ │ │ │ │ └── tracing v0.1.41 (*)
|
|
965
|
+
│ │ │ │ │ ├── aws-smithy-runtime-api v1.7.4 (*)
|
|
966
|
+
│ │ │ │ │ ├── aws-smithy-types v1.3.0 (*)
|
|
967
|
+
│ │ │ │ │ ├── bytes v1.10.1
|
|
968
|
+
│ │ │ │ │ ├── fastrand v2.3.0
|
|
969
|
+
│ │ │ │ │ ├── http v0.2.12 (*)
|
|
970
|
+
│ │ │ │ │ ├── http v1.3.1 (*)
|
|
971
|
+
│ │ │ │ │ ├── http-body v0.4.6 (*)
|
|
972
|
+
│ │ │ │ │ ├── http-body v1.0.1 (*)
|
|
973
|
+
│ │ │ │ │ ├── once_cell v1.21.0
|
|
974
|
+
│ │ │ │ │ ├── pin-project-lite v0.2.16
|
|
975
|
+
│ │ │ │ │ ├── pin-utils v0.1.0
|
|
976
|
+
│ │ │ │ │ ├── tokio v1.44.0 (*)
|
|
977
|
+
│ │ │ │ │ └── tracing v0.1.41 (*)
|
|
978
|
+
│ │ │ │ ├── aws-smithy-runtime-api v1.7.4 (*)
|
|
979
|
+
│ │ │ │ ├── aws-smithy-types v1.3.0 (*)
|
|
980
|
+
│ │ │ │ ├── aws-types v1.3.6
|
|
981
|
+
│ │ │ │ │ ├── aws-credential-types v1.2.2 (*)
|
|
982
|
+
│ │ │ │ │ ├── aws-smithy-async v1.2.5 (*)
|
|
983
|
+
│ │ │ │ │ ├── aws-smithy-runtime-api v1.7.4 (*)
|
|
984
|
+
│ │ │ │ │ ├── aws-smithy-types v1.3.0 (*)
|
|
985
|
+
│ │ │ │ │ └── tracing v0.1.41 (*)
|
|
986
|
+
│ │ │ │ │ [build-dependencies]
|
|
987
|
+
│ │ │ │ │ └── rustc_version v0.4.1 (*)
|
|
988
|
+
│ │ │ │ ├── bytes v1.10.1
|
|
989
|
+
│ │ │ │ ├── fastrand v2.3.0
|
|
990
|
+
│ │ │ │ ├── http v0.2.12 (*)
|
|
991
|
+
│ │ │ │ ├── http-body v0.4.6 (*)
|
|
992
|
+
│ │ │ │ ├── once_cell v1.21.0
|
|
993
|
+
│ │ │ │ ├── percent-encoding v2.3.1
|
|
994
|
+
│ │ │ │ ├── pin-project-lite v0.2.16
|
|
995
|
+
│ │ │ │ ├── tracing v0.1.41 (*)
|
|
996
|
+
│ │ │ │ └── uuid v1.15.1
|
|
997
|
+
│ │ │ │ ├── getrandom v0.3.1 (*)
|
|
998
|
+
│ │ │ │ └── serde v1.0.219 (*)
|
|
999
|
+
│ │ │ ├── aws-smithy-async v1.2.5 (*)
|
|
1000
|
+
│ │ │ ├── aws-smithy-http v0.62.0 (*)
|
|
1001
|
+
│ │ │ ├── aws-smithy-json v0.61.3
|
|
1002
|
+
│ │ │ │ └── aws-smithy-types v1.3.0 (*)
|
|
1003
|
+
│ │ │ ├── aws-smithy-runtime v1.8.0 (*)
|
|
1004
|
+
│ │ │ ├── aws-smithy-runtime-api v1.7.4 (*)
|
|
1005
|
+
│ │ │ ├── aws-smithy-types v1.3.0 (*)
|
|
1006
|
+
│ │ │ ├── aws-types v1.3.6 (*)
|
|
1007
|
+
│ │ │ ├── bytes v1.10.1
|
|
1008
|
+
│ │ │ ├── fastrand v2.3.0
|
|
1009
|
+
│ │ │ ├── http v0.2.12 (*)
|
|
1010
|
+
│ │ │ ├── once_cell v1.21.0
|
|
1011
|
+
│ │ │ ├── regex-lite v0.1.6
|
|
1012
|
+
│ │ │ └── tracing v0.1.41 (*)
|
|
1013
|
+
│ │ ├── byteorder v1.5.0
|
|
1014
|
+
│ │ ├── bytes v1.10.1
|
|
1015
|
+
│ │ ├── chrono v0.4.39 (*)
|
|
1016
|
+
│ │ ├── dashmap v6.1.0 (*)
|
|
1017
|
+
│ │ ├── datafusion v45.0.0
|
|
1018
|
+
│ │ │ ├── arrow v54.2.1 (*)
|
|
1019
|
+
│ │ │ ├── arrow-array v54.2.1 (*)
|
|
1020
|
+
│ │ │ ├── arrow-ipc v54.2.1 (*)
|
|
1021
|
+
│ │ │ ├── arrow-schema v54.2.1 (*)
|
|
1022
|
+
│ │ │ ├── async-trait v0.1.87 (proc-macro) (*)
|
|
1023
|
+
│ │ │ ├── bytes v1.10.1
|
|
1024
|
+
│ │ │ ├── chrono v0.4.39 (*)
|
|
1025
|
+
│ │ │ ├── datafusion-catalog v45.0.0 (*)
|
|
1026
|
+
│ │ │ ├── datafusion-common v45.0.0 (*)
|
|
1027
|
+
│ │ │ ├── datafusion-common-runtime v45.0.0 (*)
|
|
1028
|
+
│ │ │ ├── datafusion-execution v45.0.0 (*)
|
|
1029
|
+
│ │ │ ├── datafusion-expr v45.0.0 (*)
|
|
1030
|
+
│ │ │ ├── datafusion-functions v45.0.0
|
|
1031
|
+
│ │ │ │ ├── arrow v54.2.1 (*)
|
|
1032
|
+
│ │ │ │ ├── arrow-buffer v54.2.1 (*)
|
|
1033
|
+
│ │ │ │ ├── base64 v0.22.1
|
|
1034
|
+
│ │ │ │ ├── blake2 v0.10.6
|
|
1035
|
+
│ │ │ │ │ └── digest v0.10.7 (*)
|
|
1036
|
+
│ │ │ │ ├── blake3 v1.6.1
|
|
1037
|
+
│ │ │ │ │ ├── arrayref v0.3.9
|
|
1038
|
+
│ │ │ │ │ ├── arrayvec v0.7.6
|
|
1039
|
+
│ │ │ │ │ ├── cfg-if v1.0.0
|
|
1040
|
+
│ │ │ │ │ └── constant_time_eq v0.3.1
|
|
1041
|
+
│ │ │ │ │ [build-dependencies]
|
|
1042
|
+
│ │ │ │ │ └── cc v1.2.16 (*)
|
|
1043
|
+
│ │ │ │ ├── chrono v0.4.39 (*)
|
|
1044
|
+
│ │ │ │ ├── datafusion-common v45.0.0 (*)
|
|
1045
|
+
│ │ │ │ ├── datafusion-doc v45.0.0
|
|
1046
|
+
│ │ │ │ ├── datafusion-execution v45.0.0 (*)
|
|
1047
|
+
│ │ │ │ ├── datafusion-expr v45.0.0 (*)
|
|
1048
|
+
│ │ │ │ ├── datafusion-expr-common v45.0.0 (*)
|
|
1049
|
+
│ │ │ │ ├── datafusion-macros v45.0.0 (proc-macro)
|
|
1050
|
+
│ │ │ │ │ ├── datafusion-expr v45.0.0 (*)
|
|
1051
|
+
│ │ │ │ │ ├── quote v1.0.40 (*)
|
|
1052
|
+
│ │ │ │ │ └── syn v2.0.100 (*)
|
|
1053
|
+
│ │ │ │ ├── hashbrown v0.14.5 (*)
|
|
1054
|
+
│ │ │ │ ├── hex v0.4.3
|
|
1055
|
+
│ │ │ │ ├── itertools v0.14.0 (*)
|
|
1056
|
+
│ │ │ │ ├── log v0.4.26
|
|
1057
|
+
│ │ │ │ ├── md-5 v0.10.6 (*)
|
|
1058
|
+
│ │ │ │ ├── rand v0.8.5 (*)
|
|
1059
|
+
│ │ │ │ ├── regex v1.11.1 (*)
|
|
1060
|
+
│ │ │ │ ├── sha2 v0.10.8 (*)
|
|
1061
|
+
│ │ │ │ ├── unicode-segmentation v1.12.0
|
|
1062
|
+
│ │ │ │ └── uuid v1.15.1 (*)
|
|
1063
|
+
│ │ │ ├── datafusion-functions-aggregate v45.0.0
|
|
1064
|
+
│ │ │ │ ├── ahash v0.8.11 (*)
|
|
1065
|
+
│ │ │ │ ├── arrow v54.2.1 (*)
|
|
1066
|
+
│ │ │ │ ├── arrow-buffer v54.2.1 (*)
|
|
1067
|
+
│ │ │ │ ├── arrow-schema v54.2.1 (*)
|
|
1068
|
+
│ │ │ │ ├── datafusion-common v45.0.0 (*)
|
|
1069
|
+
│ │ │ │ ├── datafusion-doc v45.0.0
|
|
1070
|
+
│ │ │ │ ├── datafusion-execution v45.0.0 (*)
|
|
1071
|
+
│ │ │ │ ├── datafusion-expr v45.0.0 (*)
|
|
1072
|
+
│ │ │ │ ├── datafusion-functions-aggregate-common v45.0.0 (*)
|
|
1073
|
+
│ │ │ │ ├── datafusion-macros v45.0.0 (proc-macro) (*)
|
|
1074
|
+
│ │ │ │ ├── datafusion-physical-expr v45.0.0 (*)
|
|
1075
|
+
│ │ │ │ ├── datafusion-physical-expr-common v45.0.0 (*)
|
|
1076
|
+
│ │ │ │ ├── half v2.4.1 (*)
|
|
1077
|
+
│ │ │ │ ├── log v0.4.26
|
|
1078
|
+
│ │ │ │ └── paste v1.0.15 (proc-macro)
|
|
1079
|
+
│ │ │ ├── datafusion-functions-nested v45.0.0
|
|
1080
|
+
│ │ │ │ ├── arrow v54.2.1 (*)
|
|
1081
|
+
│ │ │ │ ├── arrow-array v54.2.1 (*)
|
|
1082
|
+
│ │ │ │ ├── arrow-buffer v54.2.1 (*)
|
|
1083
|
+
│ │ │ │ ├── arrow-ord v54.2.1 (*)
|
|
1084
|
+
│ │ │ │ ├── arrow-schema v54.2.1 (*)
|
|
1085
|
+
│ │ │ │ ├── datafusion-common v45.0.0 (*)
|
|
1086
|
+
│ │ │ │ ├── datafusion-doc v45.0.0
|
|
1087
|
+
│ │ │ │ ├── datafusion-execution v45.0.0 (*)
|
|
1088
|
+
│ │ │ │ ├── datafusion-expr v45.0.0 (*)
|
|
1089
|
+
│ │ │ │ ├── datafusion-functions v45.0.0 (*)
|
|
1090
|
+
│ │ │ │ ├── datafusion-functions-aggregate v45.0.0 (*)
|
|
1091
|
+
│ │ │ │ ├── datafusion-macros v45.0.0 (proc-macro) (*)
|
|
1092
|
+
│ │ │ │ ├── datafusion-physical-expr-common v45.0.0 (*)
|
|
1093
|
+
│ │ │ │ ├── itertools v0.14.0 (*)
|
|
1094
|
+
│ │ │ │ ├── log v0.4.26
|
|
1095
|
+
│ │ │ │ └── paste v1.0.15 (proc-macro)
|
|
1096
|
+
│ │ │ ├── datafusion-functions-table v45.0.0
|
|
1097
|
+
│ │ │ │ ├── arrow v54.2.1 (*)
|
|
1098
|
+
│ │ │ │ ├── async-trait v0.1.87 (proc-macro) (*)
|
|
1099
|
+
│ │ │ │ ├── datafusion-catalog v45.0.0 (*)
|
|
1100
|
+
│ │ │ │ ├── datafusion-common v45.0.0 (*)
|
|
1101
|
+
│ │ │ │ ├── datafusion-expr v45.0.0 (*)
|
|
1102
|
+
│ │ │ │ ├── datafusion-physical-plan v45.0.0 (*)
|
|
1103
|
+
│ │ │ │ ├── parking_lot v0.12.3 (*)
|
|
1104
|
+
│ │ │ │ └── paste v1.0.15 (proc-macro)
|
|
1105
|
+
│ │ │ ├── datafusion-functions-window v45.0.0
|
|
1106
|
+
│ │ │ │ ├── datafusion-common v45.0.0 (*)
|
|
1107
|
+
│ │ │ │ ├── datafusion-doc v45.0.0
|
|
1108
|
+
│ │ │ │ ├── datafusion-expr v45.0.0 (*)
|
|
1109
|
+
│ │ │ │ ├── datafusion-functions-window-common v45.0.0 (*)
|
|
1110
|
+
│ │ │ │ ├── datafusion-macros v45.0.0 (proc-macro) (*)
|
|
1111
|
+
│ │ │ │ ├── datafusion-physical-expr v45.0.0 (*)
|
|
1112
|
+
│ │ │ │ ├── datafusion-physical-expr-common v45.0.0 (*)
|
|
1113
|
+
│ │ │ │ ├── log v0.4.26
|
|
1114
|
+
│ │ │ │ └── paste v1.0.15 (proc-macro)
|
|
1115
|
+
│ │ │ ├── datafusion-optimizer v45.0.0
|
|
1116
|
+
│ │ │ │ ├── arrow v54.2.1 (*)
|
|
1117
|
+
│ │ │ │ ├── chrono v0.4.39 (*)
|
|
1118
|
+
│ │ │ │ ├── datafusion-common v45.0.0 (*)
|
|
1119
|
+
│ │ │ │ ├── datafusion-expr v45.0.0 (*)
|
|
1120
|
+
│ │ │ │ ├── datafusion-physical-expr v45.0.0 (*)
|
|
1121
|
+
│ │ │ │ ├── indexmap v2.8.0 (*)
|
|
1122
|
+
│ │ │ │ ├── itertools v0.14.0 (*)
|
|
1123
|
+
│ │ │ │ ├── log v0.4.26
|
|
1124
|
+
│ │ │ │ ├── regex v1.11.1 (*)
|
|
1125
|
+
│ │ │ │ └── regex-syntax v0.8.5
|
|
1126
|
+
│ │ │ ├── datafusion-physical-expr v45.0.0 (*)
|
|
1127
|
+
│ │ │ ├── datafusion-physical-expr-common v45.0.0 (*)
|
|
1128
|
+
│ │ │ ├── datafusion-physical-optimizer v45.0.0
|
|
1129
|
+
│ │ │ │ ├── arrow v54.2.1 (*)
|
|
1130
|
+
│ │ │ │ ├── arrow-schema v54.2.1 (*)
|
|
1131
|
+
│ │ │ │ ├── datafusion-common v45.0.0 (*)
|
|
1132
|
+
│ │ │ │ ├── datafusion-execution v45.0.0 (*)
|
|
1133
|
+
│ │ │ │ ├── datafusion-expr v45.0.0 (*)
|
|
1134
|
+
│ │ │ │ ├── datafusion-expr-common v45.0.0 (*)
|
|
1135
|
+
│ │ │ │ ├── datafusion-physical-expr v45.0.0 (*)
|
|
1136
|
+
│ │ │ │ ├── datafusion-physical-expr-common v45.0.0 (*)
|
|
1137
|
+
│ │ │ │ ├── datafusion-physical-plan v45.0.0 (*)
|
|
1138
|
+
│ │ │ │ ├── futures v0.3.31 (*)
|
|
1139
|
+
│ │ │ │ ├── itertools v0.14.0 (*)
|
|
1140
|
+
│ │ │ │ ├── log v0.4.26
|
|
1141
|
+
│ │ │ │ └── url v2.5.4 (*)
|
|
1142
|
+
│ │ │ ├── datafusion-physical-plan v45.0.0 (*)
|
|
1143
|
+
│ │ │ ├── datafusion-sql v45.0.0 (*)
|
|
1144
|
+
│ │ │ ├── futures v0.3.31 (*)
|
|
1145
|
+
│ │ │ ├── glob v0.3.2
|
|
1146
|
+
│ │ │ ├── itertools v0.14.0 (*)
|
|
1147
|
+
│ │ │ ├── log v0.4.26
|
|
1148
|
+
│ │ │ ├── object_store v0.11.2 (*)
|
|
1149
|
+
│ │ │ ├── parking_lot v0.12.3 (*)
|
|
1150
|
+
│ │ │ ├── rand v0.8.5 (*)
|
|
1151
|
+
│ │ │ ├── regex v1.11.1 (*)
|
|
1152
|
+
│ │ │ ├── sqlparser v0.53.0 (*)
|
|
1153
|
+
│ │ │ ├── tempfile v3.18.0 (*)
|
|
1154
|
+
│ │ │ ├── tokio v1.44.0 (*)
|
|
1155
|
+
│ │ │ ├── url v2.5.4 (*)
|
|
1156
|
+
│ │ │ └── uuid v1.15.1 (*)
|
|
1157
|
+
│ │ ├── datafusion-expr v45.0.0 (*)
|
|
1158
|
+
│ │ ├── datafusion-functions v45.0.0 (*)
|
|
1159
|
+
│ │ ├── datafusion-physical-expr v45.0.0 (*)
|
|
1160
|
+
│ │ ├── deepsize v0.2.0
|
|
1161
|
+
│ │ │ └── deepsize_derive v0.1.2 (proc-macro)
|
|
1162
|
+
│ │ │ ├── proc-macro2 v1.0.94 (*)
|
|
1163
|
+
│ │ │ ├── quote v1.0.40 (*)
|
|
1164
|
+
│ │ │ └── syn v1.0.109
|
|
1165
|
+
│ │ │ ├── proc-macro2 v1.0.94 (*)
|
|
1166
|
+
│ │ │ ├── quote v1.0.40 (*)
|
|
1167
|
+
│ │ │ └── unicode-ident v1.0.18
|
|
1168
|
+
│ │ ├── futures v0.3.31 (*)
|
|
1169
|
+
│ │ ├── half v2.4.1 (*)
|
|
1170
|
+
│ │ ├── itertools v0.13.0 (*)
|
|
1171
|
+
│ │ ├── lance-arrow v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54)
|
|
1172
|
+
│ │ │ ├── arrow-array v54.2.1 (*)
|
|
1173
|
+
│ │ │ ├── arrow-buffer v54.2.1 (*)
|
|
1174
|
+
│ │ │ ├── arrow-cast v54.2.1 (*)
|
|
1175
|
+
│ │ │ ├── arrow-data v54.2.1 (*)
|
|
1176
|
+
│ │ │ ├── arrow-schema v54.2.1 (*)
|
|
1177
|
+
│ │ │ ├── arrow-select v54.2.1 (*)
|
|
1178
|
+
│ │ │ ├── bytes v1.10.1
|
|
1179
|
+
│ │ │ ├── half v2.4.1 (*)
|
|
1180
|
+
│ │ │ ├── num-traits v0.2.19 (*)
|
|
1181
|
+
│ │ │ └── rand v0.8.5 (*)
|
|
1182
|
+
│ │ ├── lance-core v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54)
|
|
1183
|
+
│ │ │ ├── arrow-array v54.2.1 (*)
|
|
1184
|
+
│ │ │ ├── arrow-buffer v54.2.1 (*)
|
|
1185
|
+
│ │ │ ├── arrow-schema v54.2.1 (*)
|
|
1186
|
+
│ │ │ ├── async-trait v0.1.87 (proc-macro) (*)
|
|
1187
|
+
│ │ │ ├── byteorder v1.5.0
|
|
1188
|
+
│ │ │ ├── bytes v1.10.1
|
|
1189
|
+
│ │ │ ├── chrono v0.4.39 (*)
|
|
1190
|
+
│ │ │ ├── datafusion-common v45.0.0 (*)
|
|
1191
|
+
│ │ │ ├── datafusion-sql v45.0.0 (*)
|
|
1192
|
+
│ │ │ ├── deepsize v0.2.0 (*)
|
|
1193
|
+
│ │ │ ├── futures v0.3.31 (*)
|
|
1194
|
+
│ │ │ ├── lance-arrow v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54) (*)
|
|
1195
|
+
│ │ │ ├── lazy_static v1.5.0
|
|
1196
|
+
│ │ │ ├── log v0.4.26
|
|
1197
|
+
│ │ │ ├── mock_instant v0.3.2
|
|
1198
|
+
│ │ │ │ └── once_cell v1.21.0
|
|
1199
|
+
│ │ │ ├── moka v0.12.10
|
|
1200
|
+
│ │ │ │ ├── async-lock v3.4.0
|
|
1201
|
+
│ │ │ │ │ ├── event-listener v5.4.0
|
|
1202
|
+
│ │ │ │ │ │ ├── concurrent-queue v2.5.0
|
|
1203
|
+
│ │ │ │ │ │ │ └── crossbeam-utils v0.8.21
|
|
1204
|
+
│ │ │ │ │ │ ├── parking v2.2.1
|
|
1205
|
+
│ │ │ │ │ │ └── pin-project-lite v0.2.16
|
|
1206
|
+
│ │ │ │ │ ├── event-listener-strategy v0.5.3
|
|
1207
|
+
│ │ │ │ │ │ ├── event-listener v5.4.0 (*)
|
|
1208
|
+
│ │ │ │ │ │ └── pin-project-lite v0.2.16
|
|
1209
|
+
│ │ │ │ │ └── pin-project-lite v0.2.16
|
|
1210
|
+
│ │ │ │ ├── crossbeam-channel v0.5.14
|
|
1211
|
+
│ │ │ │ │ └── crossbeam-utils v0.8.21
|
|
1212
|
+
│ │ │ │ ├── crossbeam-epoch v0.9.18
|
|
1213
|
+
│ │ │ │ │ └── crossbeam-utils v0.8.21
|
|
1214
|
+
│ │ │ │ ├── crossbeam-utils v0.8.21
|
|
1215
|
+
│ │ │ │ ├── event-listener v5.4.0 (*)
|
|
1216
|
+
│ │ │ │ ├── futures-util v0.3.31 (*)
|
|
1217
|
+
│ │ │ │ ├── parking_lot v0.12.3 (*)
|
|
1218
|
+
│ │ │ │ ├── portable-atomic v1.11.0
|
|
1219
|
+
│ │ │ │ ├── smallvec v1.14.0
|
|
1220
|
+
│ │ │ │ ├── tagptr v0.2.0
|
|
1221
|
+
│ │ │ │ ├── thiserror v1.0.69
|
|
1222
|
+
│ │ │ │ │ └── thiserror-impl v1.0.69 (proc-macro)
|
|
1223
|
+
│ │ │ │ │ ├── proc-macro2 v1.0.94 (*)
|
|
1224
|
+
│ │ │ │ │ ├── quote v1.0.40 (*)
|
|
1225
|
+
│ │ │ │ │ └── syn v2.0.100 (*)
|
|
1226
|
+
│ │ │ │ └── uuid v1.15.1 (*)
|
|
1227
|
+
│ │ │ ├── num_cpus v1.16.0
|
|
1228
|
+
│ │ │ │ └── libc v0.2.171
|
|
1229
|
+
│ │ │ ├── object_store v0.11.2 (*)
|
|
1230
|
+
│ │ │ ├── pin-project v1.1.10
|
|
1231
|
+
│ │ │ │ └── pin-project-internal v1.1.10 (proc-macro)
|
|
1232
|
+
│ │ │ │ ├── proc-macro2 v1.0.94 (*)
|
|
1233
|
+
│ │ │ │ ├── quote v1.0.40 (*)
|
|
1234
|
+
│ │ │ │ └── syn v2.0.100 (*)
|
|
1235
|
+
│ │ │ ├── prost v0.13.5
|
|
1236
|
+
│ │ │ │ ├── bytes v1.10.1
|
|
1237
|
+
│ │ │ │ └── prost-derive v0.13.5 (proc-macro)
|
|
1238
|
+
│ │ │ │ ├── anyhow v1.0.97
|
|
1239
|
+
│ │ │ │ ├── itertools v0.14.0 (*)
|
|
1240
|
+
│ │ │ │ ├── proc-macro2 v1.0.94 (*)
|
|
1241
|
+
│ │ │ │ ├── quote v1.0.40 (*)
|
|
1242
|
+
│ │ │ │ └── syn v2.0.100 (*)
|
|
1243
|
+
│ │ │ ├── rand v0.8.5 (*)
|
|
1244
|
+
│ │ │ ├── roaring v0.10.10
|
|
1245
|
+
│ │ │ │ ├── bytemuck v1.22.0
|
|
1246
|
+
│ │ │ │ └── byteorder v1.5.0
|
|
1247
|
+
│ │ │ ├── serde_json v1.0.140 (*)
|
|
1248
|
+
│ │ │ ├── snafu v0.8.5 (*)
|
|
1249
|
+
│ │ │ ├── tokio v1.44.0 (*)
|
|
1250
|
+
│ │ │ ├── tokio-stream v0.1.17
|
|
1251
|
+
│ │ │ │ ├── futures-core v0.3.31
|
|
1252
|
+
│ │ │ │ ├── pin-project-lite v0.2.16
|
|
1253
|
+
│ │ │ │ └── tokio v1.44.0 (*)
|
|
1254
|
+
│ │ │ ├── tokio-util v0.7.13 (*)
|
|
1255
|
+
│ │ │ ├── tracing v0.1.41 (*)
|
|
1256
|
+
│ │ │ └── url v2.5.4 (*)
|
|
1257
|
+
│ │ ├── lance-datafusion v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54)
|
|
1258
|
+
│ │ │ ├── arrow v54.2.1 (*)
|
|
1259
|
+
│ │ │ ├── arrow-array v54.2.1 (*)
|
|
1260
|
+
│ │ │ ├── arrow-buffer v54.2.1 (*)
|
|
1261
|
+
│ │ │ ├── arrow-ord v54.2.1 (*)
|
|
1262
|
+
│ │ │ ├── arrow-schema v54.2.1 (*)
|
|
1263
|
+
│ │ │ ├── arrow-select v54.2.1 (*)
|
|
1264
|
+
│ │ │ ├── async-trait v0.1.87 (proc-macro) (*)
|
|
1265
|
+
│ │ │ ├── datafusion v45.0.0 (*)
|
|
1266
|
+
│ │ │ ├── datafusion-common v45.0.0 (*)
|
|
1267
|
+
│ │ │ ├── datafusion-functions v45.0.0 (*)
|
|
1268
|
+
│ │ │ ├── datafusion-physical-expr v45.0.0 (*)
|
|
1269
|
+
│ │ │ ├── futures v0.3.31 (*)
|
|
1270
|
+
│ │ │ ├── lance-arrow v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54) (*)
|
|
1271
|
+
│ │ │ ├── lance-core v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54) (*)
|
|
1272
|
+
│ │ │ ├── lazy_static v1.5.0
|
|
1273
|
+
│ │ │ ├── log v0.4.26
|
|
1274
|
+
│ │ │ ├── prost v0.13.5 (*)
|
|
1275
|
+
│ │ │ ├── snafu v0.8.5 (*)
|
|
1276
|
+
│ │ │ └── tokio v1.44.0 (*)
|
|
1277
|
+
│ │ ├── lance-encoding v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54)
|
|
1278
|
+
│ │ │ ├── arrayref v0.3.9
|
|
1279
|
+
│ │ │ ├── arrow v54.2.1 (*)
|
|
1280
|
+
│ │ │ ├── arrow-arith v54.2.1 (*)
|
|
1281
|
+
│ │ │ ├── arrow-array v54.2.1 (*)
|
|
1282
|
+
│ │ │ ├── arrow-buffer v54.2.1 (*)
|
|
1283
|
+
│ │ │ ├── arrow-cast v54.2.1 (*)
|
|
1284
|
+
│ │ │ ├── arrow-data v54.2.1 (*)
|
|
1285
|
+
│ │ │ ├── arrow-schema v54.2.1 (*)
|
|
1286
|
+
│ │ │ ├── arrow-select v54.2.1 (*)
|
|
1287
|
+
│ │ │ ├── bytemuck v1.22.0
|
|
1288
|
+
│ │ │ ├── byteorder v1.5.0
|
|
1289
|
+
│ │ │ ├── bytes v1.10.1
|
|
1290
|
+
│ │ │ ├── fsst v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54)
|
|
1291
|
+
│ │ │ │ └── rand v0.8.5 (*)
|
|
1292
|
+
│ │ │ ├── futures v0.3.31 (*)
|
|
1293
|
+
│ │ │ ├── hex v0.4.3
|
|
1294
|
+
│ │ │ ├── hyperloglogplus v0.4.1
|
|
1295
|
+
│ │ │ │ └── serde v1.0.219 (*)
|
|
1296
|
+
│ │ │ ├── itertools v0.13.0 (*)
|
|
1297
|
+
│ │ │ ├── lance-arrow v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54) (*)
|
|
1298
|
+
│ │ │ ├── lance-core v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54) (*)
|
|
1299
|
+
│ │ │ ├── lazy_static v1.5.0
|
|
1300
|
+
│ │ │ ├── log v0.4.26
|
|
1301
|
+
│ │ │ ├── num-traits v0.2.19 (*)
|
|
1302
|
+
│ │ │ ├── paste v1.0.15 (proc-macro)
|
|
1303
|
+
│ │ │ ├── prost v0.13.5 (*)
|
|
1304
|
+
│ │ │ ├── prost-types v0.13.5
|
|
1305
|
+
│ │ │ │ └── prost v0.13.5 (*)
|
|
1306
|
+
│ │ │ ├── rand v0.8.5 (*)
|
|
1307
|
+
│ │ │ ├── seq-macro v0.3.6 (proc-macro)
|
|
1308
|
+
│ │ │ ├── snafu v0.8.5 (*)
|
|
1309
|
+
│ │ │ ├── tokio v1.44.0 (*)
|
|
1310
|
+
│ │ │ ├── tracing v0.1.41 (*)
|
|
1311
|
+
│ │ │ └── zstd v0.13.3 (*)
|
|
1312
|
+
│ │ │ [build-dependencies]
|
|
1313
|
+
│ │ │ └── prost-build v0.13.5
|
|
1314
|
+
│ │ │ ├── heck v0.5.0
|
|
1315
|
+
│ │ │ ├── itertools v0.14.0 (*)
|
|
1316
|
+
│ │ │ ├── log v0.4.26
|
|
1317
|
+
│ │ │ ├── multimap v0.10.0
|
|
1318
|
+
│ │ │ ├── once_cell v1.21.0
|
|
1319
|
+
│ │ │ ├── petgraph v0.7.1
|
|
1320
|
+
│ │ │ │ ├── fixedbitset v0.5.7
|
|
1321
|
+
│ │ │ │ └── indexmap v2.8.0 (*)
|
|
1322
|
+
│ │ │ ├── prettyplease v0.2.30
|
|
1323
|
+
│ │ │ │ ├── proc-macro2 v1.0.94 (*)
|
|
1324
|
+
│ │ │ │ └── syn v2.0.100 (*)
|
|
1325
|
+
│ │ │ ├── prost v0.13.5
|
|
1326
|
+
│ │ │ │ ├── bytes v1.10.1
|
|
1327
|
+
│ │ │ │ └── prost-derive v0.13.5 (proc-macro) (*)
|
|
1328
|
+
│ │ │ ├── prost-types v0.13.5
|
|
1329
|
+
│ │ │ │ └── prost v0.13.5 (*)
|
|
1330
|
+
│ │ │ ├── regex v1.11.1 (*)
|
|
1331
|
+
│ │ │ ├── syn v2.0.100 (*)
|
|
1332
|
+
│ │ │ └── tempfile v3.18.0 (*)
|
|
1333
|
+
│ │ ├── lance-file v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54)
|
|
1334
|
+
│ │ │ ├── arrow-arith v54.2.1 (*)
|
|
1335
|
+
│ │ │ ├── arrow-array v54.2.1 (*)
|
|
1336
|
+
│ │ │ ├── arrow-buffer v54.2.1 (*)
|
|
1337
|
+
│ │ │ ├── arrow-data v54.2.1 (*)
|
|
1338
|
+
│ │ │ ├── arrow-schema v54.2.1 (*)
|
|
1339
|
+
│ │ │ ├── arrow-select v54.2.1 (*)
|
|
1340
|
+
│ │ │ ├── async-recursion v1.1.1 (proc-macro) (*)
|
|
1341
|
+
│ │ │ ├── async-trait v0.1.87 (proc-macro) (*)
|
|
1342
|
+
│ │ │ ├── byteorder v1.5.0
|
|
1343
|
+
│ │ │ ├── bytes v1.10.1
|
|
1344
|
+
│ │ │ ├── datafusion-common v45.0.0 (*)
|
|
1345
|
+
│ │ │ ├── deepsize v0.2.0 (*)
|
|
1346
|
+
│ │ │ ├── futures v0.3.31 (*)
|
|
1347
|
+
│ │ │ ├── lance-arrow v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54) (*)
|
|
1348
|
+
│ │ │ ├── lance-core v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54) (*)
|
|
1349
|
+
│ │ │ ├── lance-encoding v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54) (*)
|
|
1350
|
+
│ │ │ ├── lance-io v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54)
|
|
1351
|
+
│ │ │ │ ├── arrow v54.2.1 (*)
|
|
1352
|
+
│ │ │ │ ├── arrow-arith v54.2.1 (*)
|
|
1353
|
+
│ │ │ │ ├── arrow-array v54.2.1 (*)
|
|
1354
|
+
│ │ │ │ ├── arrow-buffer v54.2.1 (*)
|
|
1355
|
+
│ │ │ │ ├── arrow-cast v54.2.1 (*)
|
|
1356
|
+
│ │ │ │ ├── arrow-data v54.2.1 (*)
|
|
1357
|
+
│ │ │ │ ├── arrow-schema v54.2.1 (*)
|
|
1358
|
+
│ │ │ │ ├── arrow-select v54.2.1 (*)
|
|
1359
|
+
│ │ │ │ ├── async-priority-channel v0.2.0
|
|
1360
|
+
│ │ │ │ │ └── event-listener v4.0.3
|
|
1361
|
+
│ │ │ │ │ ├── concurrent-queue v2.5.0 (*)
|
|
1362
|
+
│ │ │ │ │ ├── parking v2.2.1
|
|
1363
|
+
│ │ │ │ │ └── pin-project-lite v0.2.16
|
|
1364
|
+
│ │ │ │ ├── async-recursion v1.1.1 (proc-macro) (*)
|
|
1365
|
+
│ │ │ │ ├── async-trait v0.1.87 (proc-macro) (*)
|
|
1366
|
+
│ │ │ │ ├── aws-config v1.6.0
|
|
1367
|
+
│ │ │ │ │ ├── aws-credential-types v1.2.2 (*)
|
|
1368
|
+
│ │ │ │ │ ├── aws-runtime v1.5.6 (*)
|
|
1369
|
+
│ │ │ │ │ ├── aws-sdk-sso v1.62.0
|
|
1370
|
+
│ │ │ │ │ │ ├── aws-credential-types v1.2.2 (*)
|
|
1371
|
+
│ │ │ │ │ │ ├── aws-runtime v1.5.6 (*)
|
|
1372
|
+
│ │ │ │ │ │ ├── aws-smithy-async v1.2.5 (*)
|
|
1373
|
+
│ │ │ │ │ │ ├── aws-smithy-http v0.62.0 (*)
|
|
1374
|
+
│ │ │ │ │ │ ├── aws-smithy-json v0.61.3 (*)
|
|
1375
|
+
│ │ │ │ │ │ ├── aws-smithy-runtime v1.8.0 (*)
|
|
1376
|
+
│ │ │ │ │ │ ├── aws-smithy-runtime-api v1.7.4 (*)
|
|
1377
|
+
│ │ │ │ │ │ ├── aws-smithy-types v1.3.0 (*)
|
|
1378
|
+
│ │ │ │ │ │ ├── aws-types v1.3.6 (*)
|
|
1379
|
+
│ │ │ │ │ │ ├── bytes v1.10.1
|
|
1380
|
+
│ │ │ │ │ │ ├── http v0.2.12 (*)
|
|
1381
|
+
│ │ │ │ │ │ ├── once_cell v1.21.0
|
|
1382
|
+
│ │ │ │ │ │ ├── regex-lite v0.1.6
|
|
1383
|
+
│ │ │ │ │ │ └── tracing v0.1.41 (*)
|
|
1384
|
+
│ │ │ │ │ ├── aws-sdk-ssooidc v1.63.0
|
|
1385
|
+
│ │ │ │ │ │ ├── aws-credential-types v1.2.2 (*)
|
|
1386
|
+
│ │ │ │ │ │ ├── aws-runtime v1.5.6 (*)
|
|
1387
|
+
│ │ │ │ │ │ ├── aws-smithy-async v1.2.5 (*)
|
|
1388
|
+
│ │ │ │ │ │ ├── aws-smithy-http v0.62.0 (*)
|
|
1389
|
+
│ │ │ │ │ │ ├── aws-smithy-json v0.61.3 (*)
|
|
1390
|
+
│ │ │ │ │ │ ├── aws-smithy-runtime v1.8.0 (*)
|
|
1391
|
+
│ │ │ │ │ │ ├── aws-smithy-runtime-api v1.7.4 (*)
|
|
1392
|
+
│ │ │ │ │ │ ├── aws-smithy-types v1.3.0 (*)
|
|
1393
|
+
│ │ │ │ │ │ ├── aws-types v1.3.6 (*)
|
|
1394
|
+
│ │ │ │ │ │ ├── bytes v1.10.1
|
|
1395
|
+
│ │ │ │ │ │ ├── http v0.2.12 (*)
|
|
1396
|
+
│ │ │ │ │ │ ├── once_cell v1.21.0
|
|
1397
|
+
│ │ │ │ │ │ ├── regex-lite v0.1.6
|
|
1398
|
+
│ │ │ │ │ │ └── tracing v0.1.41 (*)
|
|
1399
|
+
│ │ │ │ │ ├── aws-sdk-sts v1.63.0
|
|
1400
|
+
│ │ │ │ │ │ ├── aws-credential-types v1.2.2 (*)
|
|
1401
|
+
│ │ │ │ │ │ ├── aws-runtime v1.5.6 (*)
|
|
1402
|
+
│ │ │ │ │ │ ├── aws-smithy-async v1.2.5 (*)
|
|
1403
|
+
│ │ │ │ │ │ ├── aws-smithy-http v0.62.0 (*)
|
|
1404
|
+
│ │ │ │ │ │ ├── aws-smithy-json v0.61.3 (*)
|
|
1405
|
+
│ │ │ │ │ │ ├── aws-smithy-query v0.60.7
|
|
1406
|
+
│ │ │ │ │ │ │ ├── aws-smithy-types v1.3.0 (*)
|
|
1407
|
+
│ │ │ │ │ │ │ └── urlencoding v2.1.3
|
|
1408
|
+
│ │ │ │ │ │ ├── aws-smithy-runtime v1.8.0 (*)
|
|
1409
|
+
│ │ │ │ │ │ ├── aws-smithy-runtime-api v1.7.4 (*)
|
|
1410
|
+
│ │ │ │ │ │ ├── aws-smithy-types v1.3.0 (*)
|
|
1411
|
+
│ │ │ │ │ │ ├── aws-smithy-xml v0.60.9
|
|
1412
|
+
│ │ │ │ │ │ │ └── xmlparser v0.13.6
|
|
1413
|
+
│ │ │ │ │ │ ├── aws-types v1.3.6 (*)
|
|
1414
|
+
│ │ │ │ │ │ ├── http v0.2.12 (*)
|
|
1415
|
+
│ │ │ │ │ │ ├── once_cell v1.21.0
|
|
1416
|
+
│ │ │ │ │ │ ├── regex-lite v0.1.6
|
|
1417
|
+
│ │ │ │ │ │ └── tracing v0.1.41 (*)
|
|
1418
|
+
│ │ │ │ │ ├── aws-smithy-async v1.2.5 (*)
|
|
1419
|
+
│ │ │ │ │ ├── aws-smithy-http v0.62.0 (*)
|
|
1420
|
+
│ │ │ │ │ ├── aws-smithy-json v0.61.3 (*)
|
|
1421
|
+
│ │ │ │ │ ├── aws-smithy-runtime v1.8.0 (*)
|
|
1422
|
+
│ │ │ │ │ ├── aws-smithy-runtime-api v1.7.4 (*)
|
|
1423
|
+
│ │ │ │ │ ├── aws-smithy-types v1.3.0 (*)
|
|
1424
|
+
│ │ │ │ │ ├── aws-types v1.3.6 (*)
|
|
1425
|
+
│ │ │ │ │ ├── bytes v1.10.1
|
|
1426
|
+
│ │ │ │ │ ├── fastrand v2.3.0
|
|
1427
|
+
│ │ │ │ │ ├── hex v0.4.3
|
|
1428
|
+
│ │ │ │ │ ├── http v1.3.1 (*)
|
|
1429
|
+
│ │ │ │ │ ├── ring v0.17.14 (*)
|
|
1430
|
+
│ │ │ │ │ ├── time v0.3.39 (*)
|
|
1431
|
+
│ │ │ │ │ ├── tokio v1.44.0 (*)
|
|
1432
|
+
│ │ │ │ │ ├── tracing v0.1.41 (*)
|
|
1433
|
+
│ │ │ │ │ ├── url v2.5.4 (*)
|
|
1434
|
+
│ │ │ │ │ └── zeroize v1.8.1
|
|
1435
|
+
│ │ │ │ ├── aws-credential-types v1.2.2 (*)
|
|
1436
|
+
│ │ │ │ ├── byteorder v1.5.0
|
|
1437
|
+
│ │ │ │ ├── bytes v1.10.1
|
|
1438
|
+
│ │ │ │ ├── chrono v0.4.39 (*)
|
|
1439
|
+
│ │ │ │ ├── deepsize v0.2.0 (*)
|
|
1440
|
+
│ │ │ │ ├── futures v0.3.31 (*)
|
|
1441
|
+
│ │ │ │ ├── lance-arrow v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54) (*)
|
|
1442
|
+
│ │ │ │ ├── lance-core v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54) (*)
|
|
1443
|
+
│ │ │ │ ├── lazy_static v1.5.0
|
|
1444
|
+
│ │ │ │ ├── log v0.4.26
|
|
1445
|
+
│ │ │ │ ├── object_store v0.11.2 (*)
|
|
1446
|
+
│ │ │ │ ├── path_abs v0.5.1
|
|
1447
|
+
│ │ │ │ │ ├── serde v1.0.219 (*)
|
|
1448
|
+
│ │ │ │ │ ├── serde_derive v1.0.219 (proc-macro) (*)
|
|
1449
|
+
│ │ │ │ │ ├── std_prelude v0.2.12
|
|
1450
|
+
│ │ │ │ │ └── stfu8 v0.2.7
|
|
1451
|
+
│ │ │ │ ├── pin-project v1.1.10 (*)
|
|
1452
|
+
│ │ │ │ ├── prost v0.13.5 (*)
|
|
1453
|
+
│ │ │ │ ├── rand v0.8.5 (*)
|
|
1454
|
+
│ │ │ │ ├── shellexpand v3.1.0
|
|
1455
|
+
│ │ │ │ │ └── dirs v5.0.1
|
|
1456
|
+
│ │ │ │ │ └── dirs-sys v0.4.1
|
|
1457
|
+
│ │ │ │ │ ├── libc v0.2.171
|
|
1458
|
+
│ │ │ │ │ └── option-ext v0.2.0
|
|
1459
|
+
│ │ │ │ ├── snafu v0.8.5 (*)
|
|
1460
|
+
│ │ │ │ ├── tokio v1.44.0 (*)
|
|
1461
|
+
│ │ │ │ ├── tracing v0.1.41 (*)
|
|
1462
|
+
│ │ │ │ └── url v2.5.4 (*)
|
|
1463
|
+
│ │ │ ├── log v0.4.26
|
|
1464
|
+
│ │ │ ├── num-traits v0.2.19 (*)
|
|
1465
|
+
│ │ │ ├── object_store v0.11.2 (*)
|
|
1466
|
+
│ │ │ ├── prost v0.13.5 (*)
|
|
1467
|
+
│ │ │ ├── prost-types v0.13.5 (*)
|
|
1468
|
+
│ │ │ ├── roaring v0.10.10 (*)
|
|
1469
|
+
│ │ │ ├── snafu v0.8.5 (*)
|
|
1470
|
+
│ │ │ ├── tempfile v3.18.0 (*)
|
|
1471
|
+
│ │ │ ├── tokio v1.44.0 (*)
|
|
1472
|
+
│ │ │ └── tracing v0.1.41 (*)
|
|
1473
|
+
│ │ │ [build-dependencies]
|
|
1474
|
+
│ │ │ └── prost-build v0.13.5 (*)
|
|
1475
|
+
│ │ ├── lance-index v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54)
|
|
1476
|
+
│ │ │ ├── arrow v54.2.1 (*)
|
|
1477
|
+
│ │ │ ├── arrow-array v54.2.1 (*)
|
|
1478
|
+
│ │ │ ├── arrow-ord v54.2.1 (*)
|
|
1479
|
+
│ │ │ ├── arrow-schema v54.2.1 (*)
|
|
1480
|
+
│ │ │ ├── arrow-select v54.2.1 (*)
|
|
1481
|
+
│ │ │ ├── async-recursion v1.1.1 (proc-macro) (*)
|
|
1482
|
+
│ │ │ ├── async-trait v0.1.87 (proc-macro) (*)
|
|
1483
|
+
│ │ │ ├── bitvec v1.0.1
|
|
1484
|
+
│ │ │ │ ├── funty v2.0.0
|
|
1485
|
+
│ │ │ │ ├── radium v0.7.0
|
|
1486
|
+
│ │ │ │ ├── tap v1.0.1
|
|
1487
|
+
│ │ │ │ └── wyz v0.5.1
|
|
1488
|
+
│ │ │ │ └── tap v1.0.1
|
|
1489
|
+
│ │ │ ├── bytes v1.10.1
|
|
1490
|
+
│ │ │ ├── crossbeam-queue v0.3.12
|
|
1491
|
+
│ │ │ │ └── crossbeam-utils v0.8.21
|
|
1492
|
+
│ │ │ ├── datafusion v45.0.0 (*)
|
|
1493
|
+
│ │ │ ├── datafusion-common v45.0.0 (*)
|
|
1494
|
+
│ │ │ ├── datafusion-expr v45.0.0 (*)
|
|
1495
|
+
│ │ │ ├── datafusion-physical-expr v45.0.0 (*)
|
|
1496
|
+
│ │ │ ├── datafusion-sql v45.0.0 (*)
|
|
1497
|
+
│ │ │ ├── deepsize v0.2.0 (*)
|
|
1498
|
+
│ │ │ ├── dirs v5.0.1 (*)
|
|
1499
|
+
│ │ │ ├── futures v0.3.31 (*)
|
|
1500
|
+
│ │ │ ├── half v2.4.1 (*)
|
|
1501
|
+
│ │ │ ├── itertools v0.13.0 (*)
|
|
1502
|
+
│ │ │ ├── lance-arrow v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54) (*)
|
|
1503
|
+
│ │ │ ├── lance-core v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54) (*)
|
|
1504
|
+
│ │ │ ├── lance-datafusion v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54) (*)
|
|
1505
|
+
│ │ │ ├── lance-encoding v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54) (*)
|
|
1506
|
+
│ │ │ ├── lance-file v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54) (*)
|
|
1507
|
+
│ │ │ ├── lance-io v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54) (*)
|
|
1508
|
+
│ │ │ ├── lance-linalg v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54)
|
|
1509
|
+
│ │ │ │ ├── arrow-array v54.2.1 (*)
|
|
1510
|
+
│ │ │ │ ├── arrow-ord v54.2.1 (*)
|
|
1511
|
+
│ │ │ │ ├── arrow-schema v54.2.1 (*)
|
|
1512
|
+
│ │ │ │ ├── bitvec v1.0.1 (*)
|
|
1513
|
+
│ │ │ │ ├── deepsize v0.2.0 (*)
|
|
1514
|
+
│ │ │ │ ├── futures v0.3.31 (*)
|
|
1515
|
+
│ │ │ │ ├── half v2.4.1 (*)
|
|
1516
|
+
│ │ │ │ ├── lance-arrow v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54) (*)
|
|
1517
|
+
│ │ │ │ ├── lance-core v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54) (*)
|
|
1518
|
+
│ │ │ │ ├── lazy_static v1.5.0
|
|
1519
|
+
│ │ │ │ ├── log v0.4.26
|
|
1520
|
+
│ │ │ │ ├── num-traits v0.2.19 (*)
|
|
1521
|
+
│ │ │ │ ├── rand v0.8.5 (*)
|
|
1522
|
+
│ │ │ │ ├── rayon v1.10.0
|
|
1523
|
+
│ │ │ │ │ ├── either v1.15.0
|
|
1524
|
+
│ │ │ │ │ └── rayon-core v1.12.1
|
|
1525
|
+
│ │ │ │ │ ├── crossbeam-deque v0.8.6
|
|
1526
|
+
│ │ │ │ │ │ ├── crossbeam-epoch v0.9.18 (*)
|
|
1527
|
+
│ │ │ │ │ │ └── crossbeam-utils v0.8.21
|
|
1528
|
+
│ │ │ │ │ └── crossbeam-utils v0.8.21
|
|
1529
|
+
│ │ │ │ ├── tokio v1.44.0 (*)
|
|
1530
|
+
│ │ │ │ └── tracing v0.1.41 (*)
|
|
1531
|
+
│ │ │ │ [build-dependencies]
|
|
1532
|
+
│ │ │ │ └── cc v1.2.16 (*)
|
|
1533
|
+
│ │ │ ├── lance-table v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54)
|
|
1534
|
+
│ │ │ │ ├── arrow v54.2.1 (*)
|
|
1535
|
+
│ │ │ │ ├── arrow-array v54.2.1 (*)
|
|
1536
|
+
│ │ │ │ ├── arrow-buffer v54.2.1 (*)
|
|
1537
|
+
│ │ │ │ ├── arrow-ipc v54.2.1 (*)
|
|
1538
|
+
│ │ │ │ ├── arrow-schema v54.2.1 (*)
|
|
1539
|
+
│ │ │ │ ├── async-trait v0.1.87 (proc-macro) (*)
|
|
1540
|
+
│ │ │ │ ├── aws-credential-types v1.2.2 (*)
|
|
1541
|
+
│ │ │ │ ├── aws-sdk-dynamodb v1.68.0 (*)
|
|
1542
|
+
│ │ │ │ ├── byteorder v1.5.0
|
|
1543
|
+
│ │ │ │ ├── bytes v1.10.1
|
|
1544
|
+
│ │ │ │ ├── chrono v0.4.39 (*)
|
|
1545
|
+
│ │ │ │ ├── deepsize v0.2.0 (*)
|
|
1546
|
+
│ │ │ │ ├── futures v0.3.31 (*)
|
|
1547
|
+
│ │ │ │ ├── lance-arrow v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54) (*)
|
|
1548
|
+
│ │ │ │ ├── lance-core v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54) (*)
|
|
1549
|
+
│ │ │ │ ├── lance-file v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54) (*)
|
|
1550
|
+
│ │ │ │ ├── lance-io v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54) (*)
|
|
1551
|
+
│ │ │ │ ├── lazy_static v1.5.0
|
|
1552
|
+
│ │ │ │ ├── log v0.4.26
|
|
1553
|
+
│ │ │ │ ├── object_store v0.11.2 (*)
|
|
1554
|
+
│ │ │ │ ├── prost v0.13.5 (*)
|
|
1555
|
+
│ │ │ │ ├── prost-types v0.13.5 (*)
|
|
1556
|
+
│ │ │ │ ├── rand v0.8.5 (*)
|
|
1557
|
+
│ │ │ │ ├── rangemap v1.5.1
|
|
1558
|
+
│ │ │ │ ├── roaring v0.10.10 (*)
|
|
1559
|
+
│ │ │ │ ├── serde v1.0.219 (*)
|
|
1560
|
+
│ │ │ │ ├── serde_json v1.0.140 (*)
|
|
1561
|
+
│ │ │ │ ├── snafu v0.8.5 (*)
|
|
1562
|
+
│ │ │ │ ├── tokio v1.44.0 (*)
|
|
1563
|
+
│ │ │ │ ├── tracing v0.1.41 (*)
|
|
1564
|
+
│ │ │ │ ├── url v2.5.4 (*)
|
|
1565
|
+
│ │ │ │ └── uuid v1.15.1 (*)
|
|
1566
|
+
│ │ │ │ [build-dependencies]
|
|
1567
|
+
│ │ │ │ └── prost-build v0.13.5 (*)
|
|
1568
|
+
│ │ │ ├── lazy_static v1.5.0
|
|
1569
|
+
│ │ │ ├── log v0.4.26
|
|
1570
|
+
│ │ │ ├── moka v0.12.10 (*)
|
|
1571
|
+
│ │ │ ├── num-traits v0.2.19 (*)
|
|
1572
|
+
│ │ │ ├── object_store v0.11.2 (*)
|
|
1573
|
+
│ │ │ ├── prost v0.13.5 (*)
|
|
1574
|
+
│ │ │ ├── rand v0.8.5 (*)
|
|
1575
|
+
│ │ │ ├── rayon v1.10.0 (*)
|
|
1576
|
+
│ │ │ ├── roaring v0.10.10 (*)
|
|
1577
|
+
│ │ │ ├── serde v1.0.219 (*)
|
|
1578
|
+
│ │ │ ├── serde_json v1.0.140 (*)
|
|
1579
|
+
│ │ │ ├── snafu v0.8.5 (*)
|
|
1580
|
+
│ │ │ ├── tantivy v0.22.0
|
|
1581
|
+
│ │ │ │ ├── aho-corasick v1.1.3
|
|
1582
|
+
│ │ │ │ │ └── memchr v2.7.4
|
|
1583
|
+
│ │ │ │ ├── arc-swap v1.7.1
|
|
1584
|
+
│ │ │ │ ├── base64 v0.22.1
|
|
1585
|
+
│ │ │ │ ├── bitpacking v0.9.2
|
|
1586
|
+
│ │ │ │ │ └── crunchy v0.2.2
|
|
1587
|
+
│ │ │ │ ├── byteorder v1.5.0
|
|
1588
|
+
│ │ │ │ ├── census v0.4.2
|
|
1589
|
+
│ │ │ │ ├── crc32fast v1.4.2 (*)
|
|
1590
|
+
│ │ │ │ ├── crossbeam-channel v0.5.14 (*)
|
|
1591
|
+
│ │ │ │ ├── downcast-rs v1.2.1
|
|
1592
|
+
│ │ │ │ ├── fastdivide v0.4.2
|
|
1593
|
+
│ │ │ │ ├── fnv v1.0.7
|
|
1594
|
+
│ │ │ │ ├── fs4 v0.8.4
|
|
1595
|
+
│ │ │ │ │ └── rustix v0.38.44
|
|
1596
|
+
│ │ │ │ │ ├── bitflags v2.9.0
|
|
1597
|
+
│ │ │ │ │ ├── errno v0.3.10 (*)
|
|
1598
|
+
│ │ │ │ │ └── libc v0.2.171
|
|
1599
|
+
│ │ │ │ ├── htmlescape v0.3.1
|
|
1600
|
+
│ │ │ │ ├── itertools v0.12.1
|
|
1601
|
+
│ │ │ │ │ └── either v1.15.0
|
|
1602
|
+
│ │ │ │ ├── levenshtein_automata v0.2.1
|
|
1603
|
+
│ │ │ │ ├── log v0.4.26
|
|
1604
|
+
│ │ │ │ ├── lru v0.12.5
|
|
1605
|
+
│ │ │ │ │ └── hashbrown v0.15.2 (*)
|
|
1606
|
+
│ │ │ │ ├── lz4_flex v0.11.3 (*)
|
|
1607
|
+
│ │ │ │ ├── measure_time v0.8.3
|
|
1608
|
+
│ │ │ │ │ ├── instant v0.1.13
|
|
1609
|
+
│ │ │ │ │ │ └── cfg-if v1.0.0
|
|
1610
|
+
│ │ │ │ │ └── log v0.4.26
|
|
1611
|
+
│ │ │ │ ├── memmap2 v0.9.5
|
|
1612
|
+
│ │ │ │ │ └── libc v0.2.171
|
|
1613
|
+
│ │ │ │ ├── num_cpus v1.16.0 (*)
|
|
1614
|
+
│ │ │ │ ├── once_cell v1.21.0
|
|
1615
|
+
│ │ │ │ ├── oneshot v0.1.11
|
|
1616
|
+
│ │ │ │ ├── rayon v1.10.0 (*)
|
|
1617
|
+
│ │ │ │ ├── regex v1.11.1 (*)
|
|
1618
|
+
│ │ │ │ ├── rust-stemmers v1.2.0
|
|
1619
|
+
│ │ │ │ │ ├── serde v1.0.219 (*)
|
|
1620
|
+
│ │ │ │ │ └── serde_derive v1.0.219 (proc-macro) (*)
|
|
1621
|
+
│ │ │ │ ├── rustc-hash v1.1.0
|
|
1622
|
+
│ │ │ │ ├── serde v1.0.219 (*)
|
|
1623
|
+
│ │ │ │ ├── serde_json v1.0.140 (*)
|
|
1624
|
+
│ │ │ │ ├── sketches-ddsketch v0.2.2
|
|
1625
|
+
│ │ │ │ │ └── serde v1.0.219 (*)
|
|
1626
|
+
│ │ │ │ ├── smallvec v1.14.0
|
|
1627
|
+
│ │ │ │ ├── tantivy-bitpacker v0.6.0
|
|
1628
|
+
│ │ │ │ │ └── bitpacking v0.9.2 (*)
|
|
1629
|
+
│ │ │ │ ├── tantivy-columnar v0.3.0
|
|
1630
|
+
│ │ │ │ │ ├── downcast-rs v1.2.1
|
|
1631
|
+
│ │ │ │ │ ├── fastdivide v0.4.2
|
|
1632
|
+
│ │ │ │ │ ├── itertools v0.12.1 (*)
|
|
1633
|
+
│ │ │ │ │ ├── serde v1.0.219 (*)
|
|
1634
|
+
│ │ │ │ │ ├── tantivy-bitpacker v0.6.0 (*)
|
|
1635
|
+
│ │ │ │ │ ├── tantivy-common v0.7.0
|
|
1636
|
+
│ │ │ │ │ │ ├── async-trait v0.1.87 (proc-macro) (*)
|
|
1637
|
+
│ │ │ │ │ │ ├── byteorder v1.5.0
|
|
1638
|
+
│ │ │ │ │ │ ├── ownedbytes v0.7.0
|
|
1639
|
+
│ │ │ │ │ │ │ └── stable_deref_trait v1.2.0
|
|
1640
|
+
│ │ │ │ │ │ ├── serde v1.0.219 (*)
|
|
1641
|
+
│ │ │ │ │ │ └── time v0.3.39 (*)
|
|
1642
|
+
│ │ │ │ │ ├── tantivy-sstable v0.3.0
|
|
1643
|
+
│ │ │ │ │ │ ├── tantivy-bitpacker v0.6.0 (*)
|
|
1644
|
+
│ │ │ │ │ │ ├── tantivy-common v0.7.0 (*)
|
|
1645
|
+
│ │ │ │ │ │ ├── tantivy-fst v0.5.0
|
|
1646
|
+
│ │ │ │ │ │ │ ├── byteorder v1.5.0
|
|
1647
|
+
│ │ │ │ │ │ │ ├── regex-syntax v0.8.5
|
|
1648
|
+
│ │ │ │ │ │ │ └── utf8-ranges v1.0.5
|
|
1649
|
+
│ │ │ │ │ │ └── zstd v0.13.3 (*)
|
|
1650
|
+
│ │ │ │ │ └── tantivy-stacker v0.3.0
|
|
1651
|
+
│ │ │ │ │ ├── murmurhash32 v0.3.1
|
|
1652
|
+
│ │ │ │ │ ├── rand_distr v0.4.3
|
|
1653
|
+
│ │ │ │ │ │ ├── num-traits v0.2.19 (*)
|
|
1654
|
+
│ │ │ │ │ │ └── rand v0.8.5 (*)
|
|
1655
|
+
│ │ │ │ │ └── tantivy-common v0.7.0 (*)
|
|
1656
|
+
│ │ │ │ ├── tantivy-common v0.7.0 (*)
|
|
1657
|
+
│ │ │ │ ├── tantivy-fst v0.5.0 (*)
|
|
1658
|
+
│ │ │ │ ├── tantivy-query-grammar v0.22.0
|
|
1659
|
+
│ │ │ │ │ └── nom v7.1.3
|
|
1660
|
+
│ │ │ │ │ ├── memchr v2.7.4
|
|
1661
|
+
│ │ │ │ │ └── minimal-lexical v0.2.1
|
|
1662
|
+
│ │ │ │ ├── tantivy-stacker v0.3.0 (*)
|
|
1663
|
+
│ │ │ │ ├── tantivy-tokenizer-api v0.3.0
|
|
1664
|
+
│ │ │ │ │ └── serde v1.0.219 (*)
|
|
1665
|
+
│ │ │ │ ├── tempfile v3.18.0 (*)
|
|
1666
|
+
│ │ │ │ ├── thiserror v1.0.69 (*)
|
|
1667
|
+
│ │ │ │ ├── time v0.3.39 (*)
|
|
1668
|
+
│ │ │ │ └── uuid v1.15.1 (*)
|
|
1669
|
+
│ │ │ ├── tempfile v3.18.0 (*)
|
|
1670
|
+
│ │ │ ├── tokio v1.44.0 (*)
|
|
1671
|
+
│ │ │ ├── tracing v0.1.41 (*)
|
|
1672
|
+
│ │ │ └── uuid v1.15.1 (*)
|
|
1673
|
+
│ │ │ [build-dependencies]
|
|
1674
|
+
│ │ │ └── prost-build v0.13.5 (*)
|
|
1675
|
+
│ │ ├── lance-io v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54) (*)
|
|
1676
|
+
│ │ ├── lance-linalg v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54) (*)
|
|
1677
|
+
│ │ ├── lance-table v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54) (*)
|
|
1678
|
+
│ │ ├── lazy_static v1.5.0
|
|
1679
|
+
│ │ ├── log v0.4.26
|
|
1680
|
+
│ │ ├── moka v0.12.10 (*)
|
|
1681
|
+
│ │ ├── object_store v0.11.2 (*)
|
|
1682
|
+
│ │ ├── permutation v0.4.1
|
|
1683
|
+
│ │ ├── pin-project v1.1.10 (*)
|
|
1684
|
+
│ │ ├── prost v0.13.5 (*)
|
|
1685
|
+
│ │ ├── prost-types v0.13.5 (*)
|
|
1686
|
+
│ │ ├── rand v0.8.5 (*)
|
|
1687
|
+
│ │ ├── roaring v0.10.10 (*)
|
|
1688
|
+
│ │ ├── serde v1.0.219 (*)
|
|
1689
|
+
│ │ ├── serde_json v1.0.140 (*)
|
|
1690
|
+
│ │ ├── snafu v0.8.5 (*)
|
|
1691
|
+
│ │ ├── tantivy v0.22.0 (*)
|
|
1692
|
+
│ │ ├── tempfile v3.18.0 (*)
|
|
1693
|
+
│ │ ├── tokio v1.44.0 (*)
|
|
1694
|
+
│ │ ├── tracing v0.1.41 (*)
|
|
1695
|
+
│ │ ├── url v2.5.4 (*)
|
|
1696
|
+
│ │ └── uuid v1.15.1 (*)
|
|
1697
|
+
│ ├── lance-datafusion v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54) (*)
|
|
1698
|
+
│ ├── lance-encoding v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54) (*)
|
|
1699
|
+
│ ├── lance-index v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54) (*)
|
|
1700
|
+
│ ├── lance-io v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54) (*)
|
|
1701
|
+
│ ├── lance-linalg v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54) (*)
|
|
1702
|
+
│ ├── lance-table v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54) (*)
|
|
1703
|
+
│ ├── lance-testing v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54)
|
|
1704
|
+
│ │ ├── arrow-array v54.2.1 (*)
|
|
1705
|
+
│ │ ├── arrow-schema v54.2.1 (*)
|
|
1706
|
+
│ │ ├── lance-arrow v0.25.0 (https://github.com/lancedb/lance.git?tag=v0.25.0-beta.2#15420d54) (*)
|
|
1707
|
+
│ │ ├── num-traits v0.2.19 (*)
|
|
1708
|
+
│ │ └── rand v0.8.5 (*)
|
|
1709
|
+
│ ├── lazy_static v1.5.0
|
|
1710
|
+
│ ├── log v0.4.26
|
|
1711
|
+
│ ├── moka v0.12.10 (*)
|
|
1712
|
+
│ ├── num-traits v0.2.19 (*)
|
|
1713
|
+
│ ├── object_store v0.11.2 (*)
|
|
1714
|
+
│ ├── pin-project v1.1.10 (*)
|
|
1715
|
+
│ ├── rand v0.8.5 (*)
|
|
1716
|
+
│ ├── regex v1.11.1 (*)
|
|
1717
|
+
│ ├── reqwest v0.12.14 (*)
|
|
1718
|
+
│ ├── semver v1.0.26
|
|
1719
|
+
│ ├── serde v1.0.219 (*)
|
|
1720
|
+
│ ├── serde_json v1.0.140 (*)
|
|
1721
|
+
│ ├── serde_with v3.12.0
|
|
1722
|
+
│ │ ├── serde v1.0.219 (*)
|
|
1723
|
+
│ │ ├── serde_derive v1.0.219 (proc-macro) (*)
|
|
1724
|
+
│ │ └── serde_with_macros v3.12.0 (proc-macro)
|
|
1725
|
+
│ │ ├── darling v0.20.10
|
|
1726
|
+
│ │ │ ├── darling_core v0.20.10
|
|
1727
|
+
│ │ │ │ ├── fnv v1.0.7
|
|
1728
|
+
│ │ │ │ ├── ident_case v1.0.1
|
|
1729
|
+
│ │ │ │ ├── proc-macro2 v1.0.94 (*)
|
|
1730
|
+
│ │ │ │ ├── quote v1.0.40 (*)
|
|
1731
|
+
│ │ │ │ ├── strsim v0.11.1
|
|
1732
|
+
│ │ │ │ └── syn v2.0.100 (*)
|
|
1733
|
+
│ │ │ └── darling_macro v0.20.10 (proc-macro)
|
|
1734
|
+
│ │ │ ├── darling_core v0.20.10 (*)
|
|
1735
|
+
│ │ │ ├── quote v1.0.40 (*)
|
|
1736
|
+
│ │ │ └── syn v2.0.100 (*)
|
|
1737
|
+
│ │ ├── proc-macro2 v1.0.94 (*)
|
|
1738
|
+
│ │ ├── quote v1.0.40 (*)
|
|
1739
|
+
│ │ └── syn v2.0.100 (*)
|
|
1740
|
+
│ ├── snafu v0.8.5 (*)
|
|
1741
|
+
│ ├── tokio v1.44.0 (*)
|
|
1742
|
+
│ ├── url v2.5.4 (*)
|
|
1743
|
+
│ └── uuid v1.15.1 (*)
|
|
1744
|
+
├── log v0.4.26
|
|
1745
|
+
├── lzma-sys v0.1.20
|
|
1746
|
+
│ └── libc v0.2.171
|
|
1747
|
+
│ [build-dependencies]
|
|
1748
|
+
│ ├── cc v1.2.16 (*)
|
|
1749
|
+
│ └── pkg-config v0.3.32
|
|
1750
|
+
├── napi v2.16.16
|
|
1751
|
+
│ ├── bitflags v2.9.0
|
|
1752
|
+
│ ├── ctor v0.2.9 (proc-macro)
|
|
1753
|
+
│ │ ├── quote v1.0.40 (*)
|
|
1754
|
+
│ │ └── syn v2.0.100 (*)
|
|
1755
|
+
│ ├── napi-sys v2.4.0
|
|
1756
|
+
│ ├── once_cell v1.21.0
|
|
1757
|
+
│ └── tokio v1.44.0 (*)
|
|
1758
|
+
└── napi-derive v2.16.13 (proc-macro)
|
|
1759
|
+
├── cfg-if v1.0.0
|
|
1760
|
+
├── convert_case v0.6.0
|
|
1761
|
+
│ └── unicode-segmentation v1.12.0
|
|
1762
|
+
├── napi-derive-backend v1.0.75
|
|
1763
|
+
│ ├── convert_case v0.6.0 (*)
|
|
1764
|
+
│ ├── once_cell v1.21.0
|
|
1765
|
+
│ ├── proc-macro2 v1.0.94 (*)
|
|
1766
|
+
│ ├── quote v1.0.40 (*)
|
|
1767
|
+
│ ├── regex v1.11.1 (*)
|
|
1768
|
+
│ ├── semver v1.0.26
|
|
1769
|
+
│ └── syn v2.0.100 (*)
|
|
1770
|
+
├── proc-macro2 v1.0.94 (*)
|
|
1771
|
+
├── quote v1.0.40 (*)
|
|
1772
|
+
└── syn v2.0.100 (*)
|
|
1773
|
+
[build-dependencies]
|
|
1774
|
+
└── napi-build v2.1.5
|