@push.rocks/smartdb 2.15.3 → 2.15.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.
Binary file
Binary file
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@push.rocks/smartdb',
6
- version: '2.15.3',
6
+ version: '2.15.4',
7
7
  description: 'A MongoDB-compatible embedded database server with wire protocol support, backed by a high-performance Rust engine.'
8
8
  };
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxxQkFBcUI7SUFDM0IsT0FBTyxFQUFFLFFBQVE7SUFDakIsV0FBVyxFQUFFLHFIQUFxSDtDQUNuSSxDQUFBIn0=
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@push.rocks/smartdb",
3
- "version": "2.15.3",
3
+ "version": "2.15.4",
4
4
  "private": false,
5
5
  "description": "A MongoDB-compatible embedded database server with wire protocol support, backed by a high-performance Rust engine.",
6
6
  "exports": {
@@ -39,7 +39,8 @@
39
39
  "assets/**/*",
40
40
  "cli.js",
41
41
  ".smartconfig.json",
42
- "readme.md"
42
+ "readme.md",
43
+ "third-party-notices.md"
43
44
  ],
44
45
  "keywords": [
45
46
  "mongodb-compatible",
@@ -0,0 +1,780 @@
1
+ # Third-Party Notices
2
+
3
+ The statically linked Rust executables distributed with this package include
4
+ third-party components. This document covers the complete third-party package
5
+ set recorded by `rust/Cargo.lock`, including target-inactive and compile-time
6
+ components. The nine `rustdb*` workspace crates are covered by the package's
7
+ own MIT license and are not repeated below.
8
+
9
+ ## Component Inventory
10
+
11
+ The package selects MIT wherever an upstream expression offers MIT as an
12
+ alternative. The selected licenses for the remaining components are stated in
13
+ the table. This inventory was generated from the lockfile with
14
+ `cargo license --json`.
15
+
16
+ | Component | Version | Upstream expression | Selected license |
17
+ | --- | --- | --- | --- |
18
+ | ahash | 0.8.12 | Apache-2.0 OR MIT | MIT |
19
+ | aho-corasick | 1.1.4 | MIT OR Unlicense | MIT |
20
+ | anstream | 1.0.0 | Apache-2.0 OR MIT | MIT |
21
+ | anstyle | 1.0.14 | Apache-2.0 OR MIT | MIT |
22
+ | anstyle-parse | 1.0.0 | Apache-2.0 OR MIT | MIT |
23
+ | anstyle-query | 1.1.5 | Apache-2.0 OR MIT | MIT |
24
+ | anstyle-wincon | 3.0.11 | Apache-2.0 OR MIT | MIT |
25
+ | anyhow | 1.0.102 | Apache-2.0 OR MIT | MIT |
26
+ | arc-swap | 1.9.0 | Apache-2.0 OR MIT | MIT |
27
+ | async-trait | 0.1.89 | Apache-2.0 OR MIT | MIT |
28
+ | base64 | 0.22.1 | Apache-2.0 OR MIT | MIT |
29
+ | bitflags | 2.11.0 | Apache-2.0 OR MIT | MIT |
30
+ | bitvec | 1.0.1 | MIT | MIT |
31
+ | block-buffer | 0.10.4 | Apache-2.0 OR MIT | MIT |
32
+ | bson | 2.15.0 | MIT | MIT |
33
+ | bumpalo | 3.20.2 | Apache-2.0 OR MIT | MIT |
34
+ | bytes | 1.11.1 | MIT | MIT |
35
+ | cc | 1.2.57 | Apache-2.0 OR MIT | MIT |
36
+ | cfg-if | 1.0.4 | Apache-2.0 OR MIT | MIT |
37
+ | clap | 4.6.0 | Apache-2.0 OR MIT | MIT |
38
+ | clap_builder | 4.6.0 | Apache-2.0 OR MIT | MIT |
39
+ | clap_derive | 4.6.0 | Apache-2.0 OR MIT | MIT |
40
+ | clap_lex | 1.1.0 | Apache-2.0 OR MIT | MIT |
41
+ | colorchoice | 1.0.5 | Apache-2.0 OR MIT | MIT |
42
+ | cpufeatures | 0.2.17 | Apache-2.0 OR MIT | MIT |
43
+ | crc32fast | 1.5.0 | Apache-2.0 OR MIT | MIT |
44
+ | crossbeam-utils | 0.8.21 | Apache-2.0 OR MIT | MIT |
45
+ | crypto-common | 0.1.7 | Apache-2.0 OR MIT | MIT |
46
+ | dashmap | 6.1.0 | MIT | MIT |
47
+ | deranged | 0.5.8 | Apache-2.0 OR MIT | MIT |
48
+ | digest | 0.10.7 | Apache-2.0 OR MIT | MIT |
49
+ | equivalent | 1.0.2 | Apache-2.0 OR MIT | MIT |
50
+ | errno | 0.3.14 | Apache-2.0 OR MIT | MIT |
51
+ | fastrand | 2.4.0 | Apache-2.0 OR MIT | MIT |
52
+ | find-msvc-tools | 0.1.9 | Apache-2.0 OR MIT | MIT |
53
+ | foldhash | 0.1.5 | Zlib | Zlib |
54
+ | fs2 | 0.4.3 | Apache-2.0 OR MIT | MIT |
55
+ | funty | 2.0.0 | MIT | MIT |
56
+ | futures-core | 0.3.32 | Apache-2.0 OR MIT | MIT |
57
+ | futures-macro | 0.3.32 | Apache-2.0 OR MIT | MIT |
58
+ | futures-sink | 0.3.32 | Apache-2.0 OR MIT | MIT |
59
+ | futures-task | 0.3.32 | Apache-2.0 OR MIT | MIT |
60
+ | futures-util | 0.3.32 | Apache-2.0 OR MIT | MIT |
61
+ | generic-array | 0.14.7 | MIT | MIT |
62
+ | getrandom | 0.2.17 | Apache-2.0 OR MIT | MIT |
63
+ | getrandom | 0.3.4 | Apache-2.0 OR MIT | MIT |
64
+ | getrandom | 0.4.2 | Apache-2.0 OR MIT | MIT |
65
+ | hashbrown | 0.14.5 | Apache-2.0 OR MIT | MIT |
66
+ | hashbrown | 0.15.5 | Apache-2.0 OR MIT | MIT |
67
+ | hashbrown | 0.16.1 | Apache-2.0 OR MIT | MIT |
68
+ | heck | 0.5.0 | Apache-2.0 OR MIT | MIT |
69
+ | hex | 0.4.3 | Apache-2.0 OR MIT | MIT |
70
+ | hmac | 0.12.1 | Apache-2.0 OR MIT | MIT |
71
+ | id-arena | 2.3.0 | Apache-2.0 OR MIT | MIT |
72
+ | indexmap | 2.13.0 | Apache-2.0 OR MIT | MIT |
73
+ | is_terminal_polyfill | 1.70.2 | Apache-2.0 OR MIT | MIT |
74
+ | itoa | 1.0.18 | Apache-2.0 OR MIT | MIT |
75
+ | js-sys | 0.3.91 | Apache-2.0 OR MIT | MIT |
76
+ | lazy_static | 1.5.0 | Apache-2.0 OR MIT | MIT |
77
+ | leb128fmt | 0.1.0 | Apache-2.0 OR MIT | MIT |
78
+ | libc | 0.2.183 | Apache-2.0 OR MIT | MIT |
79
+ | libmimalloc-sys | 0.1.44 | MIT | MIT |
80
+ | linux-raw-sys | 0.12.1 | Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT | MIT |
81
+ | lock_api | 0.4.14 | Apache-2.0 OR MIT | MIT |
82
+ | log | 0.4.29 | Apache-2.0 OR MIT | MIT |
83
+ | matchers | 0.2.0 | MIT | MIT |
84
+ | memchr | 2.8.0 | MIT OR Unlicense | MIT |
85
+ | mimalloc | 0.1.48 | MIT | MIT |
86
+ | mio | 1.1.1 | MIT | MIT |
87
+ | nu-ansi-term | 0.50.3 | MIT | MIT |
88
+ | num-conv | 0.2.1 | Apache-2.0 OR MIT | MIT |
89
+ | once_cell | 1.21.4 | Apache-2.0 OR MIT | MIT |
90
+ | once_cell_polyfill | 1.70.2 | Apache-2.0 OR MIT | MIT |
91
+ | parking_lot | 0.12.5 | Apache-2.0 OR MIT | MIT |
92
+ | parking_lot_core | 0.9.12 | Apache-2.0 OR MIT | MIT |
93
+ | pbkdf2 | 0.12.2 | Apache-2.0 OR MIT | MIT |
94
+ | pin-project-lite | 0.2.17 | Apache-2.0 OR MIT | MIT |
95
+ | powerfmt | 0.2.0 | Apache-2.0 OR MIT | MIT |
96
+ | ppv-lite86 | 0.2.21 | Apache-2.0 OR MIT | MIT |
97
+ | prettyplease | 0.2.37 | Apache-2.0 OR MIT | MIT |
98
+ | proc-macro2 | 1.0.106 | Apache-2.0 OR MIT | MIT |
99
+ | quote | 1.0.45 | Apache-2.0 OR MIT | MIT |
100
+ | r-efi | 5.3.0 | Apache-2.0 OR LGPL-2.1-or-later OR MIT | MIT |
101
+ | r-efi | 6.0.0 | Apache-2.0 OR LGPL-2.1-or-later OR MIT | MIT |
102
+ | radium | 0.7.0 | MIT | MIT |
103
+ | rand | 0.8.6 | Apache-2.0 OR MIT | MIT |
104
+ | rand | 0.9.2 | Apache-2.0 OR MIT | MIT |
105
+ | rand_chacha | 0.3.1 | Apache-2.0 OR MIT | MIT |
106
+ | rand_chacha | 0.9.0 | Apache-2.0 OR MIT | MIT |
107
+ | rand_core | 0.6.4 | Apache-2.0 OR MIT | MIT |
108
+ | rand_core | 0.9.5 | Apache-2.0 OR MIT | MIT |
109
+ | redox_syscall | 0.5.18 | MIT | MIT |
110
+ | regex | 1.12.3 | Apache-2.0 OR MIT | MIT |
111
+ | regex-automata | 0.4.14 | Apache-2.0 OR MIT | MIT |
112
+ | regex-syntax | 0.8.10 | Apache-2.0 OR MIT | MIT |
113
+ | ring | 0.17.14 | Apache-2.0 AND ISC | Apache-2.0 AND ISC |
114
+ | rustix | 1.1.4 | Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT | MIT |
115
+ | rustls | 0.23.40 | Apache-2.0 OR ISC OR MIT | MIT |
116
+ | rustls-pemfile | 2.2.0 | Apache-2.0 OR ISC OR MIT | MIT |
117
+ | rustls-pki-types | 1.14.1 | Apache-2.0 OR MIT | MIT |
118
+ | rustls-webpki | 0.103.13 | ISC | ISC |
119
+ | rustversion | 1.0.22 | Apache-2.0 OR MIT | MIT |
120
+ | scopeguard | 1.2.0 | Apache-2.0 OR MIT | MIT |
121
+ | semver | 1.0.27 | Apache-2.0 OR MIT | MIT |
122
+ | serde | 1.0.228 | Apache-2.0 OR MIT | MIT |
123
+ | serde_bytes | 0.11.19 | Apache-2.0 OR MIT | MIT |
124
+ | serde_core | 1.0.228 | Apache-2.0 OR MIT | MIT |
125
+ | serde_derive | 1.0.228 | Apache-2.0 OR MIT | MIT |
126
+ | serde_json | 1.0.149 | Apache-2.0 OR MIT | MIT |
127
+ | sha2 | 0.10.9 | Apache-2.0 OR MIT | MIT |
128
+ | sharded-slab | 0.1.7 | MIT | MIT |
129
+ | shlex | 1.3.0 | Apache-2.0 OR MIT | MIT |
130
+ | signal-hook-registry | 1.4.8 | Apache-2.0 OR MIT | MIT |
131
+ | slab | 0.4.12 | MIT | MIT |
132
+ | smallvec | 1.15.1 | Apache-2.0 OR MIT | MIT |
133
+ | socket2 | 0.6.3 | Apache-2.0 OR MIT | MIT |
134
+ | strsim | 0.11.1 | MIT | MIT |
135
+ | subtle | 2.6.1 | BSD-3-Clause | BSD-3-Clause |
136
+ | syn | 2.0.117 | Apache-2.0 OR MIT | MIT |
137
+ | tap | 1.0.1 | MIT | MIT |
138
+ | tempfile | 3.27.0 | Apache-2.0 OR MIT | MIT |
139
+ | thiserror | 2.0.18 | Apache-2.0 OR MIT | MIT |
140
+ | thiserror-impl | 2.0.18 | Apache-2.0 OR MIT | MIT |
141
+ | thread_local | 1.1.9 | Apache-2.0 OR MIT | MIT |
142
+ | time | 0.3.47 | Apache-2.0 OR MIT | MIT |
143
+ | time-core | 0.1.8 | Apache-2.0 OR MIT | MIT |
144
+ | time-macros | 0.2.27 | Apache-2.0 OR MIT | MIT |
145
+ | tokio | 1.50.0 | MIT | MIT |
146
+ | tokio-macros | 2.6.1 | MIT | MIT |
147
+ | tokio-rustls | 0.26.4 | Apache-2.0 OR MIT | MIT |
148
+ | tokio-util | 0.7.18 | MIT | MIT |
149
+ | tracing | 0.1.44 | MIT | MIT |
150
+ | tracing-attributes | 0.1.31 | MIT | MIT |
151
+ | tracing-core | 0.1.36 | MIT | MIT |
152
+ | tracing-log | 0.2.0 | MIT | MIT |
153
+ | tracing-subscriber | 0.3.23 | MIT | MIT |
154
+ | typenum | 1.20.0 | Apache-2.0 OR MIT | MIT |
155
+ | unicode-ident | 1.0.24 | (Apache-2.0 OR MIT) AND Unicode-3.0 | MIT AND Unicode-3.0 |
156
+ | unicode-xid | 0.2.6 | Apache-2.0 OR MIT | MIT |
157
+ | untrusted | 0.9.0 | ISC | ISC |
158
+ | utf8parse | 0.2.2 | Apache-2.0 OR MIT | MIT |
159
+ | uuid | 1.22.0 | Apache-2.0 OR MIT | MIT |
160
+ | valuable | 0.1.1 | MIT | MIT |
161
+ | version_check | 0.9.5 | Apache-2.0 OR MIT | MIT |
162
+ | wasi | 0.11.1+wasi-snapshot-preview1 | Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT | MIT |
163
+ | wasip2 | 1.0.2+wasi-0.2.9 | Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT | MIT |
164
+ | wasip3 | 0.4.0+wasi-0.3.0-rc-2026-01-06 | Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT | MIT |
165
+ | wasm-bindgen | 0.2.114 | Apache-2.0 OR MIT | MIT |
166
+ | wasm-bindgen-macro | 0.2.114 | Apache-2.0 OR MIT | MIT |
167
+ | wasm-bindgen-macro-support | 0.2.114 | Apache-2.0 OR MIT | MIT |
168
+ | wasm-bindgen-shared | 0.2.114 | Apache-2.0 OR MIT | MIT |
169
+ | wasm-encoder | 0.244.0 | Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT | MIT |
170
+ | wasm-metadata | 0.244.0 | Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT | MIT |
171
+ | wasmparser | 0.244.0 | Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT | MIT |
172
+ | winapi | 0.3.9 | Apache-2.0 OR MIT | MIT |
173
+ | winapi-i686-pc-windows-gnu | 0.4.0 | Apache-2.0 OR MIT | MIT |
174
+ | winapi-x86_64-pc-windows-gnu | 0.4.0 | Apache-2.0 OR MIT | MIT |
175
+ | windows-link | 0.2.1 | Apache-2.0 OR MIT | MIT |
176
+ | windows-sys | 0.52.0 | Apache-2.0 OR MIT | MIT |
177
+ | windows-sys | 0.61.2 | Apache-2.0 OR MIT | MIT |
178
+ | windows-targets | 0.52.6 | Apache-2.0 OR MIT | MIT |
179
+ | windows_aarch64_gnullvm | 0.52.6 | Apache-2.0 OR MIT | MIT |
180
+ | windows_aarch64_msvc | 0.52.6 | Apache-2.0 OR MIT | MIT |
181
+ | windows_i686_gnu | 0.52.6 | Apache-2.0 OR MIT | MIT |
182
+ | windows_i686_gnullvm | 0.52.6 | Apache-2.0 OR MIT | MIT |
183
+ | windows_i686_msvc | 0.52.6 | Apache-2.0 OR MIT | MIT |
184
+ | windows_x86_64_gnu | 0.52.6 | Apache-2.0 OR MIT | MIT |
185
+ | windows_x86_64_gnullvm | 0.52.6 | Apache-2.0 OR MIT | MIT |
186
+ | windows_x86_64_msvc | 0.52.6 | Apache-2.0 OR MIT | MIT |
187
+ | wit-bindgen | 0.51.0 | Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT | MIT |
188
+ | wit-bindgen-core | 0.51.0 | Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT | MIT |
189
+ | wit-bindgen-rust | 0.51.0 | Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT | MIT |
190
+ | wit-bindgen-rust-macro | 0.51.0 | Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT | MIT |
191
+ | wit-component | 0.244.0 | Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT | MIT |
192
+ | wit-parser | 0.244.0 | Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT | MIT |
193
+ | wyz | 0.5.1 | MIT | MIT |
194
+ | zerocopy | 0.8.47 | Apache-2.0 OR BSD-2-Clause OR MIT | MIT |
195
+ | zerocopy-derive | 0.8.47 | Apache-2.0 OR BSD-2-Clause OR MIT | MIT |
196
+ | zeroize | 1.8.2 | Apache-2.0 OR MIT | MIT |
197
+ | zmij | 1.0.21 | MIT | MIT |
198
+
199
+ ## MIT Copyright Notices
200
+
201
+ Copyright (c) 2006-2009 Graydon Hoare (sha2)
202
+
203
+ Copyright (c) 2009-2013 Mozilla Foundation (sha2)
204
+
205
+ Copyright (c) 2010 The Rust Project Developers (lazy_static)
206
+
207
+ Copyright (c) 2013-2014 The Rust Project Developers. (hex)
208
+
209
+ Copyright (c) 2014 Alex Crichton (cc, cfg-if, find-msvc-tools, id-arena, js-sys, socket2, wasm-bindgen, wasm-bindgen-macro, wasm-bindgen-macro-support, wasm-bindgen-shared)
210
+
211
+ Copyright (c) 2014 Benjamin Sago (nu-ansi-term)
212
+
213
+ Copyright (c) 2014 Carl Lerche and other MIO contributors (mio)
214
+
215
+ Copyright (c) 2014 Chris Wong (errno)
216
+
217
+ Copyright (c) 2014 Paho Lurie-Gregg (typenum)
218
+
219
+ Copyright (c) 2014 The Rust Project Developers (bitflags, getrandom, log, rand, rand_chacha, rand_core, regex, regex-automata, regex-syntax, uuid)
220
+
221
+ Copyright (c) 2015 Alice Maz (base64)
222
+
223
+ Copyright (c) 2015 Andrew Gallant (aho-corasick, memchr)
224
+
225
+ Copyright (c) 2015 Bartłomiej Kamiński (generic-array)
226
+
227
+ Copyright (c) 2015 Danny Guo (strsim)
228
+
229
+ Copyright (c) 2015 Nicholas Allegra (comex). (shlex)
230
+
231
+ Copyright (c) 2015 Steven Allen (tempfile)
232
+
233
+ Copyright (c) 2015 The Rust Project Developers (fs2, heck, unicode-xid)
234
+
235
+ Copyright (c) 2015 Y. T. CHUNG <zonyitoo@gmail.com> (bson)
236
+
237
+ Copyright (c) 2015-2018 The winapi-rs Developers (winapi)
238
+
239
+ Copyright (c) 2015-2020 The rust-hex Developers (hex)
240
+
241
+ Copyright (c) 2016 Alex Crichton (futures-core, futures-macro, futures-sink, futures-task, futures-util)
242
+
243
+ Copyright (c) 2016 Amanieu d'Antras (hashbrown)
244
+
245
+ Copyright (c) 2016 Artyom Pavlov (sha2)
246
+
247
+ Copyright (c) 2016 Joe Wilm (utf8parse)
248
+
249
+ Copyright (c) 2016 Joseph Birr-Pixton <jpixton@gmail.com> (rustls, rustls-pemfile)
250
+
251
+ Copyright (c) 2016 The Rust Project Developers (lock_api, parking_lot, parking_lot_core, thread_local)
252
+
253
+ Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com> (strsim)
254
+
255
+ Copyright (c) 2016--2017 (indexmap)
256
+
257
+ Copyright (c) 2016--2023 (equivalent)
258
+
259
+ Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers (scopeguard)
260
+
261
+ Copyright (c) 2017 arc-swap developers (arc-swap)
262
+
263
+ Copyright (c) 2017 Artyom Pavlov (digest, hmac, pbkdf2)
264
+
265
+ Copyright (c) 2017 Elliot Linder <darfink@gmail.com> (tap)
266
+
267
+ Copyright (c) 2017 quininer kel (tokio-rustls)
268
+
269
+ Copyright (c) 2017 Redox OS Developers (redox_syscall)
270
+
271
+ Copyright (c) 2017 The Tokio Authors (futures-core, futures-macro, futures-sink, futures-task, futures-util)
272
+
273
+ Copyright (c) 2017 tokio-jsonrpc developers (signal-hook-registry)
274
+
275
+ Copyright (c) 2017-2018 Sergio Benitez (version_check)
276
+
277
+ Copyright (c) 2018 Akash Kurdekar (strsim)
278
+
279
+ Copyright (c) 2018 Ashley Mannix, Christopher Armstrong, Dylan DPC, Hunar Roop Kahlon (uuid)
280
+
281
+ Copyright (c) 2018 Carl Lerche (bytes)
282
+
283
+ Copyright (c) 2018 myrrlyn (Alexander Payne) (bitvec, wyz)
284
+
285
+ Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors (crc32fast)
286
+
287
+ Copyright (c) 2018 The Servo Project Developers (smallvec)
288
+
289
+ Copyright (c) 2018 Tom Kaitchuck (ahash)
290
+
291
+ Copyright (c) 2018-2019 The RustCrypto Project Developers (block-buffer)
292
+
293
+ Copyright (c) 2018-2021 The RustCrypto Project Developers (zeroize)
294
+
295
+ Copyright (c) 2018-2023 The RustCrypto Project Developers (pbkdf2)
296
+
297
+ Copyright (c) 2018-2024 The rust-random Project Developers (getrandom)
298
+
299
+ Copyright (c) 2018-2025 Microsoft Corporation, Daan Leijen (libmimalloc-sys)
300
+
301
+ Copyright (c) 2018-2025 The rust-random Project Developers (getrandom)
302
+
303
+ Copyright (c) 2018-2026 The rust-random Project Developers (getrandom)
304
+
305
+ Copyright (c) 2019 Acrimon (dashmap)
306
+
307
+ Copyright (c) 2019 Carl Lerche (slab)
308
+
309
+ Copyright (c) 2019 Eliza Weisman (matchers, sharded-slab)
310
+
311
+ Copyright (c) 2019 kneecaw (Nika Layzell) (radium)
312
+
313
+ Copyright (c) 2019 Nick Fitzgerald (bumpalo)
314
+
315
+ Copyright (c) 2019 The Crossbeam Project Developers (crossbeam-utils)
316
+
317
+ Copyright (c) 2019 The CryptoCorrosion Contributors (ppv-lite86)
318
+
319
+ Copyright (c) 2019 Tokio Contributors (tracing, tracing-attributes, tracing-core, tracing-log, tracing-subscriber)
320
+
321
+ Copyright (c) 2019 Yoshua Wuyts (tokio-macros)
322
+
323
+ Copyright (c) 2020 myrrlyn (Alexander Payne) (funty)
324
+
325
+ Copyright (c) 2020-2025 The RustCrypto Project Developers (cpufeatures)
326
+
327
+ Copyright (c) 2021 RustCrypto Developers (crypto-common)
328
+
329
+ Copyright (c) 2021-2022 The Nushell Project Developers (nu-ansi-term)
330
+
331
+ Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl> (rustls-pki-types)
332
+
333
+ Copyright (c) 2023 Jacob Pratt et al. (powerfmt)
334
+
335
+ Copyright (c) 2024 Jacob Pratt et al. (deranged)
336
+
337
+ Copyright (c) Individual contributors (anstream, anstyle, anstyle-parse, anstyle-query, anstyle-wincon, clap, clap_builder, clap_derive, clap_lex, colorchoice, is_terminal_polyfill, once_cell_polyfill)
338
+
339
+ Copyright (c) Jacob Pratt (num-conv)
340
+
341
+ Copyright (c) Jacob Pratt et al. (time, time-core, time-macros)
342
+
343
+ Copyright (c) The Rust Project Developers (libc)
344
+
345
+ Copyright (c) Tokio Contributors (tokio, tokio-macros, tokio-util)
346
+
347
+ Copyright 2018 Developers of the Rand project (rand, rand_chacha, rand_core)
348
+
349
+ Copyright 2019 Octavian Oncescu (mimalloc)
350
+
351
+ Copyright 2023 The Fuchsia Authors (zerocopy, zerocopy-derive)
352
+
353
+ The remaining MIT-selected components publish the canonical terms below
354
+ without an additional non-placeholder copyright line in their packaged license
355
+ source.
356
+
357
+ ### MIT License
358
+
359
+ Permission is hereby granted, free of charge, to any person obtaining a copy
360
+ of this software and associated documentation files (the "Software"), to deal
361
+ in the Software without restriction, including without limitation the rights
362
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
363
+ copies of the Software, and to permit persons to whom the Software is
364
+ furnished to do so, subject to the following conditions:
365
+
366
+ The above copyright notice and this permission notice shall be included in all
367
+ copies or substantial portions of the Software.
368
+
369
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
370
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
371
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
372
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
373
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
374
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
375
+ SOFTWARE.
376
+
377
+ ## Apache-2.0 Notice for ring
378
+
379
+ `ring` includes BoringSSL-derived, once_cell-derived, and fiat-crypto-derived
380
+ code under the Apache License 2.0. The fiat-crypto-derived code carries this
381
+ notice:
382
+
383
+ Copyright 2015-2020 the fiat-crypto authors (see the AUTHORS file)
384
+
385
+ Licensed under the Apache License, Version 2.0 (the "License");
386
+ you may not use this file except in compliance with the License.
387
+ You may obtain a copy of the License at
388
+
389
+ http://www.apache.org/licenses/LICENSE-2.0
390
+
391
+ Unless required by applicable law or agreed to in writing, software
392
+ distributed under the License is distributed on an "AS IS" BASIS,
393
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
394
+ See the License for the specific language governing permissions and
395
+ limitations under the License.
396
+
397
+ ### Apache License 2.0
398
+
399
+ Apache License
400
+ Version 2.0, January 2004
401
+ http://www.apache.org/licenses/
402
+
403
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
404
+
405
+ 1. Definitions.
406
+
407
+ "License" shall mean the terms and conditions for use, reproduction,
408
+ and distribution as defined by Sections 1 through 9 of this document.
409
+
410
+ "Licensor" shall mean the copyright owner or entity authorized by
411
+ the copyright owner that is granting the License.
412
+
413
+ "Legal Entity" shall mean the union of the acting entity and all
414
+ other entities that control, are controlled by, or are under common
415
+ control with that entity. For the purposes of this definition,
416
+ "control" means (i) the power, direct or indirect, to cause the
417
+ direction or management of such entity, whether by contract or
418
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
419
+ outstanding shares, or (iii) beneficial ownership of such entity.
420
+
421
+ "You" (or "Your") shall mean an individual or Legal Entity
422
+ exercising permissions granted by this License.
423
+
424
+ "Source" form shall mean the preferred form for making modifications,
425
+ including but not limited to software source code, documentation
426
+ source, and configuration files.
427
+
428
+ "Object" form shall mean any form resulting from mechanical
429
+ transformation or translation of a Source form, including but
430
+ not limited to compiled object code, generated documentation,
431
+ and conversions to other media types.
432
+
433
+ "Work" shall mean the work of authorship, whether in Source or
434
+ Object form, made available under the License, as indicated by a
435
+ copyright notice that is included in or attached to the work
436
+ (an example is provided in the Appendix below).
437
+
438
+ "Derivative Works" shall mean any work, whether in Source or Object
439
+ form, that is based on (or derived from) the Work and for which the
440
+ editorial revisions, annotations, elaborations, or other modifications
441
+ represent, as a whole, an original work of authorship. For the purposes
442
+ of this License, Derivative Works shall not include works that remain
443
+ separable from, or merely link (or bind by name) to the interfaces of,
444
+ the Work and Derivative Works thereof.
445
+
446
+ "Contribution" shall mean any work of authorship, including
447
+ the original version of the Work and any modifications or additions
448
+ to that Work or Derivative Works thereof, that is intentionally
449
+ submitted to Licensor for inclusion in the Work by the copyright owner
450
+ or by an individual or Legal Entity authorized to submit on behalf of
451
+ the copyright owner. For the purposes of this definition, "submitted"
452
+ means any form of electronic, verbal, or written communication sent
453
+ to the Licensor or its representatives, including but not limited to
454
+ communication on electronic mailing lists, source code control systems,
455
+ and issue tracking systems that are managed by, or on behalf of, the
456
+ Licensor for the purpose of discussing and improving the Work, but
457
+ excluding communication that is conspicuously marked or otherwise
458
+ designated in writing by the copyright owner as "Not a Contribution."
459
+
460
+ "Contributor" shall mean Licensor and any individual or Legal Entity
461
+ on behalf of whom a Contribution has been received by Licensor and
462
+ subsequently incorporated within the Work.
463
+
464
+ 2. Grant of Copyright License. Subject to the terms and conditions of
465
+ this License, each Contributor hereby grants to You a perpetual,
466
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
467
+ copyright license to reproduce, prepare Derivative Works of,
468
+ publicly display, publicly perform, sublicense, and distribute the
469
+ Work and such Derivative Works in Source or Object form.
470
+
471
+ 3. Grant of Patent License. Subject to the terms and conditions of
472
+ this License, each Contributor hereby grants to You a perpetual,
473
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
474
+ (except as stated in this section) patent license to make, have made,
475
+ use, offer to sell, sell, import, and otherwise transfer the Work,
476
+ where such license applies only to those patent claims licensable
477
+ by such Contributor that are necessarily infringed by their
478
+ Contribution(s) alone or by combination of their Contribution(s)
479
+ with the Work to which such Contribution(s) was submitted. If You
480
+ institute patent litigation against any entity (including a
481
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
482
+ or a Contribution incorporated within the Work constitutes direct
483
+ or contributory patent infringement, then any patent licenses
484
+ granted to You under this License for that Work shall terminate
485
+ as of the date such litigation is filed.
486
+
487
+ 4. Redistribution. You may reproduce and distribute copies of the
488
+ Work or Derivative Works thereof in any medium, with or without
489
+ modifications, and in Source or Object form, provided that You
490
+ meet the following conditions:
491
+
492
+ (a) You must give any other recipients of the Work or
493
+ Derivative Works a copy of this License; and
494
+
495
+ (b) You must cause any modified files to carry prominent notices
496
+ stating that You changed the files; and
497
+
498
+ (c) You must retain, in the Source form of any Derivative Works
499
+ that You distribute, all copyright, patent, trademark, and
500
+ attribution notices from the Source form of the Work,
501
+ excluding those notices that do not pertain to any part of
502
+ the Derivative Works; and
503
+
504
+ (d) If the Work includes a "NOTICE" text file as part of its
505
+ distribution, then any Derivative Works that You distribute must
506
+ include a readable copy of the attribution notices contained
507
+ within such NOTICE file, excluding those notices that do not
508
+ pertain to any part of the Derivative Works, in at least one
509
+ of the following places: within a NOTICE text file distributed
510
+ as part of the Derivative Works; within the Source form or
511
+ documentation, if provided along with the Derivative Works; or,
512
+ within a display generated by the Derivative Works, if and
513
+ wherever such third-party notices normally appear. The contents
514
+ of the NOTICE file are for informational purposes only and
515
+ do not modify the License. You may add Your own attribution
516
+ notices within Derivative Works that You distribute, alongside
517
+ or as an addendum to the NOTICE text from the Work, provided
518
+ that such additional attribution notices cannot be construed
519
+ as modifying the License.
520
+
521
+ You may add Your own copyright statement to Your modifications and
522
+ may provide additional or different license terms and conditions
523
+ for use, reproduction, or distribution of Your modifications, or
524
+ for any such Derivative Works as a whole, provided Your use,
525
+ reproduction, and distribution of the Work otherwise complies with
526
+ the conditions stated in this License.
527
+
528
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
529
+ any Contribution intentionally submitted for inclusion in the Work
530
+ by You to the Licensor shall be under the terms and conditions of
531
+ this License, without any additional terms or conditions.
532
+ Notwithstanding the above, nothing herein shall supersede or modify
533
+ the terms of any separate license agreement you may have executed
534
+ with Licensor regarding such Contributions.
535
+
536
+ 6. Trademarks. This License does not grant permission to use the trade
537
+ names, trademarks, service marks, or product names of the Licensor,
538
+ except as required for reasonable and customary use in describing the
539
+ origin of the Work and reproducing the content of the NOTICE file.
540
+
541
+ 7. Disclaimer of Warranty. Unless required by applicable law or
542
+ agreed to in writing, Licensor provides the Work (and each
543
+ Contributor provides its Contributions) on an "AS IS" BASIS,
544
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
545
+ implied, including, without limitation, any warranties or conditions
546
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
547
+ PARTICULAR PURPOSE. You are solely responsible for determining the
548
+ appropriateness of using or redistributing the Work and assume any
549
+ risks associated with Your exercise of permissions under this License.
550
+
551
+ 8. Limitation of Liability. In no event and under no legal theory,
552
+ whether in tort (including negligence), contract, or otherwise,
553
+ unless required by applicable law (such as deliberate and grossly
554
+ negligent acts) or agreed to in writing, shall any Contributor be
555
+ liable to You for damages, including any direct, indirect, special,
556
+ incidental, or consequential damages of any character arising as a
557
+ result of this License or out of the use or inability to use the
558
+ Work (including but not limited to damages for loss of goodwill,
559
+ work stoppage, computer failure or malfunction, or any and all
560
+ other commercial damages or losses), even if such Contributor
561
+ has been advised of the possibility of such damages.
562
+
563
+ 9. Accepting Warranty or Additional Liability. While redistributing
564
+ the Work or Derivative Works thereof, You may choose to offer,
565
+ and charge a fee for, acceptance of support, warranty, indemnity,
566
+ or other liability obligations and/or rights consistent with this
567
+ License. However, in accepting such obligations, You may act only
568
+ on Your own behalf and on Your sole responsibility, not on behalf
569
+ of any other Contributor, and only if You agree to indemnify,
570
+ defend, and hold each Contributor harmless for any liability
571
+ incurred by, or claims asserted against, such Contributor by reason
572
+ of your accepting any such warranty or additional liability.
573
+
574
+ END OF TERMS AND CONDITIONS
575
+
576
+ APPENDIX: How to apply the Apache License to your work.
577
+
578
+ To apply the Apache License to your work, attach the following
579
+ boilerplate notice, with the fields enclosed by brackets "[]"
580
+ replaced with your own identifying information. (Don't include
581
+ the brackets!) The text should be enclosed in the appropriate
582
+ comment syntax for the file format. We also recommend that a
583
+ file or class name and description of purpose be included on the
584
+ same "printed page" as the copyright notice for easier
585
+ identification within third-party archives.
586
+
587
+ Copyright [yyyy] [name of copyright owner]
588
+
589
+ Licensed under the Apache License, Version 2.0 (the "License");
590
+ you may not use this file except in compliance with the License.
591
+ You may obtain a copy of the License at
592
+
593
+ http://www.apache.org/licenses/LICENSE-2.0
594
+
595
+ Unless required by applicable law or agreed to in writing, software
596
+ distributed under the License is distributed on an "AS IS" BASIS,
597
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
598
+ See the License for the specific language governing permissions and
599
+ limitations under the License.
600
+
601
+ ## ISC Notices
602
+
603
+ ### ring
604
+
605
+ Copyright (c) 2014, Google Inc.
606
+ Copyright (c) 2015, Google Inc.
607
+ Copyright (c) 2019, Google Inc.
608
+ Copyright (c) 2014, Intel Corporation.
609
+ Copyright 2015-2025 Brian Smith.
610
+ Copyright 2015 Brian Smith.
611
+ Copyright 2015-2016 Brian Smith.
612
+ Copyright 2015-2017 Brian Smith.
613
+ Copyright 2015-2019 Brian Smith.
614
+ Copyright 2015-2021 Brian Smith.
615
+ Copyright 2015-2022 Brian Smith.
616
+ Copyright 2015-2023 Brian Smith.
617
+ Copyright 2015-2024 Brian Smith.
618
+ Copyright 2016 Brian Smith.
619
+ Copyright 2016-2017 Brian Smith.
620
+ Copyright 2016-2019 Brian Smith.
621
+ Copyright 2016-2021 Brian Smith.
622
+ Copyright 2016-2023 Brian Smith.
623
+ Copyright 2016-2024 Brian Smith.
624
+ Copyright 2016-2025 Brian Smith.
625
+ Copyright 2017 Brian Smith.
626
+ Copyright 2017-2023 Brian Smith.
627
+ Copyright 2017-2025 Brian Smith.
628
+ Copyright 2018 Brian Smith.
629
+ Copyright 2018-2024 Brian Smith.
630
+ Copyright 2018-2025 Brian Smith.
631
+ Copyright 2019-2024 Brian Smith.
632
+ Copyright 2019-2025 Brian Smith.
633
+ Copyright 2020 Brian Smith.
634
+ Copyright 2021 Brian Smith.
635
+ Copyright 2022 Brian Smith.
636
+ Copyright 2023 Brian Smith.
637
+ Copyright 2024 Brian Smith.
638
+ Copyright 2024-2025 Brian Smith.
639
+ Copyright 2025 Brian Smith.
640
+ Copyright 2016 David Judd.
641
+ Copyright 2016 Simon Sapin.
642
+ Copyright 2018 Trent Clarke.
643
+ Portions Copyright (c) 2014, 2015, Google Inc.
644
+ Portions Copyright (c) 2014, Google Inc.
645
+ Portions Copyright (c) 2016, Google Inc.
646
+ Portions Copyright 2020-2024 Brian Smith.
647
+
648
+ Permission to use, copy, modify, and/or distribute this software for any
649
+ purpose with or without fee is hereby granted, provided that the above
650
+ copyright notice and this permission notice appear in all copies.
651
+
652
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
653
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
654
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
655
+ SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
656
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
657
+ OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
658
+ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
659
+
660
+ ### rustls-webpki
661
+
662
+ Except as otherwise noted, this project is licensed under the following
663
+ (ISC-style) terms:
664
+
665
+ Copyright 2015 Brian Smith.
666
+
667
+ Permission to use, copy, modify, and/or distribute this software for any
668
+ purpose with or without fee is hereby granted, provided that the above
669
+ copyright notice and this permission notice appear in all copies.
670
+
671
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
672
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
673
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR
674
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
675
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
676
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
677
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
678
+
679
+ ### untrusted
680
+
681
+ Copyright 2015-2016 Brian Smith.
682
+
683
+ Permission to use, copy, modify, and/or distribute this software for any
684
+ purpose with or without fee is hereby granted, provided that the above
685
+ copyright notice and this permission notice appear in all copies.
686
+
687
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
688
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
689
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR
690
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
691
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
692
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
693
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
694
+
695
+ ## BSD-3-Clause Notice for subtle
696
+
697
+ Copyright (c) 2016-2017 Isis Agora Lovecruft, Henry de Valence. All rights reserved.
698
+ Copyright (c) 2016-2024 Isis Agora Lovecruft. All rights reserved.
699
+
700
+ Redistribution and use in source and binary forms, with or without
701
+ modification, are permitted provided that the following conditions are met:
702
+
703
+ 1. Redistributions of source code must retain the above copyright notice,
704
+ this list of conditions and the following disclaimer.
705
+ 2. Redistributions in binary form must reproduce the above copyright notice,
706
+ this list of conditions and the following disclaimer in the documentation
707
+ and/or other materials provided with the distribution.
708
+ 3. Neither the name of the copyright holder nor the names of its contributors
709
+ may be used to endorse or promote products derived from this software
710
+ without specific prior written permission.
711
+
712
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
713
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
714
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
715
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
716
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
717
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
718
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
719
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
720
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
721
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
722
+ POSSIBILITY OF SUCH DAMAGE.
723
+
724
+ ## Zlib Notice for foldhash
725
+
726
+ Copyright (c) 2024 Orson Peters
727
+
728
+ This software is provided 'as-is', without any express or implied warranty. In
729
+ no event will the authors be held liable for any damages arising from the use of
730
+ this software.
731
+
732
+ Permission is granted to anyone to use this software for any purpose, including
733
+ commercial applications, and to alter it and redistribute it freely, subject to
734
+ the following restrictions:
735
+
736
+ 1. The origin of this software must not be misrepresented; you must not claim
737
+ that you wrote the original software. If you use this software in a product,
738
+ an acknowledgment in the product documentation would be appreciated but is
739
+ not required.
740
+ 2. Altered source versions must be plainly marked as such, and must not be
741
+ misrepresented as being the original software.
742
+ 3. This notice may not be removed or altered from any source distribution.
743
+
744
+ ## Unicode License V3 for unicode-ident
745
+
746
+ COPYRIGHT AND PERMISSION NOTICE
747
+
748
+ Copyright © 1991-2023 Unicode, Inc.
749
+
750
+ NOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING,
751
+ INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR SOFTWARE, YOU
752
+ UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS
753
+ OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY,
754
+ DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
755
+
756
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
757
+ data files and any associated documentation (the "Data Files") or software and
758
+ any associated documentation (the "Software") to deal in the Data Files or
759
+ Software without restriction, including without limitation the rights to use,
760
+ copy, modify, merge, publish, distribute, and/or sell copies of the Data Files
761
+ or Software, and to permit persons to whom the Data Files or Software are
762
+ furnished to do so, provided that either (a) this copyright and permission
763
+ notice appear with all copies of the Data Files or Software, or (b) this
764
+ copyright and permission notice appear in associated Documentation.
765
+
766
+ THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
767
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
768
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD
769
+ PARTY RIGHTS.
770
+
771
+ IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE
772
+ LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY
773
+ DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
774
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
775
+ CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.
776
+
777
+ Except as contained in this notice, the name of a copyright holder shall not be
778
+ used in advertising or otherwise to promote the sale, use or other dealings in
779
+ these Data Files or Software without prior written authorization of the
780
+ copyright holder.
@@ -3,6 +3,6 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@push.rocks/smartdb',
6
- version: '2.15.3',
6
+ version: '2.15.4',
7
7
  description: 'A MongoDB-compatible embedded database server with wire protocol support, backed by a high-performance Rust engine.'
8
8
  }