Skip to content

Commit 4cb0cd5

Browse files
authored
Make dependencies.py check all subdirectories for cargo toml files (#1370)
## Which issue does this PR close? <!-- We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. For example `Closes #123` indicates that this PR will close issue #123. --> - Depends on #1366 ## What changes are included in this PR? <!-- Provide a summary of the modifications in this PR. List the main changes such as new features, bug fixes, refactoring, or any other updates. --> Instead of hardcoding a few repos to check in `dependencies.py`, lets walk down all subdirectories and get all with `Cargo.toml` file. This is more future proof in case we add new crates. We also need to regenerate license for 0.5.0 ``` python3 ../scripts/dependencies.py check python3 ../scripts/dependencies.py generate ``` which added 7 new files: ``` crates/catalog/s3tables/DEPENDENCIES.rust.tsv crates/examples/DEPENDENCIES.rust.tsv crates/integration_tests/DEPENDENCIES.rust.tsv crates/integrations/cache-moka/DEPENDENCIES.rust.tsv crates/integrations/cli/DEPENDENCIES.rust.tsv crates/sqllogictest/DEPENDENCIES.rust.tsv crates/test_utils/DEPENDENCIES.rust.tsv ``` ## Are these changes tested? <!-- Specify what test covers (unit test, integration test, etc.). If tests are not included in your PR, please explain why (for example, are they covered by existing tests)? -->
1 parent 2f313c9 commit 4cb0cd5

File tree

9 files changed

+2381
-13
lines changed

9 files changed

+2381
-13
lines changed
Lines changed: 382 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,382 @@
1+
crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 CC0-1.0 ISC MIT MPL-2.0 Unicode-3.0 Unlicense Zlib
2+
addr2line@0.24.2 X X
3+
adler2@2.0.0 X X X
4+
adler32@1.2.0 X
5+
ahash@0.8.11 X X
6+
aho-corasick@1.1.3 X X
7+
alloc-no-stdlib@2.0.4 X
8+
alloc-stdlib@0.2.2 X
9+
allocator-api2@0.2.21 X X
10+
android-tzdata@0.1.1 X X
11+
android_system_properties@0.1.5 X X
12+
anyhow@1.0.95 X X
13+
apache-avro@0.17.0 X
14+
array-init@2.1.0 X X
15+
arrayvec@0.7.6 X X
16+
arrow-arith@55.1.0 X
17+
arrow-array@55.1.0 X
18+
arrow-buffer@55.1.0 X
19+
arrow-cast@55.1.0 X
20+
arrow-data@55.1.0 X
21+
arrow-ipc@55.1.0 X
22+
arrow-ord@55.1.0 X
23+
arrow-schema@55.1.0 X
24+
arrow-select@55.1.0 X
25+
arrow-string@55.1.0 X
26+
async-lock@3.4.0 X X
27+
async-trait@0.1.88 X X
28+
atoi@2.0.0 X
29+
atomic-waker@1.1.2 X X
30+
autocfg@1.4.0 X X
31+
aws-config@1.6.2 X
32+
aws-credential-types@1.2.3 X
33+
aws-runtime@1.5.7 X
34+
aws-sdk-s3tables@1.20.0 X
35+
aws-sdk-sso@1.66.0 X
36+
aws-sdk-ssooidc@1.67.0 X
37+
aws-sdk-sts@1.67.0 X
38+
aws-sigv4@1.3.1 X
39+
aws-smithy-async@1.2.5 X
40+
aws-smithy-http@0.62.1 X
41+
aws-smithy-http-client@1.0.1 X
42+
aws-smithy-json@0.61.3 X
43+
aws-smithy-observability@0.1.3 X
44+
aws-smithy-query@0.60.7 X
45+
aws-smithy-runtime@1.8.3 X
46+
aws-smithy-runtime-api@1.8.0 X
47+
aws-smithy-types@1.3.1 X
48+
aws-smithy-xml@0.60.9 X
49+
aws-types@1.3.7 X
50+
backon@1.3.0 X
51+
backtrace@0.3.74 X X
52+
base64@0.21.7 X X
53+
base64@0.22.1 X X
54+
base64-simd@0.8.0 X
55+
bigdecimal@0.4.8 X X
56+
bimap@0.6.3 X X
57+
bitflags@2.8.0 X X
58+
block-buffer@0.10.4 X X
59+
brotli@8.0.1 X X
60+
brotli-decompressor@5.0.0 X X
61+
bumpalo@3.17.0 X X
62+
bytemuck@1.21.0 X X X
63+
byteorder@1.5.0 X X
64+
bytes@1.10.0 X
65+
bytes-utils@0.1.4 X X
66+
cc@1.2.14 X X
67+
cfg-if@1.0.0 X X
68+
chrono@0.4.41 X X
69+
concurrent-queue@2.5.0 X X
70+
const-oid@0.9.6 X X
71+
const-random@0.1.18 X X
72+
const-random-macro@0.1.16 X X
73+
core-foundation@0.10.0 X X
74+
core-foundation@0.9.4 X X
75+
core-foundation-sys@0.8.7 X X
76+
core2@0.4.0 X X
77+
cpufeatures@0.2.17 X X
78+
crc32c@0.6.8 X X
79+
crc32fast@1.4.2 X X
80+
crossbeam-channel@0.5.15 X X
81+
crossbeam-epoch@0.9.18 X X
82+
crossbeam-utils@0.8.21 X X
83+
crunchy@0.2.3 X
84+
crypto-common@0.1.6 X X
85+
darling@0.20.10 X
86+
darling_core@0.20.10 X
87+
darling_macro@0.20.10 X
88+
dary_heap@0.3.7 X X
89+
deranged@0.3.11 X X
90+
derive_builder@0.20.2 X X
91+
derive_builder_core@0.20.2 X X
92+
derive_builder_macro@0.20.2 X X
93+
digest@0.10.7 X X
94+
displaydoc@0.2.5 X X
95+
either@1.15.0 X X
96+
equivalent@1.0.2 X X
97+
event-listener@5.4.0 X X
98+
event-listener-strategy@0.5.3 X X
99+
fastrand@2.3.0 X X
100+
flatbuffers@25.2.10 X
101+
flate2@1.1.1 X X
102+
fnv@1.0.7 X X
103+
form_urlencoded@1.2.1 X X
104+
futures@0.3.31 X X
105+
futures-channel@0.3.31 X X
106+
futures-core@0.3.31 X X
107+
futures-executor@0.3.31 X X
108+
futures-io@0.3.31 X X
109+
futures-macro@0.3.31 X X
110+
futures-sink@0.3.31 X X
111+
futures-task@0.3.31 X X
112+
futures-util@0.3.31 X X
113+
generator@0.8.4 X X
114+
generic-array@0.14.7 X
115+
getrandom@0.2.15 X X
116+
getrandom@0.3.1 X X
117+
gimli@0.31.1 X X
118+
gloo-timers@0.3.0 X X
119+
h2@0.3.26 X
120+
h2@0.4.7 X
121+
half@2.6.0 X X
122+
hashbrown@0.14.5 X X
123+
hashbrown@0.15.2 X X
124+
heck@0.5.0 X X
125+
hermit-abi@0.3.9 X X
126+
hex@0.4.3 X X
127+
hmac@0.12.1 X X
128+
home@0.5.11 X X
129+
http@0.2.12 X X
130+
http@1.3.1 X X
131+
http-body@0.4.6 X
132+
http-body@1.0.1 X
133+
http-body-util@0.1.2 X
134+
httparse@1.10.0 X X
135+
httpdate@1.0.3 X X
136+
hyper@0.14.32 X
137+
hyper@1.6.0 X
138+
hyper-rustls@0.24.2 X X X
139+
hyper-rustls@0.27.5 X X X
140+
hyper-util@0.1.10 X
141+
iana-time-zone@0.1.61 X X
142+
iana-time-zone-haiku@0.1.2 X X
143+
iceberg@0.5.0 X
144+
iceberg-catalog-memory@0.5.0 X
145+
iceberg-catalog-s3tables@0.5.0 X
146+
iceberg_test_utils@0.5.0 X
147+
icu_collections@1.5.0 X
148+
icu_locid@1.5.0 X
149+
icu_locid_transform@1.5.0 X
150+
icu_locid_transform_data@1.5.0 X
151+
icu_normalizer@1.5.0 X
152+
icu_normalizer_data@1.5.0 X
153+
icu_properties@1.5.1 X
154+
icu_properties_data@1.5.0 X
155+
icu_provider@1.5.0 X
156+
icu_provider_macros@1.5.0 X
157+
ident_case@1.0.1 X X
158+
idna@1.0.3 X X
159+
idna_adapter@1.2.0 X X
160+
indexmap@2.9.0 X X
161+
integer-encoding@3.0.4 X
162+
ipnet@2.11.0 X X
163+
itertools@0.13.0 X X
164+
itoa@1.0.14 X X
165+
jobserver@0.1.32 X X
166+
js-sys@0.3.77 X X
167+
lazy_static@1.5.0 X X
168+
lexical-core@1.0.5 X X
169+
lexical-parse-float@1.0.5 X X
170+
lexical-parse-integer@1.0.5 X X
171+
lexical-util@1.0.6 X X
172+
lexical-write-float@1.0.5 X X
173+
lexical-write-integer@1.0.5 X X
174+
libc@0.2.171 X X
175+
libflate@2.1.0 X
176+
libflate_lz77@2.1.0 X
177+
libm@0.2.11 X X
178+
libz-rs-sys@0.5.0 X
179+
litemap@0.7.4 X
180+
lock_api@0.4.12 X X
181+
log@0.4.25 X X
182+
loom@0.7.2 X
183+
lz4_flex@0.11.3 X
184+
matchers@0.1.0 X
185+
md-5@0.10.6 X X
186+
memchr@2.7.4 X X
187+
mime@0.3.17 X X
188+
miniz_oxide@0.8.8 X X X
189+
mio@1.0.3 X
190+
moka@0.12.10 X X
191+
murmur3@0.5.2 X X
192+
nu-ansi-term@0.46.0 X
193+
num@0.4.3 X X
194+
num-bigint@0.4.6 X X
195+
num-complex@0.4.6 X X
196+
num-conv@0.1.0 X X
197+
num-integer@0.1.46 X X
198+
num-iter@0.1.45 X X
199+
num-rational@0.4.2 X X
200+
num-traits@0.2.19 X X
201+
num_cpus@1.16.0 X X
202+
object@0.36.7 X X
203+
once_cell@1.21.1 X X
204+
opendal@0.53.0 X
205+
openssl-probe@0.1.6 X X
206+
ordered-float@2.10.1 X
207+
ordered-float@4.6.0 X
208+
outref@0.5.2 X
209+
overload@0.1.1 X
210+
parking@2.2.1 X X
211+
parking_lot@0.12.3 X X
212+
parking_lot_core@0.9.10 X X
213+
parquet@55.1.0 X
214+
paste@1.0.15 X X
215+
percent-encoding@2.3.1 X X
216+
pin-project-lite@0.2.16 X X
217+
pin-utils@0.1.0 X X
218+
pkg-config@0.3.31 X X
219+
portable-atomic@1.10.0 X X
220+
powerfmt@0.2.0 X X
221+
ppv-lite86@0.2.20 X X
222+
proc-macro2@1.0.93 X X
223+
quad-rand@0.2.3 X
224+
quick-xml@0.36.2 X
225+
quote@1.0.40 X X
226+
rand@0.8.5 X X
227+
rand_chacha@0.3.1 X X
228+
rand_core@0.6.4 X X
229+
redox_syscall@0.5.8 X
230+
regex@1.11.1 X X
231+
regex-automata@0.1.10 X X
232+
regex-automata@0.4.9 X X
233+
regex-lite@0.1.6 X X
234+
regex-syntax@0.6.29 X X
235+
regex-syntax@0.8.5 X X
236+
reqsign@0.16.1 X
237+
reqwest@0.12.12 X X
238+
ring@0.17.13 X X
239+
rle-decode-fast@1.0.3 X X
240+
roaring@0.10.12 X X
241+
rust_decimal@1.37.1 X
242+
rustc-demangle@0.1.24 X X
243+
rustc_version@0.4.1 X X
244+
rustls@0.21.12 X X X
245+
rustls@0.23.23 X X X
246+
rustls-native-certs@0.6.3 X X X
247+
rustls-native-certs@0.8.1 X X X
248+
rustls-pemfile@1.0.4 X X X
249+
rustls-pemfile@2.2.0 X X X
250+
rustls-pki-types@1.11.0 X X
251+
rustls-webpki@0.101.7 X
252+
rustls-webpki@0.102.8 X
253+
rustversion@1.0.19 X X
254+
ryu@1.0.19 X X
255+
schannel@0.1.27 X
256+
scoped-tls@1.0.1 X X
257+
scopeguard@1.2.0 X X
258+
sct@0.7.1 X X X
259+
security-framework@2.11.1 X X
260+
security-framework@3.2.0 X X
261+
security-framework-sys@2.14.0 X X
262+
semver@1.0.25 X X
263+
seq-macro@0.3.5 X X
264+
serde@1.0.217 X X
265+
serde_bytes@0.11.15 X X
266+
serde_derive@1.0.217 X X
267+
serde_json@1.0.138 X X
268+
serde_repr@0.1.19 X X
269+
serde_urlencoded@0.7.1 X X
270+
serde_with@3.12.0 X X
271+
serde_with_macros@3.12.0 X X
272+
sha1@0.10.6 X X
273+
sha2@0.10.8 X X
274+
sharded-slab@0.1.7 X
275+
shlex@1.3.0 X X
276+
signal-hook-registry@1.4.2 X X
277+
simdutf8@0.1.5 X X
278+
slab@0.4.9 X
279+
smallvec@1.14.0 X X
280+
snap@1.1.1 X
281+
socket2@0.5.8 X X
282+
stable_deref_trait@1.2.0 X X
283+
static_assertions@1.1.0 X X
284+
strsim@0.11.1 X
285+
strum@0.26.3 X
286+
strum_macros@0.26.4 X
287+
subtle@2.6.1 X
288+
syn@2.0.101 X X
289+
sync_wrapper@1.0.2 X
290+
synstructure@0.13.1 X
291+
tagptr@0.2.0 X X
292+
thiserror@1.0.69 X X
293+
thiserror-impl@1.0.69 X X
294+
thread_local@1.1.8 X X
295+
threadpool@1.8.1 X X
296+
thrift@0.17.0 X
297+
time@0.3.37 X X
298+
time-core@0.1.2 X X
299+
tiny-keccak@2.0.2 X
300+
tinystr@0.7.6 X
301+
tokio@1.45.0 X
302+
tokio-macros@2.5.0 X
303+
tokio-rustls@0.24.1 X X
304+
tokio-rustls@0.26.1 X X
305+
tokio-util@0.7.15 X
306+
tower@0.5.2 X
307+
tower-layer@0.3.3 X
308+
tower-service@0.3.3 X
309+
tracing@0.1.41 X
310+
tracing-attributes@0.1.28 X
311+
tracing-core@0.1.33 X
312+
tracing-log@0.2.0 X
313+
tracing-subscriber@0.3.19 X
314+
try-lock@0.2.5 X
315+
twox-hash@1.6.3 X
316+
twox-hash@2.1.0 X
317+
typed-builder@0.19.1 X X
318+
typed-builder@0.20.1 X X
319+
typed-builder-macro@0.19.1 X X
320+
typed-builder-macro@0.20.1 X X
321+
typenum@1.17.0 X X
322+
unicode-ident@1.0.16 X X X
323+
untrusted@0.9.0 X
324+
url@2.5.4 X X
325+
urlencoding@2.1.3 X
326+
utf16_iter@1.0.5 X X
327+
utf8_iter@1.0.4 X X
328+
uuid@1.16.0 X X
329+
version_check@0.9.5 X X
330+
vsimd@0.8.0 X
331+
want@0.3.1 X
332+
wasi@0.11.0+wasi-snapshot-preview1 X X X
333+
wasi@0.13.3+wasi-0.2.2 X X X
334+
wasm-bindgen@0.2.100 X X
335+
wasm-bindgen-backend@0.2.100 X X
336+
wasm-bindgen-futures@0.4.50 X X
337+
wasm-bindgen-macro@0.2.100 X X
338+
wasm-bindgen-macro-support@0.2.100 X X
339+
wasm-bindgen-shared@0.2.100 X X
340+
wasm-streams@0.4.2 X X
341+
web-sys@0.3.77 X X
342+
webpki-roots@0.26.8 X
343+
winapi@0.3.9 X X
344+
winapi-i686-pc-windows-gnu@0.4.0 X X
345+
winapi-x86_64-pc-windows-gnu@0.4.0 X X
346+
windows@0.58.0 X X
347+
windows-core@0.52.0 X X
348+
windows-core@0.58.0 X X
349+
windows-implement@0.58.0 X X
350+
windows-interface@0.58.0 X X
351+
windows-link@0.1.1 X X
352+
windows-registry@0.2.0 X X
353+
windows-result@0.2.0 X X
354+
windows-strings@0.1.0 X X
355+
windows-sys@0.52.0 X X
356+
windows-sys@0.59.0 X X
357+
windows-targets@0.52.6 X X
358+
windows_aarch64_gnullvm@0.52.6 X X
359+
windows_aarch64_msvc@0.52.6 X X
360+
windows_i686_gnu@0.52.6 X X
361+
windows_i686_gnullvm@0.52.6 X X
362+
windows_i686_msvc@0.52.6 X X
363+
windows_x86_64_gnu@0.52.6 X X
364+
windows_x86_64_gnullvm@0.52.6 X X
365+
windows_x86_64_msvc@0.52.6 X X
366+
wit-bindgen-rt@0.33.0 X X X
367+
write16@1.0.0 X X
368+
writeable@0.5.5 X
369+
xmlparser@0.13.6 X X
370+
yoke@0.7.5 X
371+
yoke-derive@0.7.5 X
372+
zerocopy@0.7.35 X X X
373+
zerocopy-derive@0.7.35 X X X
374+
zerofrom@0.1.5 X
375+
zerofrom-derive@0.1.5 X
376+
zeroize@1.8.1 X X
377+
zerovec@0.10.4 X
378+
zerovec-derive@0.10.3 X
379+
zlib-rs@0.5.0 X
380+
zstd@0.13.2 X
381+
zstd-safe@7.2.1 X X
382+
zstd-sys@2.0.13+zstd.1.5.6 X X

0 commit comments

Comments
 (0)