-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
564 lines (557 loc) · 20.5 KB
/
Copy pathNOTICE
File metadata and controls
564 lines (557 loc) · 20.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
CodeEraser NOTICE
=================
Copyright 2026 skymanbp
Licensed under the Apache License, Version 2.0 (see LICENSE).
This distribution bundles the third-party components below.
Regenerate with: CE_BLESS=1 cargo test --test notice_gate
== ce / GUI (Rust crates; cargo metadata over both lockfiles) ==
adler2 2.0.1 — 0BSD OR MIT OR Apache-2.0
aho-corasick 1.1.5 — Unlicense OR MIT
alloc-no-stdlib 2.0.4 — BSD-3-Clause
alloc-stdlib 0.2.4 — BSD-3-Clause
android_system_properties 0.1.6 — MIT OR Apache-2.0
anstream 1.0.0 — MIT OR Apache-2.0
anstyle 1.0.14 — MIT OR Apache-2.0
anstyle-parse 1.0.0 — MIT OR Apache-2.0
anstyle-query 1.1.5 — MIT OR Apache-2.0
anstyle-wincon 3.0.11 — MIT OR Apache-2.0
anyhow 1.0.104 — MIT OR Apache-2.0
atk 0.18.2 — MIT
atk-sys 0.18.2 — MIT
atomic-waker 1.1.2 — Apache-2.0 OR MIT
autocfg 1.5.1 — Apache-2.0 OR MIT
base64 0.21.7 — MIT OR Apache-2.0
base64 0.22.1 — MIT OR Apache-2.0
bit-set 0.8.0 — Apache-2.0 OR MIT
bit-vec 0.8.0 — Apache-2.0 OR MIT
bitflags 1.3.2 — MIT/Apache-2.0
bitflags 2.13.1 — MIT OR Apache-2.0
block-buffer 0.10.4 — MIT OR Apache-2.0
block2 0.6.2 — MIT
brotli 8.0.4 — BSD-3-Clause AND MIT
brotli-decompressor 5.0.3 — BSD-3-Clause/MIT
bs58 0.5.1 — MIT/Apache-2.0
bstr 1.13.0 — MIT OR Apache-2.0
bstr 1.13.1 — MIT OR Apache-2.0
bumpalo 3.20.3 — MIT OR Apache-2.0
bytemuck 1.25.2 — Zlib OR Apache-2.0 OR MIT
byteorder 1.5.0 — Unlicense OR MIT
bytes 1.12.1 — MIT
cairo-rs 0.18.5 — MIT
cairo-sys-rs 0.18.2 — MIT
camino 1.2.5 — MIT OR Apache-2.0
cargo-platform 0.1.9 — MIT OR Apache-2.0
cargo_metadata 0.19.2 — MIT
cargo_toml 0.22.3 — Apache-2.0 OR MIT
cc 1.4.0 — MIT OR Apache-2.0
cc 1.4.3 — MIT OR Apache-2.0
cesu8 1.1.0 — Apache-2.0/MIT
cfb 0.7.3 — MIT
cfg-expr 0.15.8 — MIT OR Apache-2.0
cfg-if 1.0.4 — MIT OR Apache-2.0
chrono 0.4.45 — MIT OR Apache-2.0
clap 4.6.6 — MIT OR Apache-2.0
clap_builder 4.6.6 — MIT OR Apache-2.0
clap_derive 4.6.4 — MIT OR Apache-2.0
clap_lex 1.1.0 — MIT OR Apache-2.0
colorchoice 1.0.5 — MIT OR Apache-2.0
combine 4.6.7 — MIT
cookie 0.18.2 — MIT OR Apache-2.0
core-foundation 0.10.1 — MIT OR Apache-2.0
core-foundation-sys 0.8.7 — MIT OR Apache-2.0
core-graphics 0.25.0 — MIT OR Apache-2.0
core-graphics-types 0.2.0 — MIT OR Apache-2.0
cpufeatures 0.2.17 — MIT OR Apache-2.0
crc32fast 1.5.0 — MIT OR Apache-2.0
crossbeam-channel 0.5.16 — MIT OR Apache-2.0
crossbeam-deque 0.8.7 — MIT OR Apache-2.0
crossbeam-epoch 0.9.20 — MIT OR Apache-2.0
crossbeam-utils 0.8.22 — MIT OR Apache-2.0
crypto-common 0.1.7 — MIT OR Apache-2.0
cssparser 0.36.0 — MPL-2.0
cssparser-macros 0.6.1 — MPL-2.0
ctor 0.8.0 — Apache-2.0 OR MIT
ctor-proc-macro 0.0.7 — Apache-2.0 OR MIT
darling 0.23.0 — MIT
darling_core 0.23.0 — MIT
darling_macro 0.23.0 — MIT
dbus 0.9.12 — Apache-2.0/MIT
defmt 1.1.1 — MIT OR Apache-2.0
defmt-macros 1.1.1 — MIT OR Apache-2.0
defmt-parser 1.0.0 — MIT OR Apache-2.0
deranged 0.5.8 — MIT OR Apache-2.0
derive_more 2.1.1 — MIT
derive_more-impl 2.1.1 — MIT
digest 0.10.7 — MIT OR Apache-2.0
dirs 6.0.0 — MIT OR Apache-2.0
dirs-sys 0.5.0 — MIT OR Apache-2.0
dispatch2 0.3.1 — Zlib OR Apache-2.0 OR MIT
displaydoc 0.2.7 — MIT OR Apache-2.0
dlopen2 0.8.2 — MIT
dlopen2_derive 0.4.3 — MIT
doctest-file 1.1.1 — 0BSD
dom_query 0.27.0 — MIT
dpi 0.1.2 — Apache-2.0 AND MIT
dtoa 1.0.11 — MIT OR Apache-2.0
dtoa-short 0.3.5 — MPL-2.0
dtor 0.3.0 — Apache-2.0 OR MIT
dtor-proc-macro 0.0.6 — Apache-2.0 OR MIT
dunce 1.0.5 — CC0-1.0 OR MIT-0 OR Apache-2.0
dyn-clone 1.0.20 — MIT OR Apache-2.0
embed-resource 3.0.11 — MIT
embed_plist 1.2.2 — MIT OR Apache-2.0
equivalent 1.0.2 — Apache-2.0 OR MIT
erased-serde 0.4.10 — MIT OR Apache-2.0
errno 0.3.14 — MIT OR Apache-2.0
fallible-iterator 0.3.0 — MIT/Apache-2.0
fallible-streaming-iterator 0.1.9 — MIT/Apache-2.0
fastrand 2.5.0 — Apache-2.0 OR MIT
fdeflate 0.3.7 — MIT OR Apache-2.0
field-offset 0.3.6 — MIT OR Apache-2.0
find-msvc-tools 0.1.11 — MIT OR Apache-2.0
find-msvc-tools 0.1.9 — MIT OR Apache-2.0
flate2 1.1.9 — MIT OR Apache-2.0
fnv 1.0.7 — Apache-2.0 / MIT
foldhash 0.1.5 — Zlib
foldhash 0.2.0 — Zlib
foreign-types 0.5.0 — MIT/Apache-2.0
foreign-types-macros 0.2.4 — MIT/Apache-2.0
foreign-types-shared 0.3.1 — MIT/Apache-2.0
form_urlencoded 1.2.2 — MIT OR Apache-2.0
futures-channel 0.3.34 — MIT OR Apache-2.0
futures-core 0.3.34 — MIT OR Apache-2.0
futures-executor 0.3.34 — MIT OR Apache-2.0
futures-io 0.3.34 — MIT OR Apache-2.0
futures-macro 0.3.34 — MIT OR Apache-2.0
futures-sink 0.3.34 — MIT OR Apache-2.0
futures-task 0.3.34 — MIT OR Apache-2.0
futures-util 0.3.34 — MIT OR Apache-2.0
gdk 0.18.2 — MIT
gdk-pixbuf 0.18.5 — MIT
gdk-pixbuf-sys 0.18.0 — MIT
gdk-sys 0.18.2 — MIT
gdkwayland-sys 0.18.2 — MIT
gdkx11 0.18.2 — MIT
gdkx11-sys 0.18.2 — MIT
generic-array 0.14.7 — MIT
getrandom 0.2.17 — MIT OR Apache-2.0
getrandom 0.3.4 — MIT OR Apache-2.0
getrandom 0.4.3 — MIT OR Apache-2.0
gio 0.18.4 — MIT
gio-sys 0.18.1 — MIT
glib 0.18.5 — MIT
glib-macros 0.18.5 — MIT
glib-sys 0.18.1 — MIT
glob 0.3.4 — MIT OR Apache-2.0
globset 0.4.20 — Unlicense OR MIT
gobject-sys 0.18.0 — MIT
gtk 0.18.2 — MIT
gtk-sys 0.18.2 — MIT
gtk3-macros 0.18.2 — MIT
hashbrown 0.12.3 — MIT OR Apache-2.0
hashbrown 0.15.5 — MIT OR Apache-2.0
hashbrown 0.17.1 — MIT OR Apache-2.0
hashlink 0.10.0 — MIT OR Apache-2.0
heck 0.4.1 — MIT OR Apache-2.0
heck 0.5.0 — MIT OR Apache-2.0
hex 0.4.3 — MIT OR Apache-2.0
html5ever 0.38.0 — MIT OR Apache-2.0
http 1.5.0 — MIT OR Apache-2.0
http-body 1.1.0 — MIT
http-body-util 0.1.5 — MIT
httparse 1.10.1 — MIT OR Apache-2.0
hyper 1.11.0 — MIT
hyper-util 0.1.20 — MIT
iana-time-zone 0.1.65 — MIT OR Apache-2.0
iana-time-zone-haiku 0.1.2 — MIT OR Apache-2.0
ico 0.5.0 — MIT
icu_collections 2.3.0 — Unicode-3.0
icu_locale_core 2.3.0 — Unicode-3.0
icu_normalizer 2.3.0 — Unicode-3.0
icu_normalizer_data 2.3.0 — Unicode-3.0
icu_properties 2.3.0 — Unicode-3.0
icu_properties_data 2.3.0 — Unicode-3.0
icu_provider 2.3.0 — Unicode-3.0
ident_case 1.0.1 — MIT/Apache-2.0
idna 1.1.0 — MIT OR Apache-2.0
idna_adapter 1.2.2 — Apache-2.0 OR MIT
ignore 0.4.33 — Unlicense OR MIT
indexmap 1.9.3 — Apache-2.0 OR MIT
indexmap 2.14.0 — Apache-2.0 OR MIT
infer 0.19.0 — MIT
interprocess 2.4.3 — 0BSD OR Apache-2.0
ipnet 2.12.1 — MIT OR Apache-2.0
is_terminal_polyfill 1.70.2 — MIT OR Apache-2.0
itoa 1.0.18 — MIT OR Apache-2.0
javascriptcore-rs 1.1.2 — MIT
javascriptcore-rs-sys 1.1.1 — MIT
jiff 0.2.35 — Unlicense OR MIT
jiff-core 0.1.0 — Unlicense OR MIT
jiff-static 0.2.35 — Unlicense OR MIT
jiff-tzdb 0.1.8 — Unlicense OR MIT
jiff-tzdb-platform 0.1.3 — Unlicense OR MIT
jni 0.21.1 — MIT/Apache-2.0
jni-sys 0.3.1 — MIT OR Apache-2.0
jni-sys 0.4.1 — MIT OR Apache-2.0
jni-sys-macros 0.4.1 — MIT OR Apache-2.0
js-sys 0.3.104 — MIT OR Apache-2.0
json-patch 3.0.1 — MIT/Apache-2.0
jsonptr 0.6.3 — MIT OR Apache-2.0
keyboard-types 0.7.0 — MIT OR Apache-2.0
libappindicator 0.9.0 — Apache-2.0 OR MIT
libappindicator-sys 0.9.0 — Apache-2.0 OR MIT
libc 0.2.189 — MIT OR Apache-2.0
libdbus-sys 0.2.7 — Apache-2.0/MIT
libloading 0.7.4 — ISC
libredox 0.1.20 — MIT
libsqlite3-sys 0.35.0 — MIT
linux-raw-sys 0.12.1 — Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
litemap 0.8.3 — Unicode-3.0
lock_api 0.4.14 — MIT OR Apache-2.0
log 0.4.33 — MIT OR Apache-2.0
markup5ever 0.38.0 — MIT OR Apache-2.0
memchr 2.8.3 — Unlicense OR MIT
memoffset 0.9.1 — MIT
mime 0.3.17 — MIT OR Apache-2.0
miniz_oxide 0.8.9 — MIT OR Zlib OR Apache-2.0
mio 1.2.2 — MIT
muda 0.19.3 — Apache-2.0 OR MIT
ndk 0.9.0 — MIT OR Apache-2.0
ndk-sys 0.6.0+11769913 — MIT OR Apache-2.0
new_debug_unreachable 1.0.6 — MIT
num-conv 0.2.2 — MIT OR Apache-2.0
num-traits 0.2.19 — MIT OR Apache-2.0
num_enum 0.7.6 — BSD-3-Clause OR MIT OR Apache-2.0
num_enum_derive 0.7.6 — BSD-3-Clause OR MIT OR Apache-2.0
objc2 0.6.4 — MIT
objc2-app-kit 0.3.2 — Zlib OR Apache-2.0 OR MIT
objc2-cloud-kit 0.3.2 — Zlib OR Apache-2.0 OR MIT
objc2-core-data 0.3.2 — Zlib OR Apache-2.0 OR MIT
objc2-core-foundation 0.3.2 — Zlib OR Apache-2.0 OR MIT
objc2-core-graphics 0.3.2 — Zlib OR Apache-2.0 OR MIT
objc2-core-image 0.3.2 — Zlib OR Apache-2.0 OR MIT
objc2-core-location 0.3.2 — Zlib OR Apache-2.0 OR MIT
objc2-core-text 0.3.2 — Zlib OR Apache-2.0 OR MIT
objc2-encode 4.1.0 — MIT
objc2-exception-helper 0.1.1 — Zlib OR Apache-2.0 OR MIT
objc2-foundation 0.3.2 — MIT
objc2-io-surface 0.3.2 — Zlib OR Apache-2.0 OR MIT
objc2-quartz-core 0.3.2 — Zlib OR Apache-2.0 OR MIT
objc2-ui-kit 0.3.2 — Zlib OR Apache-2.0 OR MIT
objc2-user-notifications 0.3.2 — Zlib OR Apache-2.0 OR MIT
objc2-web-kit 0.3.2 — Zlib OR Apache-2.0 OR MIT
once_cell 1.21.4 — MIT OR Apache-2.0
once_cell_polyfill 1.70.2 — MIT OR Apache-2.0
option-ext 0.2.0 — MPL-2.0
pango 0.18.3 — MIT
pango-sys 0.18.0 — MIT
parking_lot 0.12.5 — MIT OR Apache-2.0
parking_lot_core 0.9.12 — MIT OR Apache-2.0
percent-encoding 2.3.2 — MIT OR Apache-2.0
phf 0.13.1 — MIT
phf_codegen 0.13.1 — MIT
phf_generator 0.13.1 — MIT
phf_macros 0.13.1 — MIT
phf_shared 0.13.1 — MIT
pin-project-lite 0.2.17 — Apache-2.0 OR MIT
pkg-config 0.3.33 — MIT OR Apache-2.0
pkg-config 0.3.34 — MIT OR Apache-2.0
plist 1.10.0 — MIT
png 0.17.16 — MIT OR Apache-2.0
png 0.18.1 — MIT OR Apache-2.0
portable-atomic 1.15.0 — Apache-2.0 OR MIT
portable-atomic-util 0.2.7 — Apache-2.0 OR MIT
potential_utf 0.1.6 — Unicode-3.0
powerfmt 0.2.0 — MIT OR Apache-2.0
ppv-lite86 0.2.21 — MIT OR Apache-2.0
precomputed-hash 0.1.1 — MIT
proc-macro-crate 1.3.1 — MIT OR Apache-2.0
proc-macro-crate 2.0.2 — MIT OR Apache-2.0
proc-macro-crate 3.5.0 — MIT OR Apache-2.0
proc-macro-error 1.0.4 — MIT OR Apache-2.0
proc-macro-error-attr 1.0.4 — MIT OR Apache-2.0
proc-macro2 1.0.107 — MIT OR Apache-2.0
proptest 1.11.0 — MIT OR Apache-2.0
quick-error 1.2.3 — MIT/Apache-2.0
quick-xml 0.41.0 — MIT
quote 1.0.47 — MIT OR Apache-2.0
r-efi 5.3.0 — MIT OR Apache-2.0 OR LGPL-2.1-or-later
r-efi 6.0.0 — MIT OR Apache-2.0 OR LGPL-2.1-or-later
rand 0.9.5 — MIT OR Apache-2.0
rand_chacha 0.9.0 — MIT OR Apache-2.0
rand_core 0.9.5 — MIT OR Apache-2.0
rand_xorshift 0.4.0 — MIT OR Apache-2.0
raw-window-handle 0.6.2 — MIT OR Apache-2.0 OR Zlib
recvmsg 1.0.0 — 0BSD
redox_syscall 0.5.18 — MIT
redox_users 0.5.2 — MIT
ref-cast 1.0.26 — MIT OR Apache-2.0
ref-cast-impl 1.0.26 — MIT OR Apache-2.0
regex 1.13.1 — MIT OR Apache-2.0
regex-automata 0.4.18 — MIT OR Apache-2.0
regex-syntax 0.8.11 — MIT OR Apache-2.0
reqwest 0.13.4 — MIT OR Apache-2.0
rusqlite 0.37.0 — MIT
rustc-hash 2.1.3 — Apache-2.0 OR MIT
rustc_version 0.4.1 — MIT OR Apache-2.0
rustix 1.1.4 — Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
rustversion 1.0.23 — MIT OR Apache-2.0
rusty-fork 0.3.1 — MIT/Apache-2.0
same-file 1.0.6 — Unlicense/MIT
schemars 0.8.22 — MIT
schemars 0.9.0 — MIT
schemars 1.2.2 — MIT
schemars_derive 0.8.22 — MIT
scopeguard 1.2.0 — MIT OR Apache-2.0
selectors 0.36.1 — MPL-2.0
semver 1.0.28 — MIT OR Apache-2.0
serde 1.0.229 — MIT OR Apache-2.0
serde-untagged 0.1.9 — MIT OR Apache-2.0
serde_core 1.0.229 — MIT OR Apache-2.0
serde_derive 1.0.229 — MIT OR Apache-2.0
serde_derive_internals 0.29.1 — MIT OR Apache-2.0
serde_json 1.0.151 — MIT OR Apache-2.0
serde_repr 0.1.21 — MIT OR Apache-2.0
serde_spanned 0.6.9 — MIT OR Apache-2.0
serde_spanned 1.1.1 — MIT OR Apache-2.0
serde_with 3.22.0 — MIT OR Apache-2.0
serde_with_macros 3.22.0 — MIT OR Apache-2.0
serialize-to-javascript 0.1.2 — MIT OR Apache-2.0
serialize-to-javascript-impl 0.1.2 — MIT OR Apache-2.0
servo_arc 0.4.3 — MIT OR Apache-2.0
sha2 0.10.9 — MIT OR Apache-2.0
shlex 2.0.1 — MIT OR Apache-2.0
simd-adler32 0.3.10 — MIT
siphasher 1.0.3 — MIT/Apache-2.0
slab 0.4.12 — MIT
smallvec 1.15.2 — MIT OR Apache-2.0
socket2 0.6.5 — MIT OR Apache-2.0
softbuffer 0.4.8 — MIT OR Apache-2.0
soup3 0.5.0 — MIT
soup3-sys 0.5.0 — MIT
stable_deref_trait 1.2.1 — MIT OR Apache-2.0
streaming-iterator 0.1.9 — MIT OR Apache-2.0
string_cache 0.9.0 — MIT OR Apache-2.0
string_cache_codegen 0.6.1 — MIT OR Apache-2.0
strsim 0.11.1 — MIT
swift-rs 1.0.7 — MIT OR Apache-2.0
syn 1.0.109 — MIT OR Apache-2.0
syn 2.0.119 — MIT OR Apache-2.0
syn 3.0.3 — MIT OR Apache-2.0
sync_wrapper 1.0.2 — Apache-2.0
synstructure 0.13.2 — MIT
system-deps 6.2.2 — MIT OR Apache-2.0
tao 0.35.3 — Apache-2.0
tao-macros 0.1.4 — MIT OR Apache-2.0
target-lexicon 0.12.16 — Apache-2.0 WITH LLVM-exception
tauri 2.11.5 — Apache-2.0 OR MIT
tauri-build 2.6.3 — Apache-2.0 OR MIT
tauri-codegen 2.6.3 — Apache-2.0 OR MIT
tauri-macros 2.6.3 — Apache-2.0 OR MIT
tauri-runtime 2.11.3 — Apache-2.0 OR MIT
tauri-runtime-wry 2.11.4 — Apache-2.0 OR MIT
tauri-utils 2.9.3 — Apache-2.0 OR MIT
tauri-winres 0.3.6 — MIT
tempfile 3.27.0 — MIT OR Apache-2.0
tendril 0.5.1 — MIT OR Apache-2.0
thiserror 1.0.69 — MIT OR Apache-2.0
thiserror 2.0.20 — MIT OR Apache-2.0
thiserror-impl 1.0.69 — MIT OR Apache-2.0
thiserror-impl 2.0.20 — MIT OR Apache-2.0
time 0.3.55 — MIT OR Apache-2.0
time-core 0.1.9 — MIT OR Apache-2.0
time-macros 0.2.32 — MIT OR Apache-2.0
tinystr 0.8.4 — Unicode-3.0
tinyvec 1.12.0 — Zlib OR Apache-2.0 OR MIT
tinyvec_macros 0.1.1 — MIT OR Apache-2.0 OR Zlib
tokio 1.53.1 — MIT
tokio-util 0.7.19 — MIT
toml 0.8.2 — MIT OR Apache-2.0
toml 0.9.12+spec-1.1.0 — MIT OR Apache-2.0
toml 1.1.4+spec-1.1.0 — MIT OR Apache-2.0
toml_datetime 0.6.3 — MIT OR Apache-2.0
toml_datetime 0.7.5+spec-1.1.0 — MIT OR Apache-2.0
toml_datetime 1.1.1+spec-1.1.0 — MIT OR Apache-2.0
toml_edit 0.19.15 — MIT OR Apache-2.0
toml_edit 0.20.2 — MIT OR Apache-2.0
toml_edit 0.25.13+spec-1.1.0 — MIT OR Apache-2.0
toml_parser 1.1.3+spec-1.1.0 — MIT OR Apache-2.0
toml_writer 1.1.2+spec-1.1.0 — MIT OR Apache-2.0
tower 0.5.3 — MIT
tower-http 0.6.11 — MIT
tower-layer 0.3.3 — MIT
tower-service 0.3.3 — MIT
tracing 0.1.44 — MIT
tracing-core 0.1.36 — MIT
tray-icon 0.24.2 — MIT OR Apache-2.0
tree-sitter 0.26.11 — MIT
tree-sitter 0.26.12 — MIT
tree-sitter-go 0.25.0 — MIT
tree-sitter-haskell 0.23.1 — MIT
tree-sitter-language 0.1.7 — MIT
tree-sitter-python 0.25.0 — MIT
tree-sitter-rust 0.24.2 — MIT
tree-sitter-typescript 0.23.2 — MIT
try-lock 0.2.5 — MIT
typeid 1.0.3 — MIT OR Apache-2.0
typenum 1.20.1 — MIT OR Apache-2.0
unarray 0.1.4 — MIT OR Apache-2.0
unic-char-property 0.9.0 — MIT/Apache-2.0
unic-char-range 0.9.0 — MIT/Apache-2.0
unic-common 0.9.0 — MIT/Apache-2.0
unic-ucd-ident 0.9.0 — MIT/Apache-2.0
unic-ucd-version 0.9.0 — MIT/Apache-2.0
unicode-ident 1.0.24 — (MIT OR Apache-2.0) AND Unicode-3.0
unicode-normalization 0.1.25 — MIT OR Apache-2.0
unicode-segmentation 1.13.3 — MIT OR Apache-2.0
url 2.5.8 — MIT OR Apache-2.0
urlpattern 0.3.0 — MIT
utf8_iter 1.0.4 — Apache-2.0 OR MIT
utf8parse 0.2.2 — Apache-2.0 OR MIT
uuid 1.24.1 — Apache-2.0 OR MIT
vcpkg 0.2.15 — MIT/Apache-2.0
version-compare 0.2.1 — MIT
version_check 0.9.5 — MIT/Apache-2.0
vswhom 0.1.0 — MIT
vswhom-sys 0.1.3 — MIT
wait-timeout 0.2.1 — MIT/Apache-2.0
walkdir 2.5.0 — Unlicense/MIT
want 0.3.1 — MIT
wasi 0.11.1+wasi-snapshot-preview1 — Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
wasip2 1.0.4+wasi-0.2.12 — Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
wasm-bindgen 0.2.127 — MIT OR Apache-2.0
wasm-bindgen-futures 0.4.77 — MIT OR Apache-2.0
wasm-bindgen-macro 0.2.127 — MIT OR Apache-2.0
wasm-bindgen-macro-support 0.2.127 — MIT OR Apache-2.0
wasm-bindgen-shared 0.2.127 — MIT OR Apache-2.0
wasm-streams 0.5.0 — MIT OR Apache-2.0
web-sys 0.3.104 — MIT OR Apache-2.0
web_atoms 0.2.6 — MIT OR Apache-2.0
webkit2gtk 2.0.2 — MIT
webkit2gtk-sys 2.0.2 — MIT
webview2-com 0.38.2 — MIT
webview2-com-macros 0.8.1 — MIT
webview2-com-sys 0.38.2 — MIT
widestring 1.2.1 — MIT OR Apache-2.0
winapi 0.3.9 — MIT/Apache-2.0
winapi-i686-pc-windows-gnu 0.4.0 — MIT/Apache-2.0
winapi-util 0.1.11 — Unlicense OR MIT
winapi-x86_64-pc-windows-gnu 0.4.0 — MIT/Apache-2.0
window-vibrancy 0.6.0 — Apache-2.0 OR MIT
windows 0.61.3 — MIT OR Apache-2.0
windows-collections 0.2.0 — MIT OR Apache-2.0
windows-core 0.61.2 — MIT OR Apache-2.0
windows-core 0.62.2 — MIT OR Apache-2.0
windows-future 0.2.1 — MIT OR Apache-2.0
windows-implement 0.60.2 — MIT OR Apache-2.0
windows-interface 0.59.3 — MIT OR Apache-2.0
windows-link 0.1.3 — MIT OR Apache-2.0
windows-link 0.2.1 — MIT OR Apache-2.0
windows-numerics 0.2.0 — MIT OR Apache-2.0
windows-result 0.3.4 — MIT OR Apache-2.0
windows-result 0.4.1 — MIT OR Apache-2.0
windows-strings 0.4.2 — MIT OR Apache-2.0
windows-strings 0.5.1 — MIT OR Apache-2.0
windows-sys 0.45.0 — MIT OR Apache-2.0
windows-sys 0.59.0 — MIT OR Apache-2.0
windows-sys 0.61.2 — MIT OR Apache-2.0
windows-targets 0.42.2 — MIT OR Apache-2.0
windows-targets 0.52.6 — MIT OR Apache-2.0
windows-threading 0.1.0 — MIT OR Apache-2.0
windows-version 0.1.7 — MIT OR Apache-2.0
windows_aarch64_gnullvm 0.42.2 — MIT OR Apache-2.0
windows_aarch64_gnullvm 0.52.6 — MIT OR Apache-2.0
windows_aarch64_msvc 0.42.2 — MIT OR Apache-2.0
windows_aarch64_msvc 0.52.6 — MIT OR Apache-2.0
windows_i686_gnu 0.42.2 — MIT OR Apache-2.0
windows_i686_gnu 0.52.6 — MIT OR Apache-2.0
windows_i686_gnullvm 0.52.6 — MIT OR Apache-2.0
windows_i686_msvc 0.42.2 — MIT OR Apache-2.0
windows_i686_msvc 0.52.6 — MIT OR Apache-2.0
windows_x86_64_gnu 0.42.2 — MIT OR Apache-2.0
windows_x86_64_gnu 0.52.6 — MIT OR Apache-2.0
windows_x86_64_gnullvm 0.42.2 — MIT OR Apache-2.0
windows_x86_64_gnullvm 0.52.6 — MIT OR Apache-2.0
windows_x86_64_msvc 0.42.2 — MIT OR Apache-2.0
windows_x86_64_msvc 0.52.6 — MIT OR Apache-2.0
winnow 0.5.40 — MIT
winnow 0.7.15 — MIT
winnow 1.0.4 — MIT
winreg 0.55.0 — MIT
wit-bindgen 0.57.1 — Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
writeable 0.6.4 — Unicode-3.0
wry 0.55.1 — Apache-2.0 OR MIT
x11 2.21.0 — MIT
x11-dl 2.21.0 — MIT
yoke 0.8.3 — Unicode-3.0
yoke-derive 0.8.2 — Unicode-3.0
zerocopy 0.8.56 — BSD-2-Clause OR Apache-2.0 OR MIT
zerocopy-derive 0.8.56 — BSD-2-Clause OR Apache-2.0 OR MIT
zerofrom 0.1.8 — Unicode-3.0
zerofrom-derive 0.1.7 — Unicode-3.0
zerotrie 0.2.5 — Unicode-3.0
zerovec 0.11.7 — Unicode-3.0
zerovec-derive 0.11.4 — Unicode-3.0
zmij 1.0.23 — MIT
== ce-core (Haskell packages; executable dependency closure, union over shipped platforms) ==
OneTuple 0.4.3 — BSD-3-Clause
QuickCheck 2.18.0.0 — BSD-3-Clause
StateVar 1.2.2 — BSD-3-Clause
Win32 2.14.2.1 — BSD-3-Clause
aeson 2.3.1.0 — BSD-3-Clause
array 0.5.8.0 — BSD-3-Clause
assoc 1.1.1 — BSD-3-Clause
base 4.22.0.0 — BSD-3-Clause
base-orphans 0.9.4 — MIT
bifunctors 5.6.3 — BSD-3-Clause
binary 0.8.9.3 — BSD-3-Clause
bytestring 0.12.2.0 — BSD-3-Clause
character-ps 0.1 — BSD-3-Clause
comonad 5.0.10 — BSD-3-Clause
containers 0.8 — BSD-3-Clause
contravariant 1.5.6 — BSD-3-Clause
data-fix 0.3.4 — BSD-3-Clause
deepseq 1.5.1.0 — BSD-3-Clause
distributive 0.6.3 — BSD-3-Clause
dlist 1.0 — BSD-3-Clause
exceptions 0.10.11 — BSD-3-Clause
filepath 1.5.4.0 — BSD-3-Clause
ghc-boot-th 9.14.1 — BSD-3-Clause
ghc-internal 9.1401.0 — BSD-3-Clause
ghc-prim 0.13.1 — BSD-3-Clause
hashable 1.5.1.0 — BSD-3-Clause
indexed-traversable 0.1.5 — BSD-2-Clause
indexed-traversable-instances 0.1.2.1 — BSD-2-Clause
integer-conversion 0.1.1 — BSD-3-Clause
integer-logarithms 1.0.5 — MIT
mtl 2.3.1 — BSD-3-Clause
network-uri 2.6.4.2 — BSD-3-Clause
os-string 2.0.8 — BSD-3-Clause
parsec 3.1.18.0 — BSD-2-Clause
pretty 1.1.3.6 — BSD-3-Clause
primitive 0.9.1.0 — BSD-3-Clause
random 1.3.1 — BSD-3-Clause
rts 1.0.3 — BSD-3-Clause
scientific 0.3.8.1 — BSD-3-Clause
semialign 1.4 — BSD-3-Clause
semigroupoids 6.0.2 — BSD-2-Clause
splitmix 0.1.3.2 — BSD-3-Clause
stm 2.5.3.1 — BSD-3-Clause
strict 0.5.1 — BSD-3-Clause
tagged 0.8.10 — BSD-3-Clause
template-haskell 2.24.0.0 — BSD-3-Clause
text 2.1.3 — BSD-2-Clause
text-iso8601 0.2.0.0 — BSD-3-Clause
text-short 0.1.6.1 — BSD-3-Clause
th-abstraction 0.7.2.0 — ISC
th-compat 0.1.7 — BSD-3-Clause
these 1.2.1 — BSD-3-Clause
time 1.15 — BSD-2-Clause
time-compat 1.9.9 — BSD-3-Clause
transformers 0.6.1.2 — BSD-3-Clause
transformers-compat 0.8 — BSD-3-Clause
unordered-containers 0.2.21 — BSD-3-Clause
uuid-types 1.0.6.1 — BSD-3-Clause
vector 0.13.2.0 — BSD-3-Clause
vector-stream 0.1.0.1 — BSD-3-Clause
witherable 0.5 — BSD-3-Clause