diff --git a/Cargo.lock b/Cargo.lock index 854e330..815e1b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,17 +19,20 @@ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "atlas-local" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34b13239eecc5133fbbb5a9c234b22903e31f1bbb4c57df376373290831f0467" +checksum = "483ba2258b176054d0d6faf5133beab3e995c2d0e23c071fe2aa3424bfbf3673" dependencies = [ "bollard", + "bytes", + "chrono", "futures-util", "maplit", "rand", "semver", "thiserror", "tokio", + "typed-builder", ] [[package]] @@ -149,16 +152,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" dependencies = [ "iana-time-zone", + "js-sys", "num-traits", "serde", + "wasm-bindgen", "windows-link", ] [[package]] name = "convert_case" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db05ffb6856bf0ecdf6367558a76a0e8a77b1713044eb92845c692100ed50190" +checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9" dependencies = [ "unicode-segmentation", ] @@ -715,9 +720,9 @@ dependencies = [ [[package]] name = "napi" -version = "3.5.2" +version = "3.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e917a98ac74187a5d486604a269ed69cd7901dd4824453d5573fb051f69b1b3" +checksum = "b2e120bab0f106264eec9f55c3d339a0fad90cc46e0905983b1b53be19e42be6" dependencies = [ "anyhow", "bitflags", @@ -738,9 +743,9 @@ checksum = "d376940fd5b723c6893cd1ee3f33abbfd86acb1cd1ec079f3ab04a2a3bc4d3b1" [[package]] name = "napi-derive" -version = "3.3.3" +version = "3.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a258a6521951715e00568b258b8fb7a44c6087f588c371dc6b84a413f2728fdb" +checksum = "6e9161f3ef917aa415ee0bf123656ccee609db7752582b213d59d9e69f37586a" dependencies = [ "convert_case", "ctor", @@ -752,9 +757,9 @@ dependencies = [ [[package]] name = "napi-derive-backend" -version = "3.0.2" +version = "4.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77c36636292fe04366a1eec028adc25bc72f4fd7cce35bdcc310499ef74fb7de" +checksum = "724788c8ae2e79ba98905ced435d414c01e1444c91bf43abab455d62eb565b1c" dependencies = [ "convert_case", "proc-macro2", @@ -765,9 +770,9 @@ dependencies = [ [[package]] name = "napi-sys" -version = "3.1.1" +version = "3.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50ef9c1086f16aea2417c3788dbefed7591c3bccd800b827f4dfb271adff1149" +checksum = "8eb602b84d7c1edae45e50bbf1374696548f36ae179dfa667f577e384bb90c2b" dependencies = [ "libloading", ] @@ -1222,6 +1227,26 @@ version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" +[[package]] +name = "typed-builder" +version = "0.23.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "31aa81521b70f94402501d848ccc0ecaa8f93c8eb6999eb9747e72287757ffda" +dependencies = [ + "typed-builder-macro", +] + +[[package]] +name = "typed-builder-macro" +version = "0.23.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "076a02dc54dd46795c2e9c8282ed40bcfb1e22747e955de9389a1de28190fb26" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "unicode-ident" version = "1.0.19" diff --git a/Cargo.toml b/Cargo.toml index 351ccdc..b4b028c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,10 +11,10 @@ crate-type = ["cdylib"] [dependencies] anyhow = "1.0.99" -atlas-local = { version = "0.1.0", default-features = false } +atlas-local = { version = "0.2.0", default-features = false } bollard = "0.19.4" -napi = { version = "^3.5.2", features = ["async", "anyhow"] } -napi-derive = "^3.3.3" +napi = { version = "^3.7.1", features = ["async", "anyhow"] } +napi-derive = "^3.4.1" semver = "1.0.26" [build-dependencies] diff --git a/LICENSE-3RD-PARTY.txt b/LICENSE-3RD-PARTY.txt index 11b958e..2d3209a 100644 --- a/LICENSE-3RD-PARTY.txt +++ b/LICENSE-3RD-PARTY.txt @@ -4,7 +4,7 @@ THIRD PARTY LICENSES This file lists the licenses of the projects used in atlas-local-js. OVERVIEW OF LICENSES: -- Apache License 2.0 (89 dependencies) +- Apache License 2.0 (114 dependencies) - MIT License (23 dependencies) - Unicode License v3 (19 dependencies) - ISC License (1 dependencies) @@ -223,7 +223,12 @@ OVERVIEW OF LICENSES: ----------------------------------------------------------------------------- Apache License 2.0 applies to: + - windows-core 0.62.0 (https://github.com/microsoft/windows-rs) + - windows-implement 0.60.0 (https://github.com/microsoft/windows-rs) + - windows-interface 0.59.1 (https://github.com/microsoft/windows-rs) - windows-link 0.2.1 (https://github.com/microsoft/windows-rs) + - windows-result 0.4.0 (https://github.com/microsoft/windows-rs) + - windows-strings 0.5.0 (https://github.com/microsoft/windows-rs) - windows-sys 0.59.0 (https://github.com/microsoft/windows-rs) - windows-sys 0.61.2 (https://github.com/microsoft/windows-rs) - windows-targets 0.52.6 (https://github.com/microsoft/windows-rs) @@ -864,7 +869,7 @@ OVERVIEW OF LICENSES: Apache License 2.0 applies to: - atlas_local 1.1.0 - - atlas-local 0.1.0 (https://github.com/mongodb/atlas-local-lib) + - atlas-local 0.2.0 (https://github.com/mongodb/atlas-local-lib) ----------------------------------------------------------------------------- Apache License @@ -2334,31 +2339,255 @@ See the License for the specific language governing permissions and limitations under the License. +----------------------------------------------------------------------------- + Apache License 2.0 + applies to: + - iana-time-zone-haiku 0.1.2 (https://github.com/strawlab/iana-time-zone) + - iana-time-zone 0.1.64 (https://github.com/strawlab/iana-time-zone) +----------------------------------------------------------------------------- + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + +Copyright 2020 Andrew Straw + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + ----------------------------------------------------------------------------- Apache License 2.0 applies to: - atomic-waker 1.1.2 (https://github.com/smol-rs/atomic-waker) + - autocfg 1.5.0 (https://github.com/cuviper/autocfg) - base64 0.22.1 (https://github.com/marshallpierce/rust-base64) - bitflags 2.9.4 (https://github.com/bitflags/bitflags) + - bumpalo 3.19.0 (https://github.com/fitzgen/bumpalo) + - cc 1.2.38 (https://github.com/rust-lang/cc-rs) - cfg-if 1.0.3 (https://github.com/rust-lang/cfg-if) + - core-foundation-sys 0.8.7 (https://github.com/servo/core-foundation-rs) - displaydoc 0.2.5 (https://github.com/yaahc/displaydoc) + - find-msvc-tools 0.1.2 (https://github.com/rust-lang/cc-rs) - fnv 1.0.7 (https://github.com/servo/rust-fnv) - form_urlencoded 1.2.2 (https://github.com/servo/rust-url) - httparse 1.10.1 (https://github.com/seanmonstar/httparse) - idna 1.1.0 (https://github.com/servo/rust-url/) - idna_adapter 1.2.1 (https://github.com/hsivonen/idna_adapter) + - js-sys 0.3.80 (https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/js-sys) - log 0.4.28 (https://github.com/rust-lang/log) - maplit 1.0.2 (https://github.com/bluss/maplit) + - num-traits 0.2.19 (https://github.com/rust-num/num-traits) - once_cell 1.21.3 (https://github.com/matklad/once_cell) - percent-encoding 2.3.2 (https://github.com/servo/rust-url/) - serde_with 3.14.1 (https://github.com/jonasbb/serde_with/) - smallvec 1.15.1 (https://github.com/servo/rust-smallvec) - socket2 0.6.0 (https://github.com/rust-lang/socket2) - stable_deref_trait 1.2.0 (https://github.com/storyyeller/stable_deref_trait) + - typed-builder-macro 0.23.2 (https://github.com/idanarye/rust-typed-builder) + - typed-builder 0.23.2 (https://github.com/idanarye/rust-typed-builder) - unicode-segmentation 1.12.0 (https://github.com/unicode-rs/unicode-segmentation) - url 2.5.7 (https://github.com/servo/rust-url) - wasi 0.11.1+wasi-snapshot-preview1 (https://github.com/bytecodealliance/wasi) - wasi 0.14.7+wasi-0.2.4 (https://github.com/bytecodealliance/wasi-rs) + - wasm-bindgen-backend 0.2.103 (https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/backend) + - wasm-bindgen-macro-support 0.2.103 (https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/macro-support) + - wasm-bindgen-macro 0.2.103 (https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/macro) + - wasm-bindgen-shared 0.2.103 (https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/shared) + - wasm-bindgen 0.2.103 (https://github.com/wasm-bindgen/wasm-bindgen) - wit-bindgen 0.46.0 (https://github.com/bytecodealliance/wit-bindgen) ----------------------------------------------------------------------------- @@ -3393,6 +3622,7 @@ limitations under the License. ----------------------------------------------------------------------------- Apache License 2.0 applies to: + - android_system_properties 0.1.5 (https://github.com/nical/android_system_properties) - anyhow 1.0.100 (https://github.com/dtolnay/anyhow) - bollard-stubs 1.49.1-rc.28.4.0 - itoa 1.0.15 (https://github.com/dtolnay/itoa) @@ -3404,6 +3634,7 @@ limitations under the License. - rand 0.9.2 (https://github.com/rust-random/rand) - rand_chacha 0.9.0 (https://github.com/rust-random/rand) - rustc-hash 2.1.1 (https://github.com/rust-lang/rustc-hash) + - rustversion 1.0.22 (https://github.com/dtolnay/rustversion) - ryu 1.0.20 (https://github.com/dtolnay/ryu) - semver 1.0.27 (https://github.com/dtolnay/semver) - serde 1.0.226 (https://github.com/serde-rs/serde) @@ -3412,6 +3643,7 @@ limitations under the License. - serde_json 1.0.145 (https://github.com/serde-rs/json) - serde_repr 0.1.20 (https://github.com/dtolnay/serde-repr) - serde_urlencoded 0.7.1 (https://github.com/nox/serde_urlencoded) + - shlex 1.3.0 (https://github.com/comex/rust-shlex) - syn 2.0.106 (https://github.com/dtolnay/syn) - thiserror-impl 2.0.17 (https://github.com/dtolnay/thiserror) - thiserror 2.0.17 (https://github.com/dtolnay/thiserror) @@ -3496,6 +3728,254 @@ See the License for the specific language governing permissions and limitations under the License. +----------------------------------------------------------------------------- + Apache License 2.0 + applies to: + - chrono 0.4.42 (https://github.com/chronotope/chrono) +----------------------------------------------------------------------------- + +Rust-chrono is dual-licensed under The MIT License [1] and +Apache 2.0 License [2]. Copyright (c) 2014--2025, Kang Seonghoon and +contributors. + +Nota Bene: This is same as the Rust Project's own license. + + +[1]: <http://opensource.org/licenses/MIT>, which is reproduced below: + +~~~~ +The MIT License (MIT) + +Copyright (c) 2014, Kang Seonghoon. + +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: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +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. +~~~~ + + +[2]: <http://www.apache.org/licenses/LICENSE-2.0>, which is reproduced below: + +~~~~ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +~~~~ + + + ----------------------------------------------------------------------------- ISC License applies to: @@ -3898,7 +4378,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRES ----------------------------------------------------------------------------- MIT License applies to: - - convert_case 0.9.0 (https://github.com/rutrum/convert-case) + - convert_case 0.10.0 (https://github.com/rutrum/convert-case) ----------------------------------------------------------------------------- MIT License @@ -3927,10 +4407,10 @@ SOFTWARE. MIT License applies to: - napi-build 2.3.1 (https://github.com/napi-rs/napi-rs) - - napi-derive-backend 3.0.2 (https://github.com/napi-rs/napi-rs) - - napi-derive 3.3.3 (https://github.com/napi-rs/napi-rs) - - napi-sys 3.1.1 (https://github.com/napi-rs/napi-rs) - - napi 3.5.2 (https://github.com/napi-rs/napi-rs) + - napi-derive-backend 4.0.1 (https://github.com/napi-rs/napi-rs) + - napi-derive 3.4.1 (https://github.com/napi-rs/napi-rs) + - napi-sys 3.2.1 (https://github.com/napi-rs/napi-rs) + - napi 3.7.1 (https://github.com/napi-rs/napi-rs) ----------------------------------------------------------------------------- MIT License