@rom-weaver/win32-x64-msvc 0.6.4

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.
Files changed (440) hide show
  1. package/LICENSE.md +660 -0
  2. package/NOTICE +7 -0
  3. package/THIRD_PARTY_LICENSES.md +262 -0
  4. package/bin/rom-weaver.exe +0 -0
  5. package/package.json +33 -0
  6. package/third_party/licenses/adler2-2.0.1/LICENSE-APACHE +201 -0
  7. package/third_party/licenses/adler2-2.0.1/LICENSE-MIT +23 -0
  8. package/third_party/licenses/aes-0.9.1/LICENSE-APACHE +201 -0
  9. package/third_party/licenses/aes-0.9.1/LICENSE-MIT +26 -0
  10. package/third_party/licenses/aho-corasick-1.1.4/COPYING +3 -0
  11. package/third_party/licenses/aho-corasick-1.1.4/LICENSE-MIT +21 -0
  12. package/third_party/licenses/allocator-api2-0.2.21/LICENSE-APACHE +176 -0
  13. package/third_party/licenses/allocator-api2-0.2.21/LICENSE-MIT +23 -0
  14. package/third_party/licenses/anstream-1.0.0/LICENSE-APACHE +201 -0
  15. package/third_party/licenses/anstream-1.0.0/LICENSE-MIT +19 -0
  16. package/third_party/licenses/anstyle-1.0.14/LICENSE-APACHE +201 -0
  17. package/third_party/licenses/anstyle-1.0.14/LICENSE-MIT +19 -0
  18. package/third_party/licenses/anstyle-parse-1.0.0/LICENSE-APACHE +201 -0
  19. package/third_party/licenses/anstyle-parse-1.0.0/LICENSE-MIT +19 -0
  20. package/third_party/licenses/anstyle-query-1.1.5/LICENSE-APACHE +201 -0
  21. package/third_party/licenses/anstyle-query-1.1.5/LICENSE-MIT +19 -0
  22. package/third_party/licenses/anstyle-wincon-3.0.11/LICENSE-APACHE +201 -0
  23. package/third_party/licenses/anstyle-wincon-3.0.11/LICENSE-MIT +19 -0
  24. package/third_party/licenses/arbitrary-int-1.3.0/LICENSE.txt +21 -0
  25. package/third_party/licenses/arrayref-0.3.9/LICENSE +26 -0
  26. package/third_party/licenses/arrayvec-0.7.8/LICENSE-APACHE +201 -0
  27. package/third_party/licenses/arrayvec-0.7.8/LICENSE-MIT +25 -0
  28. package/third_party/licenses/async-trait-0.1.91/LICENSE-APACHE +176 -0
  29. package/third_party/licenses/async-trait-0.1.91/LICENSE-MIT +23 -0
  30. package/third_party/licenses/autocfg-1.5.1/LICENSE-APACHE +201 -0
  31. package/third_party/licenses/autocfg-1.5.1/LICENSE-MIT +25 -0
  32. package/third_party/licenses/base16ct-1.0.0/LICENSE-APACHE +201 -0
  33. package/third_party/licenses/base16ct-1.0.0/LICENSE-MIT +26 -0
  34. package/third_party/licenses/base64-0.22.1/LICENSE-APACHE +201 -0
  35. package/third_party/licenses/base64-0.22.1/LICENSE-MIT +21 -0
  36. package/third_party/licenses/bincode-1.3.3/LICENSE.md +21 -0
  37. package/third_party/licenses/bindgen-0.72.1/LICENSE +29 -0
  38. package/third_party/licenses/bitbybit-1.4.0/LICENSE +21 -0
  39. package/third_party/licenses/bitflags-2.13.1/LICENSE-APACHE +201 -0
  40. package/third_party/licenses/bitflags-2.13.1/LICENSE-MIT +25 -0
  41. package/third_party/licenses/bitreader-0.3.11/LICENSE-APACHE +202 -0
  42. package/third_party/licenses/bitreader-0.3.11/LICENSE-MIT +25 -0
  43. package/third_party/licenses/blake3-1.8.5/LICENSE_A2 +202 -0
  44. package/third_party/licenses/blake3-1.8.5/LICENSE_A2LLVM +218 -0
  45. package/third_party/licenses/block-buffer-0.10.4/LICENSE-APACHE +201 -0
  46. package/third_party/licenses/block-buffer-0.10.4/LICENSE-MIT +25 -0
  47. package/third_party/licenses/block-buffer-0.12.1/LICENSE-APACHE +201 -0
  48. package/third_party/licenses/block-buffer-0.12.1/LICENSE-MIT +25 -0
  49. package/third_party/licenses/block-padding-0.4.2/LICENSE-APACHE +201 -0
  50. package/third_party/licenses/block-padding-0.4.2/LICENSE-MIT +25 -0
  51. package/third_party/licenses/built-0.7.7/LICENSE +21 -0
  52. package/third_party/licenses/bumpalo-3.20.3/LICENSE-APACHE +201 -0
  53. package/third_party/licenses/bumpalo-3.20.3/LICENSE-MIT +25 -0
  54. package/third_party/licenses/byteorder-1.5.0/COPYING +3 -0
  55. package/third_party/licenses/byteorder-1.5.0/LICENSE-MIT +21 -0
  56. package/third_party/licenses/bytes-1.12.1/LICENSE +25 -0
  57. package/third_party/licenses/bzip2-0.6.1/LICENSE-APACHE +201 -0
  58. package/third_party/licenses/bzip2-0.6.1/LICENSE-MIT +25 -0
  59. package/third_party/licenses/bzip2-sys-0.1.13+1.0.8/LICENSE-APACHE +201 -0
  60. package/third_party/licenses/bzip2-sys-0.1.13+1.0.8/LICENSE-MIT +25 -0
  61. package/third_party/licenses/cbc-0.2.1/LICENSE-APACHE +201 -0
  62. package/third_party/licenses/cbc-0.2.1/LICENSE-MIT +26 -0
  63. package/third_party/licenses/cc-1.3.0/LICENSE-APACHE +201 -0
  64. package/third_party/licenses/cc-1.3.0/LICENSE-MIT +25 -0
  65. package/third_party/licenses/cdivsufsort-2.0.0/LICENSE +21 -0
  66. package/third_party/licenses/cexpr-0.6.0/LICENSE-APACHE +201 -0
  67. package/third_party/licenses/cexpr-0.6.0/LICENSE-MIT +25 -0
  68. package/third_party/licenses/cfg-if-1.0.4/LICENSE-APACHE +201 -0
  69. package/third_party/licenses/cfg-if-1.0.4/LICENSE-MIT +25 -0
  70. package/third_party/licenses/chd-0.3.4/LICENSE-SPDX-NOTICE.txt +7 -0
  71. package/third_party/licenses/cipher-0.5.2/LICENSE-APACHE +201 -0
  72. package/third_party/licenses/cipher-0.5.2/LICENSE-MIT +25 -0
  73. package/third_party/licenses/ciso-0.3.0/LICENSE.BSD +29 -0
  74. package/third_party/licenses/ciso-0.3.0/LICENSE.MIT +21 -0
  75. package/third_party/licenses/clang-sys-1.8.1/LICENSE.txt +202 -0
  76. package/third_party/licenses/clap-4.6.3/LICENSE-APACHE +201 -0
  77. package/third_party/licenses/clap-4.6.3/LICENSE-MIT +19 -0
  78. package/third_party/licenses/clap_builder-4.6.2/LICENSE-APACHE +201 -0
  79. package/third_party/licenses/clap_builder-4.6.2/LICENSE-MIT +19 -0
  80. package/third_party/licenses/clap_complete-4.6.7/LICENSE-APACHE +201 -0
  81. package/third_party/licenses/clap_complete-4.6.7/LICENSE-MIT +19 -0
  82. package/third_party/licenses/clap_derive-4.6.3/LICENSE-APACHE +201 -0
  83. package/third_party/licenses/clap_derive-4.6.3/LICENSE-MIT +19 -0
  84. package/third_party/licenses/clap_lex-1.1.0/LICENSE-APACHE +201 -0
  85. package/third_party/licenses/clap_lex-1.1.0/LICENSE-MIT +19 -0
  86. package/third_party/licenses/claxon-0.4.3/license +202 -0
  87. package/third_party/licenses/cmake-0.1.58/LICENSE-APACHE +201 -0
  88. package/third_party/licenses/cmake-0.1.58/LICENSE-MIT +25 -0
  89. package/third_party/licenses/colorchoice-1.0.5/LICENSE-APACHE +201 -0
  90. package/third_party/licenses/colorchoice-1.0.5/LICENSE-MIT +19 -0
  91. package/third_party/licenses/console-0.16.4/LICENSE +21 -0
  92. package/third_party/licenses/const-oid-0.10.2/LICENSE-APACHE +201 -0
  93. package/third_party/licenses/const-oid-0.10.2/LICENSE-MIT +25 -0
  94. package/third_party/licenses/constant_time_eq-0.4.2/LICENSE-APACHE +176 -0
  95. package/third_party/licenses/cpubits-0.1.1/LICENSE-APACHE +201 -0
  96. package/third_party/licenses/cpubits-0.1.1/LICENSE-MIT +25 -0
  97. package/third_party/licenses/cpufeatures-0.3.0/LICENSE-APACHE +201 -0
  98. package/third_party/licenses/cpufeatures-0.3.0/LICENSE-MIT +25 -0
  99. package/third_party/licenses/crc-3.4.0/LICENSE-APACHE +201 -0
  100. package/third_party/licenses/crc-3.4.0/LICENSE-MIT +21 -0
  101. package/third_party/licenses/crc-catalog-2.5.0/LICENSE-SPDX-NOTICE.txt +7 -0
  102. package/third_party/licenses/crc16-0.4.0/LICENSE-APACHE +201 -0
  103. package/third_party/licenses/crc16-0.4.0/LICENSE-MIT +25 -0
  104. package/third_party/licenses/crc32c-0.6.8/LICENSE-SPDX-NOTICE.txt +7 -0
  105. package/third_party/licenses/crc32fast-1.5.0/LICENSE-APACHE +201 -0
  106. package/third_party/licenses/crc32fast-1.5.0/LICENSE-MIT +21 -0
  107. package/third_party/licenses/crossbeam-channel-0.5.16/LICENSE-APACHE +201 -0
  108. package/third_party/licenses/crossbeam-channel-0.5.16/LICENSE-MIT +27 -0
  109. package/third_party/licenses/crossbeam-channel-0.5.16/LICENSE-THIRD-PARTY +593 -0
  110. package/third_party/licenses/crossbeam-deque-0.8.7/LICENSE-APACHE +201 -0
  111. package/third_party/licenses/crossbeam-deque-0.8.7/LICENSE-MIT +27 -0
  112. package/third_party/licenses/crossbeam-epoch-0.9.20/LICENSE-APACHE +201 -0
  113. package/third_party/licenses/crossbeam-epoch-0.9.20/LICENSE-MIT +27 -0
  114. package/third_party/licenses/crossbeam-utils-0.8.22/LICENSE-APACHE +201 -0
  115. package/third_party/licenses/crossbeam-utils-0.8.22/LICENSE-MIT +27 -0
  116. package/third_party/licenses/crypto-common-0.1.7/LICENSE-APACHE +201 -0
  117. package/third_party/licenses/crypto-common-0.1.7/LICENSE-MIT +25 -0
  118. package/third_party/licenses/crypto-common-0.2.2/LICENSE-APACHE +201 -0
  119. package/third_party/licenses/crypto-common-0.2.2/LICENSE-MIT +25 -0
  120. package/third_party/licenses/dialoguer-0.12.0/LICENSE +21 -0
  121. package/third_party/licenses/digest-0.10.7/LICENSE-APACHE +201 -0
  122. package/third_party/licenses/digest-0.10.7/LICENSE-MIT +25 -0
  123. package/third_party/licenses/digest-0.11.3/LICENSE-APACHE +201 -0
  124. package/third_party/licenses/digest-0.11.3/LICENSE-MIT +26 -0
  125. package/third_party/licenses/dyn-clone-1.0.20/LICENSE-APACHE +176 -0
  126. package/third_party/licenses/dyn-clone-1.0.20/LICENSE-MIT +23 -0
  127. package/third_party/licenses/either-1.16.0/LICENSE-APACHE +201 -0
  128. package/third_party/licenses/either-1.16.0/LICENSE-MIT +25 -0
  129. package/third_party/licenses/encode_unicode-1.0.0/LICENSE-APACHE +202 -0
  130. package/third_party/licenses/encode_unicode-1.0.0/LICENSE-MIT +17 -0
  131. package/third_party/licenses/encoding_rs-0.8.35/LICENSE-APACHE +202 -0
  132. package/third_party/licenses/encoding_rs-0.8.35/LICENSE-MIT +25 -0
  133. package/third_party/licenses/encoding_rs-0.8.35/LICENSE-WHATWG +26 -0
  134. package/third_party/licenses/equivalent-1.0.2/LICENSE-APACHE +201 -0
  135. package/third_party/licenses/equivalent-1.0.2/LICENSE-MIT +25 -0
  136. package/third_party/licenses/find-msvc-tools-0.1.9/LICENSE-APACHE +201 -0
  137. package/third_party/licenses/find-msvc-tools-0.1.9/LICENSE-MIT +25 -0
  138. package/third_party/licenses/flacenc-0.5.1/LICENSE +202 -0
  139. package/third_party/licenses/flate2-1.1.9/LICENSE-APACHE +201 -0
  140. package/third_party/licenses/flate2-1.1.9/LICENSE-MIT +25 -0
  141. package/third_party/licenses/foldhash-0.2.0/LICENSE +19 -0
  142. package/third_party/licenses/futures-core-0.3.33/LICENSE-APACHE +202 -0
  143. package/third_party/licenses/futures-core-0.3.33/LICENSE-MIT +26 -0
  144. package/third_party/licenses/futures-task-0.3.33/LICENSE-APACHE +202 -0
  145. package/third_party/licenses/futures-task-0.3.33/LICENSE-MIT +26 -0
  146. package/third_party/licenses/futures-util-0.3.33/LICENSE-APACHE +202 -0
  147. package/third_party/licenses/futures-util-0.3.33/LICENSE-MIT +26 -0
  148. package/third_party/licenses/generic-array-0.14.7/LICENSE +21 -0
  149. package/third_party/licenses/getrandom-0.2.17/LICENSE-APACHE +201 -0
  150. package/third_party/licenses/getrandom-0.2.17/LICENSE-MIT +26 -0
  151. package/third_party/licenses/getrandom-0.4.3/LICENSE-APACHE +201 -0
  152. package/third_party/licenses/getrandom-0.4.3/LICENSE-MIT +26 -0
  153. package/third_party/licenses/glob-0.3.3/LICENSE-APACHE +201 -0
  154. package/third_party/licenses/glob-0.3.3/LICENSE-MIT +25 -0
  155. package/third_party/licenses/hash32-0.3.1/LICENSE-APACHE +201 -0
  156. package/third_party/licenses/hash32-0.3.1/LICENSE-MIT +25 -0
  157. package/third_party/licenses/hashbrown-0.16.1/LICENSE-APACHE +201 -0
  158. package/third_party/licenses/hashbrown-0.16.1/LICENSE-MIT +25 -0
  159. package/third_party/licenses/heapless-0.8.0/LICENSE-APACHE +201 -0
  160. package/third_party/licenses/heapless-0.8.0/LICENSE-MIT +25 -0
  161. package/third_party/licenses/heck-0.5.0/LICENSE-APACHE +201 -0
  162. package/third_party/licenses/heck-0.5.0/LICENSE-MIT +25 -0
  163. package/third_party/licenses/higher-kinded-types-0.2.1/LICENSE-APACHE +201 -0
  164. package/third_party/licenses/higher-kinded-types-0.2.1/LICENSE-MIT +21 -0
  165. package/third_party/licenses/higher-kinded-types-0.2.1/LICENSE-ZLIB +19 -0
  166. package/third_party/licenses/http-1.4.2/LICENSE-APACHE +201 -0
  167. package/third_party/licenses/http-1.4.2/LICENSE-MIT +25 -0
  168. package/third_party/licenses/httparse-1.10.1/LICENSE-APACHE +201 -0
  169. package/third_party/licenses/httparse-1.10.1/LICENSE-MIT +19 -0
  170. package/third_party/licenses/hybrid-array-0.4.13/LICENSE-APACHE +201 -0
  171. package/third_party/licenses/hybrid-array-0.4.13/LICENSE-MIT +25 -0
  172. package/third_party/licenses/indicatif-0.18.6/LICENSE +21 -0
  173. package/third_party/licenses/inout-0.2.2/LICENSE-APACHE +201 -0
  174. package/third_party/licenses/inout-0.2.2/LICENSE-MIT +26 -0
  175. package/third_party/licenses/is_terminal_polyfill-1.70.2/LICENSE-APACHE +201 -0
  176. package/third_party/licenses/is_terminal_polyfill-1.70.2/LICENSE-MIT +19 -0
  177. package/third_party/licenses/itertools-0.13.0/LICENSE-APACHE +201 -0
  178. package/third_party/licenses/itertools-0.13.0/LICENSE-MIT +25 -0
  179. package/third_party/licenses/itertools-0.15.0/LICENSE-APACHE +201 -0
  180. package/third_party/licenses/itertools-0.15.0/LICENSE-MIT +25 -0
  181. package/third_party/licenses/itoa-1.0.18/LICENSE-APACHE +176 -0
  182. package/third_party/licenses/itoa-1.0.18/LICENSE-MIT +23 -0
  183. package/third_party/licenses/jobserver-0.1.35/LICENSE-APACHE +201 -0
  184. package/third_party/licenses/jobserver-0.1.35/LICENSE-MIT +25 -0
  185. package/third_party/licenses/js-sys-0.3.103/LICENSE-APACHE +201 -0
  186. package/third_party/licenses/js-sys-0.3.103/LICENSE-MIT +25 -0
  187. package/third_party/licenses/lazy_static-1.5.0/LICENSE-APACHE +201 -0
  188. package/third_party/licenses/lazy_static-1.5.0/LICENSE-MIT +25 -0
  189. package/third_party/licenses/libbz2-rs-sys-0.2.5/LICENSE +48 -0
  190. package/third_party/licenses/libc-0.2.187/LICENSE-APACHE +176 -0
  191. package/third_party/licenses/libc-0.2.187/LICENSE-MIT +25 -0
  192. package/third_party/licenses/libloading-0.8.9/LICENSE +12 -0
  193. package/third_party/licenses/liblzma-sys-0.4.7/LICENSE-APACHE +201 -0
  194. package/third_party/licenses/liblzma-sys-0.4.7/LICENSE-MIT +25 -0
  195. package/third_party/licenses/libz-sys-1.1.29/LICENSE-APACHE +201 -0
  196. package/third_party/licenses/libz-sys-1.1.29/LICENSE-MIT +26 -0
  197. package/third_party/licenses/log-0.4.33/LICENSE-APACHE +201 -0
  198. package/third_party/licenses/log-0.4.33/LICENSE-MIT +25 -0
  199. package/third_party/licenses/lru-0.16.4/LICENSE +21 -0
  200. package/third_party/licenses/lz4-sys-1.11.1+lz4-1.10.0/LICENSE +21 -0
  201. package/third_party/licenses/lz4_flex-0.11.6/LICENSE +20 -0
  202. package/third_party/licenses/lzma-rs-0.3.0/LICENSE +21 -0
  203. package/third_party/licenses/lzma-rs-perf-exp-0.2.1/LICENSE +21 -0
  204. package/third_party/licenses/lzma-rust2-0.16.5/LICENSE +201 -0
  205. package/third_party/licenses/macro_rules_attribute-0.2.2/LICENSE-APACHE +201 -0
  206. package/third_party/licenses/macro_rules_attribute-0.2.2/LICENSE-MIT +21 -0
  207. package/third_party/licenses/macro_rules_attribute-0.2.2/LICENSE-ZLIB +19 -0
  208. package/third_party/licenses/macro_rules_attribute-proc_macro-0.2.2/LICENSE-APACHE +201 -0
  209. package/third_party/licenses/macro_rules_attribute-proc_macro-0.2.2/LICENSE-MIT +21 -0
  210. package/third_party/licenses/macro_rules_attribute-proc_macro-0.2.2/LICENSE-ZLIB +19 -0
  211. package/third_party/licenses/maybe-async-0.2.11/LICENSE +19 -0
  212. package/third_party/licenses/md-5-0.10.6/LICENSE-APACHE +201 -0
  213. package/third_party/licenses/md-5-0.10.6/LICENSE-MIT +27 -0
  214. package/third_party/licenses/md-5-0.11.0/LICENSE-APACHE +201 -0
  215. package/third_party/licenses/md-5-0.11.0/LICENSE-MIT +28 -0
  216. package/third_party/licenses/memchr-2.8.3/COPYING +3 -0
  217. package/third_party/licenses/memchr-2.8.3/LICENSE-MIT +21 -0
  218. package/third_party/licenses/minimal-lexical-0.2.1/LICENSE-APACHE +201 -0
  219. package/third_party/licenses/minimal-lexical-0.2.1/LICENSE-MIT +23 -0
  220. package/third_party/licenses/minimal-lexical-0.2.1/LICENSE.md +37 -0
  221. package/third_party/licenses/miniz_oxide-0.8.9/LICENSE +25 -0
  222. package/third_party/licenses/miniz_oxide-0.8.9/LICENSE-APACHE.md +177 -0
  223. package/third_party/licenses/miniz_oxide-0.8.9/LICENSE-MIT.md +24 -0
  224. package/third_party/licenses/miniz_oxide-0.8.9/LICENSE-ZLIB.md +14 -0
  225. package/third_party/licenses/miniz_oxide-0.9.1/LICENSE +25 -0
  226. package/third_party/licenses/miniz_oxide-0.9.1/LICENSE-APACHE.md +177 -0
  227. package/third_party/licenses/miniz_oxide-0.9.1/LICENSE-MIT.md +24 -0
  228. package/third_party/licenses/miniz_oxide-0.9.1/LICENSE-ZLIB.md +14 -0
  229. package/third_party/licenses/never-say-never-6.6.666/LICENSE-APACHE +201 -0
  230. package/third_party/licenses/never-say-never-6.6.666/LICENSE-MIT +21 -0
  231. package/third_party/licenses/never-say-never-6.6.666/LICENSE-ZLIB +19 -0
  232. package/third_party/licenses/nom-7.1.3/LICENSE +20 -0
  233. package/third_party/licenses/nu-ansi-term-0.50.3/LICENSE +22 -0
  234. package/third_party/licenses/num-derive-0.4.2/LICENSE-APACHE +201 -0
  235. package/third_party/licenses/num-derive-0.4.2/LICENSE-MIT +25 -0
  236. package/third_party/licenses/num-traits-0.2.19/LICENSE-APACHE +201 -0
  237. package/third_party/licenses/num-traits-0.2.19/LICENSE-MIT +25 -0
  238. package/third_party/licenses/once_cell-1.21.4/LICENSE-APACHE +201 -0
  239. package/third_party/licenses/once_cell-1.21.4/LICENSE-MIT +23 -0
  240. package/third_party/licenses/once_cell_polyfill-1.70.2/LICENSE-APACHE +201 -0
  241. package/third_party/licenses/once_cell_polyfill-1.70.2/LICENSE-MIT +19 -0
  242. package/third_party/licenses/openssl-src-300.6.1+3.6.3/LICENSE-APACHE +201 -0
  243. package/third_party/licenses/openssl-src-300.6.1+3.6.3/LICENSE-MIT +25 -0
  244. package/third_party/licenses/openssl-sys-0.9.117/LICENSE-MIT +25 -0
  245. package/third_party/licenses/owo-colors-4.3.0/LICENSE +21 -0
  246. package/third_party/licenses/oxidelta-0.1.4/LICENSE +17 -0
  247. package/third_party/licenses/paste-1.0.15/LICENSE-APACHE +176 -0
  248. package/third_party/licenses/paste-1.0.15/LICENSE-MIT +23 -0
  249. package/third_party/licenses/path-slash-0.2.1/LICENSE.txt +20 -0
  250. package/third_party/licenses/percent-encoding-2.3.2/LICENSE-APACHE +201 -0
  251. package/third_party/licenses/percent-encoding-2.3.2/LICENSE-MIT +25 -0
  252. package/third_party/licenses/pin-project-lite-0.2.17/LICENSE-APACHE +177 -0
  253. package/third_party/licenses/pin-project-lite-0.2.17/LICENSE-MIT +23 -0
  254. package/third_party/licenses/pkg-config-0.3.33/LICENSE-APACHE +201 -0
  255. package/third_party/licenses/pkg-config-0.3.33/LICENSE-MIT +25 -0
  256. package/third_party/licenses/polonius-the-crab-0.5.0/LICENSE-APACHE +201 -0
  257. package/third_party/licenses/polonius-the-crab-0.5.0/LICENSE-MIT +21 -0
  258. package/third_party/licenses/polonius-the-crab-0.5.0/LICENSE-ZLIB +19 -0
  259. package/third_party/licenses/portable-atomic-1.14.0/LICENSE-APACHE +177 -0
  260. package/third_party/licenses/portable-atomic-1.14.0/LICENSE-MIT +23 -0
  261. package/third_party/licenses/prettyplease-0.2.37/LICENSE-APACHE +176 -0
  262. package/third_party/licenses/prettyplease-0.2.37/LICENSE-MIT +23 -0
  263. package/third_party/licenses/proc-bitfield-0.5.3/LICENSE-APACHE +201 -0
  264. package/third_party/licenses/proc-bitfield-0.5.3/LICENSE-MIT +23 -0
  265. package/third_party/licenses/proc-bitfield-macros-0.5.3/LICENSE-SPDX-NOTICE.txt +7 -0
  266. package/third_party/licenses/proc-macro2-1.0.107/LICENSE-APACHE +176 -0
  267. package/third_party/licenses/proc-macro2-1.0.107/LICENSE-MIT +23 -0
  268. package/third_party/licenses/qbsdiff-1.4.4/LICENSE +7 -0
  269. package/third_party/licenses/quote-1.0.47/LICENSE-APACHE +176 -0
  270. package/third_party/licenses/quote-1.0.47/LICENSE-MIT +23 -0
  271. package/third_party/licenses/r-efi-6.0.0/LICENSE-SPDX-NOTICE.txt +7 -0
  272. package/third_party/licenses/rand_core-0.10.1/LICENSE-APACHE +187 -0
  273. package/third_party/licenses/rand_core-0.10.1/LICENSE-MIT +25 -0
  274. package/third_party/licenses/rayon-1.12.0/LICENSE-APACHE +201 -0
  275. package/third_party/licenses/rayon-1.12.0/LICENSE-MIT +25 -0
  276. package/third_party/licenses/rayon-core-1.13.0/LICENSE-APACHE +201 -0
  277. package/third_party/licenses/rayon-core-1.13.0/LICENSE-MIT +25 -0
  278. package/third_party/licenses/regex-1.13.1/LICENSE-APACHE +201 -0
  279. package/third_party/licenses/regex-1.13.1/LICENSE-MIT +25 -0
  280. package/third_party/licenses/regex-automata-0.4.16/LICENSE-APACHE +201 -0
  281. package/third_party/licenses/regex-automata-0.4.16/LICENSE-MIT +25 -0
  282. package/third_party/licenses/regex-syntax-0.8.11/LICENSE-APACHE +201 -0
  283. package/third_party/licenses/regex-syntax-0.8.11/LICENSE-MIT +25 -0
  284. package/third_party/licenses/ring-0.17.14/LICENSE +9 -0
  285. package/third_party/licenses/ring-0.17.14/LICENSE-BoringSSL +272 -0
  286. package/third_party/licenses/ring-0.17.14/LICENSE-other-bits +13 -0
  287. package/third_party/licenses/rustc-hash-2.1.3/LICENSE-APACHE +176 -0
  288. package/third_party/licenses/rustc-hash-2.1.3/LICENSE-MIT +23 -0
  289. package/third_party/licenses/rustc_version-0.4.1/LICENSE-APACHE +201 -0
  290. package/third_party/licenses/rustc_version-0.4.1/LICENSE-MIT +25 -0
  291. package/third_party/licenses/rustls-0.23.42/LICENSE-APACHE +201 -0
  292. package/third_party/licenses/rustls-0.23.42/LICENSE-ISC +15 -0
  293. package/third_party/licenses/rustls-0.23.42/LICENSE-MIT +25 -0
  294. package/third_party/licenses/rustls-pki-types-1.15.0/LICENSE-APACHE +201 -0
  295. package/third_party/licenses/rustls-pki-types-1.15.0/LICENSE-MIT +25 -0
  296. package/third_party/licenses/rustls-webpki-0.103.13/LICENSE +19 -0
  297. package/third_party/licenses/rustversion-1.0.23/LICENSE-APACHE +176 -0
  298. package/third_party/licenses/rustversion-1.0.23/LICENSE-MIT +23 -0
  299. package/third_party/licenses/ruzstd-0.8.3/LICENSE +21 -0
  300. package/third_party/licenses/sacabase-2.0.0/LICENSE-SPDX-NOTICE.txt +7 -0
  301. package/third_party/licenses/same-file-1.0.6/COPYING +3 -0
  302. package/third_party/licenses/same-file-1.0.6/LICENSE-MIT +21 -0
  303. package/third_party/licenses/semver-1.0.28/LICENSE-APACHE +176 -0
  304. package/third_party/licenses/semver-1.0.28/LICENSE-MIT +23 -0
  305. package/third_party/licenses/seq-macro-0.3.6/LICENSE-APACHE +176 -0
  306. package/third_party/licenses/seq-macro-0.3.6/LICENSE-MIT +23 -0
  307. package/third_party/licenses/serde-1.0.229/LICENSE-APACHE +176 -0
  308. package/third_party/licenses/serde-1.0.229/LICENSE-MIT +23 -0
  309. package/third_party/licenses/serde-big-array-0.5.1/LICENSE-APACHE +13 -0
  310. package/third_party/licenses/serde-big-array-0.5.1/LICENSE-MIT +21 -0
  311. package/third_party/licenses/serde_core-1.0.229/LICENSE-APACHE +176 -0
  312. package/third_party/licenses/serde_core-1.0.229/LICENSE-MIT +23 -0
  313. package/third_party/licenses/serde_derive-1.0.229/LICENSE-APACHE +176 -0
  314. package/third_party/licenses/serde_derive-1.0.229/LICENSE-MIT +23 -0
  315. package/third_party/licenses/serde_json-1.0.151/LICENSE-APACHE +176 -0
  316. package/third_party/licenses/serde_json-1.0.151/LICENSE-MIT +23 -0
  317. package/third_party/licenses/sha1-0.11.0/LICENSE-APACHE +201 -0
  318. package/third_party/licenses/sha1-0.11.0/LICENSE-MIT +28 -0
  319. package/third_party/licenses/sha2-0.11.0/LICENSE-APACHE +201 -0
  320. package/third_party/licenses/sha2-0.11.0/LICENSE-MIT +28 -0
  321. package/third_party/licenses/sharded-slab-0.1.7/LICENSE +19 -0
  322. package/third_party/licenses/shell-words-1.1.1/LICENSE-APACHE +201 -0
  323. package/third_party/licenses/shell-words-1.1.1/LICENSE-MIT +25 -0
  324. package/third_party/licenses/shlex-1.3.0/LICENSE-APACHE +13 -0
  325. package/third_party/licenses/shlex-1.3.0/LICENSE-MIT +21 -0
  326. package/third_party/licenses/shlex-2.0.1/LICENSE-APACHE +13 -0
  327. package/third_party/licenses/shlex-2.0.1/LICENSE-MIT +21 -0
  328. package/third_party/licenses/simd-adler32-0.3.10/LICENSE.md +21 -0
  329. package/third_party/licenses/simple_moving_average-1.0.2/LICENSE +7 -0
  330. package/third_party/licenses/slab-0.4.12/LICENSE +25 -0
  331. package/third_party/licenses/smallvec-1.15.2/LICENSE-APACHE +201 -0
  332. package/third_party/licenses/smallvec-1.15.2/LICENSE-MIT +25 -0
  333. package/third_party/licenses/stable_deref_trait-1.2.1/LICENSE-APACHE +201 -0
  334. package/third_party/licenses/stable_deref_trait-1.2.1/LICENSE-MIT +25 -0
  335. package/third_party/licenses/static_assertions-1.1.0/LICENSE-APACHE +202 -0
  336. package/third_party/licenses/static_assertions-1.1.0/LICENSE-MIT +21 -0
  337. package/third_party/licenses/strsim-0.11.1/LICENSE +23 -0
  338. package/third_party/licenses/subtle-2.6.1/LICENSE +29 -0
  339. package/third_party/licenses/suffix_array-0.5.0/LICENSE +7 -0
  340. package/third_party/licenses/syn-2.0.119/LICENSE-APACHE +176 -0
  341. package/third_party/licenses/syn-2.0.119/LICENSE-MIT +23 -0
  342. package/third_party/licenses/syn-3.0.0/LICENSE-APACHE +176 -0
  343. package/third_party/licenses/syn-3.0.0/LICENSE-MIT +23 -0
  344. package/third_party/licenses/text_io-0.1.13/LICENSE.Apache-2.0 +13 -0
  345. package/third_party/licenses/text_io-0.1.13/LICENSE.MIT +7 -0
  346. package/third_party/licenses/thiserror-2.0.19/LICENSE-APACHE +176 -0
  347. package/third_party/licenses/thiserror-2.0.19/LICENSE-MIT +23 -0
  348. package/third_party/licenses/thiserror-impl-2.0.19/LICENSE-APACHE +176 -0
  349. package/third_party/licenses/thiserror-impl-2.0.19/LICENSE-MIT +23 -0
  350. package/third_party/licenses/thread_local-1.1.10/LICENSE-APACHE +201 -0
  351. package/third_party/licenses/thread_local-1.1.10/LICENSE-MIT +25 -0
  352. package/third_party/licenses/tracing-0.1.44/LICENSE +25 -0
  353. package/third_party/licenses/tracing-attributes-0.1.31/LICENSE +25 -0
  354. package/third_party/licenses/tracing-core-0.1.36/LICENSE +25 -0
  355. package/third_party/licenses/tracing-log-0.2.0/LICENSE +25 -0
  356. package/third_party/licenses/tracing-serde-0.2.0/LICENSE +25 -0
  357. package/third_party/licenses/tracing-subscriber-0.3.23/LICENSE +25 -0
  358. package/third_party/licenses/twox-hash-2.1.3/LICENSE.txt +21 -0
  359. package/third_party/licenses/typenum-1.20.1/LICENSE +1 -0
  360. package/third_party/licenses/typenum-1.20.1/LICENSE-APACHE +201 -0
  361. package/third_party/licenses/typenum-1.20.1/LICENSE-MIT +21 -0
  362. package/third_party/licenses/unicode-ident-1.0.24/LICENSE-APACHE +176 -0
  363. package/third_party/licenses/unicode-ident-1.0.24/LICENSE-MIT +23 -0
  364. package/third_party/licenses/unicode-ident-1.0.24/LICENSE-UNICODE +39 -0
  365. package/third_party/licenses/unicode-width-0.2.2/LICENSE-APACHE +201 -0
  366. package/third_party/licenses/unicode-width-0.2.2/LICENSE-MIT +25 -0
  367. package/third_party/licenses/unit-prefix-0.5.2/LICENSE +21 -0
  368. package/third_party/licenses/untrusted-0.9.0/LICENSE.txt +13 -0
  369. package/third_party/licenses/ureq-3.3.0/LICENSE-APACHE +201 -0
  370. package/third_party/licenses/ureq-3.3.0/LICENSE-MIT +21 -0
  371. package/third_party/licenses/ureq-proto-0.6.0/LICENSE-MIT.txt +7 -0
  372. package/third_party/licenses/utf8-zero-0.8.1/LICENSE-APACHE +176 -0
  373. package/third_party/licenses/utf8-zero-0.8.1/LICENSE-MIT +23 -0
  374. package/third_party/licenses/utf8parse-0.2.2/LICENSE-APACHE +176 -0
  375. package/third_party/licenses/utf8parse-0.2.2/LICENSE-MIT +25 -0
  376. package/third_party/licenses/valuable-0.1.1/LICENSE-SPDX-NOTICE.txt +7 -0
  377. package/third_party/licenses/vcpkg-0.2.15/LICENSE-APACHE +201 -0
  378. package/third_party/licenses/vcpkg-0.2.15/LICENSE-MIT +25 -0
  379. package/third_party/licenses/version_check-0.9.5/LICENSE-APACHE +201 -0
  380. package/third_party/licenses/version_check-0.9.5/LICENSE-MIT +19 -0
  381. package/third_party/licenses/wasi-0.11.1+wasi-snapshot-preview1/LICENSE-APACHE +201 -0
  382. package/third_party/licenses/wasi-0.11.1+wasi-snapshot-preview1/LICENSE-Apache-2.0_WITH_LLVM-exception +219 -0
  383. package/third_party/licenses/wasi-0.11.1+wasi-snapshot-preview1/LICENSE-MIT +23 -0
  384. package/third_party/licenses/wasm-bindgen-0.2.126/LICENSE-APACHE +201 -0
  385. package/third_party/licenses/wasm-bindgen-0.2.126/LICENSE-MIT +25 -0
  386. package/third_party/licenses/wasm-bindgen-macro-0.2.126/LICENSE-APACHE +201 -0
  387. package/third_party/licenses/wasm-bindgen-macro-0.2.126/LICENSE-MIT +25 -0
  388. package/third_party/licenses/wasm-bindgen-macro-support-0.2.126/LICENSE-APACHE +201 -0
  389. package/third_party/licenses/wasm-bindgen-macro-support-0.2.126/LICENSE-MIT +25 -0
  390. package/third_party/licenses/wasm-bindgen-shared-0.2.126/LICENSE-APACHE +201 -0
  391. package/third_party/licenses/wasm-bindgen-shared-0.2.126/LICENSE-MIT +25 -0
  392. package/third_party/licenses/web-time-1.1.0/LICENSE-APACHE +201 -0
  393. package/third_party/licenses/web-time-1.1.0/LICENSE-MIT +21 -0
  394. package/third_party/licenses/webpki-roots-1.0.9/LICENSE +61 -0
  395. package/third_party/licenses/winapi-util-0.1.11/COPYING +3 -0
  396. package/third_party/licenses/winapi-util-0.1.11/LICENSE-MIT +21 -0
  397. package/third_party/licenses/windows-link-0.2.1/license-apache-2.0 +201 -0
  398. package/third_party/licenses/windows-link-0.2.1/license-mit +21 -0
  399. package/third_party/licenses/windows-sys-0.52.0/license-apache-2.0 +201 -0
  400. package/third_party/licenses/windows-sys-0.52.0/license-mit +21 -0
  401. package/third_party/licenses/windows-sys-0.61.2/license-apache-2.0 +201 -0
  402. package/third_party/licenses/windows-sys-0.61.2/license-mit +21 -0
  403. package/third_party/licenses/windows-targets-0.52.6/license-apache-2.0 +201 -0
  404. package/third_party/licenses/windows-targets-0.52.6/license-mit +21 -0
  405. package/third_party/licenses/windows_aarch64_gnullvm-0.52.6/license-apache-2.0 +201 -0
  406. package/third_party/licenses/windows_aarch64_gnullvm-0.52.6/license-mit +21 -0
  407. package/third_party/licenses/windows_aarch64_msvc-0.52.6/license-apache-2.0 +201 -0
  408. package/third_party/licenses/windows_aarch64_msvc-0.52.6/license-mit +21 -0
  409. package/third_party/licenses/windows_i686_gnu-0.52.6/license-apache-2.0 +201 -0
  410. package/third_party/licenses/windows_i686_gnu-0.52.6/license-mit +21 -0
  411. package/third_party/licenses/windows_i686_gnullvm-0.52.6/license-apache-2.0 +201 -0
  412. package/third_party/licenses/windows_i686_gnullvm-0.52.6/license-mit +21 -0
  413. package/third_party/licenses/windows_i686_msvc-0.52.6/license-apache-2.0 +201 -0
  414. package/third_party/licenses/windows_i686_msvc-0.52.6/license-mit +21 -0
  415. package/third_party/licenses/windows_x86_64_gnu-0.52.6/license-apache-2.0 +201 -0
  416. package/third_party/licenses/windows_x86_64_gnu-0.52.6/license-mit +21 -0
  417. package/third_party/licenses/windows_x86_64_gnullvm-0.52.6/license-apache-2.0 +201 -0
  418. package/third_party/licenses/windows_x86_64_gnullvm-0.52.6/license-mit +21 -0
  419. package/third_party/licenses/windows_x86_64_msvc-0.52.6/license-apache-2.0 +201 -0
  420. package/third_party/licenses/windows_x86_64_msvc-0.52.6/license-mit +21 -0
  421. package/third_party/licenses/xxhash-rust-0.8.17/LICENSE +23 -0
  422. package/third_party/licenses/zeekstd-0.6.2/LICENSE-SPDX-NOTICE.txt +7 -0
  423. package/third_party/licenses/zerocopy-0.8.55/LICENSE-APACHE +201 -0
  424. package/third_party/licenses/zerocopy-0.8.55/LICENSE-BSD +24 -0
  425. package/third_party/licenses/zerocopy-0.8.55/LICENSE-MIT +25 -0
  426. package/third_party/licenses/zerocopy-derive-0.8.55/LICENSE-APACHE +201 -0
  427. package/third_party/licenses/zerocopy-derive-0.8.55/LICENSE-BSD +24 -0
  428. package/third_party/licenses/zerocopy-derive-0.8.55/LICENSE-MIT +25 -0
  429. package/third_party/licenses/zeroize-1.9.0/LICENSE-APACHE +202 -0
  430. package/third_party/licenses/zeroize-1.9.0/LICENSE-MIT +25 -0
  431. package/third_party/licenses/zlib-rs-0.6.6/LICENSE +19 -0
  432. package/third_party/licenses/zmij-1.0.23/LICENSE-MIT +23 -0
  433. package/third_party/licenses/zstd-0.13.3/LICENSE +8 -0
  434. package/third_party/licenses/zstd-safe-7.2.4/LICENSE +1 -0
  435. package/third_party/licenses/zstd-safe-7.2.4/LICENSE.Apache-2.0 +177 -0
  436. package/third_party/licenses/zstd-safe-7.2.4/LICENSE.Mit +8 -0
  437. package/third_party/licenses/zstd-sys-2.0.16+zstd.1.5.7/LICENSE +1 -0
  438. package/third_party/licenses/zstd-sys-2.0.16+zstd.1.5.7/LICENSE.Apache-2.0 +177 -0
  439. package/third_party/licenses/zstd-sys-2.0.16+zstd.1.5.7/LICENSE.BSD-3-Clause +32 -0
  440. package/third_party/licenses/zstd-sys-2.0.16+zstd.1.5.7/LICENSE.Mit +8 -0
@@ -0,0 +1,32 @@
1
+ The auto-generated bindings are under the 3-clause BSD license:
2
+
3
+ BSD License
4
+
5
+ For Zstandard software
6
+
7
+ Copyright (c) 2016-present, Facebook, Inc. All rights reserved.
8
+
9
+ Redistribution and use in source and binary forms, with or without modification,
10
+ are permitted provided that the following conditions are met:
11
+
12
+ * Redistributions of source code must retain the above copyright notice, this
13
+ list of conditions and the following disclaimer.
14
+
15
+ * Redistributions in binary form must reproduce the above copyright notice,
16
+ this list of conditions and the following disclaimer in the documentation
17
+ and/or other materials provided with the distribution.
18
+
19
+ * Neither the name Facebook nor the names of its contributors may be used to
20
+ endorse or promote products derived from this software without specific
21
+ prior written permission.
22
+
23
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
24
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
25
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
26
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
27
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
28
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
29
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
30
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
31
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
32
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -0,0 +1,8 @@
1
+ The MIT License (MIT)
2
+ Copyright (c) 2016 Alexandre Bury
3
+
4
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
5
+
6
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
7
+
8
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.