Skip to content

Commit 3e46a3f

Browse files
committed
chore: update MANIFEST.md and THIRD_PARTY_NOTICES.txt for e2e-cucumber deps
Add BlueOak-1.0.0 to accepted licenses (used by synthez, a transitive dependency of cucumber-rs). Regenerate both generated files to include the new e2e-cucumber dependencies. Signed-off-by: fredespi <fredrik.espinoza@gmail.com>
1 parent 2840b2c commit 3e46a3f

3 files changed

Lines changed: 554 additions & 0 deletions

File tree

MANIFEST.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ repository.
3333
<!-- BEGIN CARGO DEPENDENCIES (generated by `cargo xtask manifest`; do not edit by hand) -->
3434
| Crate | Version | License |
3535
|-------|---------|---------|
36+
| Inflector | 0.11.4 | BSD-2-Clause |
3637
| addr2line | 0.25.1 | Apache-2.0 OR MIT |
3738
| adler2 | 2.0.1 | 0BSD OR MIT OR Apache-2.0 |
3839
| aes | 0.8.4 | MIT OR Apache-2.0 |
@@ -80,8 +81,10 @@ repository.
8081
| bollard | 0.17.1 | Apache-2.0 |
8182
| bollard-stubs | 1.45.0-rc.26.0.1 | Apache-2.0 |
8283
| bs58 | 0.5.1 | MIT/Apache-2.0 |
84+
| bstr | 1.12.3 | MIT OR Apache-2.0 |
8385
| bumpalo | 3.20.3 | MIT OR Apache-2.0 |
8486
| by_address | 1.2.1 | MIT OR Apache-2.0 |
87+
| bytecount | 0.6.9 | Apache-2.0/MIT |
8588
| bytemuck | 1.25.0 | Zlib OR Apache-2.0 OR MIT |
8689
| byteorder | 1.5.0 | Unlicense OR MIT |
8790
| bytes | 1.12.0 | MIT |
@@ -106,6 +109,7 @@ repository.
106109
| compact_str | 0.8.2 | MIT |
107110
| compact_str | 0.9.1 | MIT |
108111
| concurrent-queue | 2.5.0 | Apache-2.0 OR MIT |
112+
| console | 0.16.3 | MIT |
109113
| const-oid | 0.9.6 | Apache-2.0 OR MIT |
110114
| convert_case | 0.10.0 | MIT |
111115
| core-foundation | 0.9.4 | MIT OR Apache-2.0 |
@@ -114,6 +118,8 @@ repository.
114118
| cpufeatures | 0.2.17 | MIT OR Apache-2.0 |
115119
| crc32fast | 1.5.0 | MIT OR Apache-2.0 |
116120
| critical-section | 1.2.0 | MIT OR Apache-2.0 |
121+
| crossbeam-deque | 0.8.6 | MIT OR Apache-2.0 |
122+
| crossbeam-epoch | 0.9.18 | MIT OR Apache-2.0 |
117123
| crossbeam-utils | 0.8.21 | MIT OR Apache-2.0 |
118124
| crossterm | 0.28.1 | MIT |
119125
| crossterm | 0.29.0 | MIT |
@@ -122,13 +128,17 @@ repository.
122128
| csscolorparser | 0.6.2 | MIT OR Apache-2.0 |
123129
| csv | 1.4.0 | Unlicense/MIT |
124130
| csv-core | 0.1.13 | Unlicense/MIT |
131+
| cucumber | 0.23.0 | MIT OR Apache-2.0 |
132+
| cucumber-codegen | 0.23.0 | MIT OR Apache-2.0 |
133+
| cucumber-expressions | 0.5.0 | MIT OR Apache-2.0 |
125134
| darling | 0.23.0 | MIT |
126135
| darling_core | 0.23.0 | MIT |
127136
| darling_macro | 0.23.0 | MIT |
128137
| data-encoding | 2.11.0 | MIT |
129138
| deltae | 0.3.2 | MIT |
130139
| der | 0.7.10 | Apache-2.0 OR MIT |
131140
| deranged | 0.5.8 | MIT OR Apache-2.0 |
141+
| derive-getters | 0.5.0 | MIT |
132142
| derive_more | 2.1.1 | MIT |
133143
| derive_more-impl | 2.1.1 | MIT |
134144
| digest | 0.10.7 | MIT OR Apache-2.0 |
@@ -140,6 +150,7 @@ repository.
140150
| dunce | 1.0.5 | CC0-1.0 OR MIT-0 OR Apache-2.0 |
141151
| dyn-clone | 1.0.20 | MIT OR Apache-2.0 |
142152
| either | 1.16.0 | MIT OR Apache-2.0 |
153+
| encode_unicode | 1.0.0 | Apache-2.0 OR MIT |
143154
| encoding_rs | 0.8.35 | (Apache-2.0 OR MIT) AND BSD-3-Clause |
144155
| endi | 1.1.1 | MIT |
145156
| enumflags2 | 0.7.12 | MIT OR Apache-2.0 |
@@ -180,8 +191,11 @@ repository.
180191
| getrandom | 0.2.17 | MIT OR Apache-2.0 |
181192
| getrandom | 0.3.4 | MIT OR Apache-2.0 |
182193
| getrandom | 0.4.3 | MIT OR Apache-2.0 |
194+
| gherkin | 0.16.0 | MIT OR Apache-2.0 |
183195
| gimli | 0.32.3 | MIT OR Apache-2.0 |
184196
| glob | 0.3.3 | MIT OR Apache-2.0 |
197+
| globset | 0.4.18 | Unlicense OR MIT |
198+
| globwalk | 0.9.1 | MIT |
185199
| h2 | 0.4.15 | MIT |
186200
| hashbrown | 0.12.3 | MIT OR Apache-2.0 |
187201
| hashbrown | 0.15.5 | MIT OR Apache-2.0 |
@@ -197,6 +211,7 @@ repository.
197211
| http-body-util | 0.1.3 | MIT |
198212
| httparse | 1.10.1 | MIT OR Apache-2.0 |
199213
| httpdate | 1.0.3 | MIT OR Apache-2.0 |
214+
| humantime | 2.3.0 | MIT OR Apache-2.0 |
200215
| hyper | 1.10.1 | MIT |
201216
| hyper-named-pipe | 0.1.0 | Apache-2.0 |
202217
| hyper-rustls | 0.27.9 | Apache-2.0 OR ISC OR MIT |
@@ -214,12 +229,15 @@ repository.
214229
| ident_case | 1.0.1 | MIT/Apache-2.0 |
215230
| idna | 1.1.0 | MIT OR Apache-2.0 |
216231
| idna_adapter | 1.2.2 | Apache-2.0 OR MIT |
232+
| ignore | 0.4.26 | Unlicense OR MIT |
217233
| indenter | 0.3.4 | MIT OR Apache-2.0 |
218234
| indexmap | 1.9.3 | Apache-2.0 OR MIT |
219235
| indexmap | 2.14.0 | Apache-2.0 OR MIT |
220236
| indoc | 2.0.7 | MIT OR Apache-2.0 |
237+
| inflections | 1.1.1 | MIT |
221238
| inout | 0.1.4 | MIT OR Apache-2.0 |
222239
| instability | 0.3.12 | MIT |
240+
| inventory | 0.3.24 | MIT OR Apache-2.0 |
223241
| ipnet | 2.12.0 | MIT OR Apache-2.0 |
224242
| is_terminal_polyfill | 1.70.2 | MIT OR Apache-2.0 |
225243
| itertools | 0.13.0 | MIT OR Apache-2.0 |
@@ -231,6 +249,7 @@ repository.
231249
| jni-sys-macros | 0.4.1 | MIT OR Apache-2.0 |
232250
| jobserver | 0.1.34 | MIT OR Apache-2.0 |
233251
| js-sys | 0.3.102 | MIT OR Apache-2.0 |
252+
| junit-report | 0.9.0 | MIT |
234253
| kasuari | 0.4.12 | MIT OR Apache-2.0 |
235254
| keyring-core | 1.0.0 | MIT OR Apache-2.0 |
236255
| lab | 0.11.0 | MIT |
@@ -239,6 +258,7 @@ repository.
239258
| libm | 0.2.16 | MIT |
240259
| libredox | 0.1.17 | MIT |
241260
| line-clipping | 0.3.7 | MIT OR Apache-2.0 |
261+
| linked-hash-map | 0.5.6 | MIT/Apache-2.0 |
242262
| linux-raw-sys | 0.4.15 | Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT |
243263
| linux-raw-sys | 0.12.1 | Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT |
244264
| litemap | 0.8.2 | Unicode-3.0 |
@@ -262,6 +282,8 @@ repository.
262282
| nanoid | 0.4.0 | MIT |
263283
| nix | 0.29.0 | MIT |
264284
| nom | 7.1.3 | MIT |
285+
| nom | 8.0.0 | MIT |
286+
| nom_locate | 5.0.0 | MIT |
265287
| ntapi | 0.4.3 | Apache-2.0 OR MIT |
266288
| nu-ansi-term | 0.50.3 | MIT |
267289
| num | 0.4.3 | MIT OR Apache-2.0 |
@@ -292,6 +314,9 @@ repository.
292314
| parking_lot | 0.12.5 | MIT OR Apache-2.0 |
293315
| parking_lot_core | 0.9.12 | MIT OR Apache-2.0 |
294316
| paste | 1.0.15 | MIT OR Apache-2.0 |
317+
| peg | 0.6.3 | MIT |
318+
| peg-macros | 0.6.3 | MIT |
319+
| peg-runtime | 0.6.3 | MIT |
295320
| pem-rfc7468 | 0.7.0 | Apache-2.0 OR MIT |
296321
| percent-encoding | 2.3.2 | MIT OR Apache-2.0 |
297322
| pest | 2.8.6 | MIT OR Apache-2.0 |
@@ -316,6 +341,7 @@ repository.
316341
| ppv-lite86 | 0.2.21 | MIT OR Apache-2.0 |
317342
| proc-macro-crate | 3.5.0 | MIT OR Apache-2.0 |
318343
| proc-macro2 | 1.0.106 | MIT OR Apache-2.0 |
344+
| quick-xml | 0.39.4 | MIT |
319345
| quinn | 0.11.11 | MIT OR Apache-2.0 |
320346
| quinn-proto | 0.11.15 | MIT OR Apache-2.0 |
321347
| quinn-udp | 0.5.14 | MIT OR Apache-2.0 |
@@ -371,6 +397,7 @@ repository.
371397
| schemars | 1.2.1 | MIT |
372398
| schemars_derive | 1.2.1 | MIT |
373399
| scopeguard | 1.2.0 | MIT OR Apache-2.0 |
400+
| sealed | 0.6.0 | MIT OR Apache-2.0 |
374401
| secret-service | 5.1.0 | MIT OR Apache-2.0 |
375402
| security-framework | 2.11.1 | MIT OR Apache-2.0 |
376403
| security-framework | 3.7.0 | MIT OR Apache-2.0 |
@@ -386,6 +413,7 @@ repository.
386413
| serde_spanned | 0.6.9 | MIT OR Apache-2.0 |
387414
| serde_urlencoded | 0.7.1 | MIT/Apache-2.0 |
388415
| serde_with | 3.21.0 | MIT OR Apache-2.0 |
416+
| serde_with_macros | 3.21.0 | MIT OR Apache-2.0 |
389417
| sha1 | 0.10.6 | MIT OR Apache-2.0 |
390418
| sha2 | 0.10.9 | MIT OR Apache-2.0 |
391419
| sharded-slab | 0.1.7 | MIT |
@@ -400,6 +428,8 @@ repository.
400428
| siphasher | 1.0.3 | MIT/Apache-2.0 |
401429
| slab | 0.4.12 | MIT |
402430
| smallvec | 1.15.2 | MIT OR Apache-2.0 |
431+
| smart-default | 0.7.1 | MIT |
432+
| smawk | 0.3.3 | MIT |
403433
| socket2 | 0.6.4 | MIT OR Apache-2.0 |
404434
| spin | 0.9.8 | MIT |
405435
| spki | 0.7.3 | Apache-2.0 OR MIT |
@@ -415,15 +445,20 @@ repository.
415445
| syn | 2.0.118 | MIT OR Apache-2.0 |
416446
| sync_wrapper | 1.0.2 | Apache-2.0 |
417447
| synstructure | 0.13.2 | MIT |
448+
| synthez | 0.4.0 | BlueOak-1.0.0 |
449+
| synthez-codegen | 0.4.0 | BlueOak-1.0.0 |
450+
| synthez-core | 0.4.0 | BlueOak-1.0.0 |
418451
| sysinfo | 0.34.2 | MIT |
419452
| system-configuration | 0.7.0 | MIT OR Apache-2.0 |
420453
| system-configuration-sys | 0.6.0 | MIT OR Apache-2.0 |
421454
| tar | 0.4.46 | MIT OR Apache-2.0 |
422455
| tempfile | 3.27.0 | MIT OR Apache-2.0 |
423456
| termina | 0.3.3 | MIT OR MPL-2.0 |
457+
| terminal_size | 0.4.4 | MIT OR Apache-2.0 |
424458
| terminfo | 0.9.0 | WTFPL |
425459
| termios | 0.3.3 | MIT |
426460
| termwiz | 0.23.3 | MIT |
461+
| textwrap | 0.16.2 | MIT |
427462
| thiserror | 1.0.69 | MIT OR Apache-2.0 |
428463
| thiserror | 2.0.18 | MIT OR Apache-2.0 |
429464
| thiserror-impl | 1.0.69 | MIT OR Apache-2.0 |
@@ -461,16 +496,20 @@ repository.
461496
| tracing-subscriber | 0.3.23 | MIT |
462497
| try-lock | 0.2.5 | MIT |
463498
| tungstenite | 0.28.0 | MIT OR Apache-2.0 |
499+
| typed-builder | 0.23.2 | MIT OR Apache-2.0 |
500+
| typed-builder-macro | 0.23.2 | MIT OR Apache-2.0 |
464501
| typenum | 1.20.1 | MIT OR Apache-2.0 |
465502
| ucd-trie | 0.1.7 | MIT OR Apache-2.0 |
466503
| uds_windows | 1.2.1 | MIT |
467504
| unicase | 2.9.0 | MIT OR Apache-2.0 |
468505
| unicode-ident | 1.0.24 | (MIT OR Apache-2.0) AND Unicode-3.0 |
506+
| unicode-linebreak | 0.1.5 | Apache-2.0 |
469507
| unicode-segmentation | 1.13.3 | MIT OR Apache-2.0 |
470508
| unicode-truncate | 1.1.0 | MIT OR Apache-2.0 |
471509
| unicode-truncate | 2.0.1 | MIT OR Apache-2.0 |
472510
| unicode-width | 0.1.14 | MIT OR Apache-2.0 |
473511
| unicode-width | 0.2.0 | MIT OR Apache-2.0 |
512+
| unicode-xid | 0.2.6 | MIT OR Apache-2.0 |
474513
| untrusted | 0.9.0 | ISC |
475514
| ureq | 2.12.1 | MIT OR Apache-2.0 |
476515
| url | 2.5.8 | MIT OR Apache-2.0 |

0 commit comments

Comments
 (0)